01JZ3KMRK6REQFMSW1NJ5F9Y86: 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: 01JZ3KNCWAJ7WVK6M44BH3ADMH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-01T18:24:13.398Zjob assigned to worker 01JZ3KNFR9R11TBE26V0B2AFHJ [factory aws, i-0df97a56724b36baf] (queued for 50 s)
 
22025-07-01T18:24:22.079Zstarting task 0: "setup"
32025-07-01T18:24:22.084Z++ uname -s
42025-07-01T18:24:22.088Z+ kern=SunOS
52025-07-01T18:24:22.088Z+ build_user=build
62025-07-01T18:24:22.088Z+ build_uid=12345
72025-07-01T18:24:22.088Z+ work_dir=/work
82025-07-01T18:24:22.088Z+ input_dir=/input
92025-07-01T18:24:22.088Z+ [[ 0 == 12345 ]]
102025-07-01T18:24:22.088Z+ case "$kern" in
112025-07-01T18:24:22.088Z+ groupadd -g 12345 build
122025-07-01T18:24:22.091Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-01T18:24:24.100Z+ zfs create -o mountpoint=/work rpool/work
142025-07-01T18:24:24.279Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-01T18:24:24.282Z+ home_fs=zfs
162025-07-01T18:24:24.282Z+ [[ zfs == autofs ]]
172025-07-01T18:24:24.282Z+ mkdir -p /home/build
182025-07-01T18:24:24.285Z+ chown build:build /home/build /work
192025-07-01T18:24:26.286Z+ chmod 0700 /home/build /work
202025-07-01T18:24:26.289Zprocess exited: duration 4211 ms, exit code 0
 
212025-07-01T18:24:26.296Zstarting task 1: "rust-toolchain"
222025-07-01T18:24:26.302Z+ printf ' * rust toolchain channel = "%s"\n' 1.87.0
232025-07-01T18:24:26.302Z * rust toolchain channel = "1.87.0"
242025-07-01T18:24:26.302Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-07-01T18:24:26.302Z * rust toolchain profile = "default"
262025-07-01T18:24:26.302Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-01T18:24:26.302Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-01T18:24:26.305Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-01T18:24:26.305Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default
302025-07-01T18:24:26.429Zinfo: downloading installer
312025-07-01T18:24:27.624Zwarn: It looks like you have an existing installation of Rust at:
322025-07-01T18:24:27.624Zwarn: /opt/ooce/bin
332025-07-01T18:24:27.624Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-01T18:24:27.624Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-01T18:24:27.624Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-01T18:24:27.624Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-01T18:24:27.624Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-01T18:24:27.624Zerror: cannot install while Rust is installed
392025-07-01T18:24:27.624Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-01T18:24:27.642Zinfo: profile set to 'default'
412025-07-01T18:24:27.642Zinfo: default host triple is x86_64-unknown-illumos
422025-07-01T18:24:27.646Zinfo: syncing channel updates for '1.87.0-x86_64-unknown-illumos'
432025-07-01T18:24:27.800Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-07-01T18:24:27.800Zinfo: downloading component 'cargo'
452025-07-01T18:24:28.738Zinfo: downloading component 'clippy'
462025-07-01T18:24:29.119Zinfo: downloading component 'rust-docs'
472025-07-01T18:24:30.276Zinfo: downloading component 'rust-std'
482025-07-01T18:24:31.882Zinfo: downloading component 'rustc'
492025-07-01T18:24:39.170Zinfo: downloading component 'rustfmt'
502025-07-01T18:24:39.441Zinfo: installing component 'cargo'
512025-07-01T18:24:40.338Zinfo: installing component 'clippy'
522025-07-01T18:24:40.728Zinfo: installing component 'rust-docs'
532025-07-01T18:24:42.600Zinfo: installing component 'rust-std'
542025-07-01T18:24:44.466Zinfo: installing component 'rustc'
552025-07-01T18:24:51.035Zinfo: installing component 'rustfmt'
562025-07-01T18:24:51.363Zinfo: default toolchain set to '1.87.0-x86_64-unknown-illumos'
572025-07-01T18:24:51.363Z
582025-07-01T18:24:51.783Z 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-07-01T18:24:51.783Z
602025-07-01T18:24:51.786Z
612025-07-01T18:24:51.786ZRust is installed now. Great!
622025-07-01T18:24:51.786Z
632025-07-01T18:24:51.786ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-01T18:24:51.786Zenvironment variable. This has not been done automatically.
652025-07-01T18:24:51.786Z
662025-07-01T18:24:51.786ZTo configure your current shell, you need to source
672025-07-01T18:24:51.786Zthe corresponding env file under $HOME/.cargo.
682025-07-01T18:24:51.786Z
692025-07-01T18:24:51.786ZThis is usually done by running one of the following (note the leading DOT):
702025-07-01T18:24:51.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-01T18:24:51.786Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-01T18:24:51.786Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-01T18:24:51.874Z+ rustup --version
742025-07-01T18:24:51.886Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-01T18:24:51.890Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-01T18:24:51.990Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-07-01T18:24:51.993Z+ cargo --version
782025-07-01T18:24:52.084Zcargo 1.87.0 (99624be96 2025-05-06)
792025-07-01T18:24:52.089Z+ rustc --version
802025-07-01T18:24:52.180Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-07-01T18:24:52.192Zprocess exited: duration 25866 ms, exit code 0
 
822025-07-01T18:24:52.214Zstarting task 2: "authentication"
832025-07-01T18:24:52.249Zprocess exited: duration 30 ms, exit code 0
 
842025-07-01T18:24:52.286Zstarting task 3: "clone repository"
852025-07-01T18:24:52.298Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-01T18:24:52.298Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-01T18:24:52.368ZCloning into '/work/oxidecomputer/omicron'...
882025-07-01T18:25:00.688Z+ cd /work/oxidecomputer/omicron
892025-07-01T18:25:00.696Z+ git fetch origin 8930190bbe30b92f7115059b006e026b8ce59209
902025-07-01T18:25:01.051ZFrom https://github.com/oxidecomputer/omicron
912025-07-01T18:25:01.055Z * branch 8930190bbe30b92f7115059b006e026b8ce59209 -> FETCH_HEAD
922025-07-01T18:25:01.067Z+ [[ -n dap/mgs-u16 ]]
932025-07-01T18:25:01.067Z++ git branch --show-current
942025-07-01T18:25:01.073Z+ current=main
952025-07-01T18:25:01.073Z+ [[ main != dap/mgs-u16 ]]
962025-07-01T18:25:01.073Z+ git branch -f dap/mgs-u16 8930190bbe30b92f7115059b006e026b8ce59209
972025-07-01T18:25:01.073Z+ git checkout -f dap/mgs-u16
982025-07-01T18:25:01.304ZSwitched to branch 'dap/mgs-u16'
992025-07-01T18:25:01.310Z+ git reset --hard 8930190bbe30b92f7115059b006e026b8ce59209
1002025-07-01T18:25:01.315ZHEAD is now at 8930190bb Merge remote-tracking branch 'origin/main' into dap/mgs-u16
1012025-07-01T18:25:01.315Zprocess exited: duration 9028 ms, exit code 0
 
1022025-07-01T18:25:01.324Zstarting task 4: "build"
1032025-07-01T18:25:01.328Z+ source .github/buildomat/ci-env.sh
1042025-07-01T18:25:01.328Z++ export CARGO_TERM_COLOR=always
1052025-07-01T18:25:01.328Z++ CARGO_TERM_COLOR=always
1062025-07-01T18:25:01.328Z+ cargo --version
1072025-07-01T18:25:01.400Zcargo 1.87.0 (99624be96 2025-05-06)
1082025-07-01T18:25:01.403Z+ rustc --version
1092025-07-01T18:25:01.454Zrustc 1.87.0 (17067e9ac 2025-05-09)
1102025-07-01T18:25:01.458Z+ WORK=/work
1112025-07-01T18:25:01.458Z+ pfexec mkdir -p /work
1122025-07-01T18:25:01.463Z+ pfexec chown build /work
1132025-07-01T18:25:01.466Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-07-01T18:25:11.350Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-07-01T18:25:18.227Z Startup: Caching catalogs ... Done
1162025-07-01T18:25:22.124ZPlanning: Solver setup ... Done (2.606s)
1172025-07-01T18:25:22.150ZPlanning: Running solver ... Done (0.026s)
1182025-07-01T18:25:22.239ZPlanning: Finding local manifests ... Done (0.003s)
1192025-07-01T18:25:22.253ZPlanning: Fetching manifests: 0/4 0% complete
1202025-07-01T18:25:22.389ZPlanning: Fetching manifests: 4/4 100% complete
1212025-07-01T18:25:22.439ZPlanning: Package planning ... Done (0.049s)
1222025-07-01T18:25:22.490ZPlanning: Merging actions ... Done (0.051s)
1232025-07-01T18:25:22.789ZPlanning: Checking for conflicting actions ... Done (0.300s)
1242025-07-01T18:25:22.803ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-07-01T18:25:23.864ZPlanning: Evaluating mediators ... Done (1.062s)
1262025-07-01T18:25:23.874ZPlanning: Planning completed in 5.53 seconds
1272025-07-01T18:25:23.893Z Packages to install: 4
1282025-07-01T18:25:23.893Z Mediators to change: 2
1292025-07-01T18:25:23.896Z Services to change: 1
1302025-07-01T18:25:23.896Z Estimated space available: 155.50 GB
1312025-07-01T18:25:23.897ZEstimated space to be consumed: 1.69 GB
1322025-07-01T18:25:23.897Z Create boot environment: No
1332025-07-01T18:25:23.897ZCreate backup boot environment: No
1342025-07-01T18:25:23.897Z Rebuild boot archive: No
1352025-07-01T18:25:23.897Z
1362025-07-01T18:25:23.897ZChanged mediators:
1372025-07-01T18:25:23.897Z mediator clang:
1382025-07-01T18:25:23.897Z version: None -> 15 (system default)
1392025-07-01T18:25:23.897Z
1402025-07-01T18:25:23.897Z mediator llvm:
1412025-07-01T18:25:23.897Z version: 14 (system default) -> 15 (system default)
1422025-07-01T18:25:23.897Z
1432025-07-01T18:25:23.897ZChanged packages:
1442025-07-01T18:25:23.897Zhelios-dev
1452025-07-01T18:25:23.897Z developer/build-essential
1462025-07-01T18:25:23.897Z None -> 11-2.0
1472025-07-01T18:25:23.897Z library/libxmlsec1
1482025-07-01T18:25:23.897Z None -> 1.2.35-2.0
1492025-07-01T18:25:23.897Z ooce/developer/clang-15
1502025-07-01T18:25:23.897Z None -> 15.0.7-2.0
1512025-07-01T18:25:23.897Z ooce/developer/llvm-15
1522025-07-01T18:25:23.897Z None -> 15.0.7-2.0
1532025-07-01T18:25:23.897Z
1542025-07-01T18:25:23.897ZServices:
1552025-07-01T18:25:23.897Z restart_fmri:
1562025-07-01T18:25:23.898Z svc:/system/update-man-index:default
1572025-07-01T18:25:23.943Z
1582025-07-01T18:25:23.943ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-07-01T18:25:29.027ZDownload: 1193/3290 items 83.5/212.6MB 39% complete (17.7M/s)
1602025-07-01T18:25:33.768ZDownload: Completed 212.60 MB in 9.82 seconds (21.6M/s)
1612025-07-01T18:25:34.068Z Actions: 1/3689 actions (Installing new actions)
1622025-07-01T18:25:38.673Z Actions: Completed 3689 actions in 4.61 seconds.
1632025-07-01T18:25:39.019Z Done (0.338s)
1642025-07-01T18:25:39.019Z Done (0.000s)
1652025-07-01T18:25:39.858Z Done (0.841s)
1662025-07-01T18:25:44.385Z Done (4.210s)
1672025-07-01T18:25:44.475Z Done (0.019s)
1682025-07-01T18:25:44.478Z Done (0.000s)
1692025-07-01T18:25:44.628Z Done (0.000s)
1702025-07-01T18:25:45.468ZPlanning: Evaluating mediator changes ... Done
1712025-07-01T18:25:45.634ZPlanning: Checking for conflicting actions ... Done
1722025-07-01T18:25:45.637ZPlanning: Consolidating action changes ... Done
1732025-07-01T18:25:45.909ZPlanning: Evaluating mediators ... Done
1742025-07-01T18:25:45.912ZPlanning: Planning completed in 0.44 seconds
1752025-07-01T18:25:45.944Z Mediators to change: 2
1762025-07-01T18:25:45.947Z Create boot environment: No
1772025-07-01T18:25:45.947ZCreate backup boot environment: No
1782025-07-01T18:25:46.020Z Done
1792025-07-01T18:25:46.020Z Done
1802025-07-01T18:25:46.599Z Done
1812025-07-01T18:25:50.194Z Done
1822025-07-01T18:25:50.280Z Done
1832025-07-01T18:25:50.286Z Done
1842025-07-01T18:25:50.408Z Done
1852025-07-01T18:25:51.362ZPlanning: Evaluating mediator changes ... Done
1862025-07-01T18:25:51.369ZPlanning: Merging actions ... Done
1872025-07-01T18:25:51.369ZPlanning: Checking for conflicting actions ... Done
1882025-07-01T18:25:51.369ZPlanning: Consolidating action changes ... Done
1892025-07-01T18:25:51.506ZPlanning: Evaluating mediators ... Done
1902025-07-01T18:25:51.564ZPlanning: Planning completed in 0.78 seconds
1912025-07-01T18:25:51.601Z Packages to change: 1
1922025-07-01T18:25:51.601Z Mediators to change: 1
1932025-07-01T18:25:51.606Z Services to change: 1
1942025-07-01T18:25:51.606Z Create boot environment: No
1952025-07-01T18:25:51.606ZCreate backup boot environment: Yes
1962025-07-01T18:25:54.081Z Actions: 1/6 actions (Updating modified actions)
1972025-07-01T18:25:54.084Z Actions: Completed 6 actions in 0.00 seconds.
1982025-07-01T18:25:54.087Z Done
1992025-07-01T18:25:54.088Z Done
2002025-07-01T18:25:54.256Z Done
2012025-07-01T18:25:57.869Z Done
2022025-07-01T18:25:57.965Z Done
2032025-07-01T18:25:57.968Z Done
2042025-07-01T18:25:58.119Z Done
2052025-07-01T18:25:58.554ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062025-07-01T18:25:58.554Zclang system 15 system
2072025-07-01T18:25:58.554Zcsh system system illumos
2082025-07-01T18:25:58.554Zctags system system illumos
2092025-07-01T18:25:58.554Zfile system system illumos
2102025-07-01T18:25:58.554Zgcc vendor 12 vendor
2112025-07-01T18:25:58.554Zgcc system 10 system
2122025-07-01T18:25:58.554Zgcc system 7 system
2132025-07-01T18:25:58.555Zgo system 1.20 system
2142025-07-01T18:25:58.555Zgo system 1.19 system
2152025-07-01T18:25:58.555Zllvm system 15 system
2162025-07-01T18:25:58.555Zllvm system 14 system
2172025-07-01T18:25:58.555Zmariadb system 10.6 system
2182025-07-01T18:25:58.555Zmta vendor vendor dma
2192025-07-01T18:25:58.555Zopenjdk system 17 system
2202025-07-01T18:25:58.555Zopenjdk system 11 system
2212025-07-01T18:25:58.555Zopenjdk system 1.8 system
2222025-07-01T18:25:58.555Zopenssl vendor 3 vendor
2232025-07-01T18:25:58.555Zperl system 5.36 system
2242025-07-01T18:25:58.555Zpostgresql system 15 system
2252025-07-01T18:25:58.555Zpostgresql system 13 system
2262025-07-01T18:25:58.555Zpython vendor 3 vendor
2272025-07-01T18:25:58.555Zpython system 2 system
2282025-07-01T18:25:58.555Zpython3 system 3.11 system
2292025-07-01T18:25:58.555Zruby system 3.0 system
2302025-07-01T18:25:58.555Zwords vendor vendor american-english
2312025-07-01T18:25:58.555Zwords system system australian-english
2322025-07-01T18:25:58.555Zwords system system british-english
2332025-07-01T18:25:58.555Zwords system system canadian-english
2342025-07-01T18:25:58.555Zwords system system french
2352025-07-01T18:25:58.555Zwords system system italian
2362025-07-01T18:25:58.555Zwords system system ngerman
2372025-07-01T18:25:58.555Zwords system system ogerman
2382025-07-01T18:25:58.555Zwords system system spanish
2392025-07-01T18:25:58.894ZPUBLISHER TYPE STATUS P LOCATION
2402025-07-01T18:25:58.894Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412025-07-01T18:26:03.406ZFMRI IFO
2422025-07-01T18:26:03.406Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432025-07-01T18:26:03.406Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442025-07-01T18:26:03.407Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452025-07-01T18:26:03.407Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462025-07-01T18:26:03.407Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472025-07-01T18:26:03.407Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482025-07-01T18:26:03.407Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492025-07-01T18:26:03.407Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502025-07-01T18:26:03.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512025-07-01T18:26:03.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522025-07-01T18:26:03.407Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532025-07-01T18:26:03.407Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542025-07-01T18:26:03.407Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552025-07-01T18:26:03.407Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562025-07-01T18:26:03.407Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572025-07-01T18:26:03.407Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582025-07-01T18:26:04.381Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592025-07-01T18:26:04.712Z Updating crates.io index
2602025-07-01T18:26:04.783Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612025-07-01T18:26:05.224Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622025-07-01T18:26:05.846Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632025-07-01T18:26:06.117Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642025-07-01T18:26:06.452Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652025-07-01T18:26:06.814Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662025-07-01T18:26:07.928Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672025-07-01T18:26:09.864Z Updating git repository `https://github.com/oxidecomputer/opte`
2682025-07-01T18:26:10.807Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692025-07-01T18:26:11.494Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702025-07-01T18:26:11.808Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712025-07-01T18:26:12.171Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722025-07-01T18:26:16.929Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732025-07-01T18:26:17.130Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742025-07-01T18:26:17.130Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752025-07-01T18:26:17.130Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762025-07-01T18:26:17.130Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772025-07-01T18:26:17.130Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782025-07-01T18:26:17.131Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792025-07-01T18:26:17.131Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802025-07-01T18:26:17.131Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812025-07-01T18:26:17.131Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2822025-07-01T18:26:17.131Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832025-07-01T18:26:17.131Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842025-07-01T18:26:17.361Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2852025-07-01T18:26:17.776Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862025-07-01T18:26:18.116Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872025-07-01T18:26:18.568Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882025-07-01T18:26:19.031Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892025-07-01T18:26:19.374Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902025-07-01T18:26:19.685Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912025-07-01T18:26:20.014Z Updating git repository `https://github.com/oxidecomputer/omicron`
2922025-07-01T18:26:28.992Z Updating git repository `https://github.com/illumos/smf-rs`
2932025-07-01T18:26:30.198Z Downloading crates ...
2942025-07-01T18:26:30.249Z Downloaded is_terminal_polyfill v1.70.1
2952025-07-01T18:26:30.255Z Downloaded clap v4.5.40
2962025-07-01T18:26:30.260Z Downloaded cargo_toml v0.21.0
2972025-07-01T18:26:30.261Z Downloaded anstyle v1.0.11
2982025-07-01T18:26:30.267Z Downloaded anstream v0.6.18
2992025-07-01T18:26:30.267Z Downloaded thread-id v4.2.2
3002025-07-01T18:26:30.273Z Downloaded generic-array v0.14.7
3012025-07-01T18:26:30.273Z Downloaded tabled_derive v0.7.0
3022025-07-01T18:26:30.273Z Downloaded dtrace-parser v0.2.0
3032025-07-01T18:26:30.273Z Downloaded clap_lex v0.7.4
3042025-07-01T18:26:30.273Z Downloaded anstyle-parse v0.2.5
3052025-07-01T18:26:30.279Z Downloaded errno v0.3.12
3062025-07-01T18:26:30.279Z Downloaded typenum v1.17.0
3072025-07-01T18:26:30.280Z Downloaded typeid v1.0.3
3082025-07-01T18:26:30.285Z Downloaded thiserror-impl v2.0.12
3092025-07-01T18:26:30.285Z Downloaded unicode-ident v1.0.18
3102025-07-01T18:26:30.285Z Downloaded unicode-linebreak v0.1.5
3112025-07-01T18:26:30.292Z Downloaded thiserror v1.0.69
3122025-07-01T18:26:30.292Z Downloaded yoke-derive v0.7.4
3132025-07-01T18:26:30.293Z Downloaded bitflags v2.9.0
3142025-07-01T18:26:30.299Z Downloaded zerofrom v0.1.4
3152025-07-01T18:26:30.299Z Downloaded usdt-attr-macro v0.5.0
3162025-07-01T18:26:30.299Z Downloaded write16 v1.0.0
3172025-07-01T18:26:30.299Z Downloaded serde_spanned v0.6.9
3182025-07-01T18:26:30.305Z Downloaded serde-untagged v0.1.7
3192025-07-01T18:26:30.306Z Downloaded icu_provider v1.5.0
3202025-07-01T18:26:30.306Z Downloaded zerofrom-derive v0.1.4
3212025-07-01T18:26:30.311Z Downloaded utf8_iter v1.0.4
3222025-07-01T18:26:30.311Z Downloaded scroll_derive v0.12.0
3232025-07-01T18:26:30.311Z Downloaded zerovec-derive v0.10.3
3242025-07-01T18:26:30.311Z Downloaded usdt-impl v0.5.0
3252025-07-01T18:26:30.327Z Downloaded utf8parse v0.2.2
3262025-07-01T18:26:30.327Z Downloaded unicode-xid v0.2.6
3272025-07-01T18:26:30.327Z Downloaded thiserror v2.0.12
3282025-07-01T18:26:30.331Z Downloaded zerocopy-derive v0.7.35
3292025-07-01T18:26:30.331Z Downloaded yoke v0.7.4
3302025-07-01T18:26:30.331Z Downloaded ucd-trie v0.1.7
3312025-07-01T18:26:30.331Z Downloaded writeable v0.5.5
3322025-07-01T18:26:30.331Z Downloaded macaddr v1.0.1
3332025-07-01T18:26:30.333Z Downloaded icu_locid_transform_data v1.5.0
3342025-07-01T18:26:30.333Z Downloaded toml_write v0.1.2
3352025-07-01T18:26:30.337Z Downloaded toml v0.8.23
3362025-07-01T18:26:30.337Z Downloaded textwrap v0.16.2
3372025-07-01T18:26:30.341Z Downloaded pretty-hex v0.4.1
3382025-07-01T18:26:30.341Z Downloaded usdt v0.5.0
3392025-07-01T18:26:30.341Z Downloaded url v2.5.4
3402025-07-01T18:26:30.345Z Downloaded swrite v0.1.0
3412025-07-01T18:26:30.345Z Downloaded icu_provider_macros v1.5.0
3422025-07-01T18:26:30.345Z Downloaded toml_edit v0.22.27
3432025-07-01T18:26:30.349Z Downloaded proc-macro-error-attr v1.0.4
3442025-07-01T18:26:30.353Z Downloaded block-buffer v0.10.4
3452025-07-01T18:26:30.353Z Downloaded zerovec v0.10.4
3462025-07-01T18:26:30.356Z Downloaded serde-value v0.7.0
3472025-07-01T18:26:30.360Z Downloaded zerocopy v0.7.35
3482025-07-01T18:26:30.372Z Downloaded strsim v0.11.1
3492025-07-01T18:26:30.376Z Downloaded winnow v0.7.10
3502025-07-01T18:26:30.382Z Downloaded synstructure v0.13.1
3512025-07-01T18:26:30.385Z Downloaded cargo-util-schemas v0.2.0
3522025-07-01T18:26:30.385Z Downloaded ordered-float v2.10.1
3532025-07-01T18:26:30.389Z Downloaded memmap v0.7.0
3542025-07-01T18:26:30.389Z Downloaded unicode-width v0.2.0
3552025-07-01T18:26:30.393Z Downloaded unicode-width v0.1.14
3562025-07-01T18:26:30.398Z Downloaded bytecount v0.6.8
3572025-07-01T18:26:30.403Z Downloaded proc-macro-error v1.0.4
3582025-07-01T18:26:30.406Z Downloaded quote v1.0.40
3592025-07-01T18:26:30.407Z Downloaded camino-tempfile v1.4.1
3602025-07-01T18:26:30.407Z Downloaded once_cell v1.21.3
3612025-07-01T18:26:30.410Z Downloaded sha2 v0.10.9
3622025-07-01T18:26:30.414Z Downloaded clap_derive v4.5.40
3632025-07-01T18:26:30.414Z Downloaded terminal_size v0.4.0
3642025-07-01T18:26:30.414Z Downloaded litemap v0.7.3
3652025-07-01T18:26:30.418Z Downloaded proc-macro2 v1.0.95
3662025-07-01T18:26:30.421Z Downloaded icu_locid_transform v1.5.0
3672025-07-01T18:26:30.422Z Downloaded serde_tokenstream v0.2.2
3682025-07-01T18:26:30.425Z Downloaded ryu v1.0.18
3692025-07-01T18:26:30.425Z Downloaded pest_meta v2.7.14
3702025-07-01T18:26:30.429Z Downloaded log v0.4.27
3712025-07-01T18:26:30.429Z Downloaded camino v1.1.10
3722025-07-01T18:26:30.433Z Downloaded pest_derive v2.7.14
3732025-07-01T18:26:30.433Z Downloaded semver v1.0.26
3742025-07-01T18:26:30.436Z Downloaded icu_locid v1.5.0
3752025-07-01T18:26:30.440Z Downloaded tempfile v3.20.0
3762025-07-01T18:26:30.444Z Downloaded icu_properties v1.5.1
3772025-07-01T18:26:30.447Z Downloaded num-traits v0.2.19
3782025-07-01T18:26:30.447Z Downloaded percent-encoding v2.3.1
3792025-07-01T18:26:30.447Z Downloaded idna_adapter v1.2.0
3802025-07-01T18:26:30.451Z Downloaded smallvec v1.15.0
3812025-07-01T18:26:30.451Z Downloaded serde_derive v1.0.219
3822025-07-01T18:26:30.455Z Downloaded serde v1.0.219
3832025-07-01T18:26:30.572Z Downloaded pest v2.7.14
3842025-07-01T18:26:30.573Z Downloaded papergrid v0.11.0
3852025-07-01T18:26:30.573Z Downloaded erased-serde v0.4.6
3862025-07-01T18:26:30.573Z Downloaded displaydoc v0.2.5
3872025-07-01T18:26:30.573Z Downloaded memchr v2.7.4
3882025-07-01T18:26:30.573Z Downloaded indexmap v2.9.0
3892025-07-01T18:26:30.573Z Downloaded icu_collections v1.5.0
3902025-07-01T18:26:30.573Z Downloaded cargo_metadata v0.20.0
3912025-07-01T18:26:30.573Z Downloaded cargo-platform v0.2.0
3922025-07-01T18:26:30.573Z Downloaded anstyle-query v1.1.1
3932025-07-01T18:26:30.573Z Downloaded stable_deref_trait v1.2.0
3942025-07-01T18:26:30.574Z Downloaded smawk v0.3.2
3952025-07-01T18:26:30.574Z Downloaded scroll v0.12.0
3962025-07-01T18:26:30.574Z Downloaded idna v1.0.3
3972025-07-01T18:26:30.574Z Downloaded fastrand v2.1.1
3982025-07-01T18:26:30.574Z Downloaded serde_json v1.0.140
3992025-07-01T18:26:30.574Z Downloaded colorchoice v1.0.2
4002025-07-01T18:26:30.574Z Downloaded hashbrown v0.15.4
4012025-07-01T18:26:30.596Z Downloaded pest_generator v2.7.14
4022025-07-01T18:26:30.596Z Downloaded itoa v1.0.11
4032025-07-01T18:26:30.596Z Downloaded fs-err v3.1.1
4042025-07-01T18:26:30.596Z Downloaded digest v0.10.7
4052025-07-01T18:26:30.596Z Downloaded cpufeatures v0.2.14
4062025-07-01T18:26:30.596Z Downloaded equivalent v1.0.2
4072025-07-01T18:26:30.596Z Downloaded clap_builder v4.5.40
4082025-07-01T18:26:30.596Z Downloaded version_check v0.9.5
4092025-07-01T18:26:30.596Z Downloaded goblin v0.8.2
4102025-07-01T18:26:30.597Z Downloaded tabled v0.15.0
4112025-07-01T18:26:30.597Z Downloaded toml_datetime v0.6.11
4122025-07-01T18:26:30.597Z Downloaded syn v1.0.109
4132025-07-01T18:26:30.597Z Downloaded icu_properties_data v1.5.0
4142025-07-01T18:26:30.597Z Downloaded tinystr v0.7.6
4152025-07-01T18:26:30.597Z Downloaded thiserror-impl v1.0.69
4162025-07-01T18:26:30.597Z Downloaded plain v0.2.3
4172025-07-01T18:26:30.597Z Downloaded icu_normalizer_data v1.5.0
4182025-07-01T18:26:30.597Z Downloaded heck v0.4.1
4192025-07-01T18:26:30.597Z Downloaded byteorder v1.5.0
4202025-07-01T18:26:30.597Z Downloaded heck v0.5.0
4212025-07-01T18:26:30.597Z Downloaded autocfg v1.4.0
4222025-07-01T18:26:30.597Z Downloaded utf16_iter v1.0.5
4232025-07-01T18:26:30.597Z Downloaded usdt-macro v0.5.0
4242025-07-01T18:26:30.597Z Downloaded form_urlencoded v1.2.1
4252025-07-01T18:26:30.597Z Downloaded dof v0.3.0
4262025-07-01T18:26:30.597Z Downloaded icu_normalizer v1.5.0
4272025-07-01T18:26:30.602Z Downloaded syn v2.0.104
4282025-07-01T18:26:30.602Z Downloaded crypto-common v0.1.6
4292025-07-01T18:26:30.602Z Downloaded getrandom v0.3.1
4302025-07-01T18:26:30.602Z Downloaded fnv v1.0.7
4312025-07-01T18:26:30.602Z Downloaded rustix v0.38.37
4322025-07-01T18:26:30.616Z Downloaded cfg-if v1.0.1
4332025-07-01T18:26:30.622Z Downloaded rustix v1.0.7
4342025-07-01T18:26:30.641Z Downloaded anyhow v1.0.98
4352025-07-01T18:26:30.649Z Downloaded libc v0.2.174
4362025-07-01T18:26:30.733Z Compiling proc-macro2 v1.0.95
4372025-07-01T18:26:30.734Z Compiling unicode-ident v1.0.18
4382025-07-01T18:26:30.734Z Compiling serde v1.0.219
4392025-07-01T18:26:30.734Z Compiling version_check v0.9.5
4402025-07-01T18:26:30.740Z Compiling thiserror v1.0.69
4412025-07-01T18:26:30.740Z Compiling libc v0.2.174
4422025-07-01T18:26:30.740Z Compiling memchr v2.7.4
4432025-07-01T18:26:30.740Z Compiling stable_deref_trait v1.2.0
4442025-07-01T18:26:31.162Z Compiling autocfg v1.4.0
4452025-07-01T18:26:31.211Z Compiling ryu v1.0.18
4462025-07-01T18:26:31.529Z Compiling litemap v0.7.3
4472025-07-01T18:26:31.648Z Compiling writeable v0.5.5
4482025-07-01T18:26:31.685Z Compiling itoa v1.0.11
4492025-07-01T18:26:31.926Z Compiling ucd-trie v0.1.7
4502025-07-01T18:26:31.958Z Compiling once_cell v1.21.3
4512025-07-01T18:26:32.028Z Compiling bitflags v2.9.0
4522025-07-01T18:26:32.192Z Compiling byteorder v1.5.0
4532025-07-01T18:26:32.343Z Compiling icu_locid_transform_data v1.5.0
4542025-07-01T18:26:32.422Z Compiling serde_json v1.0.140
4552025-07-01T18:26:32.464Z Compiling icu_properties_data v1.5.0
4562025-07-01T18:26:32.492Z Compiling num-traits v0.2.19
4572025-07-01T18:26:32.591Z Compiling typeid v1.0.3
4582025-07-01T18:26:32.616Z Compiling utf8_iter v1.0.4
4592025-07-01T18:26:32.774Z Compiling quote v1.0.40
4602025-07-01T18:26:32.799Z Compiling write16 v1.0.0
4612025-07-01T18:26:32.868Z Compiling errno v0.3.12
4622025-07-01T18:26:32.953Z Compiling rustix v0.38.37
4632025-07-01T18:26:33.092Z Compiling icu_normalizer_data v1.5.0
4642025-07-01T18:26:33.092Z Compiling equivalent v1.0.2
4652025-07-01T18:26:33.111Z Compiling utf16_iter v1.0.5
4662025-07-01T18:26:33.156Z Compiling hashbrown v0.15.4
4672025-07-01T18:26:33.160Z Compiling smallvec v1.15.0
4682025-07-01T18:26:33.207Z Compiling syn v2.0.104
4692025-07-01T18:26:33.491Z Compiling proc-macro-error-attr v1.0.4
4702025-07-01T18:26:33.515Z Compiling usdt-impl v0.5.0
4712025-07-01T18:26:33.586Z Compiling syn v1.0.109
4722025-07-01T18:26:33.716Z Compiling toml_write v0.1.2
4732025-07-01T18:26:33.788Z Compiling winnow v0.7.10
4742025-07-01T18:26:33.998Z Compiling thread-id v4.2.2
4752025-07-01T18:26:34.174Z Compiling proc-macro-error v1.0.4
4762025-07-01T18:26:34.225Z Compiling getrandom v0.3.1
4772025-07-01T18:26:34.291Z Compiling indexmap v2.9.0
4782025-07-01T18:26:34.320Z Compiling plain v0.2.3
4792025-07-01T18:26:34.478Z Compiling utf8parse v0.2.2
4802025-07-01T18:26:34.507Z Compiling camino v1.1.10
4812025-07-01T18:26:34.715Z Compiling rustix v1.0.7
4822025-07-01T18:26:34.921Z Compiling percent-encoding v2.3.1
4832025-07-01T18:26:35.080Z Compiling semver v1.0.26
4842025-07-01T18:26:35.252Z Compiling log v0.4.27
4852025-07-01T18:26:35.283Z Compiling form_urlencoded v1.2.1
4862025-07-01T18:26:35.572Z Compiling terminal_size v0.4.0
4872025-07-01T18:26:35.638Z Compiling anstyle-parse v0.2.5
4882025-07-01T18:26:35.740Z Compiling ordered-float v2.10.1
4892025-07-01T18:26:35.850Z Compiling anstyle-query v1.1.1
4902025-07-01T18:26:36.023Z Compiling pretty-hex v0.4.1
4912025-07-01T18:26:36.054Z Compiling anstyle v1.0.11
4922025-07-01T18:26:36.201Z Compiling thiserror v2.0.12
4932025-07-01T18:26:36.237Z Compiling colorchoice v1.0.2
4942025-07-01T18:26:36.269Z Compiling is_terminal_polyfill v1.70.1
4952025-07-01T18:26:36.438Z Compiling cfg-if v1.0.1
4962025-07-01T18:26:36.461Z Compiling anstream v0.6.18
4972025-07-01T18:26:37.022Z Compiling fs-err v3.1.1
4982025-07-01T18:26:37.052Z Compiling anyhow v1.0.98
4992025-07-01T18:26:37.205Z Compiling unicode-width v0.1.14
5002025-07-01T18:26:37.222Z Compiling heck v0.4.1
5012025-07-01T18:26:37.325Z Compiling strsim v0.11.1
5022025-07-01T18:26:37.636Z Compiling fastrand v2.1.1
5032025-07-01T18:26:37.663Z Compiling clap_lex v0.7.4
5042025-07-01T18:26:37.717Z Compiling heck v0.5.0
5052025-07-01T18:26:38.006Z Compiling fnv v1.0.7
5062025-07-01T18:26:38.176Z Compiling unicode-xid v0.2.6
5072025-07-01T18:26:38.201Z Compiling bytecount v0.6.8
5082025-07-01T18:26:38.524Z Compiling papergrid v0.11.0
5092025-07-01T18:26:39.453Z Compiling clap_builder v4.5.40
5102025-07-01T18:26:39.655Z Compiling tempfile v3.20.0
5112025-07-01T18:26:39.655Z Compiling memmap v0.7.0
5122025-07-01T18:26:39.655Z Compiling smawk v0.3.2
5132025-07-01T18:26:39.655Z Compiling unicode-linebreak v0.1.5
5142025-07-01T18:26:39.655Z Compiling unicode-width v0.2.0
5152025-07-01T18:26:39.881Z Compiling synstructure v0.13.1
5162025-07-01T18:26:40.134Z Compiling textwrap v0.16.2
5172025-07-01T18:26:40.316Z Compiling swrite v0.1.0
5182025-07-01T18:26:40.471Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192025-07-01T18:26:40.712Z Compiling tabled_derive v0.7.0
5202025-07-01T18:26:42.150Z Compiling tabled v0.15.0
5212025-07-01T18:26:42.253Z Compiling serde_derive v1.0.219
5222025-07-01T18:26:42.257Z Compiling zerofrom-derive v0.1.4
5232025-07-01T18:26:42.257Z Compiling thiserror-impl v1.0.69
5242025-07-01T18:26:42.410Z Compiling yoke-derive v0.7.4
5252025-07-01T18:26:42.844Z Compiling zerovec-derive v0.10.3
5262025-07-01T18:26:44.975Z Compiling displaydoc v0.2.5
5272025-07-01T18:26:45.002Z Compiling icu_provider_macros v1.5.0
5282025-07-01T18:26:45.307Z Compiling zerocopy-derive v0.7.35
5292025-07-01T18:26:45.461Z Compiling pest v2.7.14
5302025-07-01T18:26:45.601Z Compiling zerofrom v0.1.4
5312025-07-01T18:26:45.859Z Compiling yoke v0.7.4
5322025-07-01T18:26:46.028Z Compiling scroll_derive v0.12.0
5332025-07-01T18:26:46.240Z Compiling zerovec v0.10.4
5342025-07-01T18:26:46.379Z Compiling thiserror-impl v2.0.12
5352025-07-01T18:26:47.090Z Compiling clap_derive v4.5.40
5362025-07-01T18:26:47.175Z Compiling zerocopy v0.7.35
5372025-07-01T18:26:47.368Z Compiling scroll v0.12.0
5382025-07-01T18:26:47.925Z Compiling goblin v0.8.2
5392025-07-01T18:26:48.305Z Compiling tinystr v0.7.6
5402025-07-01T18:26:48.409Z Compiling pest_meta v2.7.14
5412025-07-01T18:26:48.530Z Compiling icu_collections v1.5.0
5422025-07-01T18:26:48.620Z Compiling icu_locid v1.5.0
5432025-07-01T18:26:49.747Z Compiling icu_provider v1.5.0
5442025-07-01T18:26:49.870Z Compiling pest_generator v2.7.14
5452025-07-01T18:26:50.561Z Compiling icu_locid_transform v1.5.0
5462025-07-01T18:26:50.592Z Compiling clap v4.5.40
5472025-07-01T18:26:51.524Z Compiling pest_derive v2.7.14
5482025-07-01T18:26:51.694Z Compiling icu_properties v1.5.1
5492025-07-01T18:26:52.264Z Compiling dtrace-parser v0.2.0
5502025-07-01T18:26:53.640Z Compiling serde_spanned v0.6.9
5512025-07-01T18:26:53.686Z Compiling toml_datetime v0.6.11
5522025-07-01T18:26:53.940Z Compiling serde_tokenstream v0.2.2
5532025-07-01T18:26:53.944Z Compiling erased-serde v0.4.6
5542025-07-01T18:26:54.177Z Compiling toml_edit v0.22.27
5552025-07-01T18:26:54.535Z Compiling serde-value v0.7.0
5562025-07-01T18:26:55.026Z Compiling icu_normalizer v1.5.0
5572025-07-01T18:26:55.112Z Compiling serde-untagged v0.1.7
5582025-07-01T18:26:55.340Z Compiling cargo-platform v0.2.0
5592025-07-01T18:26:55.612Z Compiling dof v0.3.0
5602025-07-01T18:26:55.824Z Compiling camino-tempfile v1.4.1
5612025-07-01T18:26:55.898Z Compiling macaddr v1.0.1
5622025-07-01T18:26:56.146Z Compiling idna_adapter v1.2.0
5632025-07-01T18:26:56.338Z Compiling idna v1.0.3
5642025-07-01T18:26:57.017Z Compiling url v2.5.4
5652025-07-01T18:26:57.252Z Compiling usdt-attr-macro v0.5.0
5662025-07-01T18:26:57.252Z Compiling usdt-macro v0.5.0
5672025-07-01T18:26:57.413Z Compiling toml v0.8.23
5682025-07-01T18:26:58.222Z Compiling cargo-util-schemas v0.2.0
5692025-07-01T18:26:58.222Z Compiling cargo_toml v0.21.0
5702025-07-01T18:26:58.538Z Compiling usdt v0.5.0
5712025-07-01T18:26:59.671Z Compiling cargo_metadata v0.20.0
5722025-07-01T18:27:01.489Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732025-07-01T18:27:04.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5742025-07-01T18:27:05.149Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752025-07-01T18:27:05.808Z Downloading crates ...
5762025-07-01T18:27:05.930Z Downloaded aead v0.5.2
5772025-07-01T18:27:05.933Z Downloaded adler2 v2.0.0
5782025-07-01T18:27:05.936Z Downloaded addr2line v0.24.2
5792025-07-01T18:27:05.945Z Downloaded atomic-waker v1.1.2
5802025-07-01T18:27:05.948Z Downloaded atty v0.2.14
5812025-07-01T18:27:05.951Z Downloaded bit-set v0.8.0
5822025-07-01T18:27:05.954Z Downloaded bcs v0.1.6
5832025-07-01T18:27:05.957Z Downloaded home v0.5.9
5842025-07-01T18:27:05.961Z Downloaded hostname v0.4.0
5852025-07-01T18:27:05.961Z Downloaded atomicwrites v0.4.4
5862025-07-01T18:27:05.964Z Downloaded arrayvec v0.7.6
5872025-07-01T18:27:05.964Z Downloaded bit-vec v0.8.0
5882025-07-01T18:27:05.967Z Downloaded base64 v0.13.1
5892025-07-01T18:27:05.970Z Downloaded assert_matches v1.5.0
5902025-07-01T18:27:05.973Z Downloaded crucible-workspace-hack v0.1.0
5912025-07-01T18:27:05.973Z Downloaded base64ct v1.6.0
5922025-07-01T18:27:05.976Z Downloaded bit-set v0.5.3
5932025-07-01T18:27:05.979Z Downloaded base16ct v0.2.0
5942025-07-01T18:27:05.979Z Downloaded backoff v0.4.0
5952025-07-01T18:27:05.982Z Downloaded indicatif v0.17.11
5962025-07-01T18:27:05.986Z Downloaded colored v2.2.0
5972025-07-01T18:27:05.989Z Downloaded lazycell v1.3.0
5982025-07-01T18:27:05.992Z Downloaded bit-vec v0.6.3
5992025-07-01T18:27:05.995Z Downloaded lalrpop-util v0.19.12
6002025-07-01T18:27:05.995Z Downloaded hickory-client v0.25.2
6012025-07-01T18:27:05.998Z Downloaded bitfield v0.14.0
6022025-07-01T18:27:06.001Z Downloaded async-stream-impl v0.3.6
6032025-07-01T18:27:06.001Z Downloaded jiff-static v0.2.15
6042025-07-01T18:27:06.004Z Downloaded is_ci v1.2.0
6052025-07-01T18:27:06.007Z Downloaded crc32fast v1.4.2
6062025-07-01T18:27:06.011Z Downloaded crc8 v0.1.1
6072025-07-01T18:27:06.011Z Downloaded ciborium-io v0.2.2
6082025-07-01T18:27:06.011Z Downloaded ascii-canvas v3.0.0
6092025-07-01T18:27:06.014Z Downloaded arrayref v0.3.9
6102025-07-01T18:27:06.017Z Downloaded iana-time-zone v0.1.63
6112025-07-01T18:27:06.020Z Downloaded crc-catalog v2.4.0
6122025-07-01T18:27:06.020Z Downloaded ciborium-ll v0.2.2
6132025-07-01T18:27:06.023Z Downloaded bcrypt-pbkdf v0.10.0
6142025-07-01T18:27:06.023Z Downloaded bitfield-struct v0.6.2
6152025-07-01T18:27:06.026Z Downloaded bb8 v0.8.5
6162025-07-01T18:27:06.026Z Downloaded async-bb8-diesel v0.2.1
6172025-07-01T18:27:06.029Z Downloaded ingot-types v0.1.0
6182025-07-01T18:27:06.032Z Downloaded multimap v0.10.1
6192025-07-01T18:27:06.035Z Downloaded hyper v1.6.0
6202025-07-01T18:27:06.042Z Downloaded progenitor-client v0.8.0
6212025-07-01T18:27:06.045Z Downloaded linear-map v1.2.0
6222025-07-01T18:27:06.049Z Downloaded blowfish v0.9.1
6232025-07-01T18:27:06.049Z Downloaded new_debug_unreachable v1.0.6
6242025-07-01T18:27:06.052Z Downloaded instability v0.3.2
6252025-07-01T18:27:06.055Z Downloaded constant_time_eq v0.3.1
6262025-07-01T18:27:06.055Z Downloaded cargo_metadata v0.18.1
6272025-07-01T18:27:06.058Z Downloaded http-range v0.1.5
6282025-07-01T18:27:06.061Z Downloaded instant v0.1.13
6292025-07-01T18:27:06.061Z Downloaded http-body v1.0.1
6302025-07-01T18:27:06.064Z Downloaded cobs v0.2.3
6312025-07-01T18:27:06.064Z Downloaded russh-cryptovec v0.7.3
6322025-07-01T18:27:06.067Z Downloaded is-terminal v0.4.13
6332025-07-01T18:27:06.068Z Downloaded indoc v2.0.6
6342025-07-01T18:27:06.071Z Downloaded hubpack_derive v0.1.1
6352025-07-01T18:27:06.074Z Downloaded buf-list v1.0.3
6362025-07-01T18:27:06.077Z Downloaded ipnet v2.11.0
6372025-07-01T18:27:06.077Z Downloaded match_cfg v0.1.0
6382025-07-01T18:27:06.080Z Downloaded base64 v0.21.7
6392025-07-01T18:27:06.083Z Downloaded md5 v0.7.0
6402025-07-01T18:27:06.086Z Downloaded crc v3.2.1
6412025-07-01T18:27:06.090Z Downloaded crossbeam-deque v0.8.5
6422025-07-01T18:27:06.090Z Downloaded serde_urlencoded v0.7.1
6432025-07-01T18:27:06.093Z Downloaded lzss v0.8.2
6442025-07-01T18:27:06.096Z Downloaded bitflags v1.3.2
6452025-07-01T18:27:06.099Z Downloaded libefi-sys v0.1.0
6462025-07-01T18:27:06.099Z Downloaded hex-literal v0.4.1
6472025-07-01T18:27:06.103Z Downloaded progenitor-macro v0.10.0
6482025-07-01T18:27:06.103Z Downloaded libsw-core v0.3.1
6492025-07-01T18:27:06.106Z Downloaded strum v0.26.3
6502025-07-01T18:27:06.106Z Downloaded humantime v2.2.0
6512025-07-01T18:27:06.109Z Downloaded console v0.15.10
6522025-07-01T18:27:06.112Z Downloaded take_mut v0.2.2
6532025-07-01T18:27:06.115Z Downloaded sync_wrapper v1.0.1
6542025-07-01T18:27:06.115Z Downloaded async-recursion v1.1.1
6552025-07-01T18:27:06.118Z Downloaded indoc v1.0.9
6562025-07-01T18:27:06.121Z Downloaded ingot-macros v0.1.0
6572025-07-01T18:27:06.124Z Downloaded argon2 v0.5.3
6582025-07-01T18:27:06.127Z Downloaded time-core v0.1.2
6592025-07-01T18:27:06.127Z Downloaded hickory-server v0.25.2
6602025-07-01T18:27:06.133Z Downloaded md-5 v0.10.6
6612025-07-01T18:27:06.137Z Downloaded lru-cache v0.1.2
6622025-07-01T18:27:06.137Z Downloaded topological-sort v0.2.2
6632025-07-01T18:27:06.140Z Downloaded sigpipe v0.1.3
6642025-07-01T18:27:06.140Z Downloaded quick-error v1.2.3
6652025-07-01T18:27:06.143Z Downloaded rustversion v1.0.17
6662025-07-01T18:27:06.146Z Downloaded schemars_derive v0.8.22
6672025-07-01T18:27:06.149Z Downloaded signature v2.2.0
6682025-07-01T18:27:06.149Z Downloaded sha1 v0.10.6
6692025-07-01T18:27:06.152Z Downloaded litrs v0.4.1
6702025-07-01T18:27:06.155Z Downloaded radium v0.7.0
6712025-07-01T18:27:06.155Z Downloaded hyper-rustls v0.27.7
6722025-07-01T18:27:06.158Z Downloaded cipher v0.4.4
6732025-07-01T18:27:06.162Z Downloaded zone v0.3.1
6742025-07-01T18:27:06.165Z Downloaded darling_macro v0.20.10
6752025-07-01T18:27:06.165Z Downloaded want v0.3.1
6762025-07-01T18:27:06.165Z Downloaded slog-bunyan v2.5.0
6772025-07-01T18:27:06.168Z Downloaded tagptr v0.2.0
6782025-07-01T18:27:06.171Z Downloaded libm v0.2.8
6792025-07-01T18:27:06.178Z Downloaded thread_local v1.1.8
6802025-07-01T18:27:06.181Z Downloaded rustc-hash v1.1.0
6812025-07-01T18:27:06.181Z Downloaded libsw v3.5.0
6822025-07-01T18:27:06.185Z Downloaded multer v3.1.0
6832025-07-01T18:27:06.188Z Downloaded mime v0.3.17
6842025-07-01T18:27:06.188Z Downloaded serde_bytes v0.11.17
6852025-07-01T18:27:06.191Z Downloaded rustc-demangle v0.1.24
6862025-07-01T18:27:06.194Z Downloaded document-features v0.2.10
6872025-07-01T18:27:06.194Z Downloaded unicode-truncate v1.1.0
6882025-07-01T18:27:06.197Z Downloaded thiserror-no-std v2.0.2
6892025-07-01T18:27:06.201Z Downloaded thiserror-impl-no-std v2.0.2
6902025-07-01T18:27:06.204Z Downloaded fxhash v0.2.1
6912025-07-01T18:27:06.204Z Downloaded unarray v0.1.4
6922025-07-01T18:27:06.208Z Downloaded native-tls v0.2.12
6932025-07-01T18:27:06.211Z Downloaded libxml v0.3.3
6942025-07-01T18:27:06.226Z Downloaded openssl-probe v0.1.5
6952025-07-01T18:27:06.229Z Downloaded opaque-debug v0.3.1
6962025-07-01T18:27:06.229Z Downloaded num_threads v0.1.7
6972025-07-01T18:27:06.232Z Downloaded xattr v1.3.1
6982025-07-01T18:27:06.233Z Downloaded utf-8 v0.7.6
6992025-07-01T18:27:06.236Z Downloaded spin v0.9.8
7002025-07-01T18:27:06.239Z Downloaded crc-any v2.5.0
7012025-07-01T18:27:06.242Z Downloaded dunce v1.0.5
7022025-07-01T18:27:06.242Z Downloaded ff v0.13.0
7032025-07-01T18:27:06.245Z Downloaded darling v0.20.10
7042025-07-01T18:27:06.249Z Downloaded progenitor-client v0.9.1
7052025-07-01T18:27:06.252Z Downloaded iddqd v0.3.8
7062025-07-01T18:27:06.257Z Downloaded group v0.13.0
7072025-07-01T18:27:06.260Z Downloaded globwalk v0.9.1
7082025-07-01T18:27:06.263Z Downloaded glob v0.3.2
7092025-07-01T18:27:06.263Z Downloaded rtoolbox v0.0.2
7102025-07-01T18:27:06.267Z Downloaded ignore v0.4.23
7112025-07-01T18:27:06.270Z Downloaded ref-cast-impl v1.0.24
7122025-07-01T18:27:06.274Z Downloaded num_enum_derive v0.5.11
7132025-07-01T18:27:06.274Z Downloaded globset v0.4.15
7142025-07-01T18:27:06.277Z Downloaded futures-io v0.3.31
7152025-07-01T18:27:06.277Z Downloaded foreign-types v0.5.0
7162025-07-01T18:27:06.277Z Downloaded rustc_version v0.1.7
7172025-07-01T18:27:06.280Z Downloaded zstd-safe v7.2.3
7182025-07-01T18:27:06.280Z Downloaded crossbeam-epoch v0.9.18
7192025-07-01T18:27:06.284Z Downloaded packed_struct_codegen v0.10.1
7202025-07-01T18:27:06.287Z Downloaded pretty-hex v0.2.1
7212025-07-01T18:27:06.287Z Downloaded parse-size v1.1.0
7222025-07-01T18:27:06.290Z Downloaded parse-display-derive v0.10.0
7232025-07-01T18:27:06.291Z Downloaded tokio-macros v2.5.0
7242025-07-01T18:27:06.294Z Downloaded structmeta v0.3.0
7252025-07-01T18:27:06.294Z Downloaded strip-ansi-escapes v0.2.0
7262025-07-01T18:27:06.297Z Downloaded compact_str v0.8.0
7272025-07-01T18:27:06.300Z Downloaded typify-macro v0.2.0
7282025-07-01T18:27:06.303Z Downloaded typify v0.3.0
7292025-07-01T18:27:06.306Z Downloaded des v0.8.1
7302025-07-01T18:27:06.309Z Downloaded xshell-macros v0.2.7
7312025-07-01T18:27:06.309Z Downloaded test-strategy v0.4.1
7322025-07-01T18:27:06.313Z Downloaded waitgroup v0.1.2
7332025-07-01T18:27:06.316Z Downloaded siphasher v0.3.11
7342025-07-01T18:27:06.319Z Downloaded simd-adler32 v0.3.7
7352025-07-01T18:27:06.319Z Downloaded zerocopy v0.6.6
7362025-07-01T18:27:06.322Z Downloaded serde_path_to_error v0.1.17
7372025-07-01T18:27:06.325Z Downloaded string_cache v0.8.9
7382025-07-01T18:27:06.329Z Downloaded stringprep v0.1.5
7392025-07-01T18:27:06.329Z Downloaded snafu v0.8.5
7402025-07-01T18:27:06.335Z Downloaded tiny-keccak v2.0.2
7412025-07-01T18:27:06.339Z Downloaded num-complex v0.4.6
7422025-07-01T18:27:06.342Z Downloaded foreign-types-shared v0.3.1
7432025-07-01T18:27:06.343Z Downloaded dirs-next v2.0.0
7442025-07-01T18:27:06.347Z Downloaded headers-core v0.3.0
7452025-07-01T18:27:06.347Z Downloaded endian-type v0.1.2
7462025-07-01T18:27:06.347Z Downloaded socket2 v0.5.10
7472025-07-01T18:27:06.352Z Downloaded universal-hash v0.5.1
7482025-07-01T18:27:06.357Z Downloaded futures-core v0.3.31
7492025-07-01T18:27:06.357Z Downloaded typify-macro v0.3.0
7502025-07-01T18:27:06.357Z Downloaded tui-tree-widget v0.23.1
7512025-07-01T18:27:06.360Z Downloaded peg-runtime v0.8.5
7522025-07-01T18:27:06.360Z Downloaded number_prefix v0.4.0
7532025-07-01T18:27:06.360Z Downloaded progenitor v0.10.0
7542025-07-01T18:27:06.363Z Downloaded postcard v1.0.10
7552025-07-01T18:27:06.366Z Downloaded wait-timeout v0.2.0
7562025-07-01T18:27:06.366Z Downloaded fatfs v0.3.6
7572025-07-01T18:27:06.369Z Downloaded progenitor v0.8.0
7582025-07-01T18:27:06.373Z Downloaded signal-hook-registry v1.4.2
7592025-07-01T18:27:06.376Z Downloaded half v1.8.3
7602025-07-01T18:27:06.379Z Downloaded xshell v0.2.7
7612025-07-01T18:27:06.379Z Downloaded serde_derive_internals v0.29.1
7622025-07-01T18:27:06.382Z Downloaded hyper-util v0.1.14
7632025-07-01T18:27:06.387Z Downloaded embedded-io v0.6.1
7642025-07-01T18:27:06.390Z Downloaded either v1.15.0
7652025-07-01T18:27:06.394Z Downloaded funty v2.0.0
7662025-07-01T18:27:06.394Z Downloaded embedded-io v0.4.0
7672025-07-01T18:27:06.397Z Downloaded ena v0.14.3
7682025-07-01T18:27:06.400Z Downloaded dirs-sys-next v0.1.2
7692025-07-01T18:27:06.400Z Downloaded tabwriter v1.4.0
7702025-07-01T18:27:06.403Z Downloaded supports-color v3.0.2
7712025-07-01T18:27:06.403Z Downloaded num_enum v0.5.11
7722025-07-01T18:27:06.407Z Downloaded nibble_vec v0.1.0
7732025-07-01T18:27:06.410Z Downloaded newtype_derive v0.1.6
7742025-07-01T18:27:06.414Z Downloaded newtype-uuid v1.2.4
7752025-07-01T18:27:06.414Z Downloaded olpc-cjson v0.1.4
7762025-07-01T18:27:06.417Z Downloaded walkdir v2.5.0
7772025-07-01T18:27:06.417Z Downloaded progenitor-impl v0.8.0
7782025-07-01T18:27:06.420Z Downloaded diesel_table_macro_syntax v0.2.0
7792025-07-01T18:27:06.423Z Downloaded filetime v0.2.25
7802025-07-01T18:27:06.426Z Downloaded r2d2 v0.8.10
7812025-07-01T18:27:06.426Z Downloaded progenitor-macro v0.8.0
7822025-07-01T18:27:06.430Z Downloaded scrypt v0.11.0
7832025-07-01T18:27:06.430Z Downloaded cc v1.2.15
7842025-07-01T18:27:06.433Z Downloaded quinn-udp v0.5.5
7852025-07-01T18:27:06.436Z Downloaded derive_builder v0.20.2
7862025-07-01T18:27:06.441Z Downloaded futures-channel v0.3.31
7872025-07-01T18:27:06.444Z Downloaded newline-converter v0.3.0
7882025-07-01T18:27:06.447Z Downloaded foreign-types-shared v0.1.1
7892025-07-01T18:27:06.447Z Downloaded fixedbitset v0.4.2
7902025-07-01T18:27:06.451Z Downloaded hash32 v0.3.1
7912025-07-01T18:27:06.451Z Downloaded papergrid v0.14.0
7922025-07-01T18:27:06.460Z Downloaded predicates-tree v1.0.12
7932025-07-01T18:27:06.463Z Downloaded aes v0.8.4
7942025-07-01T18:27:06.463Z Downloaded rand_xorshift v0.4.0
7952025-07-01T18:27:06.466Z Downloaded termios v0.3.3
7962025-07-01T18:27:06.466Z Downloaded termcolor v1.4.1
7972025-07-01T18:27:06.469Z Downloaded zone v0.1.8
7982025-07-01T18:27:06.470Z Downloaded daft v0.1.3
7992025-07-01T18:27:06.473Z Downloaded unicode-segmentation v1.12.0
8002025-07-01T18:27:06.476Z Downloaded sqlparser_derive v0.2.2
8012025-07-01T18:27:06.479Z Downloaded ssh-cipher v0.2.0
8022025-07-01T18:27:06.479Z Downloaded progenitor-impl v0.10.0
8032025-07-01T18:27:06.482Z Downloaded cstr-argument v0.1.2
8042025-07-01T18:27:06.485Z Downloaded curve25519-dalek-derive v0.1.1
8052025-07-01T18:27:06.485Z Downloaded sct v0.7.1
8062025-07-01T18:27:06.489Z Downloaded itertools v0.10.5
8072025-07-01T18:27:06.495Z Downloaded hashbrown v0.12.3
8082025-07-01T18:27:06.500Z Downloaded paste v1.0.15
8092025-07-01T18:27:06.504Z Downloaded parse-display v0.10.0
8102025-07-01T18:27:06.507Z Downloaded same-file v1.0.6
8112025-07-01T18:27:06.510Z Downloaded unsafe-libyaml v0.2.11
8122025-07-01T18:27:06.513Z Downloaded tokio-tungstenite v0.21.0
8132025-07-01T18:27:06.517Z Downloaded num v0.4.3
8142025-07-01T18:27:06.517Z Downloaded vsss-rs v3.3.4
8152025-07-01T18:27:06.520Z Downloaded omicron-zone-package v0.12.2
8162025-07-01T18:27:06.523Z Downloaded ssh-encoding v0.2.0
8172025-07-01T18:27:06.526Z Downloaded slog-stdlog v4.1.1
8182025-07-01T18:27:06.531Z Downloaded typed-path v0.9.3
8192025-07-01T18:27:06.534Z Downloaded zeroize_derive v1.4.2
8202025-07-01T18:27:06.537Z Downloaded serde_repr v0.1.19
8212025-07-01T18:27:06.541Z Downloaded tokio-native-tls v0.3.1
8222025-07-01T18:27:06.541Z Downloaded try-lock v0.2.5
8232025-07-01T18:27:06.544Z Downloaded ron v0.7.1
8242025-07-01T18:27:06.548Z Downloaded untrusted v0.7.1
8252025-07-01T18:27:06.551Z Downloaded elliptic-curve v0.13.8
8262025-07-01T18:27:06.554Z Downloaded password-hash v0.5.0
8272025-07-01T18:27:06.558Z Downloaded difflib v0.4.0
8282025-07-01T18:27:06.558Z Downloaded defmt-parser v0.3.4
8292025-07-01T18:27:06.561Z Downloaded tower-service v0.3.3
8302025-07-01T18:27:06.561Z Downloaded itertools v0.12.1
8312025-07-01T18:27:06.567Z Downloaded unicode-bidi v0.3.17
8322025-07-01T18:27:06.571Z Downloaded oso-derive v0.27.3
8332025-07-01T18:27:06.574Z Downloaded nodrop v0.1.14
8342025-07-01T18:27:06.574Z Downloaded peg v0.8.5
8352025-07-01T18:27:06.577Z Downloaded rand_core v0.6.4
8362025-07-01T18:27:06.581Z Downloaded bindgen v0.69.5
8372025-07-01T18:27:06.588Z Downloaded void v1.0.2
8382025-07-01T18:27:06.591Z Downloaded tap v1.0.1
8392025-07-01T18:27:06.591Z Downloaded serde-big-array v0.5.1
8402025-07-01T18:27:06.594Z Downloaded semver v0.1.20
8412025-07-01T18:27:06.597Z Downloaded secrecy v0.10.3
8422025-07-01T18:27:06.597Z Downloaded rustls-pemfile v1.0.4
8432025-07-01T18:27:06.601Z Downloaded float-ord v0.3.2
8442025-07-01T18:27:06.601Z Downloaded serde_with_macros v3.12.0
8452025-07-01T18:27:06.604Z Downloaded num-bigint v0.4.6
8462025-07-01T18:27:06.608Z Downloaded rfc6979 v0.4.0
8472025-07-01T18:27:06.611Z Downloaded zeroize v1.8.1
8482025-07-01T18:27:06.614Z Downloaded half v2.4.1
8492025-07-01T18:27:06.617Z Downloaded der_derive v0.7.3
8502025-07-01T18:27:06.617Z Downloaded headers v0.4.1
8512025-07-01T18:27:06.623Z Downloaded gethostname v0.5.0
8522025-07-01T18:27:06.626Z Downloaded enum-as-inner v0.6.1
8532025-07-01T18:27:06.629Z Downloaded foreign-types v0.3.2
8542025-07-01T18:27:06.629Z Downloaded nu-ansi-term v0.50.1
8552025-07-01T18:27:06.632Z Downloaded phf_generator v0.11.2
8562025-07-01T18:27:06.635Z Downloaded packed_struct v0.10.1
8572025-07-01T18:27:06.635Z Downloaded num-conv v0.1.0
8582025-07-01T18:27:06.638Z Downloaded subtle v2.6.1
8592025-07-01T18:27:06.638Z Downloaded smallvec v0.6.14
8602025-07-01T18:27:06.641Z Downloaded proc-macro-error-attr2 v2.0.0
8612025-07-01T18:27:06.641Z Downloaded pem-rfc7468 v0.7.0
8622025-07-01T18:27:06.644Z Downloaded salsa20 v0.10.2
8632025-07-01T18:27:06.647Z Downloaded rusty-fork v0.3.0
8642025-07-01T18:27:06.647Z Downloaded tabled_derive v0.10.0
8652025-07-01T18:27:06.650Z Downloaded ed25519 v2.2.3
8662025-07-01T18:27:06.650Z Downloaded ron v0.8.1
8672025-07-01T18:27:06.656Z Downloaded ref-cast v1.0.24
8682025-07-01T18:27:06.659Z Downloaded openssl-macros v0.1.1
8692025-07-01T18:27:06.662Z Downloaded postgres-types v0.2.9
8702025-07-01T18:27:06.665Z Downloaded debug-ignore v1.0.5
8712025-07-01T18:27:06.666Z Downloaded twox-hash v2.1.0
8722025-07-01T18:27:06.669Z Downloaded num-integer v0.1.46
8732025-07-01T18:27:06.672Z Downloaded nom v7.1.3
8742025-07-01T18:27:06.676Z Downloaded powerfmt v0.2.0
8752025-07-01T18:27:06.679Z Downloaded shell-words v1.1.0
8762025-07-01T18:27:06.679Z Downloaded static_assertions v1.1.0
8772025-07-01T18:27:06.682Z Downloaded pin-utils v0.1.0
8782025-07-01T18:27:06.682Z Downloaded env_logger v0.11.5
8792025-07-01T18:27:06.685Z Downloaded data-encoding v2.9.0
8802025-07-01T18:27:06.689Z Downloaded blake3 v1.5.4
8812025-07-01T18:27:06.695Z Downloaded smf v0.2.3
8822025-07-01T18:27:06.698Z Downloaded diesel-dtrace v0.4.2
8832025-07-01T18:27:06.702Z Downloaded sync-ptr v0.1.4
8842025-07-01T18:27:06.702Z Downloaded phf_shared v0.11.2
8852025-07-01T18:27:06.702Z Downloaded tinyvec_macros v0.1.1
8862025-07-01T18:27:06.705Z Downloaded parking_lot_core v0.8.6
8872025-07-01T18:27:06.705Z Downloaded crunchy v0.2.2
8882025-07-01T18:27:06.708Z Downloaded oxnet v0.1.2
8892025-07-01T18:27:06.708Z Downloaded serde_cbor v0.11.2
8902025-07-01T18:27:06.712Z Downloaded futures-executor v0.3.31
8912025-07-01T18:27:06.715Z Downloaded rayon-core v1.12.1
8922025-07-01T18:27:06.718Z Downloaded rcgen v0.12.1
8932025-07-01T18:27:06.722Z Downloaded zerocopy-derive v0.8.26
8942025-07-01T18:27:06.727Z Downloaded vte_generate_state_changes v0.1.2
8952025-07-01T18:27:06.730Z Downloaded tokio-rustls v0.24.1
8962025-07-01T18:27:06.733Z Downloaded tls_codec v0.4.1
8972025-07-01T18:27:06.733Z Downloaded unicode-properties v0.1.3
8982025-07-01T18:27:06.736Z Downloaded x509-cert v0.2.5
8992025-07-01T18:27:06.744Z Downloaded rustls-pemfile v2.2.0
9002025-07-01T18:27:06.744Z Downloaded strum_macros v0.26.4
9012025-07-01T18:27:06.747Z Downloaded pin-project-internal v1.1.6
9022025-07-01T18:27:06.752Z Downloaded futures-task v0.3.31
9032025-07-01T18:27:06.752Z Downloaded resolv-conf v0.7.0
9042025-07-01T18:27:06.752Z Downloaded progenitor-macro v0.9.1
9052025-07-01T18:27:06.752Z Downloaded primeorder v0.13.6
9062025-07-01T18:27:06.755Z Downloaded owo-colors v4.2.2
9072025-07-01T18:27:06.758Z Downloaded support-bundle-viewer v0.1.2
9082025-07-01T18:27:06.761Z Downloaded pin-project v1.1.6
9092025-07-01T18:27:06.769Z Downloaded defmt-macros v0.3.9
9102025-07-01T18:27:06.772Z Downloaded rpassword v7.4.0
9112025-07-01T18:27:06.776Z Downloaded term v0.7.0
9122025-07-01T18:27:06.778Z Downloaded fixedbitset v0.5.7
9132025-07-01T18:27:06.781Z Downloaded defmt v0.3.8
9142025-07-01T18:27:06.785Z Downloaded expectorate v1.2.0
9152025-07-01T18:27:06.788Z Downloaded tungstenite v0.23.0
9162025-07-01T18:27:06.791Z Downloaded der v0.7.9
9172025-07-01T18:27:06.796Z Downloaded num-derive v0.4.2
9182025-07-01T18:27:06.799Z Downloaded num-derive v0.3.3
9192025-07-01T18:27:06.799Z Downloaded pkcs5 v0.7.1
9202025-07-01T18:27:06.802Z Downloaded quinn v0.11.5
9212025-07-01T18:27:06.805Z Downloaded display-error-chain v0.2.2
9222025-07-01T18:27:06.808Z Downloaded rand_chacha v0.9.0
9232025-07-01T18:27:06.810Z Downloaded pkcs1 v0.7.5
9242025-07-01T18:27:06.811Z Downloaded heapless v0.7.17
9252025-07-01T18:27:06.815Z Downloaded subprocess v0.2.9
9262025-07-01T18:27:06.818Z Downloaded shlex v1.3.0
9272025-07-01T18:27:06.821Z Downloaded vergen v8.3.2
9282025-07-01T18:27:06.826Z Downloaded parking_lot v0.11.2
9292025-07-01T18:27:06.829Z Downloaded tokio-postgres v0.7.13
9302025-07-01T18:27:06.832Z Downloaded float-cmp v0.10.0
9312025-07-01T18:27:06.832Z Downloaded slog-term v2.9.1
9322025-07-01T18:27:06.835Z Downloaded pin-project-lite v0.2.14
9332025-07-01T18:27:06.838Z Downloaded flume v0.11.1
9342025-07-01T18:27:06.842Z Downloaded p256 v0.13.2
9352025-07-01T18:27:06.845Z Downloaded tar v0.4.44
9362025-07-01T18:27:06.849Z Downloaded winnow v0.5.40
9372025-07-01T18:27:06.858Z Downloaded diff v0.1.13
9382025-07-01T18:27:06.861Z Downloaded diesel_derives v2.2.3
9392025-07-01T18:27:06.865Z Downloaded serde_yaml v0.9.34+deprecated
9402025-07-01T18:27:06.878Z Downloaded vte v0.11.1
9412025-07-01T18:27:06.878Z Downloaded parking_lot v0.12.3
9422025-07-01T18:27:06.878Z Downloaded publicsuffix v2.3.0
9432025-07-01T18:27:06.878Z Downloaded prettyplease v0.2.35
9442025-07-01T18:27:06.883Z Downloaded zip v0.6.6
9452025-07-01T18:27:06.887Z Downloaded crypto-bigint v0.5.5
9462025-07-01T18:27:06.890Z Downloaded pretty_assertions v1.4.1
9472025-07-01T18:27:06.893Z Downloaded ssh-key v0.6.6
9482025-07-01T18:27:06.899Z Downloaded lalrpop v0.19.12
9492025-07-01T18:27:06.911Z Downloaded winnow v0.6.26
9502025-07-01T18:27:06.920Z Downloaded samael v0.0.19
9512025-07-01T18:27:06.926Z Downloaded tokio-util v0.7.15
9522025-07-01T18:27:06.933Z Downloaded tower v0.5.2
9532025-07-01T18:27:06.942Z Downloaded ed25519-dalek v2.1.1
9542025-07-01T18:27:06.945Z Downloaded reedline v0.40.0
9552025-07-01T18:27:06.953Z Downloaded radix_trie v0.2.1
9562025-07-01T18:27:06.959Z Downloaded moka v0.12.10
9572025-07-01T18:27:06.970Z Downloaded unicode-normalization v0.1.24
9582025-07-01T18:27:06.973Z Downloaded webpki-roots v1.0.0
9592025-07-01T18:27:06.977Z Downloaded portable-atomic v1.11.0
9602025-07-01T18:27:06.985Z Downloaded petname v2.0.2
9612025-07-01T18:27:06.991Z Downloaded git2 v0.19.0
9622025-07-01T18:27:07.000Z Downloaded sqlparser v0.45.0
9632025-07-01T18:27:07.005Z Downloaded zip v4.2.0
9642025-07-01T18:27:07.010Z Downloaded rustyline v14.0.0
9652025-07-01T18:27:07.016Z Downloaded parse-zoneinfo v0.3.1
9662025-07-01T18:27:07.019Z Downloaded h2 v0.4.6
9672025-07-01T18:27:07.025Z Downloaded serde_with v3.12.0
9682025-07-01T18:27:07.034Z Downloaded regex-syntax v0.6.29
9692025-07-01T18:27:07.042Z Downloaded rustls-webpki v0.101.7
9702025-07-01T18:27:07.055Z Downloaded p521 v0.13.3
9712025-07-01T18:27:07.059Z Downloaded regex v1.11.1
9722025-07-01T18:27:07.073Z Downloaded futures-util v0.3.31
9732025-07-01T18:27:07.084Z Downloaded gimli v0.31.1
9742025-07-01T18:27:07.093Z Downloaded zlib-rs v0.5.1
9752025-07-01T18:27:07.098Z Downloaded proptest v1.7.0
9762025-07-01T18:27:07.107Z Downloaded salty v0.3.0
9772025-07-01T18:27:07.114Z Downloaded polar-core v0.27.3
9782025-07-01T18:27:07.123Z Downloaded quinn-proto v0.11.8
9792025-07-01T18:27:07.130Z Downloaded vcpkg v0.2.15
9802025-07-01T18:27:07.168Z Downloaded zerocopy v0.8.26
9812025-07-01T18:27:07.192Z Downloaded smoltcp v0.9.1
9822025-07-01T18:27:07.204Z Downloaded object v0.36.5
9832025-07-01T18:27:07.219Z Downloaded smoltcp v0.11.0
9842025-07-01T18:27:07.231Z Downloaded curve25519-dalek v4.1.3
9852025-07-01T18:27:07.242Z Downloaded openssl v0.10.73
9862025-07-01T18:27:07.252Z Downloaded rustls v0.23.19
9872025-07-01T18:27:07.265Z Downloaded nix v0.28.0
9882025-07-01T18:27:07.279Z Downloaded nix v0.30.1
9892025-07-01T18:27:07.292Z Downloaded nix v0.29.0
9902025-07-01T18:27:07.306Z Downloaded regress v0.10.3
9912025-07-01T18:27:07.316Z Downloaded openapiv3 v2.2.0
9922025-07-01T18:27:07.331Z Downloaded diesel v2.2.11
9932025-07-01T18:27:07.351Z Downloaded sled v0.34.7
9942025-07-01T18:27:07.362Z Downloaded ratatui v0.29.0
9952025-07-01T18:27:07.384Z Downloaded rustls v0.22.4
9962025-07-01T18:27:07.397Z Downloaded typify-impl v0.4.1
9972025-07-01T18:27:07.416Z Downloaded typify-impl v0.2.0
9982025-07-01T18:27:07.433Z Downloaded regex-automata v0.4.8
9992025-07-01T18:27:07.451Z Downloaded bzip2-sys v0.1.13+1.0.8
10002025-07-01T18:27:07.464Z Downloaded typify-impl v0.3.0
10012025-07-01T18:27:07.482Z Downloaded zerocopy-derive v0.6.6
10022025-07-01T18:27:07.492Z Downloaded hickory-proto v0.25.2
10032025-07-01T18:27:07.509Z Downloaded jiff v0.2.15
10042025-07-01T18:27:07.528Z Downloaded chrono-tz v0.10.3
10052025-07-01T18:27:07.536Z Downloaded nix v0.27.1
10062025-07-01T18:27:07.547Z Downloaded tabled v0.18.0
10072025-07-01T18:27:07.565Z Downloaded dropshot v0.16.2
10082025-07-01T18:27:07.586Z Downloaded bstr v1.10.0
10092025-07-01T18:27:07.597Z Downloaded petgraph v0.6.5
10102025-07-01T18:27:07.617Z Downloaded libz-sys v1.1.20
10112025-07-01T18:27:07.638Z Downloaded sha3 v0.10.8
10122025-07-01T18:27:07.643Z Downloaded petgraph v0.8.2
10132025-07-01T18:27:07.663Z Downloaded tokio v1.45.1
10142025-07-01T18:27:07.701Z Downloaded lzma-sys v0.1.20
10152025-07-01T18:27:07.730Z Downloaded p384 v0.13.0
10162025-07-01T18:27:07.737Z Downloaded regex-syntax v0.8.5
10172025-07-01T18:27:07.745Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10182025-07-01T18:27:07.764Z Downloaded csv v1.3.1
10192025-07-01T18:27:07.785Z Downloaded object v0.30.4
10202025-07-01T18:27:07.795Z Downloaded rustls v0.21.12
10212025-07-01T18:27:07.807Z Downloaded hickory-proto v0.24.4
10222025-07-01T18:27:07.822Z Downloaded quick-xml v0.37.2
10232025-07-01T18:27:07.829Z Downloaded reqwest v0.12.20
10242025-07-01T18:27:07.837Z Downloaded chrono v0.4.41
10252025-07-01T18:27:07.845Z Downloaded unicode_categories v0.1.1
10262025-07-01T18:27:07.848Z Downloaded tower-http v0.6.6
10272025-07-01T18:27:07.854Z Downloaded signal-hook v0.3.18
10282025-07-01T18:27:07.857Z Downloaded zopfli v0.8.1
10292025-07-01T18:27:07.861Z Downloaded rustls-pki-types v1.10.0
10302025-07-01T18:27:07.864Z Downloaded flate2 v1.1.2
10312025-07-01T18:27:07.867Z Downloaded bitvec v1.0.1
10322025-07-01T18:27:07.884Z Downloaded tracing v0.1.40
10332025-07-01T18:27:07.887Z Downloaded rustls-webpki v0.102.8
10342025-07-01T18:27:07.903Z Downloaded typify v0.4.1
10352025-07-01T18:27:07.907Z Downloaded toml_edit v0.19.15
10362025-07-01T18:27:07.921Z Downloaded aws-lc-rs v1.12.4
10372025-07-01T18:27:07.930Z Downloaded rayon v1.10.0
10382025-07-01T18:27:07.939Z Downloaded russh v0.45.0
10392025-07-01T18:27:07.944Z Downloaded tough v0.20.0
10402025-07-01T18:27:07.952Z Downloaded rand v0.9.1
10412025-07-01T18:27:07.958Z Downloaded ctr v0.9.2
10422025-07-01T18:27:07.961Z Downloaded termtree v0.5.1
10432025-07-01T18:27:07.961Z Downloaded foldhash v0.1.5
10442025-07-01T18:27:07.964Z Downloaded aho-corasick v1.1.3
10452025-07-01T18:27:07.968Z Downloaded oxide-tokio-rt v0.1.1
10462025-07-01T18:27:07.971Z Downloaded getrandom v0.2.15
10472025-07-01T18:27:07.974Z Downloaded env_logger v0.10.2
10482025-07-01T18:27:07.977Z Downloaded heapless v0.8.0
10492025-07-01T18:27:07.980Z Downloaded encoding_rs v0.8.34
10502025-07-01T18:27:08.002Z Downloaded hkdf v0.12.4
10512025-07-01T18:27:08.006Z Downloaded num-bigint-dig v0.8.4
10522025-07-01T18:27:08.009Z Downloaded rustls-native-certs v0.8.1
10532025-07-01T18:27:08.012Z Downloaded steno v0.4.1
10542025-07-01T18:27:08.030Z Downloaded pkcs8 v0.10.2
10552025-07-01T18:27:08.034Z Downloaded iri-string v0.7.8
10562025-07-01T18:27:08.051Z Downloaded untrusted v0.9.0
10572025-07-01T18:27:08.051Z Downloaded itertools v0.14.0
10582025-07-01T18:27:08.054Z Downloaded ring v0.17.14
10592025-07-01T18:27:08.104Z Downloaded tower-layer v0.3.3
10602025-07-01T18:27:08.107Z Downloaded psl-types v2.0.11
10612025-07-01T18:27:08.107Z Downloaded path-slash v0.1.5
10622025-07-01T18:27:08.110Z Downloaded itertools v0.13.0
10632025-07-01T18:27:08.116Z Downloaded toml v0.7.8
10642025-07-01T18:27:08.120Z Downloaded time v0.3.36
10652025-07-01T18:27:08.130Z Downloaded parking_lot_core v0.9.10
10662025-07-01T18:27:08.133Z Downloaded slog v2.7.0
10672025-07-01T18:27:08.136Z Downloaded futures v0.3.31
10682025-07-01T18:27:08.139Z Downloaded derive-where v1.5.0
10692025-07-01T18:27:08.142Z Downloaded rsa v0.9.6
10702025-07-01T18:27:08.147Z Downloaded libgit2-sys v0.17.0+1.8.1
10712025-07-01T18:27:08.205Z Downloaded tls_codec_derive v0.4.1
10722025-07-01T18:27:08.208Z Downloaded dyn-clone v1.0.19
10732025-07-01T18:27:08.208Z Downloaded ecdsa v0.16.9
10742025-07-01T18:27:08.211Z Downloaded predicates v3.1.3
10752025-07-01T18:27:08.215Z Downloaded ppv-lite86 v0.2.20
10762025-07-01T18:27:08.215Z Downloaded prefix-trie v0.7.0
10772025-07-01T18:27:08.218Z Downloaded normalize-line-endings v0.3.0
10782025-07-01T18:27:08.218Z Downloaded futures-sink v0.3.31
10792025-07-01T18:27:08.218Z Downloaded futures-macro v0.3.31
10802025-07-01T18:27:08.221Z Downloaded flagset v0.4.6
10812025-07-01T18:27:08.221Z Downloaded tokio-stream v0.1.17
10822025-07-01T18:27:08.224Z Downloaded crossterm v0.28.1
10832025-07-01T18:27:08.230Z Downloaded tungstenite v0.21.0
10842025-07-01T18:27:08.233Z Downloaded aes-gcm v0.10.3
10852025-07-01T18:27:08.237Z Downloaded hex v0.4.3
10862025-07-01T18:27:08.240Z Downloaded heck v0.3.3
10872025-07-01T18:27:08.240Z Downloaded hash32 v0.2.1
10882025-07-01T18:27:08.240Z Downloaded ghash v0.5.1
10892025-07-01T18:27:08.243Z Downloaded foreign-types-macros v0.2.3
10902025-07-01T18:27:08.243Z Downloaded slab v0.4.9
10912025-07-01T18:27:08.243Z Downloaded scopeguard v1.2.0
10922025-07-01T18:27:08.246Z Downloaded proc-macro-error2 v2.0.1
10932025-07-01T18:27:08.249Z Downloaded deranged v0.3.11
10942025-07-01T18:27:08.249Z Downloaded rand_chacha v0.3.1
10952025-07-01T18:27:08.250Z Downloaded postgres-protocol v0.6.8
10962025-07-01T18:27:08.253Z Downloaded unicase v2.7.0
10972025-07-01T18:27:08.253Z Downloaded typify-macro v0.4.1
10982025-07-01T18:27:08.253Z Downloaded predicates-core v1.0.8
10992025-07-01T18:27:08.256Z Downloaded precomputed-hash v0.1.1
11002025-07-01T18:27:08.256Z Downloaded tokio-dtrace v0.1.0
11012025-07-01T18:27:08.256Z Downloaded slog-scope v4.4.0
11022025-07-01T18:27:08.259Z Downloaded slog-json v2.6.1
11032025-07-01T18:27:08.259Z Downloaded slog-async v2.8.0
11042025-07-01T18:27:08.263Z Downloaded sec1 v0.7.3
11052025-07-01T18:27:08.263Z Downloaded num-rational v0.4.2
11062025-07-01T18:27:08.266Z Downloaded tokio-rustls v0.26.0
11072025-07-01T18:27:08.266Z Downloaded oso v0.27.3
11082025-07-01T18:27:08.269Z Downloaded sqlformat v0.3.5
11092025-07-01T18:27:08.272Z Downloaded openssl-sys v0.9.109
11102025-07-01T18:27:08.275Z Downloaded tinyvec v1.8.0
11112025-07-01T18:27:08.279Z Downloaded yansi v1.0.1
11122025-07-01T18:27:08.282Z Downloaded similar v2.7.0
11132025-07-01T18:27:08.285Z Downloaded pem v3.0.5
11142025-07-01T18:27:08.288Z Downloaded zone_cfg_derive v0.3.0
11152025-07-01T18:27:08.289Z Downloaded zone_cfg_derive v0.1.2
11162025-07-01T18:27:08.289Z Downloaded pkg-config v0.3.31
11172025-07-01T18:27:08.289Z Downloaded peg-macros v0.8.5
11182025-07-01T18:27:08.292Z Downloaded password-hash v0.4.2
11192025-07-01T18:27:08.292Z Downloaded poly1305 v0.8.0
11202025-07-01T18:27:08.295Z Downloaded tokio-rustls v0.25.0
11212025-07-01T18:27:08.298Z Downloaded num-iter v0.1.45
11222025-07-01T18:27:08.298Z Downloaded slog-envlogger v2.2.0
11232025-07-01T18:27:08.299Z Downloaded dropshot_endpoint v0.16.2
11242025-07-01T18:27:08.302Z Downloaded qorb v0.4.0
11252025-07-01T18:27:08.306Z Downloaded darling_core v0.20.10
11262025-07-01T18:27:08.310Z Downloaded xz2 v0.1.7
11272025-07-01T18:27:08.313Z Downloaded mio v1.0.2
11282025-07-01T18:27:08.317Z Downloaded minimal-lexical v0.2.1
11292025-07-01T18:27:08.323Z Downloaded hashbrown v0.13.2
11302025-07-01T18:27:08.326Z Downloaded hickory-resolver v0.24.4
11312025-07-01T18:27:08.330Z Downloaded wyz v0.5.1
11322025-07-01T18:27:08.334Z Downloaded whoami v1.6.0
11332025-07-01T18:27:08.334Z Downloaded which v4.4.2
11342025-07-01T18:27:08.337Z Downloaded uuid v1.17.0
11352025-07-01T18:27:08.340Z Downloaded tracing-core v0.1.32
11362025-07-01T18:27:08.343Z Downloaded rand v0.8.5
11372025-07-01T18:27:08.346Z Downloaded miniz_oxide v0.8.5
11382025-07-01T18:27:08.346Z Downloaded strum_macros v0.25.3
11392025-07-01T18:27:08.350Z Downloaded structmeta-derive v0.3.0
11402025-07-01T18:27:08.350Z Downloaded rand_core v0.9.2
11412025-07-01T18:27:08.353Z Downloaded derive_more v0.99.20
11422025-07-01T18:27:08.356Z Downloaded derive_builder_core v0.20.2
11432025-07-01T18:27:08.359Z Downloaded crossbeam-channel v0.5.15
11442025-07-01T18:27:08.363Z Downloaded csv-core v0.1.11
11452025-07-01T18:27:08.363Z Downloaded schemars v0.8.22
11462025-07-01T18:27:08.373Z Downloaded bytes v1.10.1
11472025-07-01T18:27:08.377Z Downloaded signal-hook-mio v0.2.4
11482025-07-01T18:27:08.381Z Downloaded serde_plain v1.0.2
11492025-07-01T18:27:08.381Z Downloaded const_format v0.2.34
11502025-07-01T18:27:08.384Z Downloaded signal-hook-tokio v0.3.1
11512025-07-01T18:27:08.388Z Downloaded secrecy v0.8.0
11522025-07-01T18:27:08.388Z Downloaded rustc_version v0.4.1
11532025-07-01T18:27:08.388Z Downloaded rustc-hash v2.1.1
11542025-07-01T18:27:08.391Z Downloaded rand_seeder v0.3.0
11552025-07-01T18:27:08.391Z Downloaded value-bag v1.9.0
11562025-07-01T18:27:08.394Z Downloaded progenitor-client v0.10.0
11572025-07-01T18:27:08.394Z Downloaded progenitor v0.9.1
11582025-07-01T18:27:08.394Z Downloaded proc-macro-crate v1.3.1
11592025-07-01T18:27:08.398Z Downloaded polyval v0.6.2
11602025-07-01T18:27:08.398Z Downloaded fs_extra v1.3.0
11612025-07-01T18:27:08.402Z Downloaded tokio-tungstenite v0.23.1
11622025-07-01T18:27:08.402Z Downloaded bumpalo v3.16.0
11632025-07-01T18:27:08.405Z Downloaded phf_codegen v0.11.2
11642025-07-01T18:27:08.405Z Downloaded phf v0.11.2
11652025-07-01T18:27:08.409Z Downloaded pbkdf2 v0.11.0
11662025-07-01T18:27:08.409Z Downloaded daft-derive v0.1.3
11672025-07-01T18:27:08.412Z Downloaded hickory-resolver v0.25.2
11682025-07-01T18:27:08.416Z Downloaded zstd v0.13.3
11692025-07-01T18:27:08.419Z Downloaded slog-dtrace v0.3.0
11702025-07-01T18:27:08.423Z Downloaded chacha20poly1305 v0.10.1
11712025-07-01T18:27:08.423Z Downloaded fd-lock v4.0.2
11722025-07-01T18:27:08.426Z Downloaded fallible-iterator v0.2.0
11732025-07-01T18:27:08.426Z Downloaded env_filter v0.1.2
11742025-07-01T18:27:08.426Z Downloaded yasna v0.5.2
11752025-07-01T18:27:08.429Z Downloaded typify v0.2.0
11762025-07-01T18:27:08.432Z Downloaded uzers v0.12.1
11772025-07-01T18:27:08.432Z Downloaded base64 v0.22.1
11782025-07-01T18:27:08.435Z Downloaded pbkdf2 v0.12.2
11792025-07-01T18:27:08.439Z Downloaded fs-err v2.11.0
11802025-07-01T18:27:08.439Z Downloaded derive_builder_macro v0.20.2
11812025-07-01T18:27:08.439Z Downloaded backtrace v0.3.74
11822025-07-01T18:27:08.443Z Downloaded tracing-attributes v0.1.27
11832025-07-01T18:27:08.446Z Downloaded russh-keys v0.45.0
11842025-07-01T18:27:08.450Z Downloaded hmac v0.12.1
11852025-07-01T18:27:08.450Z Downloaded arc-swap v1.7.1
11862025-07-01T18:27:08.453Z Downloaded allocator-api2 v0.2.21
11872025-07-01T18:27:08.456Z Downloaded dsl_auto_type v0.1.2
11882025-07-01T18:27:08.459Z Downloaded time-macros v0.2.18
11892025-07-01T18:27:08.459Z Downloaded snafu-derive v0.8.5
11902025-07-01T18:27:08.462Z Downloaded progenitor-impl v0.9.1
11912025-07-01T18:27:08.462Z Downloaded clang-sys v1.8.1
11922025-07-01T18:27:08.467Z Downloaded cancel-safe-futures v0.1.5
11932025-07-01T18:27:08.470Z Downloaded bzip2 v0.4.4
11942025-07-01T18:27:08.470Z Downloaded ahash v0.8.11
11952025-07-01T18:27:08.473Z Downloaded http v1.3.1
11962025-07-01T18:27:08.476Z Downloaded crossbeam-utils v0.8.21
11972025-07-01T18:27:08.479Z Downloaded const-oid v0.9.6
11982025-07-01T18:27:08.482Z Downloaded bzip2 v0.5.2
11992025-07-01T18:27:08.482Z Downloaded indexmap v1.9.3
12002025-07-01T18:27:08.487Z Downloaded strum_macros v0.24.3
12012025-07-01T18:27:08.490Z Downloaded mime_guess v2.0.5
12022025-07-01T18:27:08.490Z Downloaded lock_api v0.4.12
12032025-07-01T18:27:08.490Z Downloaded hyper-staticfile v0.10.1
12042025-07-01T18:27:08.493Z Downloaded httparse v1.9.5
12052025-07-01T18:27:08.496Z Downloaded cookie v0.18.1
12062025-07-01T18:27:08.496Z Downloaded blake2 v0.10.6
12072025-07-01T18:27:08.499Z Downloaded spki v0.7.3
12082025-07-01T18:27:08.502Z Downloaded nanorand v0.7.0
12092025-07-01T18:27:08.503Z Downloaded maybe-uninit v2.0.0
12102025-07-01T18:27:08.506Z Downloaded jobserver v0.1.32
12112025-07-01T18:27:08.506Z Downloaded indent_write v2.2.0
12122025-07-01T18:27:08.509Z Downloaded highway v1.3.0
12132025-07-01T18:27:08.509Z Downloaded scheduled-thread-pool v0.2.7
12142025-07-01T18:27:08.512Z Downloaded memmap2 v0.9.5
12152025-07-01T18:27:08.512Z Downloaded ciborium v0.2.2
12162025-07-01T18:27:08.515Z Downloaded camino-tempfile-ext v0.3.1
12172025-07-01T18:27:08.515Z Downloaded managed v0.8.0
12182025-07-01T18:27:08.518Z Downloaded libz-rs-sys v0.5.1
12192025-07-01T18:27:08.519Z Downloaded hubpack v0.1.2
12202025-07-01T18:27:08.519Z Downloaded memoffset v0.9.1
12212025-07-01T18:27:08.519Z Downloaded maplit v1.0.2
12222025-07-01T18:27:08.522Z Downloaded lockfree-object-pool v0.1.6
12232025-07-01T18:27:08.522Z Downloaded impl-trait-for-tuples v0.2.2
12242025-07-01T18:27:08.525Z Downloaded serde-hex v0.1.0
12252025-07-01T18:27:08.528Z Downloaded lru v0.12.5
12262025-07-01T18:27:08.528Z Downloaded ipnetwork v0.21.1
12272025-07-01T18:27:08.528Z Downloaded bindgen v0.71.1
12282025-07-01T18:27:08.536Z Downloaded cookie_store v0.21.1
12292025-07-01T18:27:08.539Z Downloaded httpdate v1.0.3
12302025-07-01T18:27:08.542Z Downloaded http-body-util v0.1.3
12312025-07-01T18:27:08.542Z Downloaded libloading v0.8.5
12322025-07-01T18:27:08.545Z Downloaded keccak v0.1.5
12332025-07-01T18:27:08.545Z Downloaded inout v0.1.3
12342025-07-01T18:27:08.545Z Downloaded ingot v0.1.0
12352025-07-01T18:27:08.549Z Downloaded hostname v0.3.1
12362025-07-01T18:27:08.549Z Downloaded async-trait v0.1.88
12372025-07-01T18:27:08.552Z Downloaded cassowary v0.3.0
12382025-07-01T18:27:08.552Z Downloaded array-init v0.0.4
12392025-07-01T18:27:08.556Z Downloaded lazy_static v1.5.0
12402025-07-01T18:27:08.556Z Downloaded chacha20 v0.9.1
12412025-07-01T18:27:08.556Z Downloaded cargo-platform v0.1.8
12422025-07-01T18:27:08.559Z Downloaded const_format_proc_macros v0.2.34
12432025-07-01T18:27:08.562Z Downloaded cmake v0.1.51
12442025-07-01T18:27:08.562Z Downloaded castaway v0.2.3
12452025-07-01T18:27:08.562Z Downloaded chrono-tz-build v0.4.0
12462025-07-01T18:27:08.562Z Downloaded cexpr v0.6.0
12472025-07-01T18:27:08.565Z Downloaded ident_case v1.0.1
12482025-07-01T18:27:08.565Z Downloaded convert_case v0.4.0
12492025-07-01T18:27:08.565Z Downloaded cbc v0.1.2
12502025-07-01T18:27:08.569Z Downloaded critical-section v1.1.3
12512025-07-01T18:27:08.569Z Downloaded block-padding v0.3.3
12522025-07-01T18:27:08.569Z Downloaded kstat-rs v0.2.4
12532025-07-01T18:27:08.572Z Downloaded async-stream v0.3.6
12542025-07-01T18:27:08.572Z Downloaded linked-hash-map v0.5.6
12552025-07-01T18:27:08.575Z Downloaded libscf-sys v1.1.0
12562025-07-01T18:27:08.575Z Downloaded internet-checksum v0.2.1
12572025-07-01T18:27:08.575Z Downloaded hyper-tls v0.6.0
12582025-07-01T18:27:08.578Z Downloaded cfg_aliases v0.2.1
12592025-07-01T18:27:08.578Z Downloaded cfg_aliases v0.1.1
12602025-07-01T18:27:08.793Z Downloaded aws-lc-sys v0.26.0
12612025-07-01T18:27:09.143Z Compiling value-bag v1.9.0
12622025-07-01T18:27:09.143Z Compiling shlex v1.3.0
12632025-07-01T18:27:09.143Z Compiling lock_api v0.4.12
12642025-07-01T18:27:09.146Z Compiling scopeguard v1.2.0
12652025-07-01T18:27:09.146Z Compiling typenum v1.17.0
12662025-07-01T18:27:09.146Z Compiling generic-array v0.14.7
12672025-07-01T18:27:09.147Z Compiling syn v2.0.104
12682025-07-01T18:27:09.147Z Compiling getrandom v0.2.15
12692025-07-01T18:27:09.474Z Compiling jobserver v0.1.32
12702025-07-01T18:27:09.673Z Compiling rand_core v0.6.4
12712025-07-01T18:27:09.692Z Compiling smallvec v1.15.0
12722025-07-01T18:27:09.735Z Compiling log v0.4.27
12732025-07-01T18:27:09.866Z Compiling cc v1.2.15
12742025-07-01T18:27:10.195Z Compiling portable-atomic v1.11.0
12752025-07-01T18:27:10.217Z Compiling critical-section v1.1.3
12762025-07-01T18:27:10.248Z Compiling subtle v2.6.1
12772025-07-01T18:27:10.269Z Compiling const-oid v0.9.6
12782025-07-01T18:27:10.393Z Compiling pkg-config v0.3.31
12792025-07-01T18:27:10.525Z Compiling parking_lot_core v0.9.10
12802025-07-01T18:27:10.589Z Compiling pin-project-lite v0.2.14
12812025-07-01T18:27:10.755Z Compiling rustix v0.38.37
12822025-07-01T18:27:11.485Z Compiling signal-hook-registry v1.4.2
12832025-07-01T18:27:11.580Z Compiling parking_lot v0.12.3
12842025-07-01T18:27:11.650Z Compiling mio v1.0.2
12852025-07-01T18:27:11.677Z Compiling futures-core v0.3.31
12862025-07-01T18:27:11.941Z Compiling spin v0.9.8
12872025-07-01T18:27:12.144Z Compiling socket2 v0.5.10
12882025-07-01T18:27:12.307Z Compiling once_cell v1.21.3
12892025-07-01T18:27:12.327Z Compiling slab v0.4.9
12902025-07-01T18:27:12.350Z Compiling aho-corasick v1.1.3
12912025-07-01T18:27:12.457Z Compiling either v1.15.0
12922025-07-01T18:27:12.635Z Compiling libm v0.2.8
12932025-07-01T18:27:12.695Z Compiling cpufeatures v0.2.14
12942025-07-01T18:27:12.699Z Compiling serde_json v1.0.140
12952025-07-01T18:27:12.816Z Compiling regex-syntax v0.8.5
12962025-07-01T18:27:12.997Z Compiling num-traits v0.2.19
12972025-07-01T18:27:13.040Z Compiling percent-encoding v2.3.1
12982025-07-01T18:27:13.093Z Compiling glob v0.3.2
12992025-07-01T18:27:13.112Z Compiling futures-sink v0.3.31
13002025-07-01T18:27:13.285Z Compiling getrandom v0.3.1
13012025-07-01T18:27:13.634Z Compiling prettyplease v0.2.35
13022025-07-01T18:27:13.705Z Compiling lazy_static v1.5.0
13032025-07-01T18:27:13.849Z Compiling minimal-lexical v0.2.1
13042025-07-01T18:27:13.920Z Compiling clang-sys v1.8.1
13052025-07-01T18:27:14.020Z Compiling allocator-api2 v0.2.21
13062025-07-01T18:27:14.354Z Compiling foldhash v0.1.5
13072025-07-01T18:27:14.414Z Compiling nom v7.1.3
13082025-07-01T18:27:14.767Z Compiling hashbrown v0.15.4
13092025-07-01T18:27:14.784Z Compiling libloading v0.8.5
13102025-07-01T18:27:14.862Z Compiling bindgen v0.69.5
13112025-07-01T18:27:15.154Z Compiling home v0.5.9
13122025-07-01T18:27:15.390Z Compiling base64ct v1.6.0
13132025-07-01T18:27:15.982Z Compiling pem-rfc7468 v0.7.0
13142025-07-01T18:27:16.004Z Compiling futures-channel v0.3.31
13152025-07-01T18:27:16.390Z Compiling itertools v0.12.1
13162025-07-01T18:27:16.415Z Compiling rustc-hash v1.1.0
13172025-07-01T18:27:16.577Z Compiling regex-automata v0.4.8
13182025-07-01T18:27:16.577Z Compiling futures-io v0.3.31
13192025-07-01T18:27:16.658Z Compiling synstructure v0.13.1
13202025-07-01T18:27:17.733Z Compiling cexpr v0.6.0
13212025-07-01T18:27:18.019Z Compiling pin-utils v0.1.0
13222025-07-01T18:27:18.149Z Compiling futures-task v0.3.31
13232025-07-01T18:27:18.462Z Compiling lazycell v1.3.0
13242025-07-01T18:27:18.659Z Compiling flagset v0.4.6
13252025-07-01T18:27:18.737Z Compiling cmake v0.1.51
13262025-07-01T18:27:18.878Z Compiling fs_extra v1.3.0
13272025-07-01T18:27:19.311Z Compiling dunce v1.0.5
13282025-07-01T18:27:19.315Z Compiling form_urlencoded v1.2.1
13292025-07-01T18:27:19.448Z Compiling zerocopy v0.8.26
13302025-07-01T18:27:19.469Z Compiling paste v1.0.15
13312025-07-01T18:27:19.556Z Compiling vcpkg v0.2.15
13322025-07-01T18:27:19.633Z Compiling crossbeam-utils v0.8.21
13332025-07-01T18:27:19.670Z Compiling ring v0.17.14
13342025-07-01T18:27:20.182Z Compiling tracing-core v0.1.32
13352025-07-01T18:27:20.274Z Compiling iana-time-zone v0.1.63
13362025-07-01T18:27:20.649Z Compiling aws-lc-rs v1.12.4
13372025-07-01T18:27:21.047Z Compiling httparse v1.9.5
13382025-07-01T18:27:21.143Z Compiling openssl-sys v0.9.109
13392025-07-01T18:27:21.331Z Compiling base64 v0.22.1
13402025-07-01T18:27:21.418Z Compiling serde_derive v1.0.219
13412025-07-01T18:27:21.701Z Compiling zeroize_derive v1.4.2
13422025-07-01T18:27:21.987Z Compiling zerofrom-derive v0.1.4
13432025-07-01T18:27:22.042Z Compiling yoke-derive v0.7.4
13442025-07-01T18:27:22.125Z Compiling zerovec-derive v0.10.3
13452025-07-01T18:27:22.971Z Compiling zeroize v1.8.1
13462025-07-01T18:27:24.437Z Compiling displaydoc v0.2.5
13472025-07-01T18:27:24.608Z Compiling zerocopy-derive v0.7.35
13482025-07-01T18:27:24.749Z Compiling crypto-common v0.1.6
13492025-07-01T18:27:24.963Z Compiling block-buffer v0.10.4
13502025-07-01T18:27:25.249Z Compiling digest v0.10.7
13512025-07-01T18:27:25.268Z Compiling zerofrom v0.1.4
13522025-07-01T18:27:25.519Z Compiling yoke v0.7.4
13532025-07-01T18:27:25.688Z Compiling tokio-macros v2.5.0
13542025-07-01T18:27:25.712Z Compiling hmac v0.12.1
13552025-07-01T18:27:25.859Z Compiling zerovec v0.10.4
13562025-07-01T18:27:25.893Z Compiling icu_provider_macros v1.5.0
13572025-07-01T18:27:25.984Z Compiling block-padding v0.3.3
13582025-07-01T18:27:26.245Z Compiling inout v0.1.3
13592025-07-01T18:27:26.356Z Compiling sha2 v0.10.9
13602025-07-01T18:27:26.390Z Compiling zerocopy v0.7.35
13612025-07-01T18:27:26.450Z Compiling regex v1.11.1
13622025-07-01T18:27:26.519Z Compiling cipher v0.4.4
13632025-07-01T18:27:27.075Z Compiling der_derive v0.7.3
13642025-07-01T18:27:27.097Z Compiling futures-macro v0.3.31
13652025-07-01T18:27:27.107Z Compiling thiserror-impl v1.0.69
13662025-07-01T18:27:27.414Z Compiling salsa20 v0.10.2
13672025-07-01T18:27:27.674Z Compiling tinystr v0.7.6
13682025-07-01T18:27:27.697Z Compiling icu_collections v1.5.0
13692025-07-01T18:27:27.817Z Compiling ppv-lite86 v0.2.20
13702025-07-01T18:27:28.074Z Compiling icu_locid v1.5.0
13712025-07-01T18:27:28.505Z Compiling serde v1.0.219
13722025-07-01T18:27:28.614Z Compiling pbkdf2 v0.12.2
13732025-07-01T18:27:28.804Z Compiling scrypt v0.11.0
13742025-07-01T18:27:28.835Z Compiling futures-util v0.3.31
13752025-07-01T18:27:28.950Z Compiling cbc v0.1.2
13762025-07-01T18:27:29.111Z Compiling der v0.7.9
13772025-07-01T18:27:29.188Z Compiling icu_provider v1.5.0
13782025-07-01T18:27:29.314Z Compiling aes v0.8.4
13792025-07-01T18:27:29.674Z Compiling zerocopy-derive v0.8.26
13802025-07-01T18:27:29.955Z Compiling icu_locid_transform v1.5.0
13812025-07-01T18:27:29.978Z Compiling thiserror v1.0.69
13822025-07-01T18:27:30.129Z Compiling pest v2.7.14
13832025-07-01T18:27:30.246Z Compiling tracing-attributes v0.1.27
13842025-07-01T18:27:32.027Z Compiling icu_properties v1.5.1
13852025-07-01T18:27:32.070Z Compiling spki v0.7.3
13862025-07-01T18:27:32.146Z Compiling scroll_derive v0.12.0
13872025-07-01T18:27:32.440Z Compiling pkcs5 v0.7.1
13882025-07-01T18:27:33.058Z Compiling pest_meta v2.7.14
13892025-07-01T18:27:33.371Z Compiling tracing v0.1.40
13902025-07-01T18:27:33.541Z Compiling pkcs8 v0.10.2
13912025-07-01T18:27:33.572Z Compiling tinyvec_macros v0.1.1
13922025-07-01T18:27:33.690Z Compiling bitflags v2.9.0
13932025-07-01T18:27:33.893Z Compiling bytes v1.10.1
13942025-07-01T18:27:33.990Z Compiling semver v1.0.26
13952025-07-01T18:27:34.204Z Compiling indexmap v2.9.0
13962025-07-01T18:27:34.680Z Compiling rustc_version v0.4.1
13972025-07-01T18:27:35.299Z Compiling tokio v1.45.1
13982025-07-01T18:27:35.355Z Compiling http v1.3.1
13992025-07-01T18:27:35.619Z Compiling icu_normalizer v1.5.0
14002025-07-01T18:27:36.191Z Compiling uuid v1.17.0
14012025-07-01T18:27:36.524Z Compiling chrono v0.4.41
14022025-07-01T18:27:36.834Z Compiling idna_adapter v1.2.0
14032025-07-01T18:27:37.073Z Compiling idna v1.0.3
14042025-07-01T18:27:37.302Z Compiling http-body v1.0.1
14052025-07-01T18:27:37.332Z Compiling rustls-pki-types v1.10.0
14062025-07-01T18:27:37.441Z Compiling rand_core v0.9.2
14072025-07-01T18:27:37.557Z Compiling pest_generator v2.7.14
14082025-07-01T18:27:37.633Z Compiling which v4.4.2
14092025-07-01T18:27:37.862Z Compiling url v2.5.4
14102025-07-01T18:27:38.286Z Compiling tinyvec v1.8.0
14112025-07-01T18:27:38.617Z Compiling scroll v0.12.0
14122025-07-01T18:27:38.807Z Compiling serde_derive_internals v0.29.1
14132025-07-01T18:27:39.154Z Compiling bzip2-sys v0.1.13+1.0.8
14142025-07-01T18:27:39.391Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14152025-07-01T18:27:39.579Z Compiling rustversion v1.0.17
14162025-07-01T18:27:39.650Z Compiling openssl-probe v0.1.5
14172025-07-01T18:27:39.799Z Compiling try-lock v0.2.5
14182025-07-01T18:27:39.940Z Compiling time-core v0.1.2
14192025-07-01T18:27:39.962Z Compiling openssl v0.10.73
14202025-07-01T18:27:39.965Z Compiling schemars v0.8.22
14212025-07-01T18:27:40.121Z Compiling powerfmt v0.2.0
14222025-07-01T18:27:40.143Z Compiling untrusted v0.9.0
14232025-07-01T18:27:40.240Z Compiling atomic-waker v1.1.2
14242025-07-01T18:27:40.314Z Compiling num-conv v0.1.0
14252025-07-01T18:27:40.337Z Compiling untrusted v0.7.1
14262025-07-01T18:27:40.357Z Compiling tower-service v0.3.3
14272025-07-01T18:27:40.430Z Compiling adler2 v2.0.0
14282025-07-01T18:27:40.507Z Compiling foreign-types-shared v0.1.1
14292025-07-01T18:27:40.511Z Compiling goblin v0.8.2
14302025-07-01T18:27:40.550Z Compiling deranged v0.3.11
14312025-07-01T18:27:40.593Z Compiling time-macros v0.2.18
14322025-07-01T18:27:40.643Z Compiling foreign-types v0.3.2
14332025-07-01T18:27:40.664Z Compiling miniz_oxide v0.8.5
14342025-07-01T18:27:40.886Z Compiling schemars_derive v0.8.22
14352025-07-01T18:27:42.063Z Compiling want v0.3.1
14362025-07-01T18:27:43.429Z Compiling tokio-util v0.7.15
14372025-07-01T18:27:43.800Z Compiling pest_derive v2.7.14
14382025-07-01T18:27:44.583Z Compiling h2 v0.4.6
14392025-07-01T18:27:44.642Z Compiling rand_chacha v0.9.0
14402025-07-01T18:27:44.737Z Compiling ipnet v2.11.0
14412025-07-01T18:27:45.848Z Compiling openssl-macros v0.1.1
14422025-07-01T18:27:46.026Z Compiling dyn-clone v1.0.19
14432025-07-01T18:27:46.114Z Compiling syn v1.0.109
14442025-07-01T18:27:46.254Z Compiling rustls v0.23.19
14452025-07-01T18:27:46.530Z Compiling num_threads v0.1.7
14462025-07-01T18:27:46.551Z Compiling httpdate v1.0.3
14472025-07-01T18:27:46.680Z Compiling native-tls v0.2.12
14482025-07-01T18:27:46.773Z Compiling time v0.3.36
14492025-07-01T18:27:46.972Z Compiling dof v0.3.0
14502025-07-01T18:27:48.743Z Compiling rand v0.9.1
14512025-07-01T18:27:49.319Z Compiling dtrace-parser v0.2.0
14522025-07-01T18:27:51.150Z Compiling unicode-normalization v0.1.24
14532025-07-01T18:27:51.171Z Compiling heapless v0.7.17
14542025-07-01T18:27:51.432Z Compiling hyper v1.6.0
14552025-07-01T18:27:51.586Z Compiling signature v2.2.0
14562025-07-01T18:27:51.681Z Compiling crossbeam-epoch v0.9.18
14572025-07-01T18:27:51.885Z Compiling cookie v0.18.1
14582025-07-01T18:27:52.158Z Compiling crc32fast v1.4.2
14592025-07-01T18:27:52.179Z Compiling unicode-properties v0.1.3
14602025-07-01T18:27:52.414Z Compiling signal-hook v0.3.18
14612025-07-01T18:27:52.483Z Compiling siphasher v0.3.11
14622025-07-01T18:27:52.559Z Compiling slog v2.7.0
14632025-07-01T18:27:52.700Z Compiling zlib-rs v0.5.1
14642025-07-01T18:27:52.851Z Compiling rayon-core v1.12.1
14652025-07-01T18:27:53.054Z Compiling zstd-safe v7.2.3
14662025-07-01T18:27:53.115Z Compiling unicode-bidi v0.3.17
14672025-07-01T18:27:53.908Z Compiling stringprep v0.1.5
14682025-07-01T18:27:54.107Z Compiling hyper-util v0.1.14
14692025-07-01T18:27:54.299Z Compiling phf_shared v0.11.2
14702025-07-01T18:27:54.665Z Compiling crossbeam-deque v0.8.5
14712025-07-01T18:27:54.778Z Compiling usdt-impl v0.5.0
14722025-07-01T18:27:54.906Z Compiling curve25519-dalek v4.1.3
14732025-07-01T18:27:55.017Z Compiling serde_tokenstream v0.2.2
14742025-07-01T18:27:55.541Z Compiling toml_datetime v0.6.11
14752025-07-01T18:27:55.568Z Compiling serde_spanned v0.6.9
14762025-07-01T18:27:55.820Z Compiling rand_chacha v0.3.1
14772025-07-01T18:27:55.974Z Compiling md-5 v0.10.6
14782025-07-01T18:27:56.057Z Compiling num-integer v0.1.46
14792025-07-01T18:27:56.272Z Compiling sync_wrapper v1.0.1
14802025-07-01T18:27:56.421Z Compiling ff v0.13.0
14812025-07-01T18:27:56.444Z Compiling hash32 v0.2.1
14822025-07-01T18:27:56.666Z Compiling memoffset v0.9.1
14832025-07-01T18:27:56.747Z Compiling base16ct v0.2.0
14842025-07-01T18:27:56.800Z Compiling smoltcp v0.9.1
14852025-07-01T18:27:56.975Z Compiling newtype-uuid v1.2.4
14862025-07-01T18:27:57.071Z Compiling gimli v0.31.1
14872025-07-01T18:27:58.268Z Compiling cfg_aliases v0.2.1
14882025-07-01T18:27:58.271Z Compiling psl-types v2.0.11
14892025-07-01T18:27:58.271Z Compiling fallible-iterator v0.2.0
14902025-07-01T18:27:58.271Z Compiling num-bigint-dig v0.8.4
14912025-07-01T18:27:58.271Z Compiling litrs v0.4.1
14922025-07-01T18:27:58.271Z Compiling tower-layer v0.3.3
14932025-07-01T18:27:58.271Z Compiling publicsuffix v2.3.0
14942025-07-01T18:27:58.271Z Compiling tower v0.5.2
14952025-07-01T18:27:58.271Z Compiling postgres-protocol v0.6.8
14962025-07-01T18:27:58.271Z Compiling nix v0.29.0
14972025-07-01T18:27:58.684Z Compiling libz-rs-sys v0.5.1
14982025-07-01T18:27:58.798Z Compiling document-features v0.2.10
14992025-07-01T18:27:58.988Z Compiling flate2 v1.1.2
15002025-07-01T18:27:59.072Z Compiling sec1 v0.7.3
15012025-07-01T18:27:59.593Z Compiling group v0.13.0
15022025-07-01T18:27:59.630Z Compiling num-iter v0.1.45
15032025-07-01T18:27:59.857Z Compiling rand v0.8.5
15042025-07-01T18:28:00.478Z Compiling tokio-native-tls v0.3.1
15052025-07-01T18:28:00.942Z Compiling ipnetwork v0.21.1
15062025-07-01T18:28:01.031Z Compiling rustls-native-certs v0.8.1
15072025-07-01T18:28:01.424Z Compiling addr2line v0.24.2
15082025-07-01T18:28:01.476Z Compiling webpki-roots v1.0.0
15092025-07-01T18:28:01.565Z Compiling terminal_size v0.4.0
15102025-07-01T18:28:01.659Z Compiling http-body-util v0.1.3
15112025-07-01T18:28:01.714Z Compiling hkdf v0.12.4
15122025-07-01T18:28:01.759Z Compiling crypto-bigint v0.5.5
15132025-07-01T18:28:01.795Z Compiling async-trait v0.1.88
15142025-07-01T18:28:01.894Z Compiling curve25519-dalek-derive v0.1.1
15152025-07-01T18:28:01.980Z Compiling thiserror-impl v2.0.12
15162025-07-01T18:28:02.080Z Compiling object v0.36.5
15172025-07-01T18:28:02.146Z Compiling ahash v0.8.11
15182025-07-01T18:28:02.513Z Compiling fs-err v3.1.1
15192025-07-01T18:28:02.840Z Compiling iri-string v0.7.8
15202025-07-01T18:28:03.270Z Compiling anyhow v1.0.98
15212025-07-01T18:28:03.876Z Compiling rustc-demangle v0.1.24
15222025-07-01T18:28:04.242Z Compiling winnow v0.5.40
15232025-07-01T18:28:04.809Z Compiling managed v0.8.0
15242025-07-01T18:28:04.976Z Compiling buf-list v1.0.3
15252025-07-01T18:28:05.258Z Compiling lockfree-object-pool v0.1.6
15262025-07-01T18:28:05.536Z Compiling simd-adler32 v0.3.7
15272025-07-01T18:28:05.571Z Compiling bitflags v1.3.2
15282025-07-01T18:28:05.693Z Compiling bumpalo v3.16.0
15292025-07-01T18:28:06.061Z Compiling zopfli v0.8.1
15302025-07-01T18:28:06.169Z Compiling tower-http v0.6.6
15312025-07-01T18:28:06.459Z Compiling hubpack_derive v0.1.1
15322025-07-01T18:28:06.761Z Compiling strum_macros v0.25.3
15332025-07-01T18:28:07.337Z Compiling hubpack v0.1.2
15342025-07-01T18:28:07.452Z Compiling toml_edit v0.19.15
15352025-07-01T18:28:07.610Z Compiling clap_builder v4.5.40
15362025-07-01T18:28:07.678Z Compiling console v0.15.10
15372025-07-01T18:28:07.760Z Compiling thiserror v2.0.12
15382025-07-01T18:28:07.945Z Compiling elliptic-curve v0.13.8
15392025-07-01T18:28:08.811Z Compiling backtrace v0.3.74
15402025-07-01T18:28:09.416Z Compiling hyper-tls v0.6.0
15412025-07-01T18:28:09.465Z Compiling oxnet v0.1.2
15422025-07-01T18:28:10.237Z Compiling rayon v1.10.0
15432025-07-01T18:28:10.368Z Compiling signal-hook-mio v0.2.4
15442025-07-01T18:28:10.562Z Compiling cookie_store v0.21.1
15452025-07-01T18:28:11.549Z Compiling zstd v0.13.3
15462025-07-01T18:28:12.149Z Compiling postgres-types v0.2.9
15472025-07-01T18:28:12.457Z Compiling usdt-attr-macro v0.5.0
15482025-07-01T18:28:13.445Z Compiling usdt-macro v0.5.0
15492025-07-01T18:28:13.994Z Compiling phf v0.11.2
15502025-07-01T18:28:14.035Z Compiling ed25519 v2.2.3
15512025-07-01T18:28:14.494Z Compiling strum_macros v0.26.4
15522025-07-01T18:28:14.678Z Compiling bzip2 v0.4.4
15532025-07-01T18:28:14.739Z Compiling bzip2 v0.5.2
15542025-07-01T18:28:15.068Z Compiling enum-as-inner v0.6.1
15552025-07-01T18:28:15.113Z Compiling clap_derive v4.5.40
15562025-07-01T18:28:15.208Z Compiling pkcs1 v0.7.5
15572025-07-01T18:28:15.771Z Compiling serde-big-array v0.5.1
15582025-07-01T18:28:16.033Z Compiling serde_urlencoded v0.7.1
15592025-07-01T18:28:16.057Z Compiling rfc6979 v0.4.0
15602025-07-01T18:28:16.106Z Compiling bstr v1.10.0
15612025-07-01T18:28:16.272Z Compiling daft-derive v0.1.3
15622025-07-01T18:28:16.407Z Compiling serde_repr v0.1.19
15632025-07-01T18:28:16.526Z Compiling float-cmp v0.10.0
15642025-07-01T18:28:16.781Z Compiling encoding_rs v0.8.34
15652025-07-01T18:28:17.483Z Compiling difflib v0.4.0
15662025-07-01T18:28:17.599Z Compiling new_debug_unreachable v1.0.6
15672025-07-01T18:28:17.725Z Compiling predicates-core v1.0.8
15682025-07-01T18:28:17.792Z Compiling whoami v1.6.0
15692025-07-01T18:28:18.075Z Compiling number_prefix v0.4.0
15702025-07-01T18:28:18.344Z Compiling data-encoding v2.9.0
15712025-07-01T18:28:18.407Z Compiling precomputed-hash v0.1.1
15722025-07-01T18:28:18.546Z Compiling unicode-segmentation v1.12.0
15732025-07-01T18:28:18.566Z Compiling static_assertions v1.1.0
15742025-07-01T18:28:18.694Z Compiling normalize-line-endings v0.3.0
15752025-07-01T18:28:18.764Z Compiling fixedbitset v0.4.2
15762025-07-01T18:28:18.849Z Compiling mime v0.3.17
15772025-07-01T18:28:19.203Z Compiling petgraph v0.6.5
15782025-07-01T18:28:19.349Z Compiling similar v2.7.0
15792025-07-01T18:28:19.394Z Compiling hickory-proto v0.25.2
15802025-07-01T18:28:19.544Z Compiling clap v4.5.40
15812025-07-01T18:28:19.681Z Compiling predicates v3.1.3
15822025-07-01T18:28:20.087Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15832025-07-01T18:28:20.469Z Compiling strum v0.26.3
15842025-07-01T18:28:20.673Z Compiling string_cache v0.8.9
15852025-07-01T18:28:21.097Z Compiling toml_edit v0.22.27
15862025-07-01T18:28:21.120Z Compiling indicatif v0.17.11
15872025-07-01T18:28:21.337Z Compiling tokio-postgres v0.7.13
15882025-07-01T18:28:22.702Z Compiling daft v0.1.3
15892025-07-01T18:28:23.029Z Compiling usdt v0.5.0
15902025-07-01T18:28:23.077Z Compiling ecdsa v0.16.9
15912025-07-01T18:28:23.261Z Compiling rsa v0.9.6
15922025-07-01T18:28:23.547Z Compiling zip v4.2.0
15932025-07-01T18:28:23.902Z Compiling zip v0.6.6
15942025-07-01T18:28:25.143Z Compiling ed25519-dalek v2.1.1
15952025-07-01T18:28:26.489Z Compiling toml v0.7.8
15962025-07-01T18:28:26.627Z Compiling crossterm v0.28.1
15972025-07-01T18:28:27.982Z Compiling tokio-stream v0.1.17
15982025-07-01T18:28:28.289Z Compiling openapiv3 v2.2.0
15992025-07-01T18:28:28.310Z Compiling x509-cert v0.2.5
16002025-07-01T18:28:28.425Z Compiling sha1 v0.10.6
16012025-07-01T18:28:28.865Z Compiling itertools v0.10.5
16022025-07-01T18:28:28.963Z Compiling dirs-sys-next v0.1.2
16032025-07-01T18:28:29.478Z Compiling winnow v0.6.26
16042025-07-01T18:28:29.795Z Compiling rustc-hash v2.1.1
16052025-07-01T18:28:30.005Z Compiling peg-runtime v0.8.5
16062025-07-01T18:28:30.577Z Compiling lalrpop-util v0.19.12
16072025-07-01T18:28:30.656Z Compiling dirs-next v2.0.0
16082025-07-01T18:28:30.877Z Compiling thread_local v1.1.8
16092025-07-01T18:28:30.897Z Compiling slog-async v2.8.0
16102025-07-01T18:28:30.945Z Compiling term v0.7.0
16112025-07-01T18:28:31.358Z Compiling xattr v1.3.1
16122025-07-01T18:28:31.443Z Compiling futures-executor v0.3.31
16132025-07-01T18:28:31.484Z Compiling crossbeam-channel v0.5.15
16142025-07-01T18:28:31.640Z Compiling filetime v0.2.25
16152025-07-01T18:28:31.947Z Compiling is-terminal v0.4.13
16162025-07-01T18:28:31.977Z Compiling take_mut v0.2.2
16172025-07-01T18:28:32.105Z Compiling slog-term v2.9.1
16182025-07-01T18:28:32.161Z Compiling tar v0.4.44
16192025-07-01T18:28:32.186Z Compiling futures v0.3.31
16202025-07-01T18:28:32.227Z Compiling camino v1.1.10
16212025-07-01T18:28:38.099Z Compiling aws-lc-sys v0.26.0
16222025-07-01T18:29:07.215Z Compiling rustls-webpki v0.102.8
16232025-07-01T18:29:11.712Z Compiling tokio-rustls v0.26.0
16242025-07-01T18:29:12.009Z Compiling hyper-rustls v0.27.7
16252025-07-01T18:29:12.335Z Compiling reqwest v0.12.20
16262025-07-01T18:29:15.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16272025-07-01T18:29:15.959Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16282025-07-01T18:29:20.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
16292025-07-01T18:29:20.624Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16302025-07-01T18:29:20.678ZJul 01 18:29:19.701 INFO Starting download, target: DendriteStub
16312025-07-01T18:29:20.678ZJul 01 18:29:19.701 INFO Starting download, target: Console
16322025-07-01T18:29:20.678ZJul 01 18:29:19.701 INFO Starting download, target: Clickhouse
16332025-07-01T18:29:20.681ZJul 01 18:29:19.701 INFO Starting download, target: Cockroach
16342025-07-01T18:29:20.681ZJul 01 18:29:19.701 INFO Starting download, target: MaghemiteMgd
16352025-07-01T18:29:20.682ZJul 01 18:29:19.701 INFO Starting download, target: TransceiverControl
16362025-07-01T18:29:20.682ZJul 01 18:29:19.702 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16372025-07-01T18:29:20.682ZJul 01 18:29:19.702 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16382025-07-01T18:29:20.682ZJul 01 18:29:19.702 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16392025-07-01T18:29:20.682ZJul 01 18:29:19.702 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16402025-07-01T18:29:20.682ZJul 01 18:29:19.702 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16412025-07-01T18:29:20.682ZJul 01 18:29:19.702 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16422025-07-01T18:29:20.978ZJul 01 18:29:19.995 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16432025-07-01T18:29:21.188ZJul 01 18:29:20.201 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16442025-07-01T18:29:21.411ZJul 01 18:29:20.427 INFO Download complete, target: TransceiverControl
16452025-07-01T18:29:21.576ZJul 01 18:29:20.589 INFO Download complete, target: Console
16462025-07-01T18:29:21.850ZJul 01 18:29:20.868 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16472025-07-01T18:29:21.972ZJul 01 18:29:20.993 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16482025-07-01T18:29:22.713ZJul 01 18:29:21.735 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16492025-07-01T18:29:22.713ZJul 01 18:29:21.735 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16502025-07-01T18:29:22.825ZJul 01 18:29:21.848 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16512025-07-01T18:29:25.039ZJul 01 18:29:24.061 INFO Download complete, target: DendriteStub
16522025-07-01T18:29:25.388ZJul 01 18:29:24.410 INFO Download complete, target: MaghemiteMgd
16532025-07-01T18:29:28.946ZJul 01 18:29:27.967 INFO Checking that binary works, target: Cockroach
16542025-07-01T18:29:29.101ZJul 01 18:29:28.122 INFO Download complete, target: Cockroach
16552025-07-01T18:29:32.702ZJul 01 18:29:31.722 INFO Checking that binary works, target: Clickhouse
16562025-07-01T18:29:32.820ZJul 01 18:29:31.840 INFO Download complete, target: Clickhouse
16572025-07-01T18:29:32.826ZAll prerequisites installed successfully
16582025-07-01T18:29:32.829Z
16592025-07-01T18:29:32.829Zreal 4:31.296690699
16602025-07-01T18:29:32.829Zuser 16:12.252293288
16612025-07-01T18:29:32.829Zsys 2:15.538949686
16622025-07-01T18:29:32.829Ztrap 0.582673694
16632025-07-01T18:29:32.829Ztflt 0.935047792
16642025-07-01T18:29:32.829Zdflt 1.042672944
16652025-07-01T18:29:32.829Zkflt 0.026344529
16662025-07-01T18:29:32.829Zlock 24:02.796207818
16672025-07-01T18:29:32.829Zslp 58:19.594266674
16682025-07-01T18:29:32.829Zlat 1:01.771638002
16692025-07-01T18:29:32.829Zstop 2:41.285509171
16702025-07-01T18:29:32.829Z+ ptime -m cargo xtask download softnpu
16712025-07-01T18:29:33.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16722025-07-01T18:29:33.560Z Running `target/debug/xtask download softnpu`
16732025-07-01T18:29:34.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
16742025-07-01T18:29:34.595Z Running `target/debug/xtask-downloader softnpu`
16752025-07-01T18:29:34.637ZJul 01 18:29:33.657 INFO Starting download, target: Softnpu
16762025-07-01T18:29:34.641ZJul 01 18:29:33.658 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16772025-07-01T18:29:35.152ZJul 01 18:29:34.169 INFO Download complete, target: Softnpu
16782025-07-01T18:29:35.155Z
16792025-07-01T18:29:35.155Zreal 2.319470328
16802025-07-01T18:29:35.155Zuser 1.485415284
16812025-07-01T18:29:35.155Zsys 0.662024802
16822025-07-01T18:29:35.155Ztrap 0.001195928
16832025-07-01T18:29:35.155Ztflt 0.000088759
16842025-07-01T18:29:35.155Zdflt 0.000296316
16852025-07-01T18:29:35.155Zkflt 0.000000000
16862025-07-01T18:29:35.155Zlock 5.499990278
16872025-07-01T18:29:35.155Zslp 0.407265823
16882025-07-01T18:29:35.156Zlat 0.071933738
16892025-07-01T18:29:35.156Zstop 0.000175290
16902025-07-01T18:29:35.156Z+ export CARGO_INCREMENTAL=0
16912025-07-01T18:29:35.156Z+ CARGO_INCREMENTAL=0
16922025-07-01T18:29:35.156Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16932025-07-01T18:29:36.310Z Compiling proc-macro2 v1.0.95
16942025-07-01T18:29:36.310Z Compiling unicode-ident v1.0.18
16952025-07-01T18:29:36.313Z Compiling libc v0.2.174
16962025-07-01T18:29:36.313Z Compiling serde v1.0.219
16972025-07-01T18:29:36.313Z Compiling autocfg v1.4.0
16982025-07-01T18:29:36.313Z Compiling cfg-if v1.0.1
16992025-07-01T18:29:36.313Z Compiling version_check v0.9.5
17002025-07-01T18:29:36.602Z Compiling memchr v2.7.4
17012025-07-01T18:29:36.627Z Compiling shlex v1.3.0
17022025-07-01T18:29:36.648Z Compiling portable-atomic v1.11.0
17032025-07-01T18:29:37.007Z Compiling typenum v1.17.0
17042025-07-01T18:29:37.038Z Compiling value-bag v1.9.0
17052025-07-01T18:29:37.271Z Compiling lock_api v0.4.12
17062025-07-01T18:29:37.410Z Compiling generic-array v0.14.7
17072025-07-01T18:29:37.533Z Compiling log v0.4.27
17082025-07-01T18:29:37.710Z Compiling libm v0.2.8
17092025-07-01T18:29:37.839Z Compiling serde_json v1.0.140
17102025-07-01T18:29:37.861Z Compiling num-traits v0.2.19
17112025-07-01T18:29:38.031Z Compiling getrandom v0.3.1
17122025-07-01T18:29:38.158Z Compiling quote v1.0.40
17132025-07-01T18:29:38.180Z Compiling parking_lot_core v0.9.10
17142025-07-01T18:29:38.359Z Compiling jobserver v0.1.32
17152025-07-01T18:29:38.406Z Compiling scopeguard v1.2.0
17162025-07-01T18:29:38.427Z Compiling semver v1.0.26
17172025-07-01T18:29:38.551Z Compiling syn v2.0.104
17182025-07-01T18:29:38.572Z Compiling smallvec v1.15.0
17192025-07-01T18:29:38.622Z Compiling getrandom v0.2.15
17202025-07-01T18:29:38.707Z Compiling pkg-config v0.3.31
17212025-07-01T18:29:38.864Z Compiling cc v1.2.15
17222025-07-01T18:29:38.991Z Compiling itoa v1.0.11
17232025-07-01T18:29:39.014Z Compiling aho-corasick v1.1.3
17242025-07-01T18:29:39.034Z Compiling rustix v0.38.37
17252025-07-01T18:29:39.054Z Compiling regex-syntax v0.8.5
17262025-07-01T18:29:39.713Z Compiling either v1.15.0
17272025-07-01T18:29:40.370Z Compiling critical-section v1.1.3
17282025-07-01T18:29:40.545Z Compiling stable_deref_trait v1.2.0
17292025-07-01T18:29:40.672Z Compiling slab v0.4.9
17302025-07-01T18:29:40.992Z Compiling spin v0.9.8
17312025-07-01T18:29:41.010Z Compiling errno v0.3.12
17322025-07-01T18:29:41.194Z Compiling once_cell v1.21.3
17332025-07-01T18:29:41.258Z Compiling rand_core v0.6.4
17342025-07-01T18:29:41.604Z Compiling glob v0.3.2
17352025-07-01T18:29:41.795Z Compiling thiserror v1.0.69
17362025-07-01T18:29:41.950Z Compiling ryu v1.0.18
17372025-07-01T18:29:42.006Z Compiling equivalent v1.0.2
17382025-07-01T18:29:42.139Z Compiling pin-project-lite v0.2.14
17392025-07-01T18:29:42.289Z Compiling clang-sys v1.8.1
17402025-07-01T18:29:42.309Z Compiling subtle v2.6.1
17412025-07-01T18:29:42.328Z Compiling allocator-api2 v0.2.21
17422025-07-01T18:29:42.508Z Compiling prettyplease v0.2.35
17432025-07-01T18:29:42.565Z Compiling foldhash v0.1.5
17442025-07-01T18:29:42.753Z Compiling regex-automata v0.4.8
17452025-07-01T18:29:42.851Z Compiling lazy_static v1.5.0
17462025-07-01T18:29:42.992Z Compiling hashbrown v0.15.4
17472025-07-01T18:29:43.037Z Compiling writeable v0.5.5
17482025-07-01T18:29:43.095Z Compiling minimal-lexical v0.2.1
17492025-07-01T18:29:43.207Z Compiling schemars v0.8.22
17502025-07-01T18:29:43.548Z Compiling litemap v0.7.3
17512025-07-01T18:29:44.044Z Compiling nom v7.1.3
17522025-07-01T18:29:44.494Z Compiling libloading v0.8.5
17532025-07-01T18:29:44.854Z Compiling bindgen v0.69.5
17542025-07-01T18:29:45.072Z Compiling percent-encoding v2.3.1
17552025-07-01T18:29:45.228Z Compiling home v0.5.9
17562025-07-01T18:29:45.533Z Compiling synstructure v0.13.1
17572025-07-01T18:29:45.648Z Compiling serde_derive_internals v0.29.1
17582025-07-01T18:29:46.680Z Compiling itertools v0.12.1
17592025-07-01T18:29:47.027Z Compiling cexpr v0.6.0
17602025-07-01T18:29:47.336Z Compiling lazycell v1.3.0
17612025-07-01T18:29:47.528Z Compiling icu_locid_transform_data v1.5.0
17622025-07-01T18:29:47.549Z Compiling byteorder v1.5.0
17632025-07-01T18:29:47.659Z Compiling rustc-hash v1.1.0
17642025-07-01T18:29:48.059Z Compiling regex v1.11.1
17652025-07-01T18:29:48.262Z Compiling cmake v0.1.51
17662025-07-01T18:29:48.325Z Compiling signal-hook-registry v1.4.2
17672025-07-01T18:29:49.280Z Compiling fs_extra v1.3.0
17682025-07-01T18:29:49.293Z Compiling zerocopy v0.8.26
17692025-07-01T18:29:49.293Z Compiling dunce v1.0.5
17702025-07-01T18:29:49.293Z Compiling icu_properties_data v1.5.0
17712025-07-01T18:29:49.418Z Compiling paste v1.0.15
17722025-07-01T18:29:49.444Z Compiling serde_derive v1.0.219
17732025-07-01T18:29:49.466Z Compiling zeroize_derive v1.4.2
17742025-07-01T18:29:49.518Z Compiling zerofrom-derive v0.1.4
17752025-07-01T18:29:49.649Z Compiling yoke-derive v0.7.4
17762025-07-01T18:29:49.653Z Compiling zerovec-derive v0.10.3
17772025-07-01T18:29:49.851Z Compiling displaydoc v0.2.5
17782025-07-01T18:29:50.686Z Compiling icu_provider_macros v1.5.0
17792025-07-01T18:29:51.177Z Compiling tokio-macros v2.5.0
17802025-07-01T18:29:51.463Z Compiling zeroize v1.8.1
17812025-07-01T18:29:51.803Z Compiling zerocopy-derive v0.7.35
17822025-07-01T18:29:51.826Z Compiling thiserror-impl v1.0.69
17832025-07-01T18:29:51.930Z Compiling schemars_derive v0.8.22
17842025-07-01T18:29:52.277Z Compiling zerofrom v0.1.4
17852025-07-01T18:29:52.550Z Compiling yoke v0.7.4
17862025-07-01T18:29:52.942Z Compiling zerovec v0.10.4
17872025-07-01T18:29:53.318Z Compiling futures-macro v0.3.31
17882025-07-01T18:29:54.209Z Compiling parking_lot v0.12.3
17892025-07-01T18:29:54.238Z Compiling mio v1.0.2
17902025-07-01T18:29:54.443Z Compiling utf8_iter v1.0.4
17912025-07-01T18:29:54.499Z Compiling utf16_iter v1.0.5
17922025-07-01T18:29:54.726Z Compiling icu_normalizer_data v1.5.0
17932025-07-01T18:29:54.761Z Compiling write16 v1.0.0
17942025-07-01T18:29:54.936Z Compiling tinystr v0.7.6
17952025-07-01T18:29:54.977Z Compiling icu_collections v1.5.0
17962025-07-01T18:29:55.358Z Compiling icu_locid v1.5.0
17972025-07-01T18:29:55.382Z Compiling crypto-common v0.1.6
17982025-07-01T18:29:55.603Z Compiling zerocopy-derive v0.8.26
17992025-07-01T18:29:55.823Z Compiling socket2 v0.5.10
18002025-07-01T18:29:56.168Z Compiling fnv v1.0.7
18012025-07-01T18:29:56.721Z Compiling icu_provider v1.5.0
18022025-07-01T18:29:56.759Z Compiling const-oid v0.9.6
18032025-07-01T18:29:57.549Z Compiling icu_locid_transform v1.5.0
18042025-07-01T18:29:58.500Z Compiling form_urlencoded v1.2.1
18052025-07-01T18:29:58.797Z Compiling ring v0.17.14
18062025-07-01T18:29:59.048Z Compiling icu_properties v1.5.1
18072025-07-01T18:29:59.996Z Compiling tracing-attributes v0.1.27
18082025-07-01T18:30:00.255Z Compiling der_derive v0.7.3
18092025-07-01T18:30:01.218Z Compiling vcpkg v0.2.15
18102025-07-01T18:30:01.564Z Compiling bitflags v2.9.0
18112025-07-01T18:30:02.043Z Compiling bytes v1.10.1
18122025-07-01T18:30:02.930Z Compiling icu_normalizer v1.5.0
18132025-07-01T18:30:03.469Z Compiling tokio v1.45.1
18142025-07-01T18:30:03.513Z Compiling indexmap v2.9.0
18152025-07-01T18:30:04.128Z Compiling idna_adapter v1.2.0
18162025-07-01T18:30:04.380Z Compiling idna v1.0.3
18172025-07-01T18:30:05.193Z Compiling aws-lc-rs v1.12.4
18182025-07-01T18:30:05.610Z Compiling url v2.5.4
18192025-07-01T18:30:05.960Z Compiling which v4.4.2
18202025-07-01T18:30:07.453Z Compiling openssl-sys v0.9.109
18212025-07-01T18:30:08.534Z Compiling block-buffer v0.10.4
18222025-07-01T18:30:08.798Z Compiling thiserror v2.0.12
18232025-07-01T18:30:08.913Z Compiling futures-core v0.3.31
18242025-07-01T18:30:09.203Z Compiling heck v0.5.0
18252025-07-01T18:30:09.607Z Compiling digest v0.10.7
18262025-07-01T18:30:10.029Z Compiling zerocopy v0.7.35
18272025-07-01T18:30:10.053Z Compiling thiserror-impl v2.0.12
18282025-07-01T18:30:10.168Z Compiling httparse v1.9.5
18292025-07-01T18:30:11.610Z Compiling uuid v1.17.0
18302025-07-01T18:30:12.174Z Compiling crossbeam-utils v0.8.21
18312025-07-01T18:30:12.229Z Compiling iana-time-zone v0.1.63
18322025-07-01T18:30:12.676Z Compiling syn v1.0.109
18332025-07-01T18:30:12.758Z Compiling chrono v0.4.41
18342025-07-01T18:30:14.087Z Compiling num-conv v0.1.0
18352025-07-01T18:30:14.393Z Compiling futures-sink v0.3.31
18362025-07-01T18:30:14.451Z Compiling time-core v0.1.2
18372025-07-01T18:30:14.644Z Compiling time-macros v0.2.18
18382025-07-01T18:30:15.993Z Compiling cpufeatures v0.2.14
18392025-07-01T18:30:16.222Z Compiling openssl v0.10.73
18402025-07-01T18:30:17.013Z Compiling hmac v0.12.1
18412025-07-01T18:30:17.254Z Compiling rustc_version v0.4.1
18422025-07-01T18:30:17.272Z Compiling serde_tokenstream v0.2.2
18432025-07-01T18:30:17.808Z Compiling aws-lc-sys v0.26.0
18442025-07-01T18:30:17.845Z Compiling block-padding v0.3.3
18452025-07-01T18:30:17.942Z Compiling scroll_derive v0.12.0
18462025-07-01T18:30:18.089Z Compiling openssl-macros v0.1.1
18472025-07-01T18:30:19.165Z Compiling rustls v0.23.19
18482025-07-01T18:30:19.186Z Compiling dyn-clone v1.0.19
18492025-07-01T18:30:19.449Z Compiling ucd-trie v0.1.7
18502025-07-01T18:30:19.471Z Compiling native-tls v0.2.12
18512025-07-01T18:30:19.812Z Compiling pest v2.7.14
18522025-07-01T18:30:20.145Z Compiling inout v0.1.3
18532025-07-01T18:30:20.291Z Compiling futures-channel v0.3.31
18542025-07-01T18:30:20.753Z Compiling strsim v0.11.1
18552025-07-01T18:30:20.967Z Compiling futures-task v0.3.31
18562025-07-01T18:30:21.069Z Compiling pin-utils v0.1.0
18572025-07-01T18:30:21.195Z Compiling futures-io v0.3.31
18582025-07-01T18:30:21.555Z Compiling futures-util v0.3.31
18592025-07-01T18:30:21.686Z Compiling cipher v0.4.4
18602025-07-01T18:30:22.697Z Compiling pest_meta v2.7.14
18612025-07-01T18:30:24.191Z Compiling sha2 v0.10.9
18622025-07-01T18:30:24.934Z Compiling http v1.3.1
18632025-07-01T18:30:25.281Z Compiling cookie v0.18.1
18642025-07-01T18:30:25.610Z Compiling base64ct v1.6.0
18652025-07-01T18:30:26.193Z Compiling pem-rfc7468 v0.7.0
18662025-07-01T18:30:26.773Z Compiling pest_generator v2.7.14
18672025-07-01T18:30:27.692Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18682025-07-01T18:30:28.347Z Compiling bzip2-sys v0.1.13+1.0.8
18692025-07-01T18:30:28.371Z Compiling slog v2.7.0
18702025-07-01T18:30:28.374Z Compiling flagset v0.4.6
18712025-07-01T18:30:28.598Z Compiling der v0.7.9
18722025-07-01T18:30:28.797Z Compiling pest_derive v2.7.14
18732025-07-01T18:30:29.511Z Compiling serde_spanned v0.6.9
18742025-07-01T18:30:29.532Z Compiling toml_datetime v0.6.11
18752025-07-01T18:30:29.778Z Compiling tracing-core v0.1.32
18762025-07-01T18:30:30.038Z Compiling usdt-impl v0.5.0
18772025-07-01T18:30:30.220Z Compiling rustls-pki-types v1.10.0
18782025-07-01T18:30:30.408Z Compiling rayon-core v1.12.1
18792025-07-01T18:30:30.708Z Compiling rustversion v1.0.17
18802025-07-01T18:30:30.930Z Compiling anyhow v1.0.98
18812025-07-01T18:30:30.956Z Compiling tracing v0.1.40
18822025-07-01T18:30:31.222Z Compiling spki v0.7.3
18832025-07-01T18:30:31.487Z Compiling salsa20 v0.10.2
18842025-07-01T18:30:31.629Z Compiling scroll v0.12.0
18852025-07-01T18:30:31.732Z Compiling pbkdf2 v0.12.2
18862025-07-01T18:30:31.783Z Compiling ppv-lite86 v0.2.20
18872025-07-01T18:30:32.157Z Compiling winnow v0.5.40
18882025-07-01T18:30:32.243Z Compiling litrs v0.4.1
18892025-07-01T18:30:32.318Z Compiling plain v0.2.3
18902025-07-01T18:30:32.501Z Compiling goblin v0.8.2
18912025-07-01T18:30:32.615Z Compiling scrypt v0.11.0
18922025-07-01T18:30:33.064Z Compiling cbc v0.1.2
18932025-07-01T18:30:33.178Z Compiling document-features v0.2.10
18942025-07-01T18:30:33.295Z Compiling aes v0.8.4
18952025-07-01T18:30:34.388Z Compiling tokio-util v0.7.15
18962025-07-01T18:30:35.459Z Compiling toml_edit v0.19.15
18972025-07-01T18:30:37.003Z Compiling pretty-hex v0.4.1
18982025-07-01T18:30:37.081Z Compiling untrusted v0.7.1
18992025-07-01T18:30:37.221Z Compiling powerfmt v0.2.0
19002025-07-01T18:30:37.286Z Compiling untrusted v0.9.0
19012025-07-01T18:30:37.468Z Compiling newtype-uuid v1.2.4
19022025-07-01T18:30:37.621Z Compiling deranged v0.3.11
19032025-07-01T18:30:37.898Z Compiling pkcs5 v0.7.1
19042025-07-01T18:30:38.903Z Compiling dof v0.3.0
19052025-07-01T18:30:39.943Z Compiling dtrace-parser v0.2.0
19062025-07-01T18:30:40.248Z Compiling http-body v1.0.1
19072025-07-01T18:30:40.507Z Compiling heapless v0.7.17
19082025-07-01T18:30:41.085Z Compiling thread-id v4.2.2
19092025-07-01T18:30:41.366Z Compiling num_threads v0.1.7
19102025-07-01T18:30:41.648Z Compiling adler2 v2.0.0
19112025-07-01T18:30:41.719Z Compiling signal-hook v0.3.18
19122025-07-01T18:30:41.845Z Compiling base64 v0.22.1
19132025-07-01T18:30:41.930Z Compiling atomic-waker v1.1.2
19142025-07-01T18:30:41.952Z Compiling zstd-safe v7.2.3
19152025-07-01T18:30:42.002Z Compiling miniz_oxide v0.8.5
19162025-07-01T18:30:42.320Z Compiling time v0.3.36
19172025-07-01T18:30:44.482Z Compiling pkcs8 v0.10.2
19182025-07-01T18:30:45.324Z Compiling tower-service v0.3.3
19192025-07-01T18:30:45.748Z Compiling tinyvec_macros v0.1.1
19202025-07-01T18:30:45.862Z Compiling try-lock v0.2.5
19212025-07-01T18:30:46.308Z Compiling want v0.3.1
19222025-07-01T18:30:46.597Z Compiling tinyvec v1.8.0
19232025-07-01T18:30:48.051Z Compiling h2 v0.4.6
19242025-07-01T18:30:48.654Z Compiling rand_core v0.9.2
19252025-07-01T18:30:49.005Z Compiling curve25519-dalek v4.1.3
19262025-07-01T18:30:49.541Z Compiling ipnet v2.11.0
19272025-07-01T18:30:50.532Z Compiling async-trait v0.1.88
19282025-07-01T18:30:51.875Z Compiling memoffset v0.9.1
19292025-07-01T18:30:52.207Z Compiling openssl-probe v0.1.5
19302025-07-01T18:30:52.581Z Compiling httpdate v1.0.3
19312025-07-01T18:30:52.815Z Compiling num-bigint-dig v0.8.4
19322025-07-01T18:30:53.027Z Compiling foreign-types-shared v0.1.1
19332025-07-01T18:30:53.318Z Compiling smoltcp v0.9.1
19342025-07-01T18:30:53.673Z Compiling foreign-types v0.3.2
19352025-07-01T18:30:56.059Z Compiling hyper v1.6.0
19362025-07-01T18:30:56.354Z Compiling rand_chacha v0.9.0
19372025-07-01T18:30:57.677Z Compiling usdt-macro v0.5.0
19382025-07-01T18:30:58.898Z Compiling usdt-attr-macro v0.5.0
19392025-07-01T18:31:02.909Z Compiling strum_macros v0.26.4
19402025-07-01T18:31:05.070Z Compiling ipnetwork v0.21.1
19412025-07-01T18:31:06.654Z Compiling daft-derive v0.1.3
19422025-07-01T18:31:08.011Z Compiling cfg_aliases v0.2.1
19432025-07-01T18:31:08.128Z Compiling heck v0.4.1
19442025-07-01T18:31:08.260Z Compiling gimli v0.31.1
19452025-07-01T18:31:08.467Z Compiling nix v0.29.0
19462025-07-01T18:31:11.533Z Compiling hyper-util v0.1.14
19472025-07-01T18:31:14.684Z Compiling addr2line v0.24.2
19482025-07-01T18:31:15.607Z Compiling rand v0.9.1
19492025-07-01T18:31:16.843Z Compiling crossbeam-epoch v0.9.18
19502025-07-01T18:31:17.154Z Compiling unicode-normalization v0.1.24
19512025-07-01T18:31:18.120Z Compiling hubpack_derive v0.1.1
19522025-07-01T18:31:18.141Z Compiling signature v2.2.0
19532025-07-01T18:31:18.194Z Compiling openapiv3 v2.2.0
19542025-07-01T18:31:18.379Z Compiling curve25519-dalek-derive v0.1.1
19552025-07-01T18:31:19.087Z Compiling object v0.36.5
19562025-07-01T18:31:19.757Z Compiling fs-err v3.1.1
19572025-07-01T18:31:20.082Z Compiling ahash v0.8.11
19582025-07-01T18:31:20.430Z Compiling crc32fast v1.4.2
19592025-07-01T18:31:20.915Z Compiling ident_case v1.0.1
19602025-07-01T18:31:21.142Z Compiling rustc-demangle v0.1.24
19612025-07-01T18:31:22.086Z Compiling anstyle v1.0.11
19622025-07-01T18:31:22.523Z Compiling siphasher v0.3.11
19632025-07-01T18:31:22.911Z Compiling buf-list v1.0.3
19642025-07-01T18:31:23.365Z Compiling unicode-properties v0.1.3
19652025-07-01T18:31:23.432Z Compiling zlib-rs v0.5.1
19662025-07-01T18:31:24.169Z Compiling utf8parse v0.2.2
19672025-07-01T18:31:24.176Z Compiling unicode-bidi v0.3.17
19682025-07-01T18:31:24.375Z Compiling anstyle-parse v0.2.5
19692025-07-01T18:31:24.713Z Compiling stringprep v0.1.5
19702025-07-01T18:31:25.028Z Compiling phf_shared v0.11.2
19712025-07-01T18:31:25.526Z Compiling darling_core v0.20.10
19722025-07-01T18:31:27.599Z Compiling backtrace v0.3.74
19732025-07-01T18:31:28.220Z Compiling libz-rs-sys v0.5.1
19742025-07-01T18:31:35.465Z Compiling crossbeam-deque v0.8.5
19752025-07-01T18:31:35.936Z Compiling http-body-util v0.1.3
19762025-07-01T18:31:36.492Z Compiling rand_chacha v0.3.1
19772025-07-01T18:31:37.888Z Compiling sync_wrapper v1.0.1
19782025-07-01T18:31:37.918Z Compiling md-5 v0.10.6
19792025-07-01T18:31:38.033Z Compiling num-integer v0.1.46
19802025-07-01T18:31:38.525Z Compiling hash32 v0.2.1
19812025-07-01T18:31:38.705Z Compiling ff v0.13.0
19822025-07-01T18:31:38.881Z Compiling encoding_rs v0.8.34
19832025-07-01T18:31:38.955Z Compiling psl-types v2.0.11
19842025-07-01T18:31:38.975Z Compiling anstyle-query v1.1.1
19852025-07-01T18:31:39.083Z Compiling tower-layer v0.3.3
19862025-07-01T18:31:39.153Z Compiling base16ct v0.2.0
19872025-07-01T18:31:39.407Z Compiling fallible-iterator v0.2.0
19882025-07-01T18:31:39.435Z Compiling colorchoice v1.0.2
19892025-07-01T18:31:39.619Z Compiling is_terminal_polyfill v1.70.1
19902025-07-01T18:31:39.808Z Compiling mime v0.3.17
19912025-07-01T18:31:40.070Z Compiling postgres-protocol v0.6.8
19922025-07-01T18:31:40.793Z Compiling tower v0.5.2
19932025-07-01T18:31:41.140Z Compiling anstream v0.6.18
19942025-07-01T18:31:41.741Z Compiling sec1 v0.7.3
19952025-07-01T18:31:41.791Z Compiling publicsuffix v2.3.0
19962025-07-01T18:31:42.601Z Compiling group v0.13.0
19972025-07-01T18:31:42.986Z Compiling num-iter v0.1.45
19982025-07-01T18:31:45.591Z Compiling rand v0.8.5
19992025-07-01T18:31:46.151Z Compiling rustls-webpki v0.102.8
20002025-07-01T18:31:46.505Z Compiling tokio-native-tls v0.3.1
20012025-07-01T18:31:47.442Z Compiling darling_macro v0.20.10
20022025-07-01T18:31:47.759Z Compiling flate2 v1.1.2
20032025-07-01T18:31:48.640Z Compiling strum_macros v0.25.3
20042025-07-01T18:31:49.442Z Compiling rustls-native-certs v0.8.1
20052025-07-01T18:31:49.790Z Compiling webpki-roots v1.0.0
20062025-07-01T18:31:50.438Z Compiling hkdf v0.12.4
20072025-07-01T18:31:50.686Z Compiling enum-as-inner v0.6.1
20082025-07-01T18:31:50.833Z Compiling clap_derive v4.5.40
20092025-07-01T18:31:50.957Z Compiling terminal_size v0.4.0
20102025-07-01T18:31:51.048Z Compiling serde_urlencoded v0.7.1
20112025-07-01T18:31:51.197Z Compiling crypto-bigint v0.5.5
20122025-07-01T18:31:51.634Z Compiling serde_repr v0.1.19
20132025-07-01T18:31:51.817Z Compiling bitflags v1.3.2
20142025-07-01T18:31:52.071Z Compiling managed v0.8.0
20152025-07-01T18:31:52.783Z Compiling bumpalo v3.16.0
20162025-07-01T18:31:53.212Z Compiling iri-string v0.7.8
20172025-07-01T18:31:53.782Z Compiling tokio-rustls v0.26.0
20182025-07-01T18:31:54.866Z Compiling lockfree-object-pool v0.1.6
20192025-07-01T18:31:55.024Z Compiling clap_lex v0.7.4
20202025-07-01T18:31:55.151Z Compiling simd-adler32 v0.3.7
20212025-07-01T18:31:55.420Z Compiling unicode-width v0.2.0
20222025-07-01T18:31:55.652Z Compiling zopfli v0.8.1
20232025-07-01T18:31:55.961Z Compiling console v0.15.10
20242025-07-01T18:31:56.603Z Compiling tower-http v0.6.6
20252025-07-01T18:31:57.018Z Compiling clap_builder v4.5.40
20262025-07-01T18:31:57.111Z Compiling hyper-rustls v0.27.7
20272025-07-01T18:31:57.568Z Compiling elliptic-curve v0.13.8
20282025-07-01T18:32:00.588Z Compiling oxnet v0.1.2
20292025-07-01T18:32:00.618Z Compiling hyper-tls v0.6.0
20302025-07-01T18:32:02.641Z Compiling darling v0.20.10
20312025-07-01T18:32:02.780Z Compiling zstd v0.13.3
20322025-07-01T18:32:03.259Z Compiling signal-hook-mio v0.2.4
20332025-07-01T18:32:03.294Z Compiling rayon v1.10.0
20342025-07-01T18:32:03.452Z Compiling cookie_store v0.21.1
20352025-07-01T18:32:03.613Z Compiling postgres-types v0.2.9
20362025-07-01T18:32:03.643Z Compiling phf v0.11.2
20372025-07-01T18:32:04.176Z Compiling hubpack v0.1.2
20382025-07-01T18:32:04.263Z Compiling ed25519 v2.2.3
20392025-07-01T18:32:04.593Z Compiling bzip2 v0.5.2
20402025-07-01T18:32:04.710Z Compiling bzip2 v0.4.4
20412025-07-01T18:32:04.949Z Compiling pkcs1 v0.7.5
20422025-07-01T18:32:05.948Z Compiling rfc6979 v0.4.0
20432025-07-01T18:32:06.212Z Compiling float-cmp v0.10.0
20442025-07-01T18:32:06.440Z Compiling serde-big-array v0.5.1
20452025-07-01T18:32:06.486Z Compiling bstr v1.10.0
20462025-07-01T18:32:06.696Z Compiling regress v0.10.3
20472025-07-01T18:32:06.714Z Compiling memmap v0.7.0
20482025-07-01T18:32:07.499Z Compiling fixedbitset v0.4.2
20492025-07-01T18:32:07.852Z Compiling precomputed-hash v0.1.1
20502025-07-01T18:32:07.888Z Compiling static_assertions v1.1.0
20512025-07-01T18:32:07.992Z Compiling new_debug_unreachable v1.0.6
20522025-07-01T18:32:08.012Z Compiling normalize-line-endings v0.3.0
20532025-07-01T18:32:08.112Z Compiling data-encoding v2.9.0
20542025-07-01T18:32:08.135Z Compiling winnow v0.7.10
20552025-07-01T18:32:08.161Z Compiling difflib v0.4.0
20562025-07-01T18:32:08.712Z Compiling unicode-segmentation v1.12.0
20572025-07-01T18:32:09.123Z Compiling number_prefix v0.4.0
20582025-07-01T18:32:09.394Z Compiling predicates-core v1.0.8
20592025-07-01T18:32:09.417Z Compiling toml_write v0.1.2
20602025-07-01T18:32:09.558Z Compiling whoami v1.6.0
20612025-07-01T18:32:09.709Z Compiling predicates v3.1.3
20622025-07-01T18:32:09.805Z Compiling similar v2.7.0
20632025-07-01T18:32:10.050Z Compiling tokio-postgres v0.7.13
20642025-07-01T18:32:10.071Z Compiling indicatif v0.17.11
20652025-07-01T18:32:11.075Z Compiling typify-impl v0.3.0
20662025-07-01T18:32:11.133Z Compiling reqwest v0.12.20
20672025-07-01T18:32:11.630Z Compiling toml_edit v0.22.27
20682025-07-01T18:32:11.633Z Compiling hickory-proto v0.25.2
20692025-07-01T18:32:17.392Z Compiling string_cache v0.8.9
20702025-07-01T18:32:17.514Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
20712025-07-01T18:32:17.789Z Compiling petgraph v0.6.5
20722025-07-01T18:32:19.242Z Compiling usdt v0.5.0
20732025-07-01T18:32:19.698Z Compiling ecdsa v0.16.9
20742025-07-01T18:32:20.785Z Compiling rsa v0.9.6
20752025-07-01T18:32:21.353Z Compiling zip v0.6.6
20762025-07-01T18:32:21.379Z Compiling zip v4.2.0
20772025-07-01T18:32:22.293Z Compiling ed25519-dalek v2.1.1
20782025-07-01T18:32:22.809Z Compiling crossterm v0.28.1
20792025-07-01T18:32:22.951Z Compiling daft v0.1.3
20802025-07-01T18:32:23.061Z Compiling clap v4.5.40
20812025-07-01T18:32:23.348Z Compiling strum v0.26.3
20822025-07-01T18:32:23.448Z Compiling tokio-stream v0.1.17
20832025-07-01T18:32:23.561Z Compiling toml v0.7.8
20842025-07-01T18:32:24.116Z Compiling x509-cert v0.2.5
20852025-07-01T18:32:25.621Z Compiling sha1 v0.10.6
20862025-07-01T18:32:25.978Z Compiling itertools v0.10.5
20872025-07-01T18:32:26.542Z Compiling winnow v0.6.26
20882025-07-01T18:32:28.627Z Compiling peg-runtime v0.8.5
20892025-07-01T18:32:28.666Z Compiling lalrpop-util v0.19.12
20902025-07-01T18:32:28.854Z Compiling rustix v1.0.7
20912025-07-01T18:32:28.962Z Compiling unicode-xid v0.2.6
20922025-07-01T18:32:29.172Z Compiling rustc-hash v2.1.1
20932025-07-01T18:32:29.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20942025-07-01T18:32:31.279Z Compiling typify-macro v0.3.0
20952025-07-01T18:32:38.300Z Compiling camino v1.1.10
20962025-07-01T18:32:41.149Z Compiling proc-macro-crate v1.3.1
20972025-07-01T18:32:41.515Z Compiling macaddr v1.0.1
20982025-07-01T18:32:42.625Z Compiling itertools v0.13.0
20992025-07-01T18:32:43.256Z Compiling fastrand v2.1.1
21002025-07-01T18:32:44.161Z Compiling heapless v0.8.0
21012025-07-01T18:32:45.563Z Compiling ingot-macros v0.1.0
21022025-07-01T18:32:46.798Z Compiling tempfile v3.20.0
21032025-07-01T18:32:49.338Z Compiling num_enum_derive v0.5.11
21042025-07-01T18:32:52.692Z Compiling structmeta-derive v0.3.0
21052025-07-01T18:32:53.719Z Compiling hash32 v0.3.1
21062025-07-01T18:32:57.042Z Compiling smoltcp v0.11.0
21072025-07-01T18:32:58.075Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21082025-07-01T18:33:01.247Z Compiling structmeta v0.3.0
21092025-07-01T18:33:05.688Z Compiling ingot-types v0.1.0
21102025-07-01T18:33:07.270Z Compiling num_enum v0.5.11
21112025-07-01T18:33:09.069Z Compiling typify v0.3.0
21122025-07-01T18:33:13.672Z Compiling dirs-sys-next v0.1.2
21132025-07-01T18:33:13.721Z Compiling proc-macro-error-attr v1.0.4
21142025-07-01T18:33:17.390Z Compiling cobs v0.2.3
21152025-07-01T18:33:17.425Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21162025-07-01T18:33:17.425Z Compiling unsafe-libyaml v0.2.11
21172025-07-01T18:33:17.425Z Compiling rustls v0.22.4
21182025-07-01T18:33:17.425Z Compiling serde_yaml v0.9.34+deprecated
21192025-07-01T18:33:23.532Z Compiling postcard v1.0.10
21202025-07-01T18:33:24.343Z Compiling dirs-next v2.0.0
21212025-07-01T18:33:27.750Z Compiling progenitor-impl v0.9.1
21222025-07-01T18:33:29.363Z Compiling ingot v0.1.0
21232025-07-01T18:33:31.244Z Compiling toml v0.8.23
21242025-07-01T18:33:34.995Z Compiling futures-executor v0.3.31
21252025-07-01T18:33:35.308Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
21262025-07-01T18:33:35.944Z Compiling hex v0.4.3
21272025-07-01T18:33:36.238Z Compiling foreign-types-macros v0.2.3
21282025-07-01T18:33:36.671Z Compiling thread_local v1.1.8
21292025-07-01T18:33:36.704Z Compiling wait-timeout v0.2.0
21302025-07-01T18:33:37.358Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
21312025-07-01T18:33:37.473Z Compiling multer v3.1.0
21322025-07-01T18:33:37.497Z Compiling proc-macro-error v1.0.4
21332025-07-01T18:33:37.601Z Compiling ref-cast v1.0.24
21342025-07-01T18:33:37.678Z Compiling unicode-width v0.1.14
21352025-07-01T18:33:37.796Z Compiling quick-error v1.2.3
21362025-07-01T18:33:37.825Z Compiling bit-vec v0.8.0
21372025-07-01T18:33:38.060Z Compiling match_cfg v0.1.0
21382025-07-01T18:33:38.189Z Compiling foreign-types-shared v0.3.1
21392025-07-01T18:33:38.271Z Compiling slog-async v2.8.0
21402025-07-01T18:33:38.399Z Compiling foreign-types v0.5.0
21412025-07-01T18:33:38.545Z Compiling bit-set v0.8.0
21422025-07-01T18:33:38.774Z Compiling hostname v0.3.1
21432025-07-01T18:33:38.819Z Compiling tabwriter v1.4.0
21442025-07-01T18:33:38.924Z Compiling rusty-fork v0.3.0
21452025-07-01T18:33:39.178Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
21462025-07-01T18:33:39.178Z Compiling futures v0.3.31
21472025-07-01T18:33:39.239Z Compiling progenitor-macro v0.9.1
21482025-07-01T18:33:39.514Z Compiling term v0.7.0
21492025-07-01T18:33:43.262Z Compiling progenitor-client v0.9.1
21502025-07-01T18:33:43.588Z Compiling slog-json v2.6.1
21512025-07-01T18:33:44.038Z Compiling rand_xorshift v0.4.0
21522025-07-01T18:33:44.104Z Compiling crossbeam-channel v0.5.15
21532025-07-01T18:33:44.190Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21542025-07-01T18:33:44.320Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
21552025-07-01T18:33:44.949Z Compiling async-stream-impl v0.3.6
21562025-07-01T18:33:45.130Z Compiling ref-cast-impl v1.0.24
21572025-07-01T18:33:45.483Z Compiling cstr-argument v0.1.2
21582025-07-01T18:33:45.776Z Compiling is-terminal v0.4.13
21592025-07-01T18:33:45.935Z Compiling dropshot v0.16.2
21602025-07-01T18:33:46.035Z Compiling typeid v1.0.3
21612025-07-01T18:33:47.444Z Compiling unarray v0.1.4
21622025-07-01T18:33:47.463Z Compiling take_mut v0.2.2
21632025-07-01T18:33:47.464Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21642025-07-01T18:33:47.464Z Compiling pretty-hex v0.2.1
21652025-07-01T18:33:47.464Z Compiling crucible-workspace-hack v0.1.0
21662025-07-01T18:33:47.464Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21672025-07-01T18:33:47.464Z Compiling tokio-rustls v0.25.0
21682025-07-01T18:33:47.464Z Compiling proptest v1.7.0
21692025-07-01T18:33:47.496Z Compiling async-stream v0.3.6
21702025-07-01T18:33:47.826Z Compiling slog-term v2.9.1
21712025-07-01T18:33:49.291Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722025-07-01T18:33:49.889Z Compiling progenitor v0.9.1
21732025-07-01T18:33:50.182Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21742025-07-01T18:33:50.223Z Compiling slog-bunyan v2.5.0
21752025-07-01T18:33:51.062Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21762025-07-01T18:33:51.284Z Compiling parse-display-derive v0.10.0
21772025-07-01T18:33:51.715Z Compiling test-strategy v0.4.1
21782025-07-01T18:33:51.956Z Compiling serde_with_macros v3.12.0
21792025-07-01T18:33:53.042Z Compiling colored v2.2.0
21802025-07-01T18:33:54.167Z Compiling waitgroup v0.1.2
21812025-07-01T18:33:54.405Z Compiling rustls-pemfile v2.2.0
21822025-07-01T18:33:54.430Z Compiling dropshot_endpoint v0.16.2
21832025-07-01T18:33:54.644Z Compiling serde_path_to_error v0.1.17
21842025-07-01T18:33:54.647Z Compiling derive-where v1.5.0
21852025-07-01T18:33:54.889Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21862025-07-01T18:33:55.577Z Compiling hostname v0.4.0
21872025-07-01T18:33:55.580Z Compiling instant v0.1.13
21882025-07-01T18:33:55.787Z Compiling debug-ignore v1.0.5
21892025-07-01T18:33:55.881Z Compiling backoff v0.4.0
21902025-07-01T18:33:55.980Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21912025-07-01T18:33:56.221Z Compiling parse-display v0.10.0
21922025-07-01T18:33:56.259Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
21932025-07-01T18:33:57.446Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
21942025-07-01T18:33:57.841Z Compiling serde_with v3.12.0
21952025-07-01T18:33:59.642Z Compiling zone_cfg_derive v0.3.0
21962025-07-01T18:34:00.844Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
21972025-07-01T18:34:02.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21982025-07-01T18:34:02.730Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
21992025-07-01T18:34:02.832Z Compiling iddqd v0.3.8
22002025-07-01T18:34:05.060Z Compiling camino-tempfile v1.4.1
22012025-07-01T18:34:05.872Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
22022025-07-01T18:34:06.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22032025-07-01T18:34:06.629Z Compiling progenitor-client v0.10.0
22042025-07-01T18:34:06.651Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22052025-07-01T18:34:07.090Z Compiling num-derive v0.4.2
22062025-07-01T18:34:07.343Z Compiling sigpipe v0.1.3
22072025-07-01T18:34:07.507Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22082025-07-01T18:34:07.559Z Compiling libefi-sys v0.1.0
22092025-07-01T18:34:07.885Z Compiling jiff v0.2.15
22102025-07-01T18:34:09.193Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
22112025-07-01T18:34:09.900Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22122025-07-01T18:34:10.049Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
22132025-07-01T18:34:10.631Z Compiling erased-serde v0.4.6
22142025-07-01T18:34:10.721Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
22152025-07-01T18:34:12.109Z Compiling zone v0.3.1
22162025-07-01T18:34:14.006Z Compiling itertools v0.14.0
22172025-07-01T18:34:15.313Z Compiling smf v0.2.3
22182025-07-01T18:34:16.292Z Compiling bitfield-struct v0.6.2
22192025-07-01T18:34:16.826Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22202025-07-01T18:34:17.470Z Compiling ordered-float v2.10.1
22212025-07-01T18:34:17.564Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22222025-07-01T18:34:17.884Z Compiling blake3 v1.5.4
22232025-07-01T18:34:18.080Z Compiling serde-value v0.7.0
22242025-07-01T18:34:18.104Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22252025-07-01T18:34:18.853Z Compiling serde-untagged v0.1.7
22262025-07-01T18:34:19.597Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22272025-07-01T18:34:19.647Z Compiling xattr v1.3.1
22282025-07-01T18:34:19.666Z Compiling filetime v0.2.25
22292025-07-01T18:34:19.985Z Compiling memmap2 v0.9.5
22302025-07-01T18:34:20.029Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22312025-07-01T18:34:20.180Z Compiling constant_time_eq v0.3.1
22322025-07-01T18:34:20.260Z Compiling arrayref v0.3.9
22332025-07-01T18:34:20.383Z Compiling same-file v1.0.6
22342025-07-01T18:34:20.409Z Compiling arrayvec v0.7.6
22352025-07-01T18:34:20.547Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22362025-07-01T18:34:20.680Z Compiling walkdir v2.5.0
22372025-07-01T18:34:21.632Z Compiling tar v0.4.44
22382025-07-01T18:34:21.839Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22392025-07-01T18:34:21.987Z Compiling cargo-util-schemas v0.2.0
22402025-07-01T18:34:22.224Z Compiling tokio-dtrace v0.1.0
22412025-07-01T18:34:22.259Z Compiling gethostname v0.5.0
22422025-07-01T18:34:22.489Z Compiling cargo-platform v0.2.0
22432025-07-01T18:34:22.744Z Compiling topological-sort v0.2.2
22442025-07-01T18:34:23.051Z Compiling fixedbitset v0.5.7
22452025-07-01T18:34:23.214Z Compiling omicron-zone-package v0.12.2
22462025-07-01T18:34:24.173Z Compiling petgraph v0.8.2
22472025-07-01T18:34:27.215Z Compiling cargo_metadata v0.20.0
22482025-07-01T18:34:27.390Z Compiling oxide-tokio-rt v0.1.1
22492025-07-01T18:34:27.661Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22502025-07-01T18:34:27.997Z Compiling shell-words v1.1.0
22512025-07-01T18:34:28.020Z Compiling indent_write v2.2.0
22522025-07-01T18:34:28.301Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22532025-07-01T18:34:29.771Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22542025-07-01T18:34:34.818Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22552025-07-01T18:34:53.812Z Finished `release` profile [optimized] target(s) in 5m 18s
22562025-07-01T18:34:53.995Z Running `target/release/omicron-package -t test target create -p dev`
22572025-07-01T18:34:54.122ZLogging to: /work/oxidecomputer/omicron/out/LOG
22582025-07-01T18:34:54.165ZCreated new build target 'test' and set it as active
22592025-07-01T18:34:54.165Z
22602025-07-01T18:34:54.165Zreal 5:18.821528746
22612025-07-01T18:34:54.165Zuser 36:45.818929901
22622025-07-01T18:34:54.165Zsys 3:34.734667028
22632025-07-01T18:34:54.165Ztrap 1.124986216
22642025-07-01T18:34:54.165Ztflt 1.886010162
22652025-07-01T18:34:54.165Zdflt 1.116896242
22662025-07-01T18:34:54.165Zkflt 0.000150677
22672025-07-01T18:34:54.165Zlock 1:10:24.026296790
22682025-07-01T18:34:54.166Zslp 2:29:33.383623499
22692025-07-01T18:34:54.166Zlat 2:45.729891963
22702025-07-01T18:34:54.166Zstop 5:05.374142964
22712025-07-01T18:34:54.166Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22722025-07-01T18:34:55.205Z Finished `release` profile [optimized] target(s) in 1.09s
22732025-07-01T18:34:55.255Z Running `target/release/omicron-package -t test package`
22742025-07-01T18:34:55.308ZLogging to: /work/oxidecomputer/omicron/out/LOG
22752025-07-01T18:34:57.025Z Compiling typify-impl v0.4.1
22762025-07-01T18:34:57.201Z Compiling convert_case v0.4.0
22772025-07-01T18:34:57.212Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22782025-07-01T18:34:57.212Z Compiling num-rational v0.4.2
22792025-07-01T18:34:57.212Z Compiling num-complex v0.4.6
22802025-07-01T18:34:57.212Z Compiling dirs-sys-next v0.1.2
22812025-07-01T18:34:57.233Z Compiling half v2.4.1
22822025-07-01T18:34:57.553Z Compiling ciborium-io v0.2.2
22832025-07-01T18:34:57.671Z Compiling dirs-next v2.0.0
22842025-07-01T18:35:01.743Z Compiling float-ord v0.3.2
22852025-07-01T18:35:01.847Z Compiling derive_more v0.99.20
22862025-07-01T18:35:01.848Z Compiling ciborium-ll v0.2.2
22872025-07-01T18:35:01.848Z Compiling term v0.7.0
22882025-07-01T18:35:01.848Z Compiling is-terminal v0.4.13
22892025-07-01T18:35:01.848Z Compiling num v0.4.3
22902025-07-01T18:35:01.848Z Compiling ciborium v0.2.2
22912025-07-01T18:35:01.848Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22922025-07-01T18:35:01.848Z Compiling secrecy v0.10.3
22932025-07-01T18:35:01.848Z Compiling camino v1.1.10
22942025-07-01T18:35:01.848Z Compiling password-hash v0.5.0
22952025-07-01T18:35:01.848Z Compiling blake2 v0.10.6
22962025-07-01T18:35:01.848Z Compiling base64 v0.21.7
22972025-07-01T18:35:01.848Z Compiling atomicwrites v0.4.4
22982025-07-01T18:35:01.848Z Compiling argon2 v0.5.3
22992025-07-01T18:35:01.848Z Compiling rustix v1.0.7
23002025-07-01T18:35:01.848Z Compiling newline-converter v0.3.0
23012025-07-01T18:35:01.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23022025-07-01T18:35:01.848Z Compiling fastrand v2.1.1
23032025-07-01T18:35:01.848Z Compiling expectorate v1.2.0
23042025-07-01T18:35:01.848Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23052025-07-01T18:35:01.848Z Compiling rustls v0.22.4
23062025-07-01T18:35:01.848Z Compiling thread_local v1.1.8
23072025-07-01T18:35:01.848Z Compiling wait-timeout v0.2.0
23082025-07-01T18:35:01.848Z Compiling match_cfg v0.1.0
23092025-07-01T18:35:01.848Z Compiling bit-vec v0.8.0
23102025-07-01T18:35:01.848Z Compiling quick-error v1.2.3
23112025-07-01T18:35:01.848Z Compiling hostname v0.3.1
23122025-07-01T18:35:01.890Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23132025-07-01T18:35:02.078Z Compiling bit-set v0.8.0
23142025-07-01T18:35:02.402Z Compiling tempfile v3.20.0
23152025-07-01T18:35:02.511Z Compiling ref-cast v1.0.24
23162025-07-01T18:35:02.595Z Compiling multer v3.1.0
23172025-07-01T18:35:02.691Z Compiling slog-async v2.8.0
23182025-07-01T18:35:02.784Z Compiling progenitor-client v0.9.1
23192025-07-01T18:35:03.040Z Compiling rusty-fork v0.3.0
23202025-07-01T18:35:03.071Z Compiling slog-json v2.6.1
23212025-07-01T18:35:03.295Z Compiling crossbeam-channel v0.5.15
23222025-07-01T18:35:03.355Z Compiling rand_xorshift v0.4.0
23232025-07-01T18:35:03.443Z Compiling futures-executor v0.3.31
23242025-07-01T18:35:03.634Z Compiling hex v0.4.3
23252025-07-01T18:35:03.659Z Compiling unarray v0.1.4
23262025-07-01T18:35:03.865Z Compiling take_mut v0.2.2
23272025-07-01T18:35:03.895Z Compiling proptest v1.7.0
23282025-07-01T18:35:04.064Z Compiling futures v0.3.31
23292025-07-01T18:35:04.216Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23302025-07-01T18:35:04.273Z Compiling slog-bunyan v2.5.0
23312025-07-01T18:35:04.426Z Compiling progenitor v0.9.1
23322025-07-01T18:35:04.859Z Compiling slog-term v2.9.1
23332025-07-01T18:35:05.123Z Compiling async-stream v0.3.6
23342025-07-01T18:35:05.371Z Compiling dropshot v0.16.2
23352025-07-01T18:35:05.417Z Compiling toml v0.8.23
23362025-07-01T18:35:05.461Z Compiling waitgroup v0.1.2
23372025-07-01T18:35:05.698Z Compiling rustls-pemfile v2.2.0
23382025-07-01T18:35:05.813Z Compiling serde_path_to_error v0.1.17
23392025-07-01T18:35:06.038Z Compiling hostname v0.4.0
23402025-07-01T18:35:06.279Z Compiling tokio-rustls v0.25.0
23412025-07-01T18:35:06.649Z Compiling instant v0.1.13
23422025-07-01T18:35:06.680Z Compiling typify-macro v0.4.1
23432025-07-01T18:35:06.750Z Compiling debug-ignore v1.0.5
23442025-07-01T18:35:06.775Z Compiling iddqd v0.3.8
23452025-07-01T18:35:06.837Z Compiling backoff v0.4.0
23462025-07-01T18:35:07.224Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
23472025-07-01T18:35:08.917Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23482025-07-01T18:35:09.298Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
23492025-07-01T18:35:09.980Z Compiling typify v0.4.1
23502025-07-01T18:35:10.185Z Compiling progenitor-impl v0.10.0
23512025-07-01T18:35:10.754Z Compiling parse-display v0.10.0
23522025-07-01T18:35:11.291Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23532025-07-01T18:35:11.320Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23542025-07-01T18:35:11.583Z Compiling serde_with v3.12.0
23552025-07-01T18:35:11.668Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562025-07-01T18:35:12.362Z Compiling progenitor-client v0.10.0
23572025-07-01T18:35:14.240Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23582025-07-01T18:35:14.622Z Compiling macaddr v1.0.1
23592025-07-01T18:35:15.088Z Compiling utf-8 v0.7.6
23602025-07-01T18:35:15.222Z Compiling cancel-safe-futures v0.1.5
23612025-07-01T18:35:15.291Z Compiling owo-colors v4.2.2
23622025-07-01T18:35:15.581Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632025-07-01T18:35:15.634Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23642025-07-01T18:35:15.881Z Compiling libsw-core v0.3.1
23652025-07-01T18:35:15.911Z Compiling progenitor-macro v0.10.0
23662025-07-01T18:35:16.222Z Compiling libsw v3.5.0
23672025-07-01T18:35:17.295Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23682025-07-01T18:35:18.141Z Compiling keccak v0.1.5
23692025-07-01T18:35:18.867Z Compiling linear-map v1.2.0
23702025-07-01T18:35:19.306Z Compiling swrite v0.1.0
23712025-07-01T18:35:19.371Z Compiling sha3 v0.10.8
23722025-07-01T18:35:19.480Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23732025-07-01T18:35:20.232Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23742025-07-01T18:35:26.122Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23752025-07-01T18:35:26.562Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23762025-07-01T18:35:26.765Z Compiling progenitor v0.10.0
23772025-07-01T18:35:27.024Z Compiling prettyplease v0.2.35
23782025-07-01T18:35:30.075Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23792025-07-01T18:35:32.010Z Compiling tungstenite v0.21.0
23802025-07-01T18:35:32.727Z Compiling highway v1.3.0
23812025-07-01T18:35:34.237Z Compiling tokio-tungstenite v0.21.0
23822025-07-01T18:35:34.974Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23832025-07-01T18:35:36.770Z Compiling semver v0.1.20
23842025-07-01T18:35:37.312Z Compiling rustc_version v0.1.7
23852025-07-01T18:35:37.706Z Compiling resolv-conf v0.7.0
23862025-07-01T18:35:37.817Z Compiling newtype_derive v0.1.6
23872025-07-01T18:35:38.161Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
23882025-07-01T18:35:39.206Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
23892025-07-01T18:35:41.628Z Compiling universal-hash v0.5.1
23902025-07-01T18:35:41.904Z Compiling thiserror-impl-no-std v2.0.2
23912025-07-01T18:35:42.130Z Compiling opaque-debug v0.3.1
23922025-07-01T18:35:42.272Z Compiling poly1305 v0.8.0
23932025-07-01T18:35:43.482Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
23942025-07-01T18:35:43.787Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952025-07-01T18:35:44.116Z Compiling chacha20 v0.9.1
23962025-07-01T18:35:44.147Z Compiling aead v0.5.2
23972025-07-01T18:35:44.214Z Compiling thiserror-no-std v2.0.2
23982025-07-01T18:35:44.390Z Compiling humantime v2.2.0
23992025-07-01T18:35:44.515Z Compiling linked-hash-map v0.5.6
24002025-07-01T18:35:44.626Z Compiling chacha20poly1305 v0.10.1
24012025-07-01T18:35:44.890Z Compiling lru-cache v0.1.2
24022025-07-01T18:35:44.919Z Compiling vsss-rs v3.3.4
24032025-07-01T18:35:45.228Z Compiling hickory-proto v0.24.4
24042025-07-01T18:35:45.340Z Compiling steno v0.4.1
24052025-07-01T18:35:45.963Z Compiling moka v0.12.10
24062025-07-01T18:35:46.320Z Compiling slog-dtrace v0.3.0
24072025-07-01T18:35:46.677Z Compiling tagptr v0.2.0
24082025-07-01T18:35:47.011Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
24092025-07-01T18:35:48.430Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24102025-07-01T18:35:52.727Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24112025-07-01T18:35:56.774Z Compiling hickory-resolver v0.24.4
24122025-07-01T18:35:58.136Z Compiling bytecount v0.6.8
24132025-07-01T18:35:59.918Z Compiling qorb v0.4.0
24142025-07-01T18:36:00.155Z Compiling hickory-resolver v0.25.2
24152025-07-01T18:36:05.127Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24162025-07-01T18:36:05.466Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24172025-07-01T18:36:06.488Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24182025-07-01T18:36:13.022Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24192025-07-01T18:36:15.491Z Compiling itertools v0.13.0
24202025-07-01T18:36:16.616Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24212025-07-01T18:36:17.958Z Compiling display-error-chain v0.2.2
24222025-07-01T18:36:18.151Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24232025-07-01T18:36:18.232Z Compiling crunchy v0.2.2
24242025-07-01T18:36:18.612Z Compiling radium v0.7.0
24252025-07-01T18:36:18.676Z Compiling maplit v1.0.2
24262025-07-01T18:36:18.899Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24272025-07-01T18:36:19.018Z Compiling dsl_auto_type v0.1.2
24282025-07-01T18:36:19.122Z Compiling scheduled-thread-pool v0.2.7
24292025-07-01T18:36:20.240Z Compiling zerocopy-derive v0.6.6
24302025-07-01T18:36:20.411Z Compiling diesel_table_macro_syntax v0.2.0
24312025-07-01T18:36:20.801Z Compiling proc-macro-error-attr2 v2.0.0
24322025-07-01T18:36:21.556Z Compiling maybe-uninit v2.0.0
24332025-07-01T18:36:21.585Z Compiling tiny-keccak v2.0.2
24342025-07-01T18:36:21.922Z Compiling tap v1.0.1
24352025-07-01T18:36:21.990Z Compiling zerocopy v0.6.6
24362025-07-01T18:36:22.117Z Compiling wyz v0.5.1
24372025-07-01T18:36:22.192Z Compiling proc-macro-error2 v2.0.1
24382025-07-01T18:36:22.609Z Compiling diesel_derives v2.2.3
24392025-07-01T18:36:22.756Z Compiling r2d2 v0.8.10
24402025-07-01T18:36:23.366Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24412025-07-01T18:36:23.399Z Compiling const_format_proc_macros v0.2.34
24422025-07-01T18:36:23.479Z Compiling crc-catalog v2.4.0
24432025-07-01T18:36:23.677Z Compiling packed_struct v0.10.1
24442025-07-01T18:36:24.106Z Compiling funty v2.0.0
24452025-07-01T18:36:24.587Z Compiling bit-vec v0.6.3
24462025-07-01T18:36:25.006Z Compiling bit-set v0.5.3
24472025-07-01T18:36:25.056Z Compiling const_format v0.2.34
24482025-07-01T18:36:25.300Z Compiling bitvec v1.0.1
24492025-07-01T18:36:26.307Z Compiling crc v3.2.1
24502025-07-01T18:36:27.362Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24512025-07-01T18:36:28.280Z Compiling tabled_derive v0.10.0
24522025-07-01T18:36:29.622Z Compiling papergrid v0.14.0
24532025-07-01T18:36:29.831Z Compiling ascii-canvas v3.0.0
24542025-07-01T18:36:30.377Z Compiling num-derive v0.3.3
24552025-07-01T18:36:30.562Z Compiling packed_struct_codegen v0.10.1
24562025-07-01T18:36:32.348Z Compiling ena v0.14.3
24572025-07-01T18:36:32.668Z Compiling diesel v2.2.11
24582025-07-01T18:36:32.789Z Compiling indexmap v1.9.3
24592025-07-01T18:36:32.792Z Compiling diff v0.1.13
24602025-07-01T18:36:33.153Z Compiling regex-syntax v0.6.29
24612025-07-01T18:36:33.306Z Compiling nodrop v0.1.14
24622025-07-01T18:36:33.481Z Compiling bindgen v0.71.1
24632025-07-01T18:36:33.995Z Compiling array-init v0.0.4
24642025-07-01T18:36:37.826Z Compiling lalrpop v0.19.12
24652025-07-01T18:36:46.433Z Compiling libscf-sys v1.1.0
24662025-07-01T18:36:46.712Z Compiling tabled v0.18.0
24672025-07-01T18:36:48.059Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24682025-07-01T18:36:52.873Z Compiling smallvec v0.6.14
24692025-07-01T18:36:53.340Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24702025-07-01T18:36:53.389Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
24712025-07-01T18:36:54.401Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24722025-07-01T18:36:54.432Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24732025-07-01T18:36:54.674Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
24742025-07-01T18:36:55.035Z Compiling termcolor v1.4.1
24752025-07-01T18:36:55.439Z Compiling hashbrown v0.12.3
24762025-07-01T18:36:56.045Z Compiling bitfield v0.14.0
24772025-07-01T18:36:56.392Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
24782025-07-01T18:36:56.648Z Compiling env_logger v0.10.2
24792025-07-01T18:36:57.875Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
24802025-07-01T18:36:58.487Z Compiling polar-core v0.27.3
24812025-07-01T18:36:59.505Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24822025-07-01T18:36:59.848Z Compiling serde-hex v0.1.0
24832025-07-01T18:36:59.983Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
24842025-07-01T18:37:04.982Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24852025-07-01T18:37:05.359Z Compiling ron v0.8.1
24862025-07-01T18:37:06.578Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24872025-07-01T18:37:06.920Z Compiling hashbrown v0.13.2
24882025-07-01T18:37:06.986Z Compiling derive_builder_core v0.20.2
24892025-07-01T18:37:08.210Z Compiling headers-core v0.3.0
24902025-07-01T18:37:08.433Z Compiling phf_generator v0.11.2
24912025-07-01T18:37:08.615Z Compiling libxml v0.3.3
24922025-07-01T18:37:08.674Z Compiling async-recursion v1.1.1
24932025-07-01T18:37:08.889Z Compiling termtree v0.5.1
24942025-07-01T18:37:09.011Z Compiling crc-any v2.5.0
24952025-07-01T18:37:09.258Z Compiling derive_builder_macro v0.20.2
24962025-07-01T18:37:09.891Z Compiling phf_codegen v0.11.2
24972025-07-01T18:37:09.919Z Compiling headers v0.4.1
24982025-07-01T18:37:10.087Z Compiling object v0.30.4
24992025-07-01T18:37:10.134Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25002025-07-01T18:37:11.683Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25012025-07-01T18:37:13.407Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25022025-07-01T18:37:13.646Z Compiling samael v0.0.19
25032025-07-01T18:37:15.249Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25042025-07-01T18:37:18.723Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25052025-07-01T18:37:21.450Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25062025-07-01T18:37:21.828Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25072025-07-01T18:37:21.875Z Compiling strum_macros v0.24.3
25082025-07-01T18:37:22.591Z Compiling parse-zoneinfo v0.3.1
25092025-07-01T18:37:23.911Z Compiling indoc v1.0.9
25102025-07-01T18:37:24.639Z Compiling path-slash v0.1.5
25112025-07-01T18:37:24.668Z Compiling crc8 v0.1.1
25122025-07-01T18:37:24.920Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25132025-07-01T18:37:24.992Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25142025-07-01T18:37:26.922Z Compiling chrono-tz-build v0.4.0
25152025-07-01T18:37:27.866Z Compiling derive_builder v0.20.2
25162025-07-01T18:37:28.141Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25172025-07-01T18:37:28.468Z Compiling globset v0.4.15
25182025-07-01T18:37:30.451Z Compiling impl-trait-for-tuples v0.2.2
25192025-07-01T18:37:32.543Z Compiling oso-derive v0.27.3
25202025-07-01T18:37:33.477Z Compiling quick-xml v0.37.2
25212025-07-01T18:37:34.407Z Compiling vte_generate_state_changes v0.1.2
25222025-07-01T18:37:35.023Z Compiling arc-swap v1.7.1
25232025-07-01T18:37:35.716Z Compiling slog-scope v4.4.0
25242025-07-01T18:37:36.006Z Compiling vte v0.11.1
25252025-07-01T18:37:36.516Z Compiling chrono-tz v0.10.3
25262025-07-01T18:37:37.128Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25272025-07-01T18:37:37.211Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25282025-07-01T18:37:37.434Z Compiling diesel-dtrace v0.4.2
25292025-07-01T18:37:37.817Z Compiling oso v0.27.3
25302025-07-01T18:37:38.507Z Compiling unicase v2.7.0
25312025-07-01T18:37:38.861Z Compiling xshell-macros v0.2.7
25322025-07-01T18:37:39.482Z Compiling strip-ansi-escapes v0.2.0
25332025-07-01T18:37:39.559Z Compiling xshell v0.2.7
25342025-07-01T18:37:41.089Z Compiling slog-stdlog v4.1.1
25352025-07-01T18:37:41.882Z Compiling papergrid v0.11.0
25362025-07-01T18:37:42.326Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25372025-07-01T18:37:43.098Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
25382025-07-01T18:37:43.438Z Compiling tabled_derive v0.7.0
25392025-07-01T18:37:45.614Z Compiling fd-lock v4.0.2
25402025-07-01T18:37:45.719Z Compiling bb8 v0.8.5
25412025-07-01T18:37:46.359Z Compiling peg-macros v0.8.5
25422025-07-01T18:37:49.492Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432025-07-01T18:37:50.444Z Compiling nu-ansi-term v0.50.1
25442025-07-01T18:37:51.660Z Compiling reedline v0.40.0
25452025-07-01T18:37:53.596Z Compiling peg v0.8.5
25462025-07-01T18:37:53.748Z Compiling async-bb8-diesel v0.2.1
25472025-07-01T18:37:54.399Z Compiling tabled v0.15.0
25482025-07-01T18:37:54.594Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25492025-07-01T18:37:58.005Z Compiling slog-envlogger v2.2.0
25502025-07-01T18:38:02.595Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512025-07-01T18:38:12.728Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25522025-07-01T18:38:13.065Z Compiling typify-impl v0.2.0
25532025-07-01T18:38:13.306Z Compiling pem v3.0.5
25542025-07-01T18:38:14.324Z Compiling bcs v0.1.6
25552025-07-01T18:38:14.800Z Compiling fxhash v0.2.1
25562025-07-01T18:38:15.076Z Compiling libz-sys v1.1.20
25572025-07-01T18:38:15.147Z Compiling half v1.8.3
25582025-07-01T18:38:15.873Z Compiling serde_cbor v0.11.2
25592025-07-01T18:38:16.329Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25602025-07-01T18:38:17.355Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
25612025-07-01T18:38:17.804Z Compiling kstat-rs v0.2.4
25622025-07-01T18:38:18.469Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25632025-07-01T18:38:18.705Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25642025-07-01T18:38:22.587Z Compiling typify-macro v0.2.0
25652025-07-01T18:38:25.992Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
25662025-07-01T18:38:26.603Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672025-07-01T18:38:26.860Z Compiling nix v0.30.1
25682025-07-01T18:38:27.696Z Compiling nanorand v0.7.0
25692025-07-01T18:38:28.429Z Compiling libgit2-sys v0.17.0+1.8.1
25702025-07-01T18:38:28.680Z Compiling pin-project-internal v1.1.6
25712025-07-01T18:38:29.181Z Compiling parking_lot_core v0.8.6
25722025-07-01T18:38:30.889Z Compiling pin-project v1.1.6
25732025-07-01T18:38:31.086Z Compiling flume v0.11.1
25742025-07-01T18:38:31.901Z Compiling mime_guess v2.0.5
25752025-07-01T18:38:33.337Z Compiling ignore v0.4.23
25762025-07-01T18:38:34.282Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25772025-07-01T18:38:36.953Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
25782025-07-01T18:38:37.362Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25792025-07-01T18:38:39.501Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25802025-07-01T18:38:41.780Z Compiling castaway v0.2.3
25812025-07-01T18:38:42.018Z Compiling snafu-derive v0.8.5
25822025-07-01T18:38:42.592Z Compiling fs-err v2.11.0
25832025-07-01T18:38:42.939Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25842025-07-01T18:38:43.581Z Compiling compact_str v0.8.0
25852025-07-01T18:38:43.851Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25862025-07-01T18:38:43.881Z Compiling globwalk v0.9.1
25872025-07-01T18:38:45.823Z Compiling snafu v0.8.5
25882025-07-01T18:38:46.892Z Compiling typify v0.2.0
25892025-07-01T18:38:47.039Z Compiling predicates-tree v1.0.12
25902025-07-01T18:38:47.095Z Compiling unicode-truncate v1.1.0
25912025-07-01T18:38:47.431Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25922025-07-01T18:38:47.899Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25932025-07-01T18:38:54.459Z Compiling olpc-cjson v0.1.4
25942025-07-01T18:38:54.799Z Compiling lru v0.12.5
25952025-07-01T18:38:54.828Z Compiling vergen v8.3.2
25962025-07-01T18:38:55.174Z Compiling nibble_vec v0.1.0
25972025-07-01T18:38:55.203Z Compiling cargo-platform v0.1.8
25982025-07-01T18:38:55.458Z Compiling serde_plain v1.0.2
25992025-07-01T18:38:55.693Z Compiling instability v0.3.2
26002025-07-01T18:38:55.989Z Compiling atty v0.2.14
26012025-07-01T18:38:56.197Z Compiling endian-type v0.1.2
26022025-07-01T18:38:56.464Z Compiling indoc v2.0.6
26032025-07-01T18:38:56.608Z Compiling salty v0.3.0
26042025-07-01T18:38:56.986Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26052025-07-01T18:38:57.245Z Compiling http-range v0.1.5
26062025-07-01T18:38:58.181Z Compiling typed-path v0.9.3
26072025-07-01T18:39:05.683Z Compiling cassowary v0.3.0
26082025-07-01T18:39:08.909Z Compiling ratatui v0.29.0
26092025-07-01T18:39:13.724Z Compiling tough v0.20.0
26102025-07-01T18:39:16.584Z Compiling radix_trie v0.2.1
26112025-07-01T18:39:17.473Z Compiling cargo_metadata v0.18.1
26122025-07-01T18:39:20.283Z Compiling git2 v0.19.0
26132025-07-01T18:39:20.523Z Compiling camino-tempfile-ext v0.3.1
26142025-07-01T18:39:21.920Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26152025-07-01T18:39:27.017Z Compiling progenitor-impl v0.8.0
26162025-07-01T18:39:32.801Z Compiling parking_lot v0.11.2
26172025-07-01T18:39:34.680Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26182025-07-01T18:39:34.759Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26192025-07-01T18:39:34.960Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26202025-07-01T18:39:35.044Z Compiling prefix-trie v0.7.0
26212025-07-01T18:39:35.087Z Compiling rand_seeder v0.3.0
26222025-07-01T18:39:35.525Z Compiling lzma-sys v0.1.20
26232025-07-01T18:39:36.006Z Compiling parse-size v1.1.0
26242025-07-01T18:39:36.205Z Compiling rustls v0.21.12
26252025-07-01T18:39:36.381Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
26262025-07-01T18:39:36.659Z Compiling hickory-server v0.25.2
26272025-07-01T18:39:39.411Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26282025-07-01T18:39:39.441Z Compiling hyper-staticfile v0.10.1
26292025-07-01T18:39:39.713Z Compiling sled v0.34.7
26302025-07-01T18:39:41.892Z Compiling progenitor-macro v0.8.0
26312025-07-01T18:39:42.565Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26322025-07-01T18:39:46.300Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26332025-07-01T18:39:49.649Z Compiling hickory-client v0.25.2
26342025-07-01T18:39:52.797Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26352025-07-01T18:39:53.167Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26362025-07-01T18:39:53.430Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26372025-07-01T18:39:54.013Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26382025-07-01T18:39:58.728Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26392025-07-01T18:39:59.037Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
26402025-07-01T18:39:59.074Z Compiling primeorder v0.13.6
26412025-07-01T18:39:59.693Z Compiling progenitor-client v0.8.0
26422025-07-01T18:40:00.583Z Compiling sct v0.7.1
26432025-07-01T18:40:00.625Z Compiling rustls-webpki v0.101.7
26442025-07-01T18:40:01.048Z Compiling heck v0.3.3
26452025-07-01T18:40:01.410Z Compiling env_filter v0.1.2
26462025-07-01T18:40:01.678Z Compiling csv-core v0.1.11
26472025-07-01T18:40:02.567Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
26482025-07-01T18:40:02.925Z Compiling void v1.0.2
26492025-07-01T18:40:03.049Z Compiling csv v1.3.1
26502025-07-01T18:40:03.143Z Compiling lzss v0.8.2
26512025-07-01T18:40:03.631Z Compiling env_logger v0.11.5
26522025-07-01T18:40:04.956Z Compiling zone_cfg_derive v0.1.2
26532025-07-01T18:40:05.216Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26542025-07-01T18:40:06.219Z Compiling progenitor v0.8.0
26552025-07-01T18:40:06.250Z Compiling p384 v0.13.0
26562025-07-01T18:40:06.542Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26572025-07-01T18:40:10.050Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26582025-07-01T18:40:12.167Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26592025-07-01T18:40:12.912Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26602025-07-01T18:40:13.049Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26612025-07-01T18:40:13.376Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26622025-07-01T18:40:14.562Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26632025-07-01T18:40:14.944Z Compiling tungstenite v0.23.0
26642025-07-01T18:40:19.957Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
26652025-07-01T18:40:20.301Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26662025-07-01T18:40:20.418Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26672025-07-01T18:40:20.641Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26682025-07-01T18:40:20.766Z Compiling nix v0.27.1
26692025-07-01T18:40:21.338Z Compiling serde_bytes v0.11.17
26702025-07-01T18:40:21.939Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
26712025-07-01T18:40:22.296Z Compiling base64 v0.13.1
26722025-07-01T18:40:23.180Z Compiling ron v0.7.1
26732025-07-01T18:40:24.080Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26742025-07-01T18:40:24.911Z Compiling tokio-tungstenite v0.23.1
26752025-07-01T18:40:25.577Z Compiling xz2 v0.1.7
26762025-07-01T18:40:26.250Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26772025-07-01T18:40:28.180Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26782025-07-01T18:40:28.640Z Compiling tokio-rustls v0.24.1
26792025-07-01T18:40:32.102Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26802025-07-01T18:40:34.926Z Compiling zone v0.1.8
26812025-07-01T18:40:36.413Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26822025-07-01T18:40:37.122Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26832025-07-01T18:40:38.142Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26842025-07-01T18:40:38.325Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
26852025-07-01T18:40:38.920Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26862025-07-01T18:40:39.613Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
26872025-07-01T18:40:45.527Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26882025-07-01T18:40:47.733Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
26892025-07-01T18:40:49.414Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26902025-07-01T18:40:50.783Z Compiling rustls-pemfile v1.0.4
26912025-07-01T18:40:51.251Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26922025-07-01T18:40:51.538Z Compiling signal-hook-tokio v0.3.1
26932025-07-01T18:40:51.597Z Compiling twox-hash v2.1.0
26942025-07-01T18:40:51.807Z Compiling yasna v0.5.2
26952025-07-01T18:40:52.586Z Compiling secrecy v0.8.0
26962025-07-01T18:40:52.907Z Compiling is_ci v1.2.0
26972025-07-01T18:40:53.249Z Compiling smawk v0.3.2
26982025-07-01T18:40:53.585Z Compiling unicode-linebreak v0.1.5
26992025-07-01T18:40:54.195Z Compiling textwrap v0.16.2
27002025-07-01T18:40:54.754Z Compiling supports-color v3.0.2
27012025-07-01T18:40:55.242Z Compiling rcgen v0.12.1
27022025-07-01T18:40:57.784Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27032025-07-01T18:40:58.939Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27042025-07-01T18:41:05.260Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27052025-07-01T18:41:05.429Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27062025-07-01T18:41:07.737Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27072025-07-01T18:41:15.895Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27082025-07-01T18:41:21.254Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27092025-07-01T18:41:24.929Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
27102025-07-01T18:41:26.278Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27112025-07-01T18:41:26.447Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27122025-07-01T18:41:27.061Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27132025-07-01T18:41:28.540Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27142025-07-01T18:41:35.592Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
27152025-07-01T18:41:40.345Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27162025-07-01T18:41:40.700Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27172025-07-01T18:41:41.594Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27182025-07-01T18:41:47.246Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27192025-07-01T18:41:47.559Z Compiling fatfs v0.3.6
27202025-07-01T18:41:48.644Z Compiling subprocess v0.2.9
27212025-07-01T18:41:49.051Z Compiling rtoolbox v0.0.2
27222025-07-01T18:41:49.634Z Compiling assert_matches v1.5.0
27232025-07-01T18:41:50.232Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27242025-07-01T18:41:50.337Z Compiling rpassword v7.4.0
27252025-07-01T18:41:50.812Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27262025-07-01T18:41:53.051Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27272025-07-01T18:41:57.803Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27282025-07-01T18:42:04.578Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27292025-07-01T18:42:25.312Z Compiling tui-tree-widget v0.23.1
27302025-07-01T18:42:25.812Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27312025-07-01T18:42:35.206Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27322025-07-01T18:42:35.566Z Compiling uzers v0.12.1
27332025-07-01T18:42:38.741Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27342025-07-01T18:42:38.782Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27352025-07-01T18:42:39.615Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27362025-07-01T18:42:43.847Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27372025-07-01T18:42:56.038Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
27382025-07-01T18:43:00.484Z Compiling support-bundle-viewer v0.1.2
27392025-07-01T18:43:04.136Z Compiling multimap v0.10.1
27402025-07-01T18:45:07.639Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
27412025-07-01T18:45:27.337Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27422025-07-01T18:53:02.130Z Finished `release` profile [optimized] target(s) in 18m 06s
27432025-07-01T18:53:58.284Z
27442025-07-01T18:53:58.288Zreal 19:03.952462827
27452025-07-01T18:53:58.288Zuser 2:17:17.867990673
27462025-07-01T18:53:58.288Zsys 3:59.084157116
27472025-07-01T18:53:58.288Ztrap 3.451323199
27482025-07-01T18:53:58.288Ztflt 1.935270255
27492025-07-01T18:53:58.288Zdflt 6.001458576
27502025-07-01T18:53:58.288Zkflt 0.097808974
27512025-07-01T18:53:58.288Zlock 7:44:44.864278311
27522025-07-01T18:53:58.288Zslp 7:01:26.736709962
27532025-07-01T18:53:58.288Zlat 3:45.749572253
27542025-07-01T18:53:58.288Zstop 3:34.593427053
27552025-07-01T18:53:58.288Z+ mapfile -t packages
27562025-07-01T18:53:58.288Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
27572025-07-01T18:53:59.508Z Finished `release` profile [optimized] target(s) in 1.16s
27582025-07-01T18:53:59.567Z Running `target/release/omicron-package -t test list-outputs`
27592025-07-01T18:53:59.618ZLogging to: /work/oxidecomputer/omicron/out/LOG
27602025-07-01T18:53:59.622Z+ ptime -m cargo build --locked --release -p xtask
27612025-07-01T18:54:00.347Z Compiling once_cell v1.21.3
27622025-07-01T18:54:00.347Z Compiling serde v1.0.219
27632025-07-01T18:54:00.351Z Compiling bitflags v2.9.0
27642025-07-01T18:54:00.351Z Compiling syn v2.0.104
27652025-07-01T18:54:00.351Z Compiling libc v0.2.174
27662025-07-01T18:54:00.351Z Compiling serde_json v1.0.140
27672025-07-01T18:54:00.454Z Compiling num-traits v0.2.19
27682025-07-01T18:54:00.458Z Compiling hashbrown v0.15.4
27692025-07-01T18:54:00.844Z Compiling smallvec v1.15.0
27702025-07-01T18:54:00.865Z Compiling rustix v0.38.37
27712025-07-01T18:54:01.174Z Compiling usdt-impl v0.5.0
27722025-07-01T18:54:01.257Z Compiling syn v1.0.109
27732025-07-01T18:54:01.320Z Compiling log v0.4.27
27742025-07-01T18:54:01.731Z Compiling percent-encoding v2.3.1
27752025-07-01T18:54:01.786Z Compiling indexmap v2.9.0
27762025-07-01T18:54:01.855Z Compiling thread-id v4.2.2
27772025-07-01T18:54:01.872Z Compiling getrandom v0.3.1
27782025-07-01T18:54:01.991Z Compiling form_urlencoded v1.2.1
27792025-07-01T18:54:02.556Z Compiling rustix v1.0.7
27802025-07-01T18:54:02.639Z Compiling fs-err v3.1.1
27812025-07-01T18:54:02.987Z Compiling ordered-float v2.10.1
27822025-07-01T18:54:03.418Z Compiling terminal_size v0.4.0
27832025-07-01T18:54:03.435Z Compiling anyhow v1.0.98
27842025-07-01T18:54:03.697Z Compiling clap_builder v4.5.40
27852025-07-01T18:54:04.027Z Compiling textwrap v0.16.2
27862025-07-01T18:54:04.455Z Compiling tempfile v3.20.0
27872025-07-01T18:54:04.854Z Compiling proc-macro-error v1.0.4
27882025-07-01T18:54:06.336Z Compiling tabled_derive v0.7.0
27892025-07-01T18:54:07.023Z Compiling synstructure v0.13.1
27902025-07-01T18:54:07.584Z Compiling tabled v0.15.0
27912025-07-01T18:54:08.211Z Compiling serde_derive v1.0.219
27922025-07-01T18:54:08.211Z Compiling thiserror-impl v1.0.69
27932025-07-01T18:54:08.214Z Compiling zerofrom-derive v0.1.4
27942025-07-01T18:54:08.215Z Compiling yoke-derive v0.7.4
27952025-07-01T18:54:10.554Z Compiling zerovec-derive v0.10.3
27962025-07-01T18:54:10.649Z Compiling zerofrom v0.1.4
27972025-07-01T18:54:10.757Z Compiling thiserror v1.0.69
27982025-07-01T18:54:10.926Z Compiling yoke v0.7.4
27992025-07-01T18:54:10.947Z Compiling displaydoc v0.2.5
28002025-07-01T18:54:11.358Z Compiling pest v2.7.14
28012025-07-01T18:54:12.039Z Compiling zerocopy-derive v0.7.35
28022025-07-01T18:54:12.352Z Compiling icu_provider_macros v1.5.0
28032025-07-01T18:54:12.784Z Compiling zerovec v0.10.4
28042025-07-01T18:54:13.571Z Compiling scroll_derive v0.12.0
28052025-07-01T18:54:13.892Z Compiling zerocopy v0.7.35
28062025-07-01T18:54:14.301Z Compiling pest_meta v2.7.14
28072025-07-01T18:54:14.913Z Compiling tinystr v0.7.6
28082025-07-01T18:54:15.353Z Compiling icu_locid v1.5.0
28092025-07-01T18:54:15.733Z Compiling pest_generator v2.7.14
28102025-07-01T18:54:17.422Z Compiling icu_provider v1.5.0
28112025-07-01T18:54:17.747Z Compiling pest_derive v2.7.14
28122025-07-01T18:54:18.560Z Compiling icu_locid_transform v1.5.0
28132025-07-01T18:54:19.527Z Compiling icu_collections v1.5.0
28142025-07-01T18:54:20.841Z Compiling icu_properties v1.5.1
28152025-07-01T18:54:22.079Z Compiling serde_spanned v0.6.9
28162025-07-01T18:54:22.393Z Compiling toml_datetime v0.6.11
28172025-07-01T18:54:23.190Z Compiling toml_edit v0.22.27
28182025-07-01T18:54:23.248Z Compiling dof v0.3.0
28192025-07-01T18:54:24.003Z Compiling dtrace-parser v0.2.0
28202025-07-01T18:54:24.142Z Compiling scroll v0.12.0
28212025-07-01T18:54:24.161Z Compiling serde_tokenstream v0.2.2
28222025-07-01T18:54:24.727Z Compiling icu_normalizer v1.5.0
28232025-07-01T18:54:24.792Z Compiling goblin v0.8.2
28242025-07-01T18:54:26.613Z Compiling idna_adapter v1.2.0
28252025-07-01T18:54:26.857Z Compiling idna v1.0.3
28262025-07-01T18:54:26.897Z Compiling erased-serde v0.4.6
28272025-07-01T18:54:27.107Z Compiling toml v0.8.23
28282025-07-01T18:54:29.481Z Compiling serde-untagged v0.1.7
28292025-07-01T18:54:29.940Z Compiling url v2.5.4
28302025-07-01T18:54:30.294Z Compiling semver v1.0.26
28312025-07-01T18:54:32.199Z Compiling camino v1.1.10
28322025-07-01T18:54:32.772Z Compiling serde-value v0.7.0
28332025-07-01T18:54:33.496Z Compiling thiserror-impl v2.0.12
28342025-07-01T18:54:34.406Z Compiling cargo-util-schemas v0.2.0
28352025-07-01T18:54:36.242Z Compiling thiserror v2.0.12
28362025-07-01T18:54:36.451Z Compiling usdt-macro v0.5.0
28372025-07-01T18:54:37.491Z Compiling usdt-attr-macro v0.5.0
28382025-07-01T18:54:37.609Z Compiling cargo-platform v0.2.0
28392025-07-01T18:54:37.733Z Compiling clap_derive v4.5.40
28402025-07-01T18:54:38.735Z Compiling usdt v0.5.0
28412025-07-01T18:54:38.817Z Compiling cargo_metadata v0.20.0
28422025-07-01T18:54:39.786Z Compiling camino-tempfile v1.4.1
28432025-07-01T18:54:40.056Z Compiling cargo_toml v0.21.0
28442025-07-01T18:54:40.583Z Compiling macaddr v1.0.1
28452025-07-01T18:54:41.856Z Compiling clap v4.5.40
28462025-07-01T18:54:51.323Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28472025-07-01T18:54:56.859Z Finished `release` profile [optimized] target(s) in 57.17s
28482025-07-01T18:54:56.992Z
28492025-07-01T18:54:56.992Zreal 57.327809772
28502025-07-01T18:54:56.992Zuser 6:17.781690281
28512025-07-01T18:54:56.992Zsys 26.428721557
28522025-07-01T18:54:56.992Ztrap 0.193906684
28532025-07-01T18:54:56.992Ztflt 0.284164814
28542025-07-01T18:54:56.992Zdflt 0.399267689
28552025-07-01T18:54:56.995Zkflt 0.000008198
28562025-07-01T18:54:56.995Zlock 12:55.948992629
28572025-07-01T18:54:56.996Zslp 21:00.439259818
28582025-07-01T18:54:56.996Zlat 23.682004331
28592025-07-01T18:54:56.996Zstop 28.031009229
28602025-07-01T18:54:56.996Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
28612025-07-01T18:54:56.996Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
28622025-07-01T18:54:56.996Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
28632025-07-01T18:54:56.996Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
28642025-07-01T18:54:56.996Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
28652025-07-01T18:54:58.165Z Compiling regress v0.10.3
28662025-07-01T18:54:58.329Z Compiling ident_case v1.0.1
28672025-07-01T18:54:58.329Z Compiling unsafe-libyaml v0.2.11
28682025-07-01T18:54:58.334Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28692025-07-01T18:54:58.379Z Compiling match_cfg v0.1.0
28702025-07-01T18:54:58.396Z Compiling quick-error v1.2.3
28712025-07-01T18:54:58.400Z Compiling rustix v1.0.7
28722025-07-01T18:54:58.400Z Compiling rustls v0.22.4
28732025-07-01T18:54:58.494Z Compiling darling_core v0.20.10
28742025-07-01T18:54:58.535Z Compiling hostname v0.3.1
28752025-07-01T18:54:58.572Z Compiling progenitor-client v0.10.0
28762025-07-01T18:54:58.744Z Compiling structmeta-derive v0.3.0
28772025-07-01T18:54:58.805Z Compiling multer v3.1.0
28782025-07-01T18:54:58.833Z Compiling debug-ignore v1.0.5
28792025-07-01T18:54:59.131Z Compiling toml v0.8.23
28802025-07-01T18:54:59.229Z Compiling slog-json v2.6.1
28812025-07-01T18:54:59.619Z Compiling serde_yaml v0.9.34+deprecated
28822025-07-01T18:55:00.127Z Compiling tempfile v3.20.0
28832025-07-01T18:55:00.553Z Compiling macaddr v1.0.1
28842025-07-01T18:55:00.578Z Compiling hex v0.4.3
28852025-07-01T18:55:00.968Z Compiling async-stream-impl v0.3.6
28862025-07-01T18:55:01.022Z Compiling dropshot v0.16.2
28872025-07-01T18:55:01.130Z Compiling slog-bunyan v2.5.0
28882025-07-01T18:55:01.198Z Compiling structmeta v0.3.0
28892025-07-01T18:55:01.447Z Compiling waitgroup v0.1.2
28902025-07-01T18:55:01.599Z Compiling rustls-pemfile v2.2.0
28912025-07-01T18:55:01.705Z Compiling dropshot_endpoint v0.16.2
28922025-07-01T18:55:01.957Z Compiling typify-impl v0.3.0
28932025-07-01T18:55:02.193Z Compiling async-stream v0.3.6
28942025-07-01T18:55:02.336Z Compiling serde_path_to_error v0.1.17
28952025-07-01T18:55:02.518Z Compiling wait-timeout v0.2.0
28962025-07-01T18:55:02.931Z Compiling hostname v0.4.0
28972025-07-01T18:55:03.092Z Compiling bit-vec v0.8.0
28982025-07-01T18:55:03.145Z Compiling rusty-fork v0.3.0
28992025-07-01T18:55:03.172Z Compiling rand_xorshift v0.4.0
29002025-07-01T18:55:03.196Z Compiling instant v0.1.13
29012025-07-01T18:55:03.422Z Compiling tokio-rustls v0.25.0
29022025-07-01T18:55:03.508Z Compiling unarray v0.1.4
29032025-07-01T18:55:03.620Z Compiling bit-set v0.8.0
29042025-07-01T18:55:03.710Z Compiling test-strategy v0.4.1
29052025-07-01T18:55:03.860Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29062025-07-01T18:55:03.888Z Compiling progenitor-client v0.9.1
29072025-07-01T18:55:03.947Z Compiling proptest v1.7.0
29082025-07-01T18:55:04.056Z Compiling derive-where v1.5.0
29092025-07-01T18:55:04.139Z Compiling darling_macro v0.20.10
29102025-07-01T18:55:04.429Z Compiling ref-cast v1.0.24
29112025-07-01T18:55:05.045Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29122025-07-01T18:55:05.069Z Compiling darling v0.20.10
29132025-07-01T18:55:05.216Z Compiling serde_with_macros v3.12.0
29142025-07-01T18:55:05.774Z Compiling ref-cast-impl v1.0.24
29152025-07-01T18:55:07.082Z Compiling parse-display-derive v0.10.0
29162025-07-01T18:55:07.126Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29172025-07-01T18:55:07.181Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29182025-07-01T18:55:07.399Z Compiling iddqd v0.3.8
29192025-07-01T18:55:07.588Z Compiling backoff v0.4.0
29202025-07-01T18:55:07.703Z Compiling serde_with v3.12.0
29212025-07-01T18:55:07.867Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29222025-07-01T18:55:07.956Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29232025-07-01T18:55:08.092Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29242025-07-01T18:55:08.762Z Compiling proc-macro-crate v1.3.1
29252025-07-01T18:55:09.692Z Compiling num_enum_derive v0.5.11
29262025-07-01T18:55:09.760Z Compiling crucible-workspace-hack v0.1.0
29272025-07-01T18:55:10.087Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
29282025-07-01T18:55:10.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29292025-07-01T18:55:10.769Z Compiling itertools v0.13.0
29302025-07-01T18:55:10.931Z Compiling parse-display v0.10.0
29312025-07-01T18:55:11.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29322025-07-01T18:55:11.466Z Compiling heapless v0.8.0
29332025-07-01T18:55:11.526Z Compiling proc-macro-error v1.0.4
29342025-07-01T18:55:11.692Z Compiling hash32 v0.3.1
29352025-07-01T18:55:11.926Z Compiling num_enum v0.5.11
29362025-07-01T18:55:11.978Z Compiling foreign-types-macros v0.2.3
29372025-07-01T18:55:12.124Z Compiling foreign-types-shared v0.3.1
29382025-07-01T18:55:12.147Z Compiling smoltcp v0.11.0
29392025-07-01T18:55:12.514Z Compiling tabwriter v1.4.0
29402025-07-01T18:55:12.955Z Compiling typify-impl v0.4.1
29412025-07-01T18:55:13.019Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29422025-07-01T18:55:13.201Z Compiling foreign-types v0.5.0
29432025-07-01T18:55:13.295Z Compiling cstr-argument v0.1.2
29442025-07-01T18:55:13.382Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
29452025-07-01T18:55:13.584Z Compiling pretty-hex v0.2.1
29462025-07-01T18:55:13.708Z Compiling cobs v0.2.3
29472025-07-01T18:55:13.768Z Compiling ingot-macros v0.1.0
29482025-07-01T18:55:13.818Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29492025-07-01T18:55:13.890Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29502025-07-01T18:55:14.044Z Compiling postcard v1.0.10
29512025-07-01T18:55:14.164Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522025-07-01T18:55:14.438Z Compiling colored v2.2.0
29532025-07-01T18:55:14.687Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
29542025-07-01T18:55:14.724Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
29552025-07-01T18:55:15.205Z Compiling itertools v0.14.0
29562025-07-01T18:55:15.326Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
29572025-07-01T18:55:16.097Z Compiling typify-macro v0.3.0
29582025-07-01T18:55:16.199Z Compiling camino-tempfile v1.4.1
29592025-07-01T18:55:16.711Z Compiling smf v0.2.3
29602025-07-01T18:55:17.902Z Compiling zone_cfg_derive v0.3.0
29612025-07-01T18:55:18.202Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
29622025-07-01T18:55:18.565Z Compiling num-derive v0.4.2
29632025-07-01T18:55:18.684Z Compiling sigpipe v0.1.3
29642025-07-01T18:55:18.836Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29652025-07-01T18:55:18.861Z Compiling jiff v0.2.15
29662025-07-01T18:55:19.202Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
29672025-07-01T18:55:19.327Z Compiling zone v0.3.1
29682025-07-01T18:55:19.663Z Compiling num-rational v0.4.2
29692025-07-01T18:55:19.943Z Compiling typify v0.3.0
29702025-07-01T18:55:20.165Z Compiling progenitor-impl v0.9.1
29712025-07-01T18:55:20.615Z Compiling ingot-types v0.1.0
29722025-07-01T18:55:20.690Z Compiling universal-hash v0.5.1
29732025-07-01T18:55:20.812Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
29742025-07-01T18:55:20.925Z Compiling num-complex v0.4.6
29752025-07-01T18:55:21.116Z Compiling opaque-debug v0.3.1
29762025-07-01T18:55:21.249Z Compiling half v2.4.1
29772025-07-01T18:55:21.489Z Compiling ingot v0.1.0
29782025-07-01T18:55:21.660Z Compiling float-ord v0.3.2
29792025-07-01T18:55:21.838Z Compiling num v0.4.3
29802025-07-01T18:55:21.884Z Compiling ciborium-io v0.2.2
29812025-07-01T18:55:21.940Z Compiling secrecy v0.10.3
29822025-07-01T18:55:21.987Z Compiling aead v0.5.2
29832025-07-01T18:55:22.067Z Compiling ciborium-ll v0.2.2
29842025-07-01T18:55:22.251Z Compiling keccak v0.1.5
29852025-07-01T18:55:22.375Z Compiling convert_case v0.4.0
29862025-07-01T18:55:22.496Z Compiling ciborium v0.2.2
29872025-07-01T18:55:23.228Z Compiling utf-8 v0.7.6
29882025-07-01T18:55:23.522Z Compiling tungstenite v0.21.0
29892025-07-01T18:55:23.626Z Compiling derive_more v0.99.20
29902025-07-01T18:55:23.902Z Compiling sha3 v0.10.8
29912025-07-01T18:55:24.961Z Compiling poly1305 v0.8.0
29922025-07-01T18:55:25.477Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
29932025-07-01T18:55:25.571Z Compiling password-hash v0.5.0
29942025-07-01T18:55:26.478Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29952025-07-01T18:55:26.560Z Compiling chacha20 v0.9.1
29962025-07-01T18:55:26.789Z Compiling progenitor-macro v0.9.1
29972025-07-01T18:55:27.088Z Compiling blake2 v0.10.6
29982025-07-01T18:55:27.295Z Compiling typify-macro v0.4.1
29992025-07-01T18:55:28.091Z Compiling argon2 v0.5.3
30002025-07-01T18:55:28.419Z Compiling tokio-tungstenite v0.21.0
30012025-07-01T18:55:28.784Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
30022025-07-01T18:55:29.062Z Compiling base64 v0.21.7
30032025-07-01T18:55:29.421Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30042025-07-01T18:55:29.727Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30052025-07-01T18:55:29.935Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30062025-07-01T18:55:30.053Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30072025-07-01T18:55:30.309Z Compiling thiserror-impl-no-std v2.0.2
30082025-07-01T18:55:30.360Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
30092025-07-01T18:55:30.525Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30102025-07-01T18:55:30.854Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
30112025-07-01T18:55:30.915Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
30122025-07-01T18:55:31.008Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30132025-07-01T18:55:31.011Z Compiling atomicwrites v0.4.4
30142025-07-01T18:55:31.068Z Compiling semver v0.1.20
30152025-07-01T18:55:31.156Z Compiling typify v0.4.1
30162025-07-01T18:55:31.333Z Compiling progenitor-impl v0.10.0
30172025-07-01T18:55:31.432Z Compiling rustc_version v0.1.7
30182025-07-01T18:55:31.784Z Compiling chacha20poly1305 v0.10.1
30192025-07-01T18:55:31.900Z Compiling typify-impl v0.2.0
30202025-07-01T18:55:31.936Z Compiling resolv-conf v0.7.0
30212025-07-01T18:55:32.053Z Compiling newline-converter v0.3.0
30222025-07-01T18:55:32.268Z Compiling primeorder v0.13.6
30232025-07-01T18:55:32.660Z Compiling cancel-safe-futures v0.1.5
30242025-07-01T18:55:32.672Z Compiling libefi-sys v0.1.0
30252025-07-01T18:55:32.793Z Compiling moka v0.12.10
30262025-07-01T18:55:32.916Z Compiling thiserror-no-std v2.0.2
30272025-07-01T18:55:33.002Z Compiling owo-colors v4.2.2
30282025-07-01T18:55:33.067Z Compiling vsss-rs v3.3.4
30292025-07-01T18:55:33.142Z Compiling expectorate v1.2.0
30302025-07-01T18:55:33.175Z Compiling newtype_derive v0.1.6
30312025-07-01T18:55:33.488Z Compiling libsw-core v0.3.1
30322025-07-01T18:55:33.512Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30332025-07-01T18:55:33.745Z Compiling bitfield-struct v0.6.2
30342025-07-01T18:55:33.799Z Compiling unicase v2.7.0
30352025-07-01T18:55:33.949Z Compiling arc-swap v1.7.1
30362025-07-01T18:55:34.155Z Compiling tagptr v0.2.0
30372025-07-01T18:55:34.467Z Compiling fixedbitset v0.5.7
30382025-07-01T18:55:35.135Z Compiling petgraph v0.8.2
30392025-07-01T18:55:35.159Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30402025-07-01T18:55:35.433Z Compiling slog-scope v4.4.0
30412025-07-01T18:55:36.161Z Compiling libsw v3.5.0
30422025-07-01T18:55:36.901Z Compiling polyval v0.6.2
30432025-07-01T18:55:37.064Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30442025-07-01T18:55:37.284Z Compiling hickory-proto v0.24.4
30452025-07-01T18:55:37.354Z Compiling proc-macro-error-attr2 v2.0.0
30462025-07-01T18:55:37.729Z Compiling indent_write v2.2.0
30472025-07-01T18:55:37.987Z Compiling linear-map v1.2.0
30482025-07-01T18:55:38.031Z Compiling progenitor-macro v0.10.0
30492025-07-01T18:55:38.130Z Compiling parking_lot_core v0.8.6
30502025-07-01T18:55:38.153Z Compiling linked-hash-map v0.5.6
30512025-07-01T18:55:38.381Z Compiling salty v0.3.0
30522025-07-01T18:55:38.570Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30532025-07-01T18:55:38.630Z Compiling lru-cache v0.1.2
30542025-07-01T18:55:38.737Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30552025-07-01T18:55:38.838Z Compiling proc-macro-error2 v2.0.1
30562025-07-01T18:55:39.367Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572025-07-01T18:55:39.393Z Compiling ghash v0.5.1
30582025-07-01T18:55:39.416Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30592025-07-01T18:55:39.510Z Compiling progenitor v0.9.1
30602025-07-01T18:55:39.622Z Compiling hickory-resolver v0.25.2
30612025-07-01T18:55:39.744Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
30622025-07-01T18:55:39.806Z Compiling slog-stdlog v4.1.1
30632025-07-01T18:55:40.172Z Compiling p384 v0.13.0
30642025-07-01T18:55:40.175Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30652025-07-01T18:55:41.211Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662025-07-01T18:55:41.454Z Compiling num-derive v0.3.3
30672025-07-01T18:55:41.632Z Compiling ctr v0.9.2
30682025-07-01T18:55:42.058Z Compiling gethostname v0.5.0
30692025-07-01T18:55:42.291Z Compiling lzma-sys v0.1.20
30702025-07-01T18:55:43.067Z Compiling slog-dtrace v0.3.0
30712025-07-01T18:55:43.126Z Compiling highway v1.3.0
30722025-07-01T18:55:43.459Z Compiling xshell-macros v0.2.7
30732025-07-01T18:55:43.731Z Compiling papergrid v0.14.0
30742025-07-01T18:55:43.980Z Compiling libscf-sys v1.1.0
30752025-07-01T18:55:44.203Z Compiling xshell v0.2.7
30762025-07-01T18:55:44.232Z Compiling hickory-resolver v0.24.4
30772025-07-01T18:55:44.256Z Compiling aes-gcm v0.10.3
30782025-07-01T18:55:44.621Z Compiling mime_guess v2.0.5
30792025-07-01T18:55:45.009Z Compiling slog-envlogger v2.2.0
30802025-07-01T18:55:45.317Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30812025-07-01T18:55:45.705Z Compiling steno v0.4.1
30822025-07-01T18:55:45.732Z Compiling typify-macro v0.2.0
30832025-07-01T18:55:45.753Z Compiling tabled_derive v0.10.0
30842025-07-01T18:55:47.897Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30852025-07-01T18:55:48.112Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30862025-07-01T18:55:48.397Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
30872025-07-01T18:55:49.030Z Compiling tokio-dtrace v0.1.0
30882025-07-01T18:55:49.283Z Compiling heck v0.3.3
30892025-07-01T18:55:49.530Z Compiling progenitor-client v0.8.0
30902025-07-01T18:55:49.628Z Compiling typify v0.2.0
30912025-07-01T18:55:49.676Z Compiling ssh-encoding v0.2.0
30922025-07-01T18:55:49.688Z Compiling blowfish v0.9.1
30932025-07-01T18:55:49.836Z Compiling progenitor-impl v0.8.0
30942025-07-01T18:55:50.060Z Compiling env_filter v0.1.2
30952025-07-01T18:55:50.178Z Compiling nibble_vec v0.1.0
30962025-07-01T18:55:50.204Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
30972025-07-01T18:55:50.426Z Compiling humantime v2.2.0
30982025-07-01T18:55:50.557Z Compiling endian-type v0.1.2
30992025-07-01T18:55:50.608Z Compiling progenitor v0.10.0
31002025-07-01T18:55:50.654Z Compiling env_logger v0.11.5
31012025-07-01T18:55:50.690Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31022025-07-01T18:55:50.804Z Compiling radix_trie v0.2.1
31032025-07-01T18:55:50.866Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
31042025-07-01T18:55:50.951Z Compiling ssh-cipher v0.2.0
31052025-07-01T18:55:51.293Z Compiling bcrypt-pbkdf v0.10.0
31062025-07-01T18:55:51.435Z Compiling zone_cfg_derive v0.1.2
31072025-07-01T18:55:51.838Z Compiling oxide-tokio-rt v0.1.1
31082025-07-01T18:55:51.942Z Compiling tabled v0.18.0
31092025-07-01T18:55:52.108Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31102025-07-01T18:55:52.287Z Compiling parking_lot v0.11.2
31112025-07-01T18:55:52.838Z Compiling qorb v0.4.0
31122025-07-01T18:55:53.069Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31132025-07-01T18:55:53.972Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31142025-07-01T18:55:53.997Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31152025-07-01T18:55:54.447Z Compiling prefix-trie v0.7.0
31162025-07-01T18:55:54.450Z Compiling password-hash v0.4.2
31172025-07-01T18:55:54.525Z Compiling fxhash v0.2.1
31182025-07-01T18:55:54.783Z Compiling same-file v1.0.6
31192025-07-01T18:55:55.113Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31202025-07-01T18:55:55.288Z Compiling http-range v0.1.5
31212025-07-01T18:55:55.323Z Compiling base64 v0.13.1
31222025-07-01T18:55:55.497Z Compiling hickory-server v0.25.2
31232025-07-01T18:55:55.894Z Compiling ron v0.7.1
31242025-07-01T18:55:56.337Z Compiling walkdir v2.5.0
31252025-07-01T18:55:56.488Z Compiling progenitor-macro v0.8.0
31262025-07-01T18:55:57.023Z Compiling pbkdf2 v0.11.0
31272025-07-01T18:55:57.432Z Compiling sled v0.34.7
31282025-07-01T18:55:57.488Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31292025-07-01T18:55:58.182Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31302025-07-01T18:55:58.211Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31312025-07-01T18:55:58.268Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31322025-07-01T18:55:59.079Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31332025-07-01T18:55:59.923Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31342025-07-01T18:56:01.697Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31352025-07-01T18:56:03.038Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31362025-07-01T18:56:03.954Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31372025-07-01T18:56:04.200Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31382025-07-01T18:56:05.761Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31392025-07-01T18:56:05.860Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31402025-07-01T18:56:06.293Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31412025-07-01T18:56:06.571Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31422025-07-01T18:56:07.389Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31432025-07-01T18:56:08.645Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442025-07-01T18:56:08.952Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31452025-07-01T18:56:09.092Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31462025-07-01T18:56:09.131Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31472025-07-01T18:56:09.185Z Compiling progenitor v0.8.0
31482025-07-01T18:56:09.444Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31492025-07-01T18:56:09.991Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31502025-07-01T18:56:12.811Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31512025-07-01T18:56:12.914Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31522025-07-01T18:56:12.976Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31532025-07-01T18:56:13.590Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31542025-07-01T18:56:13.860Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31552025-07-01T18:56:14.363Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31562025-07-01T18:56:14.907Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31572025-07-01T18:56:16.149Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31582025-07-01T18:56:16.400Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31592025-07-01T18:56:16.931Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31602025-07-01T18:56:17.586Z Compiling xz2 v0.1.7
31612025-07-01T18:56:18.090Z Compiling zone v0.1.8
31622025-07-01T18:56:18.422Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31632025-07-01T18:56:18.685Z Compiling ssh-key v0.6.6
31642025-07-01T18:56:19.453Z Compiling hickory-client v0.25.2
31652025-07-01T18:56:19.567Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
31662025-07-01T18:56:20.156Z Compiling p521 v0.13.3
31672025-07-01T18:56:20.677Z Compiling p256 v0.13.2
31682025-07-01T18:56:21.036Z Compiling yasna v0.5.2
31692025-07-01T18:56:21.486Z Compiling pem v3.0.5
31702025-07-01T18:56:22.243Z Compiling headers-core v0.3.0
31712025-07-01T18:56:22.468Z Compiling kstat-rs v0.2.4
31722025-07-01T18:56:22.472Z Compiling secrecy v0.8.0
31732025-07-01T18:56:22.540Z Compiling nanorand v0.7.0
31742025-07-01T18:56:22.721Z Compiling russh-cryptovec v0.7.3
31752025-07-01T18:56:22.746Z Compiling atty v0.2.14
31762025-07-01T18:56:22.812Z Compiling md5 v0.7.0
31772025-07-01T18:56:22.943Z Compiling crc8 v0.1.1
31782025-07-01T18:56:23.060Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
31792025-07-01T18:56:23.088Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31802025-07-01T18:56:23.092Z Compiling flume v0.11.1
31812025-07-01T18:56:23.147Z Compiling russh-keys v0.45.0
31822025-07-01T18:56:23.376Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31832025-07-01T18:56:24.649Z Compiling headers v0.4.1
31842025-07-01T18:56:25.826Z Compiling rcgen v0.12.1
31852025-07-01T18:56:26.335Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
31862025-07-01T18:56:26.704Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31872025-07-01T18:56:27.718Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31882025-07-01T18:56:27.850Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
31892025-07-01T18:56:28.920Z Compiling hyper-staticfile v0.10.1
31902025-07-01T18:56:29.492Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31912025-07-01T18:56:29.572Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31922025-07-01T18:56:29.961Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31932025-07-01T18:56:31.519Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31942025-07-01T18:56:33.227Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31952025-07-01T18:56:33.393Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
31962025-07-01T18:56:33.466Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
31972025-07-01T18:56:33.921Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31982025-07-01T18:56:33.950Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31992025-07-01T18:56:34.806Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32002025-07-01T18:56:34.984Z Compiling num-bigint v0.4.6
32012025-07-01T18:56:35.116Z Compiling des v0.8.1
32022025-07-01T18:56:35.502Z Compiling subprocess v0.2.9
32032025-07-01T18:56:35.649Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32042025-07-01T18:56:36.137Z Compiling hex-literal v0.4.1
32052025-07-01T18:56:36.349Z Compiling display-error-chain v0.2.2
32062025-07-01T18:56:36.529Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32072025-07-01T18:56:36.613Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082025-07-01T18:56:37.143Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32092025-07-01T18:56:38.335Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32102025-07-01T18:56:39.516Z Compiling russh v0.45.0
32112025-07-01T18:56:39.567Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32122025-07-01T18:56:40.081Z Compiling internet-checksum v0.2.1
32132025-07-01T18:56:52.918Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32142025-07-01T18:56:53.053Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152025-07-01T18:57:15.365Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32162025-07-01T18:57:38.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
32172025-07-01T18:57:38.985Z
32182025-07-01T18:57:38.985Zreal 2:41.892264566
32192025-07-01T18:57:38.985Zuser 14:29.746037669
32202025-07-01T18:57:38.985Zsys 2:01.522739129
32212025-07-01T18:57:38.985Ztrap 0.420295899
32222025-07-01T18:57:39.000Ztflt 0.190390355
32232025-07-01T18:57:39.000Zdflt 1.053893034
32242025-07-01T18:57:39.000Zkflt 0.000020963
32252025-07-01T18:57:39.000Zlock 24:31.139006418
32262025-07-01T18:57:39.000Zslp 52:16.013329810
32272025-07-01T18:57:39.000Zlat 43.762807008
32282025-07-01T18:57:39.000Zstop 1:58.548307393
32292025-07-01T18:57:39.000Z+ mkdir tests
32302025-07-01T18:57:39.000Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
32312025-07-01T18:57:39.000Z+ xargs -I '{}' -t cp '{}' tests/
32322025-07-01T18:57:39.027Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-45d878cc666c4f88 tests/
32332025-07-01T18:57:39.045Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2e4df745bac66bc0 tests/
32342025-07-01T18:57:39.062Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ef09d2f3c1934858 tests/
32352025-07-01T18:57:39.083Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d7ff19d4aebfd727 tests/
32362025-07-01T18:57:39.318Z+ 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/*)
32372025-07-01T18:57:39.322Z+ 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-2e4df745bac66bc0 tests/commtest-ef09d2f3c1934858 tests/dhcp_server-45d878cc666c4f88 tests/end_to_end_tests-d7ff19d4aebfd727 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
32382025-07-01T18:59:13.168ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
32392025-07-01T18:59:13.168Za .github/buildomat/ci-env.sh 1K
32402025-07-01T18:59:13.168Za out/target/test 1K
32412025-07-01T18:59:13.168Za out/npuzone/npuzone 23144K
32422025-07-01T18:59:13.169Za package-manifest.toml 33K
32432025-07-01T18:59:13.169Za smf/sled-agent/non-gimlet/config.toml 5K
32442025-07-01T18:59:13.169Za target/release/omicron-package 41188K
32452025-07-01T18:59:13.169Za target/release/xtask 11702K
32462025-07-01T18:59:13.169Za target/debug/bootstrap 241582K
32472025-07-01T18:59:13.169Za tests/bootstrap-2e4df745bac66bc0 23192K
32482025-07-01T18:59:13.169Za tests/commtest-ef09d2f3c1934858 24835K
32492025-07-01T18:59:13.169Za tests/dhcp_server-45d878cc666c4f88 23192K
32502025-07-01T18:59:13.169Za tests/end_to_end_tests-d7ff19d4aebfd727 314887K
32512025-07-01T18:59:13.169Za out/clickhouse.tar.gz 316577K
32522025-07-01T18:59:13.169Za out/clickhouse_keeper.tar.gz 300329K
32532025-07-01T18:59:13.169Za out/clickhouse_server.tar.gz 316575K
32542025-07-01T18:59:13.169Za out/cockroachdb.tar.gz 160124K
32552025-07-01T18:59:13.169Za out/crucible-dtrace.tar 98K
32562025-07-01T18:59:13.169Za out/crucible-pantry-zone.tar.gz 39023K
32572025-07-01T18:59:13.169Za out/crucible-zone.tar.gz 48906K
32582025-07-01T18:59:13.170Za out/external-dns.tar.gz 50762K
32592025-07-01T18:59:13.170Za out/internal-dns.tar.gz 50761K
32602025-07-01T18:59:13.170Za out/mg-ddm-gz.tar 90836K
32612025-07-01T18:59:13.170Za out/nexus.tar.gz 129099K
32622025-07-01T18:59:13.170Za out/ntp.tar.gz 16690K
32632025-07-01T18:59:13.170Za out/omicron-gateway-softnpu.tar.gz 29217K
32642025-07-01T18:59:13.170Za out/omicron-sled-agent.tar 140703K
32652025-07-01T18:59:13.170Za out/overlay.tar.gz 3K
32662025-07-01T18:59:13.170Za out/oximeter.tar.gz 62402K
32672025-07-01T18:59:13.170Za out/oxlog.tar 3979K
32682025-07-01T18:59:13.170Za out/probe.tar.gz 3037K
32692025-07-01T18:59:13.170Za out/propolis-server.tar.gz 68618K
32702025-07-01T18:59:13.170Za out/pumpkind-gz.tar 26648K
32712025-07-01T18:59:13.170Za out/switch-softnpu.tar.gz 334951K
32722025-07-01T18:59:13.174Z
32732025-07-01T18:59:13.174Zreal 1:33.827546436
32742025-07-01T18:59:13.174Zuser 1:29.856670350
32752025-07-01T18:59:13.174Zsys 5.678685286
32762025-07-01T18:59:13.174Ztrap 0.021518754
32772025-07-01T18:59:13.174Ztflt 0.000000000
32782025-07-01T18:59:13.174Zdflt 0.000000000
32792025-07-01T18:59:13.174Zkflt 0.000000000
32802025-07-01T18:59:13.174Zlock 0.000000000
32812025-07-01T18:59:13.174Zslp 1:29.650592364
32822025-07-01T18:59:13.174Zlat 2.442519361
32832025-07-01T18:59:13.174Zstop 0.000180922
32842025-07-01T18:59:13.174Zprocess exited: duration 2051382 ms, exit code 0
 
32852025-07-01T18:59:13.191Zfound 1 output files
32862025-07-01T18:59:13.192Zuploading: /work/package.tar.gz (2191925258 bytes)
32872025-07-01T19:00:06.302Zuploaded: /work/package.tar.gz