01KJ6V8NXCME7EYBFR2XXBYCFY: 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: 01KJ6V95CMM5CRE9FE4X6JMYBV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T03:33:45.666Zjob assigned to worker 01KJ6V9B3QQJKHR720PEPSPCTZ [factory aws, i-0be0be5160a74eb94] (queued for 1 m 17 s)
 
22026-02-24T03:33:54.284Zstarting task 0: "setup"
32026-02-24T03:33:54.289Z++ uname -s
42026-02-24T03:33:54.292Z+ kern=SunOS
52026-02-24T03:33:54.292Z+ build_user=build
62026-02-24T03:33:54.292Z+ build_uid=12345
72026-02-24T03:33:54.292Z+ work_dir=/work
82026-02-24T03:33:54.292Z+ input_dir=/input
92026-02-24T03:33:54.292Z+ [[ 0 == 12345 ]]
102026-02-24T03:33:54.292Z+ case "$kern" in
112026-02-24T03:33:54.292Z+ groupadd -g 12345 build
122026-02-24T03:33:54.294Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T03:33:56.302Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T03:33:56.425Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T03:33:56.428Z+ home_fs=zfs
162026-02-24T03:33:56.428Z+ [[ zfs == autofs ]]
172026-02-24T03:33:56.428Z+ mkdir -p /home/build
182026-02-24T03:33:56.431Z+ chown build:build /home/build /work
192026-02-24T03:33:58.433Z+ chmod 0700 /home/build /work
202026-02-24T03:33:58.436Zprocess exited: duration 4153 ms, exit code 0
 
212026-02-24T03:33:58.442Zstarting task 1: "rust-toolchain"
222026-02-24T03:33:58.447Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T03:33:58.448Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-24T03:33:58.448Z * rust toolchain channel = "1.91.1"
252026-02-24T03:33:58.448Z * rust toolchain profile = "default"
262026-02-24T03:33:58.448Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T03:33:58.448Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T03:33:58.451Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T03:33:58.451Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T03:33:58.564Zinfo: downloading installer
312026-02-24T03:34:00.277Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T03:34:00.277Zwarn: /opt/ooce/bin
332026-02-24T03:34:00.278Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T03:34:00.278Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T03:34:00.278Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T03:34:00.278Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T03:34:00.278Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T03:34:00.278Zerror: cannot install while Rust is installed
392026-02-24T03:34:00.278Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T03:34:00.292Zinfo: profile set to 'default'
412026-02-24T03:34:00.292Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T03:34:00.295Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T03:34:00.473Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T03:34:00.473Zinfo: downloading component 'cargo'
452026-02-24T03:34:01.679Zinfo: downloading component 'clippy'
462026-02-24T03:34:02.062Zinfo: downloading component 'rust-docs'
472026-02-24T03:34:03.858Zinfo: downloading component 'rust-std'
482026-02-24T03:34:06.141Zinfo: downloading component 'rustc'
492026-02-24T03:34:13.849Zinfo: downloading component 'rustfmt'
502026-02-24T03:34:14.117Zinfo: installing component 'cargo'
512026-02-24T03:34:15.061Zinfo: installing component 'clippy'
522026-02-24T03:34:15.461Zinfo: installing component 'rust-docs'
532026-02-24T03:34:17.413Zinfo: installing component 'rust-std'
542026-02-24T03:34:19.240Zinfo: installing component 'rustc'
552026-02-24T03:34:26.143Zinfo: installing component 'rustfmt'
562026-02-24T03:34:26.496Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T03:34:26.496Z
582026-02-24T03:34:26.965Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T03:34:26.965Z
602026-02-24T03:34:26.968Z
612026-02-24T03:34:26.968ZRust is installed now. Great!
622026-02-24T03:34:26.968Z
632026-02-24T03:34:26.968ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T03:34:26.968Zenvironment variable. This has not been done automatically.
652026-02-24T03:34:26.968Z
662026-02-24T03:34:26.968ZTo configure your current shell, you need to source
672026-02-24T03:34:26.968Zthe corresponding env file under $HOME/.cargo.
682026-02-24T03:34:26.968Z
692026-02-24T03:34:26.968ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T03:34:26.968Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T03:34:26.969Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T03:34:26.969Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T03:34:27.071Z+ rustup --version
742026-02-24T03:34:27.083Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T03:34:27.083Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T03:34:27.175Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T03:34:27.179Z+ cargo --version
782026-02-24T03:34:27.255Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T03:34:27.258Z+ rustc --version
802026-02-24T03:34:27.336Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T03:34:27.340Zprocess exited: duration 28888 ms, exit code 0
 
822026-02-24T03:34:27.346Zstarting task 2: "authentication"
832026-02-24T03:34:27.369Zprocess exited: duration 23 ms, exit code 0
 
842026-02-24T03:34:27.375Zstarting task 3: "clone repository"
852026-02-24T03:34:27.380Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T03:34:27.383Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T03:34:27.420ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T03:35:31.837Z+ cd /work/oxidecomputer/omicron
892026-02-24T03:35:31.837Z+ git fetch origin 924ca7e25bef9207b42020a15bfc3aed5e5b45cc
902026-02-24T03:35:32.466ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T03:35:32.466Z * branch 924ca7e25bef9207b42020a15bfc3aed5e5b45cc -> FETCH_HEAD
922026-02-24T03:35:32.479Z+ [[ -n john/shadow-external-types-3 ]]
932026-02-24T03:35:32.481Z++ git branch --show-current
942026-02-24T03:35:32.484Z+ current=main
952026-02-24T03:35:32.484Z+ [[ main != john/shadow-external-types-3 ]]
962026-02-24T03:35:32.484Z+ git branch -f john/shadow-external-types-3 924ca7e25bef9207b42020a15bfc3aed5e5b45cc
972026-02-24T03:35:32.487Z+ git checkout -f john/shadow-external-types-3
982026-02-24T03:35:32.808ZSwitched to branch 'john/shadow-external-types-3'
992026-02-24T03:35:32.811Z+ git reset --hard 924ca7e25bef9207b42020a15bfc3aed5e5b45cc
1002026-02-24T03:35:32.845ZHEAD is now at 924ca7e25 use internal type in datastore struct
1012026-02-24T03:35:32.848Zprocess exited: duration 65450 ms, exit code 0
 
1022026-02-24T03:35:32.856Zstarting task 4: "build"
1032026-02-24T03:35:32.863Z+ source .github/buildomat/ci-env.sh
1042026-02-24T03:35:32.863Z++ export CARGO_TERM_COLOR=always
1052026-02-24T03:35:32.866Z++ CARGO_TERM_COLOR=always
1062026-02-24T03:35:32.866Z+ cargo --version
1072026-02-24T03:35:32.927Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T03:35:32.930Z+ rustc --version
1092026-02-24T03:35:33.009Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T03:35:33.013Z+ WORK=/work
1112026-02-24T03:35:33.013Z+ pfexec mkdir -p /work
1122026-02-24T03:35:33.018Z+ pfexec chown build /work
1132026-02-24T03:35:33.021Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-24T03:35:44.539Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-24T03:35:55.183Z Startup: Caching catalogs ... Done
1162026-02-24T03:36:19.913ZPlanning: Solver setup ... Done (22.999s)
1172026-02-24T03:36:20.077ZPlanning: Running solver ... Done (0.164s)
1182026-02-24T03:36:20.250ZPlanning: Finding local manifests ... Done (0.003s)
1192026-02-24T03:36:20.263ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-24T03:36:20.408ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-24T03:36:20.459ZPlanning: Package planning ... Done (0.052s)
1222026-02-24T03:36:20.512ZPlanning: Merging actions ... Done (0.052s)
1232026-02-24T03:36:20.801ZPlanning: Checking for conflicting actions ... Done (0.289s)
1242026-02-24T03:36:20.813ZPlanning: Consolidating action changes ... Done (0.012s)
1252026-02-24T03:36:21.841ZPlanning: Evaluating mediators ... Done (1.025s)
1262026-02-24T03:36:21.853ZPlanning: Planning completed in 26.50 seconds
1272026-02-24T03:36:21.869Z Packages to install: 4
1282026-02-24T03:36:21.869Z Mediators to change: 2
1292026-02-24T03:36:21.869Z Services to change: 1
1302026-02-24T03:36:21.877Z Estimated space available: 155.43 GB
1312026-02-24T03:36:21.877ZEstimated space to be consumed: 1.81 GB
1322026-02-24T03:36:21.877Z Create boot environment: No
1332026-02-24T03:36:21.877ZCreate backup boot environment: No
1342026-02-24T03:36:21.877Z Rebuild boot archive: No
1352026-02-24T03:36:21.878Z
1362026-02-24T03:36:21.878ZChanged mediators:
1372026-02-24T03:36:21.878Z mediator clang:
1382026-02-24T03:36:21.878Z version: None -> 15 (system default)
1392026-02-24T03:36:21.878Z
1402026-02-24T03:36:21.878Z mediator llvm:
1412026-02-24T03:36:21.878Z version: 14 (system default) -> 15 (system default)
1422026-02-24T03:36:21.878Z
1432026-02-24T03:36:21.878ZChanged packages:
1442026-02-24T03:36:21.878Zhelios-dev
1452026-02-24T03:36:21.878Z developer/build-essential
1462026-02-24T03:36:21.878Z None -> 11-2.0
1472026-02-24T03:36:21.878Z library/libxmlsec1
1482026-02-24T03:36:21.878Z None -> 1.2.35-2.0
1492026-02-24T03:36:21.878Z ooce/developer/clang-15
1502026-02-24T03:36:21.878Z None -> 15.0.7-2.0
1512026-02-24T03:36:21.878Z ooce/developer/llvm-15
1522026-02-24T03:36:21.878Z None -> 15.0.7-2.0
1532026-02-24T03:36:21.878Z
1542026-02-24T03:36:21.878ZServices:
1552026-02-24T03:36:21.878Z restart_fmri:
1562026-02-24T03:36:21.878Z svc:/system/update-man-index:default
1572026-02-24T03:36:21.926Z
1582026-02-24T03:36:21.926ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-24T03:36:27.115ZDownload: 1188/3290 items 81.7/212.6MB 38% complete (16.8M/s)
1602026-02-24T03:36:32.477ZDownload: 2217/3290 items 119.1/212.6MB 56% complete (12.2M/s)
1612026-02-24T03:36:37.909ZDownload: 3282/3290 items 210.8/212.6MB 99% complete (13.2M/s)
1622026-02-24T03:36:37.960ZDownload: Completed 212.60 MB in 16.03 seconds (13.3M/s)
1632026-02-24T03:36:38.165Z Actions: 1/3689 actions (Installing new actions)
1642026-02-24T03:36:42.773Z Actions: Completed 3689 actions in 4.60 seconds.
1652026-02-24T03:36:43.245Z Done (0.469s)
1662026-02-24T03:36:43.245Z Done (0.000s)
1672026-02-24T03:36:44.358Z Done (1.111s)
1682026-02-24T03:36:49.003Z Done (4.263s)
1692026-02-24T03:36:49.094Z Done (0.020s)
1702026-02-24T03:36:49.097Z Done (0.000s)
1712026-02-24T03:36:49.266Z Done (0.000s)
1722026-02-24T03:36:50.306ZPlanning: Evaluating mediator changes ... Done
1732026-02-24T03:36:50.478ZPlanning: Checking for conflicting actions ... Done
1742026-02-24T03:36:50.482ZPlanning: Consolidating action changes ... Done
1752026-02-24T03:36:50.755ZPlanning: Evaluating mediators ... Done
1762026-02-24T03:36:50.758ZPlanning: Planning completed in 0.45 seconds
1772026-02-24T03:36:50.790Z Mediators to change: 2
1782026-02-24T03:36:50.790Z Create boot environment: No
1792026-02-24T03:36:50.793ZCreate backup boot environment: No
1802026-02-24T03:36:50.880Z Done
1812026-02-24T03:36:50.880Z Done
1822026-02-24T03:36:51.695Z Done
1832026-02-24T03:36:55.637Z Done
1842026-02-24T03:36:55.726Z Done
1852026-02-24T03:36:55.732Z Done
1862026-02-24T03:36:55.890Z Done
1872026-02-24T03:36:56.549ZPlanning: Evaluating mediator changes ... Done
1882026-02-24T03:36:56.552ZPlanning: Merging actions ... Done
1892026-02-24T03:36:56.750ZPlanning: Checking for conflicting actions ... Done
1902026-02-24T03:36:56.753ZPlanning: Consolidating action changes ... Done
1912026-02-24T03:36:57.039ZPlanning: Evaluating mediators ... Done
1922026-02-24T03:36:57.101ZPlanning: Planning completed in 0.81 seconds
1932026-02-24T03:36:57.139Z Packages to change: 1
1942026-02-24T03:36:57.139Z Mediators to change: 1
1952026-02-24T03:36:57.139Z Services to change: 1
1962026-02-24T03:36:57.139Z Create boot environment: No
1972026-02-24T03:36:57.142ZCreate backup boot environment: Yes
1982026-02-24T03:36:59.760Z Actions: 1/6 actions (Updating modified actions)
1992026-02-24T03:36:59.763Z Actions: Completed 6 actions in 0.00 seconds.
2002026-02-24T03:36:59.763Z Done
2012026-02-24T03:36:59.763Z Done
2022026-02-24T03:36:59.984Z Done
2032026-02-24T03:37:03.912Z Done
2042026-02-24T03:37:04.003Z Done
2052026-02-24T03:37:04.006Z Done
2062026-02-24T03:37:04.167Z Done
2072026-02-24T03:37:04.631ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-02-24T03:37:04.631Zclang system 15 system
2092026-02-24T03:37:04.631Zcsh system system illumos
2102026-02-24T03:37:04.631Zctags system system illumos
2112026-02-24T03:37:04.631Zfile system system illumos
2122026-02-24T03:37:04.631Zgcc vendor 12 vendor
2132026-02-24T03:37:04.631Zgcc system 10 system
2142026-02-24T03:37:04.631Zgcc system 7 system
2152026-02-24T03:37:04.631Zgo system 1.20 system
2162026-02-24T03:37:04.631Zgo system 1.19 system
2172026-02-24T03:37:04.631Zllvm system 15 system
2182026-02-24T03:37:04.631Zllvm system 14 system
2192026-02-24T03:37:04.632Zmariadb system 10.6 system
2202026-02-24T03:37:04.632Zmta vendor vendor dma
2212026-02-24T03:37:04.632Zopenjdk system 17 system
2222026-02-24T03:37:04.632Zopenjdk system 11 system
2232026-02-24T03:37:04.632Zopenjdk system 1.8 system
2242026-02-24T03:37:04.632Zopenssl vendor 3 vendor
2252026-02-24T03:37:04.632Zperl system 5.36 system
2262026-02-24T03:37:04.632Zpostgresql system 15 system
2272026-02-24T03:37:04.632Zpostgresql system 13 system
2282026-02-24T03:37:04.632Zpython vendor 3 vendor
2292026-02-24T03:37:04.632Zpython system 2 system
2302026-02-24T03:37:04.632Zpython3 system 3.11 system
2312026-02-24T03:37:04.632Zruby system 3.0 system
2322026-02-24T03:37:04.632Zwords vendor vendor american-english
2332026-02-24T03:37:04.632Zwords system system australian-english
2342026-02-24T03:37:04.632Zwords system system british-english
2352026-02-24T03:37:04.632Zwords system system canadian-english
2362026-02-24T03:37:04.632Zwords system system french
2372026-02-24T03:37:04.632Zwords system system italian
2382026-02-24T03:37:04.632Zwords system system ngerman
2392026-02-24T03:37:04.633Zwords system system ogerman
2402026-02-24T03:37:04.633Zwords system system spanish
2412026-02-24T03:37:04.990ZPUBLISHER TYPE STATUS P LOCATION
2422026-02-24T03:37:04.991Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-02-24T03:37:11.673ZFMRI IFO
2442026-02-24T03:37:11.673Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-02-24T03:37:11.674Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-02-24T03:37:11.674Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-02-24T03:37:11.674Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-02-24T03:37:11.674Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-02-24T03:37:11.674Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-02-24T03:37:11.674Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512026-02-24T03:37:11.674Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-02-24T03:37:11.674Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-02-24T03:37:11.674Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-02-24T03:37:11.674Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-02-24T03:37:11.674Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-02-24T03:37:11.674Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-02-24T03:37:11.675Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-02-24T03:37:11.675Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-02-24T03:37:11.675Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-02-24T03:37:12.954Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-02-24T03:37:13.513Z Updating crates.io index
2622026-02-24T03:37:13.551Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-02-24T03:37:14.088Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-02-24T03:37:15.158Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-02-24T03:37:17.476Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-02-24T03:37:18.143Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-02-24T03:37:18.874Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-02-24T03:37:22.870Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-02-24T03:37:28.428Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-02-24T03:37:31.489Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-02-24T03:37:32.292Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722026-02-24T03:37:35.843Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-02-24T03:37:37.263Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-02-24T03:37:38.080Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-02-24T03:37:39.198Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-02-24T03:37:39.803Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-02-24T03:37:41.602Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-02-24T03:37:42.821Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-02-24T03:37:43.455Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-02-24T03:37:44.184Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-02-24T03:37:45.088Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-02-24T03:37:45.576Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-02-24T03:37:46.061Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-02-24T03:37:46.713Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-02-24T03:37:47.495Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-02-24T03:37:48.392Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-02-24T03:37:49.849Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-02-24T03:37:50.563Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-02-24T03:37:51.436Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-02-24T03:37:52.653Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-02-24T03:37:54.040Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-02-24T03:37:54.839Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-02-24T03:37:55.442Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-02-24T03:37:56.457Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-02-24T03:37:57.246Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-02-24T03:37:58.293Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-02-24T03:37:58.846Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-02-24T03:37:59.542Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-02-24T03:38:00.103Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-02-24T03:38:00.855Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-02-24T03:38:44.741Z Downloading crates ...
3022026-02-24T03:38:44.803Z Downloaded digest v0.10.7
3032026-02-24T03:38:44.806Z Downloaded anstream v0.6.18
3042026-02-24T03:38:44.809Z Downloaded clap_lex v0.7.4
3052026-02-24T03:38:44.812Z Downloaded icu_provider_macros v1.5.0
3062026-02-24T03:38:44.812Z Downloaded anstyle v1.0.11
3072026-02-24T03:38:44.816Z Downloaded crypto-common v0.1.6
3082026-02-24T03:38:44.819Z Downloaded icu_collections v1.5.0
3092026-02-24T03:38:44.824Z Downloaded displaydoc v0.2.5
3102026-02-24T03:38:44.828Z Downloaded version_check v0.9.5
3112026-02-24T03:38:44.831Z Downloaded anstyle-parse v0.2.5
3122026-02-24T03:38:44.831Z Downloaded yoke-derive v0.7.4
3132026-02-24T03:38:44.834Z Downloaded erased-serde v0.4.6
3142026-02-24T03:38:44.834Z Downloaded colorchoice v1.0.2
3152026-02-24T03:38:44.837Z Downloaded anstyle-query v1.1.1
3162026-02-24T03:38:44.837Z Downloaded fastrand v2.1.1
3172026-02-24T03:38:44.840Z Downloaded cfg-if v1.0.4
3182026-02-24T03:38:44.840Z Downloaded clap_derive v4.5.47
3192026-02-24T03:38:44.843Z Downloaded cargo_metadata v0.21.0
3202026-02-24T03:38:44.843Z Downloaded cargo-util-schemas v0.8.2
3212026-02-24T03:38:44.846Z Downloaded generic-array v0.14.7
3222026-02-24T03:38:44.846Z Downloaded cpufeatures v0.2.14
3232026-02-24T03:38:44.849Z Downloaded thiserror v1.0.69
3242026-02-24T03:38:44.852Z Downloaded icu_locid v1.5.0
3252026-02-24T03:38:44.857Z Downloaded icu_locid_transform v1.5.0
3262026-02-24T03:38:44.860Z Downloaded typenum v1.17.0
3272026-02-24T03:38:44.862Z Downloaded zerocopy-derive v0.7.35
3282026-02-24T03:38:44.867Z Downloaded utf16_iter v1.0.5
3292026-02-24T03:38:44.870Z Downloaded block-buffer v0.10.4
3302026-02-24T03:38:44.870Z Downloaded usdt-impl v0.5.0
3312026-02-24T03:38:44.873Z Downloaded form_urlencoded v1.2.2
3322026-02-24T03:38:44.873Z Downloaded dof v0.3.0
3332026-02-24T03:38:44.876Z Downloaded icu_properties v1.5.1
3342026-02-24T03:38:44.876Z Downloaded textwrap v0.16.2
3352026-02-24T03:38:44.879Z Downloaded zerofrom v0.1.4
3362026-02-24T03:38:44.882Z Downloaded writeable v0.5.5
3372026-02-24T03:38:44.882Z Downloaded errno v0.3.12
3382026-02-24T03:38:44.887Z Downloaded thiserror-impl v2.0.18
3392026-02-24T03:38:44.887Z Downloaded memmap v0.7.0
3402026-02-24T03:38:44.889Z Downloaded unicode-ident v1.0.19
3412026-02-24T03:38:44.889Z Downloaded zerofrom-derive v0.1.4
3422026-02-24T03:38:44.889Z Downloaded toml_write v0.1.2
3432026-02-24T03:38:44.892Z Downloaded is_terminal_polyfill v1.70.1
3442026-02-24T03:38:44.892Z Downloaded strsim v0.11.1
3452026-02-24T03:38:44.895Z Downloaded utf8parse v0.2.2
3462026-02-24T03:38:44.895Z Downloaded serde_spanned v0.6.9
3472026-02-24T03:38:44.898Z Downloaded swrite v0.1.0
3482026-02-24T03:38:44.898Z Downloaded stable_deref_trait v1.2.0
3492026-02-24T03:38:44.898Z Downloaded macaddr v1.0.1
3502026-02-24T03:38:44.901Z Downloaded toml v0.8.23
3512026-02-24T03:38:44.904Z Downloaded ucd-trie v0.1.7
3522026-02-24T03:38:44.904Z Downloaded ordered-float v2.10.1
3532026-02-24T03:38:44.906Z Downloaded pretty-hex v0.4.1
3542026-02-24T03:38:44.906Z Downloaded winnow v0.7.14
3552026-02-24T03:38:44.915Z Downloaded zmij v1.0.15
3562026-02-24T03:38:44.918Z Downloaded tinystr v0.7.6
3572026-02-24T03:38:44.921Z Downloaded unicode-xid v0.2.6
3582026-02-24T03:38:44.921Z Downloaded itoa v1.0.11
3592026-02-24T03:38:44.923Z Downloaded scroll_derive v0.12.0
3602026-02-24T03:38:44.923Z Downloaded zerovec-derive v0.10.3
3612026-02-24T03:38:44.926Z Downloaded proc-macro-error-attr v1.0.4
3622026-02-24T03:38:44.926Z Downloaded write16 v1.0.0
3632026-02-24T03:38:44.926Z Downloaded usdt-macro v0.5.0
3642026-02-24T03:38:44.929Z Downloaded tabled_derive v0.7.0
3652026-02-24T03:38:44.929Z Downloaded percent-encoding v2.3.2
3662026-02-24T03:38:44.929Z Downloaded typeid v1.0.3
3672026-02-24T03:38:44.935Z Downloaded litemap v0.7.3
3682026-02-24T03:38:44.938Z Downloaded url v2.5.4
3692026-02-24T03:38:44.938Z Downloaded toml_datetime v0.6.11
3702026-02-24T03:38:44.938Z Downloaded terminal_size v0.4.0
3712026-02-24T03:38:44.938Z Downloaded yoke v0.7.4
3722026-02-24T03:38:44.941Z Downloaded proc-macro-error v1.0.4
3732026-02-24T03:38:44.943Z Downloaded cargo_toml v0.21.0
3742026-02-24T03:38:44.946Z Downloaded utf8_iter v1.0.4
3752026-02-24T03:38:44.946Z Downloaded thread-id v4.2.2
3762026-02-24T03:38:44.946Z Downloaded usdt v0.5.0
3772026-02-24T03:38:44.949Z Downloaded unicode-linebreak v0.1.5
3782026-02-24T03:38:44.949Z Downloaded semver v1.0.27
3792026-02-24T03:38:44.952Z Downloaded pest_generator v2.8.2
3802026-02-24T03:38:44.952Z Downloaded thiserror v2.0.18
3812026-02-24T03:38:44.959Z Downloaded tempfile v3.24.0
3822026-02-24T03:38:44.962Z Downloaded serde_tokenstream v0.2.2
3832026-02-24T03:38:44.962Z Downloaded byteorder v1.5.0
3842026-02-24T03:38:44.965Z Downloaded smawk v0.3.2
3852026-02-24T03:38:44.965Z Downloaded quote v1.0.40
3862026-02-24T03:38:44.968Z Downloaded sha2 v0.10.9
3872026-02-24T03:38:44.970Z Downloaded serde-untagged v0.1.7
3882026-02-24T03:38:44.973Z Downloaded icu_locid_transform_data v1.5.0
3892026-02-24T03:38:44.973Z Downloaded bitflags v2.9.4
3902026-02-24T03:38:44.976Z Downloaded zerovec v0.10.4
3912026-02-24T03:38:44.981Z Downloaded pest_derive v2.8.2
3922026-02-24T03:38:44.984Z Downloaded unicode-width v0.2.0
3932026-02-24T03:38:44.988Z Downloaded synstructure v0.13.1
3942026-02-24T03:38:44.991Z Downloaded smallvec v1.15.1
3952026-02-24T03:38:44.994Z Downloaded pest_meta v2.8.2
3962026-02-24T03:38:44.994Z Downloaded toml_edit v0.22.27
3972026-02-24T03:38:44.997Z Downloaded zerocopy v0.7.35
3982026-02-24T03:38:45.012Z Downloaded serde_derive v1.0.228
3992026-02-24T03:38:45.015Z Downloaded icu_normalizer_data v1.5.0
4002026-02-24T03:38:45.018Z Downloaded anyhow v1.0.99
4012026-02-24T03:38:45.021Z Downloaded serde_core v1.0.228
4022026-02-24T03:38:45.024Z Downloaded papergrid v0.11.0
4032026-02-24T03:38:45.027Z Downloaded proc-macro2 v1.0.101
4042026-02-24T03:38:45.030Z Downloaded log v0.4.29
4052026-02-24T03:38:45.033Z Downloaded num-traits v0.2.19
4062026-02-24T03:38:45.037Z Downloaded icu_provider v1.5.0
4072026-02-24T03:38:45.037Z Downloaded serde v1.0.228
4082026-02-24T03:38:45.039Z Downloaded idna v1.0.3
4092026-02-24T03:38:45.042Z Downloaded unicode-width v0.1.14
4102026-02-24T03:38:45.046Z Downloaded goblin v0.8.2
4112026-02-24T03:38:45.051Z Downloaded memchr v2.7.4
4122026-02-24T03:38:45.104Z Downloaded indexmap v2.13.0
4132026-02-24T03:38:45.108Z Downloaded scroll v0.12.0
4142026-02-24T03:38:45.109Z Downloaded getrandom v0.3.4
4152026-02-24T03:38:45.109Z Downloaded once_cell v1.21.3
4162026-02-24T03:38:45.109Z Downloaded fs-err v3.1.1
4172026-02-24T03:38:45.109Z Downloaded camino v1.2.2
4182026-02-24T03:38:45.109Z Downloaded camino-tempfile v1.4.1
4192026-02-24T03:38:45.109Z Downloaded hashbrown v0.16.1
4202026-02-24T03:38:45.109Z Downloaded clap_builder v4.5.48
4212026-02-24T03:38:45.109Z Downloaded serde_json v1.0.149
4222026-02-24T03:38:45.109Z Downloaded pest v2.8.2
4232026-02-24T03:38:45.109Z Downloaded bytecount v0.6.8
4242026-02-24T03:38:45.109Z Downloaded autocfg v1.4.0
4252026-02-24T03:38:45.109Z Downloaded usdt-attr-macro v0.5.0
4262026-02-24T03:38:45.109Z Downloaded serde-value v0.7.0
4272026-02-24T03:38:45.109Z Downloaded plain v0.2.3
4282026-02-24T03:38:45.109Z Downloaded idna_adapter v1.2.0
4292026-02-24T03:38:45.109Z Downloaded thiserror-impl v1.0.69
4302026-02-24T03:38:45.109Z Downloaded icu_normalizer v1.5.0
4312026-02-24T03:38:45.109Z Downloaded heck v0.5.0
4322026-02-24T03:38:45.109Z Downloaded clap v4.5.48
4332026-02-24T03:38:45.112Z Downloaded fnv v1.0.7
4342026-02-24T03:38:45.115Z Downloaded icu_properties_data v1.5.0
4352026-02-24T03:38:45.122Z Downloaded tabled v0.15.0
4362026-02-24T03:38:45.136Z Downloaded syn v1.0.109
4372026-02-24T03:38:45.144Z Downloaded heck v0.4.1
4382026-02-24T03:38:45.147Z Downloaded syn v2.0.114
4392026-02-24T03:38:45.154Z Downloaded equivalent v1.0.2
4402026-02-24T03:38:45.158Z Downloaded dtrace-parser v0.2.0
4412026-02-24T03:38:45.158Z Downloaded cargo-platform v0.2.0
4422026-02-24T03:38:45.162Z Downloaded rustix v0.38.37
4432026-02-24T03:38:45.182Z Downloaded rustix v1.1.3
4442026-02-24T03:38:45.218Z Downloaded libc v0.2.180
4452026-02-24T03:38:45.310Z Compiling proc-macro2 v1.0.101
4462026-02-24T03:38:45.311Z Compiling unicode-ident v1.0.19
4472026-02-24T03:38:45.314Z Compiling serde_core v1.0.228
4482026-02-24T03:38:45.314Z Compiling serde v1.0.228
4492026-02-24T03:38:45.314Z Compiling version_check v0.9.5
4502026-02-24T03:38:45.314Z Compiling libc v0.2.180
4512026-02-24T03:38:45.314Z Compiling memchr v2.7.4
4522026-02-24T03:38:45.314Z Compiling thiserror v2.0.18
4532026-02-24T03:38:45.778Z Compiling stable_deref_trait v1.2.0
4542026-02-24T03:38:45.910Z Compiling zmij v1.0.15
4552026-02-24T03:38:46.263Z Compiling ucd-trie v0.1.7
4562026-02-24T03:38:46.320Z Compiling thiserror v1.0.69
4572026-02-24T03:38:46.728Z Compiling litemap v0.7.3
4582026-02-24T03:38:46.760Z Compiling itoa v1.0.11
4592026-02-24T03:38:46.958Z Compiling writeable v0.5.5
4602026-02-24T03:38:47.055Z Compiling autocfg v1.4.0
4612026-02-24T03:38:47.112Z Compiling bitflags v2.9.4
4622026-02-24T03:38:47.493Z Compiling byteorder v1.5.0
4632026-02-24T03:38:47.579Z Compiling icu_locid_transform_data v1.5.0
4642026-02-24T03:38:47.695Z Compiling quote v1.0.40
4652026-02-24T03:38:47.782Z Compiling errno v0.3.12
4662026-02-24T03:38:48.000Z Compiling serde_json v1.0.149
4672026-02-24T03:38:48.046Z Compiling icu_properties_data v1.5.0
4682026-02-24T03:38:48.158Z Compiling syn v2.0.114
4692026-02-24T03:38:48.352Z Compiling num-traits v0.2.19
4702026-02-24T03:38:48.352Z Compiling equivalent v1.0.2
4712026-02-24T03:38:48.407Z Compiling icu_normalizer_data v1.5.0
4722026-02-24T03:38:48.474Z Compiling rustix v0.38.37
4732026-02-24T03:38:48.517Z Compiling utf8_iter v1.0.4
4742026-02-24T03:38:48.545Z Compiling smallvec v1.15.1
4752026-02-24T03:38:48.704Z Compiling utf16_iter v1.0.5
4762026-02-24T03:38:48.770Z Compiling write16 v1.0.0
4772026-02-24T03:38:48.949Z Compiling typeid v1.0.3
4782026-02-24T03:38:48.973Z Compiling hashbrown v0.16.1
4792026-02-24T03:38:49.391Z Compiling proc-macro-error-attr v1.0.4
4802026-02-24T03:38:49.574Z Compiling usdt-impl v0.5.0
4812026-02-24T03:38:49.600Z Compiling winnow v0.7.14
4822026-02-24T03:38:49.752Z Compiling toml_write v0.1.2
4832026-02-24T03:38:49.976Z Compiling syn v1.0.109
4842026-02-24T03:38:50.182Z Compiling indexmap v2.13.0
4852026-02-24T03:38:50.210Z Compiling thread-id v4.2.2
4862026-02-24T03:38:50.701Z Compiling proc-macro-error v1.0.4
4872026-02-24T03:38:51.054Z Compiling log v0.4.29
4882026-02-24T03:38:51.436Z Compiling utf8parse v0.2.2
4892026-02-24T03:38:51.640Z Compiling percent-encoding v2.3.2
4902026-02-24T03:38:51.643Z Compiling rustix v1.1.3
4912026-02-24T03:38:51.968Z Compiling camino v1.2.2
4922026-02-24T03:38:52.066Z Compiling plain v0.2.3
4932026-02-24T03:38:52.194Z Compiling getrandom v0.3.4
4942026-02-24T03:38:52.246Z Compiling ordered-float v2.10.1
4952026-02-24T03:38:52.666Z Compiling form_urlencoded v1.2.2
4962026-02-24T03:38:52.829Z Compiling anstyle-parse v0.2.5
4972026-02-24T03:38:52.993Z Compiling terminal_size v0.4.0
4982026-02-24T03:38:53.269Z Compiling cfg-if v1.0.4
4992026-02-24T03:38:53.404Z Compiling anstyle v1.0.11
5002026-02-24T03:38:53.654Z Compiling colorchoice v1.0.2
5012026-02-24T03:38:53.685Z Compiling pretty-hex v0.4.1
5022026-02-24T03:38:53.849Z Compiling anstyle-query v1.1.1
5032026-02-24T03:38:53.849Z Compiling is_terminal_polyfill v1.70.1
5042026-02-24T03:38:54.016Z Compiling anstream v0.6.18
5052026-02-24T03:38:54.151Z Compiling semver v1.0.27
5062026-02-24T03:38:54.697Z Compiling fs-err v3.1.1
5072026-02-24T03:38:54.946Z Compiling synstructure v0.13.1
5082026-02-24T03:38:54.976Z Compiling heck v0.5.0
5092026-02-24T03:38:55.018Z Compiling bytecount v0.6.8
5102026-02-24T03:38:55.060Z Compiling fnv v1.0.7
5112026-02-24T03:38:55.229Z Compiling clap_lex v0.7.4
5122026-02-24T03:38:55.279Z Compiling strsim v0.11.1
5132026-02-24T03:38:55.462Z Compiling unicode-width v0.1.14
5142026-02-24T03:38:55.679Z Compiling once_cell v1.21.3
5152026-02-24T03:38:56.036Z Compiling fastrand v2.1.1
5162026-02-24T03:38:56.094Z Compiling heck v0.4.1
5172026-02-24T03:38:56.149Z Compiling anyhow v1.0.99
5182026-02-24T03:38:56.342Z Compiling unicode-xid v0.2.6
5192026-02-24T03:38:56.542Z Compiling tempfile v3.24.0
5202026-02-24T03:38:56.571Z Compiling papergrid v0.11.0
5212026-02-24T03:38:56.574Z Compiling clap_builder v4.5.48
5222026-02-24T03:38:56.811Z Compiling memmap v0.7.0
5232026-02-24T03:38:57.263Z Compiling unicode-width v0.2.0
5242026-02-24T03:38:57.275Z Compiling smawk v0.3.2
5252026-02-24T03:38:57.331Z Compiling unicode-linebreak v0.1.5
5262026-02-24T03:38:57.742Z Compiling camino-tempfile v1.4.1
5272026-02-24T03:38:57.872Z Compiling textwrap v0.16.2
5282026-02-24T03:38:58.296Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5292026-02-24T03:38:58.448Z Compiling tabled_derive v0.7.0
5302026-02-24T03:38:58.766Z Compiling swrite v0.1.0
5312026-02-24T03:38:59.358Z Compiling serde_derive v1.0.228
5322026-02-24T03:38:59.358Z Compiling zerofrom-derive v0.1.4
5332026-02-24T03:38:59.410Z Compiling yoke-derive v0.7.4
5342026-02-24T03:38:59.457Z Compiling thiserror-impl v2.0.18
5352026-02-24T03:38:59.582Z Compiling zerovec-derive v0.10.3
5362026-02-24T03:39:00.145Z Compiling displaydoc v0.2.5
5372026-02-24T03:39:01.740Z Compiling thiserror-impl v1.0.69
5382026-02-24T03:39:02.106Z Compiling icu_provider_macros v1.5.0
5392026-02-24T03:39:02.204Z Compiling zerocopy-derive v0.7.35
5402026-02-24T03:39:02.751Z Compiling zerofrom v0.1.4
5412026-02-24T03:39:02.777Z Compiling pest v2.8.2
5422026-02-24T03:39:03.014Z Compiling yoke v0.7.4
5432026-02-24T03:39:03.137Z Compiling scroll_derive v0.12.0
5442026-02-24T03:39:03.423Z Compiling zerovec v0.10.4
5452026-02-24T03:39:04.196Z Compiling zerocopy v0.7.35
5462026-02-24T03:39:04.260Z Compiling clap_derive v4.5.47
5472026-02-24T03:39:04.512Z Compiling scroll v0.12.0
5482026-02-24T03:39:04.814Z Compiling tabled v0.15.0
5492026-02-24T03:39:05.075Z Compiling goblin v0.8.2
5502026-02-24T03:39:05.198Z Compiling tinystr v0.7.6
5512026-02-24T03:39:05.485Z Compiling pest_meta v2.8.2
5522026-02-24T03:39:05.600Z Compiling icu_locid v1.5.0
5532026-02-24T03:39:05.628Z Compiling icu_collections v1.5.0
5542026-02-24T03:39:06.917Z Compiling icu_provider v1.5.0
5552026-02-24T03:39:07.630Z Compiling pest_generator v2.8.2
5562026-02-24T03:39:07.831Z Compiling icu_locid_transform v1.5.0
5572026-02-24T03:39:07.928Z Compiling serde_spanned v0.6.9
5582026-02-24T03:39:07.977Z Compiling toml_datetime v0.6.11
5592026-02-24T03:39:08.189Z Compiling dof v0.3.0
5602026-02-24T03:39:08.219Z Compiling serde_tokenstream v0.2.2
5612026-02-24T03:39:08.528Z Compiling toml_edit v0.22.27
5622026-02-24T03:39:08.839Z Compiling erased-serde v0.4.6
5632026-02-24T03:39:09.109Z Compiling serde-value v0.7.0
5642026-02-24T03:39:09.410Z Compiling icu_properties v1.5.1
5652026-02-24T03:39:09.954Z Compiling pest_derive v2.8.2
5662026-02-24T03:39:09.984Z Compiling serde-untagged v0.1.7
5672026-02-24T03:39:10.040Z Compiling cargo-platform v0.2.0
5682026-02-24T03:39:10.236Z Compiling clap v4.5.48
5692026-02-24T03:39:10.382Z Compiling macaddr v1.0.1
5702026-02-24T03:39:10.732Z Compiling dtrace-parser v0.2.0
5712026-02-24T03:39:12.048Z Compiling toml v0.8.23
5722026-02-24T03:39:12.519Z Compiling usdt-attr-macro v0.5.0
5732026-02-24T03:39:12.579Z Compiling usdt-macro v0.5.0
5742026-02-24T03:39:12.941Z Compiling cargo_toml v0.21.0
5752026-02-24T03:39:13.313Z Compiling icu_normalizer v1.5.0
5762026-02-24T03:39:13.839Z Compiling usdt v0.5.0
5772026-02-24T03:39:14.033Z Compiling idna_adapter v1.2.0
5782026-02-24T03:39:14.202Z Compiling idna v1.0.3
5792026-02-24T03:39:14.639Z Compiling url v2.5.4
5802026-02-24T03:39:15.375Z Compiling cargo-util-schemas v0.8.2
5812026-02-24T03:39:17.010Z Compiling cargo_metadata v0.21.0
5822026-02-24T03:39:18.637Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5832026-02-24T03:39:22.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
5842026-02-24T03:39:22.597Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5852026-02-24T03:39:23.423Z Downloading crates ...
5862026-02-24T03:39:23.578Z Downloaded bitflags v1.3.2
5872026-02-24T03:39:23.585Z Downloaded ahash v0.8.12
5882026-02-24T03:39:23.590Z Downloaded block-padding v0.3.3
5892026-02-24T03:39:23.662Z Downloaded base16ct v0.2.0
5902026-02-24T03:39:23.662Z Downloaded clang-sys v1.8.1
5912026-02-24T03:39:23.662Z Downloaded bitfield-struct v0.6.2
5922026-02-24T03:39:23.662Z Downloaded base64 v0.21.7
5932026-02-24T03:39:23.662Z Downloaded darling_core v0.20.10
5942026-02-24T03:39:23.662Z Downloaded float-ord v0.3.2
5952026-02-24T03:39:23.662Z Downloaded foreign-types v0.5.0
5962026-02-24T03:39:23.662Z Downloaded fixedbitset v0.5.7
5972026-02-24T03:39:23.662Z Downloaded either v1.15.0
5982026-02-24T03:39:23.662Z Downloaded crossbeam-deque v0.8.5
5992026-02-24T03:39:23.662Z Downloaded cfg_aliases v0.1.1
6002026-02-24T03:39:23.662Z Downloaded dsl_auto_type v0.1.2
6012026-02-24T03:39:23.665Z Downloaded futures-io v0.3.31
6022026-02-24T03:39:23.665Z Downloaded crossterm v0.29.0
6032026-02-24T03:39:23.672Z Downloaded half v2.4.1
6042026-02-24T03:39:23.692Z Downloaded fixedbitset v0.4.2
6052026-02-24T03:39:23.697Z Downloaded arrayref v0.3.9
6062026-02-24T03:39:23.702Z Downloaded futures-sink v0.3.31
6072026-02-24T03:39:23.707Z Downloaded flagset v0.4.6
6082026-02-24T03:39:23.711Z Downloaded display-error-chain v0.2.2
6092026-02-24T03:39:23.716Z Downloaded futures-macro v0.3.31
6102026-02-24T03:39:23.719Z Downloaded ghash v0.5.1
6112026-02-24T03:39:23.724Z Downloaded futures-task v0.3.31
6122026-02-24T03:39:23.728Z Downloaded gethostname v0.5.0
6132026-02-24T03:39:23.732Z Downloaded float-cmp v0.10.0
6142026-02-24T03:39:23.736Z Downloaded globwalk v0.9.1
6152026-02-24T03:39:23.741Z Downloaded foldhash v0.2.0
6162026-02-24T03:39:23.745Z Downloaded critical-section v1.1.3
6172026-02-24T03:39:23.749Z Downloaded ciborium-ll v0.2.2
6182026-02-24T03:39:23.753Z Downloaded corncobs v0.1.4
6192026-02-24T03:39:23.758Z Downloaded heck v0.3.3
6202026-02-24T03:39:23.762Z Downloaded document-features v0.2.11
6212026-02-24T03:39:23.766Z Downloaded hex-literal v0.4.1
6222026-02-24T03:39:23.770Z Downloaded hostname v0.4.2
6232026-02-24T03:39:23.775Z Downloaded drift v0.1.3
6242026-02-24T03:39:23.784Z Downloaded http-range v0.1.5
6252026-02-24T03:39:23.788Z Downloaded hubpack_derive v0.1.1
6262026-02-24T03:39:23.791Z Downloaded futures-channel v0.3.31
6272026-02-24T03:39:23.796Z Downloaded group v0.13.0
6282026-02-24T03:39:23.800Z Downloaded fs_extra v1.3.0
6292026-02-24T03:39:23.805Z Downloaded indent_write v2.2.0
6302026-02-24T03:39:23.808Z Downloaded inout v0.1.3
6312026-02-24T03:39:23.812Z Downloaded arrayvec v0.7.6
6322026-02-24T03:39:23.817Z Downloaded impl-trait-for-tuples v0.2.2
6332026-02-24T03:39:23.822Z Downloaded is-terminal v0.4.13
6342026-02-24T03:39:23.825Z Downloaded des v0.8.1
6352026-02-24T03:39:23.830Z Downloaded fs-err v2.11.0
6362026-02-24T03:39:23.834Z Downloaded httpdate v1.0.3
6372026-02-24T03:39:23.838Z Downloaded env_logger v0.11.8
6382026-02-24T03:39:23.844Z Downloaded match_cfg v0.1.0
6392026-02-24T03:39:23.846Z Downloaded lru v0.12.5
6402026-02-24T03:39:23.851Z Downloaded lockfree-object-pool v0.1.6
6412026-02-24T03:39:23.855Z Downloaded const-oid v0.9.6
6422026-02-24T03:39:23.860Z Downloaded kstat-rs v0.2.4
6432026-02-24T03:39:23.863Z Downloaded md5 v0.7.0
6442026-02-24T03:39:23.866Z Downloaded half v1.8.3
6452026-02-24T03:39:23.871Z Downloaded new_debug_unreachable v1.0.6
6462026-02-24T03:39:23.874Z Downloaded multimap v0.10.1
6472026-02-24T03:39:23.878Z Downloaded libloading v0.8.5
6482026-02-24T03:39:23.882Z Downloaded jobserver v0.1.32
6492026-02-24T03:39:23.886Z Downloaded nibble_vec v0.1.0
6502026-02-24T03:39:23.890Z Downloaded ingot-types v0.1.2
6512026-02-24T03:39:23.893Z Downloaded crossbeam-epoch v0.9.18
6522026-02-24T03:39:23.898Z Downloaded num_threads v0.1.7
6532026-02-24T03:39:23.901Z Downloaded newtype_derive v0.1.6
6542026-02-24T03:39:23.904Z Downloaded num v0.4.3
6552026-02-24T03:39:23.908Z Downloaded num-iter v0.1.45
6562026-02-24T03:39:23.911Z Downloaded libsw v3.5.0
6572026-02-24T03:39:23.915Z Downloaded olpc-cjson v0.1.4
6582026-02-24T03:39:23.918Z Downloaded num_enum_derive v0.5.11
6592026-02-24T03:39:23.921Z Downloaded openssl-macros v0.1.1
6602026-02-24T03:39:23.924Z Downloaded mime_guess v2.0.5
6612026-02-24T03:39:23.928Z Downloaded opaque-debug v0.3.1
6622026-02-24T03:39:23.931Z Downloaded ingot v0.1.1
6632026-02-24T03:39:23.934Z Downloaded oso-derive v0.27.3
6642026-02-24T03:39:23.937Z Downloaded openssl-probe v0.1.5
6652026-02-24T03:39:23.940Z Downloaded ingot-macros v0.1.1
6662026-02-24T03:39:23.943Z Downloaded parse-size v1.1.0
6672026-02-24T03:39:23.947Z Downloaded packed_struct_codegen v0.10.1
6682026-02-24T03:39:23.950Z Downloaded number_prefix v0.4.0
6692026-02-24T03:39:23.953Z Downloaded pbkdf2 v0.12.2
6702026-02-24T03:39:23.956Z Downloaded crc-any v2.5.0
6712026-02-24T03:39:23.960Z Downloaded nonempty v0.12.0
6722026-02-24T03:39:23.964Z Downloaded peg-runtime v0.8.5
6732026-02-24T03:39:23.966Z Downloaded path-slash v0.1.5
6742026-02-24T03:39:23.969Z Downloaded pbkdf2 v0.11.0
6752026-02-24T03:39:23.973Z Downloaded phf_shared v0.12.1
6762026-02-24T03:39:23.976Z Downloaded pin-utils v0.1.0
6772026-02-24T03:39:23.979Z Downloaded litrs v0.4.1
6782026-02-24T03:39:23.983Z Downloaded ignore v0.4.23
6792026-02-24T03:39:23.988Z Downloaded num-integer v0.1.46
6802026-02-24T03:39:23.991Z Downloaded pretty-hex v0.2.1
6812026-02-24T03:39:23.994Z Downloaded num-complex v0.4.6
6822026-02-24T03:39:23.997Z Downloaded predicates-tree v1.0.12
6832026-02-24T03:39:24.000Z Downloaded oxnet v0.1.4
6842026-02-24T03:39:24.004Z Downloaded memmap2 v0.9.8
6852026-02-24T03:39:24.007Z Downloaded peg v0.8.5
6862026-02-24T03:39:24.013Z Downloaded psl-types v2.0.11
6872026-02-24T03:39:24.016Z Downloaded multer v3.1.0
6882026-02-24T03:39:24.021Z Downloaded pem-rfc7468 v0.7.0
6892026-02-24T03:39:24.024Z Downloaded proc-macro-error-attr2 v2.0.0
6902026-02-24T03:39:24.027Z Downloaded proc-macro-crate v1.3.1
6912026-02-24T03:39:24.030Z Downloaded progenitor-macro v0.11.2
6922026-02-24T03:39:24.033Z Downloaded ed25519-dalek v2.1.1
6932026-02-24T03:39:24.037Z Downloaded progenitor-client v0.11.2
6942026-02-24T03:39:24.041Z Downloaded phf v0.12.1
6952026-02-24T03:39:24.044Z Downloaded heapless v0.8.0
6962026-02-24T03:39:24.048Z Downloaded radium v0.7.0
6972026-02-24T03:39:24.051Z Downloaded rand_chacha v0.3.1
6982026-02-24T03:39:24.054Z Downloaded rand_xorshift v0.4.0
6992026-02-24T03:39:24.057Z Downloaded pkcs8 v0.10.2
7002026-02-24T03:39:24.060Z Downloaded polyval v0.6.2
7012026-02-24T03:39:24.064Z Downloaded postgres-protocol v0.6.8
7022026-02-24T03:39:24.067Z Downloaded poly1305 v0.8.0
7032026-02-24T03:39:24.071Z Downloaded primeorder v0.13.6
7042026-02-24T03:39:24.074Z Downloaded hashbrown v0.12.3
7052026-02-24T03:39:24.080Z Downloaded peg-macros v0.8.5
7062026-02-24T03:39:24.083Z Downloaded ref-cast-impl v1.0.25
7072026-02-24T03:39:24.086Z Downloaded parking_lot v0.11.2
7082026-02-24T03:39:24.092Z Downloaded rustc-hash v1.1.0
7092026-02-24T03:39:24.096Z Downloaded rfc6979 v0.4.0
7102026-02-24T03:39:24.100Z Downloaded quick-error v1.2.3
7112026-02-24T03:39:24.104Z Downloaded rustc_version v0.1.7
7122026-02-24T03:39:24.108Z Downloaded rustc-hash v2.1.1
7132026-02-24T03:39:24.112Z Downloaded rand_chacha v0.9.0
7142026-02-24T03:39:24.115Z Downloaded quinn-udp v0.5.5
7152026-02-24T03:39:24.120Z Downloaded russh-cryptovec v0.7.3
7162026-02-24T03:39:24.123Z Downloaded r2d2 v0.8.10
7172026-02-24T03:39:24.125Z Downloaded expectorate v1.2.0
7182026-02-24T03:39:24.129Z Downloaded rand_core v0.9.3
7192026-02-24T03:39:24.132Z Downloaded postcard v1.0.10
7202026-02-24T03:39:24.135Z Downloaded scheduled-thread-pool v0.2.7
7212026-02-24T03:39:24.137Z Downloaded scroll_derive v0.13.1
7222026-02-24T03:39:24.142Z Downloaded sapling-renderdag v0.1.0
7232026-02-24T03:39:24.145Z Downloaded parking_lot v0.12.3
7242026-02-24T03:39:24.145Z Downloaded papergrid v0.14.0
7252026-02-24T03:39:24.150Z Downloaded scrypt v0.11.0
7262026-02-24T03:39:24.153Z Downloaded same-file v1.0.6
7272026-02-24T03:39:24.156Z Downloaded oso v0.27.3
7282026-02-24T03:39:24.159Z Downloaded serde-big-array v0.5.1
7292026-02-24T03:39:24.162Z Downloaded jiff-static v0.2.15
7302026-02-24T03:39:24.166Z Downloaded secrecy v0.10.3
7312026-02-24T03:39:24.169Z Downloaded serde_bytes v0.11.19
7322026-02-24T03:39:24.171Z Downloaded serde_urlencoded v0.7.1
7332026-02-24T03:39:24.174Z Downloaded secrecy v0.8.0
7342026-02-24T03:39:24.177Z Downloaded signature v2.2.0
7352026-02-24T03:39:24.180Z Downloaded signal-hook-mio v0.2.4
7362026-02-24T03:39:24.180Z Downloaded rustc_version v0.4.1
7372026-02-24T03:39:24.183Z Downloaded shell-words v1.1.0
7382026-02-24T03:39:24.186Z Downloaded serde_spanned v1.0.4
7392026-02-24T03:39:24.189Z Downloaded serde_repr v0.1.19
7402026-02-24T03:39:24.192Z Downloaded serde_plain v1.0.2
7412026-02-24T03:39:24.194Z Downloaded aes v0.8.4
7422026-02-24T03:39:24.197Z Downloaded signal-hook-tokio v0.3.1
7432026-02-24T03:39:24.200Z Downloaded rustls-pemfile v2.2.0
7442026-02-24T03:39:24.202Z Downloaded simd-adler32 v0.3.7
7452026-02-24T03:39:24.205Z Downloaded siphasher v1.0.1
7462026-02-24T03:39:24.208Z Downloaded slog-envlogger v2.2.0
7472026-02-24T03:39:24.208Z Downloaded siphasher v0.3.11
7482026-02-24T03:39:24.211Z Downloaded hyper-util v0.1.19
7492026-02-24T03:39:24.218Z Downloaded sigpipe v0.1.3
7502026-02-24T03:39:24.221Z Downloaded sct v0.7.1
7512026-02-24T03:39:24.224Z Downloaded seq-macro v0.3.6
7522026-02-24T03:39:24.227Z Downloaded sec1 v0.7.3
7532026-02-24T03:39:24.230Z Downloaded scroll v0.13.0
7542026-02-24T03:39:24.233Z Downloaded prefix-trie v0.7.0
7552026-02-24T03:39:24.237Z Downloaded papergrid v0.17.0
7562026-02-24T03:39:24.243Z Downloaded ssh-cipher v0.2.0
7572026-02-24T03:39:24.246Z Downloaded strum v0.27.2
7582026-02-24T03:39:24.249Z Downloaded russh-keys v0.45.0
7592026-02-24T03:39:24.251Z Downloaded serde_path_to_error v0.1.20
7602026-02-24T03:39:24.254Z Downloaded strip-ansi-escapes v0.2.0
7612026-02-24T03:39:24.257Z Downloaded signal-hook-registry v1.4.2
7622026-02-24T03:39:24.257Z Downloaded itertools v0.10.5
7632026-02-24T03:39:24.265Z Downloaded serde-hex v0.1.0
7642026-02-24T03:39:24.267Z Downloaded strum v0.26.3
7652026-02-24T03:39:24.271Z Downloaded rustversion v1.0.22
7662026-02-24T03:39:24.273Z Downloaded structmeta-derive v0.3.0
7672026-02-24T03:39:24.276Z Downloaded smallvec v0.6.14
7682026-02-24T03:39:24.279Z Downloaded slog-scope v4.4.0
7692026-02-24T03:39:24.279Z Downloaded slog-json v2.6.1
7702026-02-24T03:39:24.282Z Downloaded prettyplease v0.2.36
7712026-02-24T03:39:24.286Z Downloaded minimal-lexical v0.2.1
7722026-02-24T03:39:24.292Z Downloaded take_mut v0.2.2
7732026-02-24T03:39:24.294Z Downloaded ron v0.7.1
7742026-02-24T03:39:24.299Z Downloaded serde_cbor v0.11.2
7752026-02-24T03:39:24.302Z Downloaded thiserror-impl-no-std v2.0.2
7762026-02-24T03:39:24.305Z Downloaded slog-term v2.9.2
7772026-02-24T03:39:24.307Z Downloaded tap v1.0.1
7782026-02-24T03:39:24.310Z Downloaded tinyvec_macros v0.1.1
7792026-02-24T03:39:24.310Z Downloaded string_cache v0.8.9
7802026-02-24T03:39:24.313Z Downloaded stringprep v0.1.5
7812026-02-24T03:39:24.316Z Downloaded supports-color v3.0.2
7822026-02-24T03:39:24.319Z Downloaded serde_derive_internals v0.29.1
7832026-02-24T03:39:24.319Z Downloaded iddqd v0.3.16
7842026-02-24T03:39:24.325Z Downloaded termtree v0.5.1
7852026-02-24T03:39:24.328Z Downloaded strum_macros v0.27.2
7862026-02-24T03:39:24.331Z Downloaded tagptr v0.2.0
7872026-02-24T03:39:24.334Z Downloaded smf v0.2.3
7882026-02-24T03:39:24.334Z Downloaded quinn v0.11.5
7892026-02-24T03:39:24.338Z Downloaded ssh-encoding v0.2.0
7902026-02-24T03:39:24.341Z Downloaded thread-id v5.0.0
7912026-02-24T03:39:24.345Z Downloaded slab v0.4.9
7922026-02-24T03:39:24.345Z Downloaded time-core v0.1.6
7932026-02-24T03:39:24.348Z Downloaded schemars v0.8.22
7942026-02-24T03:39:24.358Z Downloaded strum_macros v0.26.4
7952026-02-24T03:39:24.361Z Downloaded num-bigint v0.4.6
7962026-02-24T03:39:24.366Z Downloaded thread_local v1.1.8
7972026-02-24T03:39:24.369Z Downloaded sync_wrapper v1.0.1
7982026-02-24T03:39:24.372Z Downloaded support-bundle-viewer v0.1.2
7992026-02-24T03:39:24.372Z Downloaded signal-hook v0.3.18
8002026-02-24T03:39:24.375Z Downloaded try-lock v0.2.5
8012026-02-24T03:39:24.379Z Downloaded trait-variant v0.1.2
8022026-02-24T03:39:24.379Z Downloaded time-macros v0.2.24
8032026-02-24T03:39:24.382Z Downloaded tiny-keccak v2.0.2
8042026-02-24T03:39:24.385Z Downloaded topological-sort v0.2.2
8052026-02-24T03:39:24.385Z Downloaded snafu-derive v0.8.5
8062026-02-24T03:39:24.387Z Downloaded progenitor-impl v0.10.0
8072026-02-24T03:39:24.390Z Downloaded rand v0.8.5
8082026-02-24T03:39:24.396Z Downloaded itertools v0.13.0
8092026-02-24T03:39:24.399Z Downloaded tower-service v0.3.3
8102026-02-24T03:39:24.401Z Downloaded tls_codec v0.4.1
8112026-02-24T03:39:24.401Z Downloaded subprocess v0.2.9
8122026-02-24T03:39:24.404Z Downloaded typify-macro v0.2.0
8132026-02-24T03:39:24.407Z Downloaded tokio-macros v2.6.0
8142026-02-24T03:39:24.407Z Downloaded nom v7.1.3
8152026-02-24T03:39:24.411Z Downloaded universal-hash v0.5.1
8162026-02-24T03:39:24.414Z Downloaded unicode-truncate v1.1.0
8172026-02-24T03:39:24.414Z Downloaded tokio-native-tls v0.3.1
8182026-02-24T03:39:24.420Z Downloaded rsa v0.9.8
8192026-02-24T03:39:24.425Z Downloaded tokio-tungstenite v0.23.1
8202026-02-24T03:39:24.428Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8212026-02-24T03:39:24.428Z Downloaded typify-macro v0.4.3
8222026-02-24T03:39:24.428Z Downloaded usdt-attr-macro v0.6.0
8232026-02-24T03:39:24.431Z Downloaded unarray v0.1.4
8242026-02-24T03:39:24.431Z Downloaded usdt-macro v0.6.0
8252026-02-24T03:39:24.431Z Downloaded utf-8 v0.7.6
8262026-02-24T03:39:24.434Z Downloaded socket2 v0.5.10
8272026-02-24T03:39:24.436Z Downloaded unit-prefix v0.5.1
8282026-02-24T03:39:24.436Z Downloaded toml_writer v1.0.6+spec-1.1.0
8292026-02-24T03:39:24.439Z Downloaded h2 v0.4.6
8302026-02-24T03:39:24.444Z Downloaded usdt v0.6.0
8312026-02-24T03:39:24.447Z Downloaded rand v0.9.2
8322026-02-24T03:39:24.451Z Downloaded serde_yaml v0.9.34+deprecated
8332026-02-24T03:39:24.454Z Downloaded tracing-attributes v0.1.27
8342026-02-24T03:39:24.457Z Downloaded hkdf v0.12.4
8352026-02-24T03:39:24.459Z Downloaded untrusted v0.9.0
8362026-02-24T03:39:24.462Z Downloaded vte_generate_state_changes v0.1.2
8372026-02-24T03:39:24.462Z Downloaded void v1.0.2
8382026-02-24T03:39:24.462Z Downloaded untrusted v0.7.1
8392026-02-24T03:39:24.465Z Downloaded tokio-tungstenite v0.21.0
8402026-02-24T03:39:24.468Z Downloaded libxml v0.3.3
8412026-02-24T03:39:24.471Z Downloaded want v0.3.1
8422026-02-24T03:39:24.474Z Downloaded waitgroup v0.1.2
8432026-02-24T03:39:24.474Z Downloaded wait-timeout v0.2.0
8442026-02-24T03:39:24.477Z Downloaded tokio-rustls v0.25.0
8452026-02-24T03:39:24.480Z Downloaded hyper v1.8.1
8462026-02-24T03:39:24.484Z Downloaded tokio-rustls v0.24.1
8472026-02-24T03:39:24.486Z Downloaded num-bigint-dig v0.8.6
8482026-02-24T03:39:24.491Z Downloaded xshell-macros v0.2.7
8492026-02-24T03:39:24.493Z Downloaded xattr v1.3.1
8502026-02-24T03:39:24.494Z Downloaded zeroize_derive v1.4.2
8512026-02-24T03:39:24.496Z Downloaded schemars v1.0.4
8522026-02-24T03:39:24.509Z Downloaded zone v0.1.8
8532026-02-24T03:39:24.512Z Downloaded usdt-impl v0.6.0
8542026-02-24T03:39:24.515Z Downloaded toml_parser v1.0.6+spec-1.1.0
8552026-02-24T03:39:24.515Z Downloaded tokio-stream v0.1.17
8562026-02-24T03:39:24.520Z Downloaded zone v0.3.1
8572026-02-24T03:39:24.523Z Downloaded aho-corasick v1.1.3
8582026-02-24T03:39:24.526Z Downloaded vergen-lib v0.1.6
8592026-02-24T03:39:24.529Z Downloaded test-strategy v0.4.3
8602026-02-24T03:39:24.532Z Downloaded zone_cfg_derive v0.1.2
8612026-02-24T03:39:24.535Z Downloaded term v1.1.0
8622026-02-24T03:39:24.538Z Downloaded zone_cfg_derive v0.3.0
8632026-02-24T03:39:24.541Z Downloaded tar v0.4.44
8642026-02-24T03:39:24.545Z Downloaded tui-tree-widget v0.23.1
8652026-02-24T03:39:24.545Z Downloaded tokio-rustls v0.26.0
8662026-02-24T03:39:24.548Z Downloaded vsss-rs v3.3.4
8672026-02-24T03:39:24.551Z Downloaded wyz v0.5.1
8682026-02-24T03:39:24.551Z Downloaded typify v0.2.0
8692026-02-24T03:39:24.554Z Downloaded twox-hash v2.1.0
8702026-02-24T03:39:24.556Z Downloaded whoami v1.5.2
8712026-02-24T03:39:24.559Z Downloaded xshell v0.2.7
8722026-02-24T03:39:24.562Z Downloaded which v4.4.2
8732026-02-24T03:39:24.562Z Downloaded schemars v0.9.0
8742026-02-24T03:39:24.573Z Downloaded zeroize v1.8.1
8752026-02-24T03:39:24.576Z Downloaded toml v0.9.11+spec-1.1.0
8762026-02-24T03:39:24.579Z Downloaded uzers v0.12.1
8772026-02-24T03:39:24.582Z Downloaded steno v0.4.1
8782026-02-24T03:39:24.585Z Downloaded vergen-git2 v1.0.7
8792026-02-24T03:39:24.588Z Downloaded tungstenite v0.23.0
8802026-02-24T03:39:24.591Z Downloaded zstd-safe v7.2.3
8812026-02-24T03:39:24.595Z Downloaded zstd v0.13.3
8822026-02-24T03:39:24.595Z Downloaded vergen-gitcl v1.0.8
8832026-02-24T03:39:24.598Z Downloaded walkdir v2.5.0
8842026-02-24T03:39:24.602Z Downloaded unicode-properties v0.1.3
8852026-02-24T03:39:24.602Z Downloaded unicode-bidi v0.3.17
8862026-02-24T03:39:24.606Z Downloaded vergen v9.0.6
8872026-02-24T03:39:24.606Z Downloaded vte v0.11.1
8882026-02-24T03:39:24.608Z Downloaded typify v0.4.3
8892026-02-24T03:39:24.612Z Downloaded rustyline v14.0.0
8902026-02-24T03:39:24.616Z Downloaded zerocopy v0.6.6
8912026-02-24T03:39:24.619Z Downloaded yasna v0.5.2
8922026-02-24T03:39:24.621Z Downloaded tungstenite v0.21.0
8932026-02-24T03:39:24.624Z Downloaded tracing-core v0.1.32
8942026-02-24T03:39:24.627Z Downloaded xz2 v0.1.7
8952026-02-24T03:39:24.629Z Downloaded value-bag v1.12.0
8962026-02-24T03:39:24.633Z Downloaded unsafe-libyaml v0.2.11
8972026-02-24T03:39:24.636Z Downloaded toml_edit v0.19.15
8982026-02-24T03:39:24.654Z Downloaded tracing v0.1.40
8992026-02-24T03:39:24.657Z Downloaded rpassword v7.4.0
9002026-02-24T03:39:24.660Z Downloaded toml v0.7.8
9012026-02-24T03:39:24.663Z Downloaded russh v0.45.0
9022026-02-24T03:39:24.668Z Downloaded zopfli v0.8.1
9032026-02-24T03:39:24.671Z Downloaded iri-string v0.7.8
9042026-02-24T03:39:24.677Z Downloaded unicase v2.8.1
9052026-02-24T03:39:24.679Z Downloaded samael v0.0.19
9062026-02-24T03:39:24.685Z Downloaded tinyvec v1.8.0
9072026-02-24T03:39:24.688Z Downloaded socket2 v0.6.1
9082026-02-24T03:39:24.691Z Downloaded yansi v1.0.1
9092026-02-24T03:39:24.693Z Downloaded bindgen v0.69.5
9102026-02-24T03:39:24.698Z Downloaded rayon v1.10.0
9112026-02-24T03:39:24.707Z Downloaded p384 v0.13.1
9122026-02-24T03:39:24.711Z Downloaded ssh-key v0.6.6
9132026-02-24T03:39:24.718Z Downloaded zerocopy-derive v0.8.27
9142026-02-24T03:39:24.726Z Downloaded unicode_categories v0.1.1
9152026-02-24T03:39:24.729Z Downloaded reqwest v0.12.24
9162026-02-24T03:39:24.735Z Downloaded uuid v1.19.0
9172026-02-24T03:39:24.738Z Downloaded lalrpop v0.19.12
9182026-02-24T03:39:24.751Z Downloaded x509-cert v0.2.5
9192026-02-24T03:39:24.757Z Downloaded curve25519-dalek v4.1.3
9202026-02-24T03:39:24.767Z Downloaded zip v0.6.6
9212026-02-24T03:39:24.771Z Downloaded bindgen v0.71.1
9222026-02-24T03:39:24.779Z Downloaded zip v4.2.0
9232026-02-24T03:39:24.784Z Downloaded moka v0.12.10
9242026-02-24T03:39:24.795Z Downloaded typed-path v0.9.3
9252026-02-24T03:39:24.801Z Downloaded unicode-segmentation v1.12.0
9262026-02-24T03:39:24.804Z Downloaded tokio-util v0.7.15
9272026-02-24T03:39:24.812Z Downloaded gimli v0.31.1
9282026-02-24T03:39:24.820Z Downloaded salty v0.3.0
9292026-02-24T03:39:24.827Z Downloaded time v0.3.43
9302026-02-24T03:39:24.834Z Downloaded proptest v1.7.0
9312026-02-24T03:39:24.844Z Downloaded goblin v0.10.2
9322026-02-24T03:39:24.852Z Downloaded rustls-webpki v0.102.8
9332026-02-24T03:39:24.872Z Downloaded sqlparser v0.45.0
9342026-02-24T03:39:24.877Z Downloaded dropshot v0.16.7
9352026-02-24T03:39:24.899Z Downloaded winnow v0.6.26
9362026-02-24T03:39:24.908Z Downloaded tough v0.20.0
9372026-02-24T03:39:24.917Z Downloaded zlib-rs v0.5.1
9382026-02-24T03:39:24.922Z Downloaded regex-syntax v0.6.29
9392026-02-24T03:39:24.929Z Downloaded radix_trie v0.2.1
9402026-02-24T03:39:24.934Z Downloaded object v0.36.5
9412026-02-24T03:39:24.946Z Downloaded vcpkg v0.2.15
9422026-02-24T03:39:24.985Z Downloaded tabled v0.18.0
9432026-02-24T03:39:25.002Z Downloaded webpki-roots v1.0.1
9442026-02-24T03:39:25.005Z Downloaded rustls v0.21.12
9452026-02-24T03:39:25.017Z Downloaded regex-syntax v0.8.5
9462026-02-24T03:39:25.024Z Downloaded nix v0.29.0
9472026-02-24T03:39:25.036Z Downloaded smoltcp v0.11.0
9482026-02-24T03:39:25.048Z Downloaded zerocopy v0.8.27
9492026-02-24T03:39:25.070Z Downloaded rustls v0.23.19
9502026-02-24T03:39:25.080Z Downloaded rustls v0.22.4
9512026-02-24T03:39:25.092Z Downloaded regress v0.10.4
9522026-02-24T03:39:25.102Z Downloaded openapiv3 v2.2.0
9532026-02-24T03:39:25.114Z Downloaded hickory-proto v0.25.2
9542026-02-24T03:39:25.130Z Downloaded nix v0.28.0
9552026-02-24T03:39:25.139Z Downloaded diesel v2.2.12
9562026-02-24T03:39:25.159Z Downloaded bstr v1.10.0
9572026-02-24T03:39:25.168Z Downloaded ratatui v0.29.0
9582026-02-24T03:39:25.187Z Downloaded nix v0.30.1
9592026-02-24T03:39:25.227Z Downloaded hickory-proto v0.24.4
9602026-02-24T03:39:25.233Z Downloaded smoltcp v0.9.1
9612026-02-24T03:39:25.233Z Downloaded bzip2-sys v0.1.13+1.0.8
9622026-02-24T03:39:25.235Z Downloaded polar-core v0.27.3
9632026-02-24T03:39:25.243Z Downloaded sled v0.34.7
9642026-02-24T03:39:25.254Z Downloaded zerocopy-derive v0.6.6
9652026-02-24T03:39:25.265Z Downloaded typify-impl v0.4.3
9662026-02-24T03:39:25.277Z Downloaded typify-impl v0.2.0
9672026-02-24T03:39:25.290Z Downloaded petgraph v0.6.5
9682026-02-24T03:39:25.308Z Downloaded jiff v0.2.15
9692026-02-24T03:39:25.324Z Downloaded regex-automata v0.4.11
9702026-02-24T03:39:25.338Z Downloaded openssl v0.10.73
9712026-02-24T03:39:25.347Z Downloaded libz-sys v1.1.20
9722026-02-24T03:39:25.367Z Downloaded tabled v0.20.0
9732026-02-24T03:39:25.387Z Downloaded nix v0.27.1
9742026-02-24T03:39:25.394Z Downloaded winnow v0.5.40
9752026-02-24T03:39:25.402Z Downloaded serde_with v3.16.1
9762026-02-24T03:39:25.414Z Downloaded petname v2.0.2
9772026-02-24T03:39:25.420Z Downloaded chrono-tz v0.10.4
9782026-02-24T03:39:25.435Z Downloaded csv v1.3.1
9792026-02-24T03:39:25.453Z Downloaded lzma-sys v0.1.20
9802026-02-24T03:39:25.479Z Downloaded petgraph v0.8.2
9812026-02-24T03:39:25.499Z Downloaded object v0.30.4
9822026-02-24T03:39:25.507Z Downloaded rustls-webpki v0.101.7
9832026-02-24T03:39:25.521Z Downloaded tower v0.5.2
9842026-02-24T03:39:25.529Z Downloaded quick-xml v0.37.2
9852026-02-24T03:39:25.535Z Downloaded unicode-normalization v0.1.24
9862026-02-24T03:39:25.538Z Downloaded tower-http v0.6.6
9872026-02-24T03:39:25.546Z Downloaded regex v1.11.3
9882026-02-24T03:39:25.552Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9892026-02-24T03:39:25.569Z Downloaded tokio v1.49.0
9902026-02-24T03:39:25.605Z Downloaded sha3 v0.10.8
9912026-02-24T03:39:25.610Z Downloaded quinn-proto v0.11.8
9922026-02-24T03:39:25.615Z Downloaded chrono v0.4.43
9932026-02-24T03:39:25.622Z Downloaded tokio-postgres v0.7.13
9942026-02-24T03:39:25.626Z Downloaded portable-atomic v1.11.0
9952026-02-24T03:39:25.633Z Downloaded reedline v0.40.0
9962026-02-24T03:39:25.640Z Downloaded snafu v0.8.5
9972026-02-24T03:39:25.646Z Downloaded p521 v0.13.3
9982026-02-24T03:39:25.649Z Downloaded itertools v0.14.0
9992026-02-24T03:39:25.656Z Downloaded git2 v0.20.2
10002026-02-24T03:39:25.664Z Downloaded spin v0.9.8
10012026-02-24T03:39:25.667Z Downloaded slog v2.8.2
10022026-02-24T03:39:25.671Z Downloaded blake3 v1.5.4
10032026-02-24T03:39:25.676Z Downloaded aws-lc-rs v1.12.4
10042026-02-24T03:39:25.685Z Downloaded term v0.7.0
10052026-02-24T03:39:25.688Z Downloaded encoding_rs v0.8.34
10062026-02-24T03:39:25.708Z Downloaded itertools v0.12.1
10072026-02-24T03:39:25.714Z Downloaded tokio-dtrace v0.1.0
10082026-02-24T03:39:25.717Z Downloaded thiserror-no-std v2.0.2
10092026-02-24T03:39:25.720Z Downloaded similar v2.7.0
10102026-02-24T03:39:25.723Z Downloaded tower-layer v0.3.3
10112026-02-24T03:39:25.726Z Downloaded tls_codec_derive v0.4.1
10122026-02-24T03:39:25.726Z Downloaded termios v0.3.3
10132026-02-24T03:39:25.728Z Downloaded qorb v0.4.1
10142026-02-24T03:39:25.731Z Downloaded publicsuffix v2.3.0
10152026-02-24T03:39:25.734Z Downloaded futures-util v0.3.31
10162026-02-24T03:39:25.744Z Downloaded strum_macros v0.24.3
10172026-02-24T03:39:25.747Z Downloaded static_assertions v1.1.0
10182026-02-24T03:39:25.750Z Downloaded slog-bunyan v2.5.0
10192026-02-24T03:39:25.750Z Downloaded ron v0.8.1
10202026-02-24T03:39:25.754Z Downloaded pretty_assertions v1.4.1
10212026-02-24T03:39:25.756Z Downloaded ring v0.17.14
10222026-02-24T03:39:25.796Z Downloaded rustls-pki-types v1.10.0
10232026-02-24T03:39:25.799Z Downloaded rayon-core v1.12.1
10242026-02-24T03:39:25.802Z Downloaded hickory-server v0.25.2
10252026-02-24T03:39:25.805Z Downloaded subtle v2.6.1
10262026-02-24T03:39:25.808Z Downloaded testing_table v0.3.0
10272026-02-24T03:39:25.808Z Downloaded sqlformat v0.3.5
10282026-02-24T03:39:25.811Z Downloaded slog-stdlog v4.1.1
10292026-02-24T03:39:25.811Z Downloaded serde_with_macros v3.16.1
10302026-02-24T03:39:25.814Z Downloaded aes-gcm v0.10.3
10312026-02-24T03:39:25.816Z Downloaded tabwriter v1.4.0
10322026-02-24T03:39:25.816Z Downloaded tabled_derive v0.11.0
10332026-02-24T03:39:25.819Z Downloaded tabled_derive v0.10.0
10342026-02-24T03:39:25.819Z Downloaded sync-ptr v0.1.4
10352026-02-24T03:39:25.819Z Downloaded libgit2-sys v0.18.2+1.9.1
10362026-02-24T03:39:25.871Z Downloaded spki v0.7.3
10372026-02-24T03:39:25.874Z Downloaded slog-dtrace v0.3.0
10382026-02-24T03:39:25.874Z Downloaded slog-async v2.8.0
10392026-02-24T03:39:25.877Z Downloaded ryu v1.0.18
10402026-02-24T03:39:25.880Z Downloaded rcgen v0.12.1
10412026-02-24T03:39:25.882Z Downloaded progenitor-impl v0.11.2
10422026-02-24T03:39:25.882Z Downloaded libm v0.2.8
10432026-02-24T03:39:25.889Z Downloaded hashbrown v0.15.4
10442026-02-24T03:39:25.894Z Downloaded openssl-sys v0.9.109
10452026-02-24T03:39:25.898Z Downloaded mio v1.0.2
10462026-02-24T03:39:25.903Z Downloaded structmeta v0.3.0
10472026-02-24T03:39:25.906Z Downloaded rustls-pemfile v1.0.4
10482026-02-24T03:39:25.906Z Downloaded shlex v1.3.0
10492026-02-24T03:39:25.909Z Downloaded sqlparser_derive v0.2.2
10502026-02-24T03:39:25.909Z Downloaded schemars_derive v0.8.22
10512026-02-24T03:39:25.912Z Downloaded scopeguard v1.2.0
10522026-02-24T03:39:25.912Z Downloaded p256 v0.13.2
10532026-02-24T03:39:25.914Z Downloaded hickory-resolver v0.24.4
10542026-02-24T03:39:25.917Z Downloaded rusty-fork v0.3.0
10552026-02-24T03:39:25.920Z Downloaded rand_seeder v0.4.0
10562026-02-24T03:39:25.920Z Downloaded rustls-native-certs v0.8.1
10572026-02-24T03:39:25.922Z Downloaded http v1.4.0
10582026-02-24T03:39:25.926Z Downloaded rand_core v0.6.4
10592026-02-24T03:39:25.929Z Downloaded sha1 v0.10.6
10602026-02-24T03:39:25.931Z Downloaded rustc-demangle v0.1.24
10612026-02-24T03:39:25.931Z Downloaded semver v0.1.20
10622026-02-24T03:39:25.931Z Downloaded resolv-conf v0.7.0
10632026-02-24T03:39:25.934Z Downloaded progenitor-impl v0.8.0
10642026-02-24T03:39:25.937Z Downloaded pin-project v1.1.6
10652026-02-24T03:39:25.946Z Downloaded bitvec v1.0.1
10662026-02-24T03:39:25.961Z Downloaded salsa20 v0.10.2
10672026-02-24T03:39:25.963Z Downloaded postgres-types v0.2.9
10682026-02-24T03:39:25.966Z Downloaded owo-colors v4.2.3
10692026-02-24T03:39:25.969Z Downloaded pkcs5 v0.7.1
10702026-02-24T03:39:25.972Z Downloaded pkcs1 v0.7.5
10712026-02-24T03:39:25.974Z Downloaded miniz_oxide v0.8.5
10722026-02-24T03:39:25.977Z Downloaded hashbrown v0.13.2
10732026-02-24T03:39:25.980Z Downloaded rtoolbox v0.0.2
10742026-02-24T03:39:25.980Z Downloaded progenitor v0.10.0
10752026-02-24T03:39:25.983Z Downloaded pkg-config v0.3.31
10762026-02-24T03:39:25.983Z Downloaded hickory-resolver v0.25.2
10772026-02-24T03:39:25.986Z Downloaded headers v0.4.1
10782026-02-24T03:39:25.990Z Downloaded crossbeam-channel v0.5.15
10792026-02-24T03:39:25.994Z Downloaded ref-cast v1.0.25
10802026-02-24T03:39:25.997Z Downloaded progenitor v0.11.2
10812026-02-24T03:39:25.999Z Downloaded proc-macro-error2 v2.0.1
10822026-02-24T03:39:26.003Z Downloaded ppv-lite86 v0.2.20
10832026-02-24T03:39:26.003Z Downloaded omicron-zone-package v0.12.2
10842026-02-24T03:39:26.006Z Downloaded predicates v3.1.3
10852026-02-24T03:39:26.009Z Downloaded indicatif v0.18.0
10862026-02-24T03:39:26.011Z Downloaded bumpalo v3.16.0
10872026-02-24T03:39:26.014Z Downloaded pin-project-lite v0.2.14
10882026-02-24T03:39:26.017Z Downloaded pin-project-internal v1.1.6
10892026-02-24T03:39:26.020Z Downloaded der v0.7.10
10902026-02-24T03:39:26.024Z Downloaded indexmap v1.9.3
10912026-02-24T03:39:26.027Z Downloaded progenitor-client v0.10.0
10922026-02-24T03:39:26.029Z Downloaded progenitor-macro v0.10.0
10932026-02-24T03:39:26.029Z Downloaded progenitor-macro v0.8.0
10942026-02-24T03:39:26.029Z Downloaded progenitor-client v0.8.0
10952026-02-24T03:39:26.032Z Downloaded indicatif v0.17.11
10962026-02-24T03:39:26.035Z Downloaded phf v0.11.2
10972026-02-24T03:39:26.038Z Downloaded num-rational v0.4.2
10982026-02-24T03:39:26.038Z Downloaded num_enum v0.5.11
10992026-02-24T03:39:26.042Z Downloaded password-hash v0.5.0
11002026-02-24T03:39:26.044Z Downloaded pem v3.0.5
11012026-02-24T03:39:26.047Z Downloaded paste v1.0.15
11022026-02-24T03:39:26.049Z Downloaded password-hash v0.4.2
11032026-02-24T03:39:26.049Z Downloaded parse-display-derive v0.10.0
11042026-02-24T03:39:26.052Z Downloaded parking_lot_core v0.8.6
11052026-02-24T03:39:26.052Z Downloaded packed_struct v0.10.1
11062026-02-24T03:39:26.055Z Downloaded progenitor v0.8.0
11072026-02-24T03:39:26.055Z Downloaded oxide-tokio-rt v0.1.2
11082026-02-24T03:39:26.058Z Downloaded parking_lot_core v0.9.10
11092026-02-24T03:39:26.058Z Downloaded heapless v0.7.17
11102026-02-24T03:39:26.061Z Downloaded diesel_derives v2.2.3
11112026-02-24T03:39:26.065Z Downloaded derive_more-impl v2.0.1
11122026-02-24T03:39:26.069Z Downloaded predicates-core v1.0.8
11132026-02-24T03:39:26.072Z Downloaded precomputed-hash v0.1.1
11142026-02-24T03:39:26.072Z Downloaded powerfmt v0.2.0
11152026-02-24T03:39:26.072Z Downloaded phf_shared v0.11.2
11162026-02-24T03:39:26.075Z Downloaded fatfs v0.3.6
11172026-02-24T03:39:26.078Z Downloaded parse-display v0.10.0
11182026-02-24T03:39:26.078Z Downloaded newtype-uuid v1.3.2
11192026-02-24T03:39:26.080Z Downloaded native-tls v0.2.12
11202026-02-24T03:39:26.080Z Downloaded nanorand v0.7.0
11212026-02-24T03:39:26.083Z Downloaded libefi-sys v0.1.0
11222026-02-24T03:39:26.086Z Downloaded bytes v1.11.1
11232026-02-24T03:39:26.089Z Downloaded dropshot-api-manager v0.3.0
11242026-02-24T03:39:26.091Z Downloaded nu-ansi-term v0.50.1
11252026-02-24T03:39:26.094Z Downloaded const_format v0.2.34
11262026-02-24T03:39:26.097Z Downloaded chacha20poly1305 v0.10.1
11272026-02-24T03:39:26.100Z Downloaded arc-swap v1.7.1
11282026-02-24T03:39:26.102Z Downloaded hmac v0.12.1
11292026-02-24T03:39:26.105Z Downloaded cc v1.2.30
11302026-02-24T03:39:26.108Z Downloaded lock_api v0.4.12
11312026-02-24T03:39:26.108Z Downloaded managed v0.8.0
11322026-02-24T03:39:26.111Z Downloaded iana-time-zone v0.1.63
11332026-02-24T03:39:26.115Z Downloaded num-derive v0.3.3
11342026-02-24T03:39:26.115Z Downloaded hyper-rustls v0.27.7
11352026-02-24T03:39:26.118Z Downloaded num-derive v0.4.2
11362026-02-24T03:39:26.118Z Downloaded libz-rs-sys v0.5.1
11372026-02-24T03:39:26.118Z Downloaded flume v0.11.1
11382026-02-24T03:39:26.121Z Downloaded flate2 v1.1.2
11392026-02-24T03:39:26.125Z Downloaded elliptic-curve v0.13.8
11402026-02-24T03:39:26.129Z Downloaded linear-map v1.2.0
11412026-02-24T03:39:26.132Z Downloaded newtype-uuid-macros v0.1.0
11422026-02-24T03:39:26.132Z Downloaded num-conv v0.1.0
11432026-02-24T03:39:26.135Z Downloaded normalize-line-endings v0.3.0
11442026-02-24T03:39:26.135Z Downloaded nodrop v0.1.14
11452026-02-24T03:39:26.135Z Downloaded newline-converter v0.3.0
11462026-02-24T03:39:26.135Z Downloaded is_ci v1.2.0
11472026-02-24T03:39:26.138Z Downloaded httparse v1.9.5
11482026-02-24T03:39:26.138Z Downloaded derive_more v0.99.20
11492026-02-24T03:39:26.141Z Downloaded ipnet v2.11.0
11502026-02-24T03:39:26.144Z Downloaded hickory-client v0.25.2
11512026-02-24T03:39:26.148Z Downloaded futures v0.3.31
11522026-02-24T03:39:26.151Z Downloaded lazy_static v1.5.0
11532026-02-24T03:39:26.151Z Downloaded ipnetwork v0.21.1
11542026-02-24T03:39:26.153Z Downloaded getrandom v0.2.15
11552026-02-24T03:39:26.156Z Downloaded highway v1.3.0
11562026-02-24T03:39:26.159Z Downloaded derive_builder v0.20.2
11572026-02-24T03:39:26.163Z Downloaded mime v0.3.17
11582026-02-24T03:39:26.165Z Downloaded memoffset v0.9.1
11592026-02-24T03:39:26.165Z Downloaded indoc v2.0.6
11602026-02-24T03:39:26.168Z Downloaded camino-tempfile-ext v0.3.2
11612026-02-24T03:39:26.168Z Downloaded dof v0.4.0
11622026-02-24T03:39:26.172Z Downloaded md-5 v0.10.6
11632026-02-24T03:39:26.172Z Downloaded maybe-uninit v2.0.0
11642026-02-24T03:39:26.175Z Downloaded lru-cache v0.1.2
11652026-02-24T03:39:26.175Z Downloaded http-body-util v0.1.3
11662026-02-24T03:39:26.175Z Downloaded bzip2 v0.5.2
11672026-02-24T03:39:26.178Z Downloaded internet-checksum v0.2.1
11682026-02-24T03:39:26.178Z Downloaded instability v0.3.2
11692026-02-24T03:39:26.178Z Downloaded hyper-staticfile v0.10.1
11702026-02-24T03:39:26.181Z Downloaded console v0.16.0
11712026-02-24T03:39:26.184Z Downloaded allocator-api2 v0.2.21
11722026-02-24T03:39:26.187Z Downloaded cookie_store v0.21.1
11732026-02-24T03:39:26.187Z Downloaded linked-hash-map v0.5.6
11742026-02-24T03:39:26.190Z Downloaded libscf-sys v1.1.0
11752026-02-24T03:39:26.190Z Downloaded lazycell v1.3.0
11762026-02-24T03:39:26.190Z Downloaded keccak v0.1.5
11772026-02-24T03:39:26.192Z Downloaded maplit v1.0.2
11782026-02-24T03:39:26.192Z Downloaded lzss v0.8.2
11792026-02-24T03:39:26.193Z Downloaded libsw-core v0.3.1
11802026-02-24T03:39:26.195Z Downloaded lalrpop-util v0.19.12
11812026-02-24T03:39:26.196Z Downloaded humantime v2.2.0
11822026-02-24T03:39:26.198Z Downloaded derive-where v1.5.0
11832026-02-24T03:39:26.201Z Downloaded ena v0.14.3
11842026-02-24T03:39:26.201Z Downloaded dunce v1.0.5
11852026-02-24T03:39:26.203Z Downloaded dropshot_endpoint v0.16.7
11862026-02-24T03:39:26.206Z Downloaded bzip2 v0.4.4
11872026-02-24T03:39:26.206Z Downloaded bitfield v0.19.2
11882026-02-24T03:39:26.210Z Downloaded instant v0.1.13
11892026-02-24T03:39:26.210Z Downloaded indoc v1.0.9
11902026-02-24T03:39:26.213Z Downloaded ident_case v1.0.1
11912026-02-24T03:39:26.213Z Downloaded console v0.15.10
11922026-02-24T03:39:26.216Z Downloaded globset v0.4.15
11932026-02-24T03:39:26.216Z Downloaded cassowary v0.3.0
11942026-02-24T03:39:26.219Z Downloaded cargo_metadata v0.19.2
11952026-02-24T03:39:26.219Z Downloaded buf-list v1.0.3
11962026-02-24T03:39:26.221Z Downloaded hyper-tls v0.6.0
11972026-02-24T03:39:26.221Z Downloaded futures-executor v0.3.31
11982026-02-24T03:39:26.224Z Downloaded derive-ex v0.1.8
11992026-02-24T03:39:26.224Z Downloaded fallible-iterator v0.2.0
12002026-02-24T03:39:26.227Z Downloaded erased-serde v0.3.31
12012026-02-24T03:39:26.230Z Downloaded der_derive v0.7.3
12022026-02-24T03:39:26.233Z Downloaded data-encoding v2.9.0
12032026-02-24T03:39:26.233Z Downloaded colored v3.0.0
12042026-02-24T03:39:26.236Z Downloaded async-trait v0.1.89
12052026-02-24T03:39:26.239Z Downloaded cancel-safe-futures v0.1.5
12062026-02-24T03:39:26.242Z Downloaded hubpack v0.1.2
12072026-02-24T03:39:26.242Z Downloaded hostname v0.3.1
12082026-02-24T03:39:26.244Z Downloaded glob v0.3.2
12092026-02-24T03:39:26.244Z Downloaded daft-derive v0.1.4
12102026-02-24T03:39:26.247Z Downloaded csv-core v0.1.11
12112026-02-24T03:39:26.250Z Downloaded cookie v0.18.1
12122026-02-24T03:39:26.253Z Downloaded http-body v1.0.1
12132026-02-24T03:39:26.253Z Downloaded hex v0.4.3
12142026-02-24T03:39:26.253Z Downloaded headers-core v0.3.0
12152026-02-24T03:39:26.256Z Downloaded ff v0.13.0
12162026-02-24T03:39:26.256Z Downloaded ed25519 v2.2.3
12172026-02-24T03:39:26.258Z Downloaded ecdsa v0.16.9
12182026-02-24T03:39:26.258Z Downloaded diesel-dtrace v0.4.2
12192026-02-24T03:39:26.261Z Downloaded deranged v0.5.3
12202026-02-24T03:39:26.261Z Downloaded cmake v0.1.51
12212026-02-24T03:39:26.264Z Downloaded cexpr v0.6.0
12222026-02-24T03:39:26.264Z Downloaded crypto-bigint v0.5.5
12232026-02-24T03:39:26.269Z Downloaded bit-vec v0.6.3
12242026-02-24T03:39:26.272Z Downloaded home v0.5.9
12252026-02-24T03:39:26.272Z Downloaded hash32 v0.2.1
12262026-02-24T03:39:26.275Z Downloaded defmt v0.3.8
12272026-02-24T03:39:26.277Z Downloaded hash32 v0.3.1
12282026-02-24T03:39:26.277Z Downloaded foldhash v0.1.5
12292026-02-24T03:39:26.280Z Downloaded crossbeam-utils v0.8.21
12302026-02-24T03:39:26.280Z Downloaded cbc v0.1.2
12312026-02-24T03:39:26.283Z Downloaded bcs v0.1.6
12322026-02-24T03:39:26.286Z Downloaded bitfield-macros v0.19.2
12332026-02-24T03:39:26.286Z Downloaded async-recursion v1.1.1
12342026-02-24T03:39:26.288Z Downloaded colored v2.2.0
12352026-02-24T03:39:26.291Z Downloaded cipher v0.4.4
12362026-02-24T03:39:26.291Z Downloaded cargo-platform v0.1.8
12372026-02-24T03:39:26.294Z Downloaded ascii-canvas v3.0.0
12382026-02-24T03:39:26.294Z Downloaded darling_core v0.21.0
12392026-02-24T03:39:26.297Z Downloaded darling v0.20.10
12402026-02-24T03:39:26.301Z Downloaded ctr v0.9.2
12412026-02-24T03:39:26.304Z Downloaded foreign-types-shared v0.3.1
12422026-02-24T03:39:26.304Z Downloaded fd-lock v4.0.2
12432026-02-24T03:39:26.307Z Downloaded darling_macro v0.20.10
12442026-02-24T03:39:26.307Z Downloaded convert_case v0.7.1
12452026-02-24T03:39:26.309Z Downloaded blowfish v0.9.1
12462026-02-24T03:39:26.309Z Downloaded bit-vec v0.8.0
12472026-02-24T03:39:26.312Z Downloaded crucible-workspace-hack v0.1.0
12482026-02-24T03:39:26.312Z Downloaded adler2 v2.0.0
12492026-02-24T03:39:26.312Z Downloaded fxhash v0.2.1
12502026-02-24T03:39:26.315Z Downloaded embedded-io v0.4.0
12512026-02-24T03:39:26.315Z Downloaded dirs-next v2.0.0
12522026-02-24T03:39:26.315Z Downloaded debug-ignore v1.0.5
12532026-02-24T03:39:26.318Z Downloaded dirs-sys-next v0.1.2
12542026-02-24T03:39:26.318Z Downloaded difflib v0.4.0
12552026-02-24T03:39:26.318Z Downloaded darling_macro v0.21.0
12562026-02-24T03:39:26.321Z Downloaded futures-core v0.3.31
12572026-02-24T03:39:26.321Z Downloaded foreign-types-shared v0.1.1
12582026-02-24T03:39:26.321Z Downloaded env_filter v0.1.2
12592026-02-24T03:39:26.324Z Downloaded dropshot-api-manager-types v0.3.0
12602026-02-24T03:39:26.324Z Downloaded diesel_table_macro_syntax v0.2.0
12612026-02-24T03:39:26.324Z Downloaded crc-catalog v2.4.0
12622026-02-24T03:39:26.324Z Downloaded castaway v0.2.3
12632026-02-24T03:39:26.327Z Downloaded bit-set v0.8.0
12642026-02-24T03:39:26.327Z Downloaded atomicwrites v0.4.4
12652026-02-24T03:39:26.327Z Downloaded daft v0.1.4
12662026-02-24T03:39:26.330Z Downloaded backtrace v0.3.74
12672026-02-24T03:39:26.333Z Downloaded foreign-types-macros v0.2.3
12682026-02-24T03:39:26.336Z Downloaded dyn-clone v1.0.20
12692026-02-24T03:39:26.336Z Downloaded crunchy v0.2.2
12702026-02-24T03:39:26.336Z Downloaded const_format_proc_macros v0.2.34
12712026-02-24T03:39:26.339Z Downloaded bb8 v0.8.5
12722026-02-24T03:39:26.339Z Downloaded base64ct v1.6.0
12732026-02-24T03:39:26.342Z Downloaded dtrace-parser v0.3.0
12742026-02-24T03:39:26.342Z Downloaded diff v0.1.13
12752026-02-24T03:39:26.345Z Downloaded defmt-parser v0.3.4
12762026-02-24T03:39:26.348Z Downloaded defmt-macros v0.3.9
12772026-02-24T03:39:26.350Z Downloaded crc8 v0.1.1
12782026-02-24T03:39:26.350Z Downloaded crc v3.2.1
12792026-02-24T03:39:26.351Z Downloaded constant_time_eq v0.3.1
12802026-02-24T03:39:26.354Z Downloaded cobs v0.2.3
12812026-02-24T03:39:26.354Z Downloaded atomic-waker v1.1.2
12822026-02-24T03:39:26.354Z Downloaded array-init v0.0.4
12832026-02-24T03:39:26.357Z Downloaded funty v2.0.0
12842026-02-24T03:39:26.357Z Downloaded foreign-types v0.3.2
12852026-02-24T03:39:26.357Z Downloaded derive_builder_core v0.20.2
12862026-02-24T03:39:26.360Z Downloaded chacha20 v0.9.1
12872026-02-24T03:39:26.360Z Downloaded cfg_aliases v0.2.1
12882026-02-24T03:39:26.362Z Downloaded atty v0.2.14
12892026-02-24T03:39:26.362Z Downloaded async-stream v0.3.6
12902026-02-24T03:39:26.362Z Downloaded aead v0.5.2
12912026-02-24T03:39:26.365Z Downloaded filetime v0.2.26
12922026-02-24T03:39:26.365Z Downloaded endian-type v0.1.2
12932026-02-24T03:39:26.368Z Downloaded embedded-io v0.6.1
12942026-02-24T03:39:26.368Z Downloaded derive_builder_macro v0.20.2
12952026-02-24T03:39:26.368Z Downloaded ciborium v0.2.2
12962026-02-24T03:39:26.371Z Downloaded blake2 v0.10.6
12972026-02-24T03:39:26.374Z Downloaded bcrypt-pbkdf v0.10.0
12982026-02-24T03:39:26.374Z Downloaded async-stream-impl v0.3.6
12992026-02-24T03:39:26.374Z Downloaded darling v0.21.0
13002026-02-24T03:39:26.378Z Downloaded bit-set v0.5.3
13012026-02-24T03:39:26.381Z Downloaded argon2 v0.5.3
13022026-02-24T03:39:26.381Z Downloaded compact_str v0.8.0
13032026-02-24T03:39:26.383Z Downloaded ciborium-io v0.2.2
13042026-02-24T03:39:26.386Z Downloaded base64 v0.22.1
13052026-02-24T03:39:26.389Z Downloaded crossterm v0.28.1
13062026-02-24T03:39:26.393Z Downloaded derive_more v2.0.1
13072026-02-24T03:39:26.401Z Downloaded enum-as-inner v0.6.1
13082026-02-24T03:39:26.404Z Downloaded curve25519-dalek-derive v0.1.1
13092026-02-24T03:39:26.404Z Downloaded cstr-argument v0.1.2
13102026-02-24T03:39:26.407Z Downloaded crc32fast v1.4.2
13112026-02-24T03:39:26.407Z Downloaded convert_case v0.4.0
13122026-02-24T03:39:26.407Z Downloaded base64 v0.13.1
13132026-02-24T03:39:26.410Z Downloaded async-bb8-diesel v0.2.1
13142026-02-24T03:39:26.413Z Downloaded backoff v0.4.0
13152026-02-24T03:39:26.416Z Downloaded addr2line v0.24.2
13162026-02-24T03:39:26.416Z Downloaded assert_matches v1.5.0
13172026-02-24T03:39:26.609Z Downloaded aws-lc-sys v0.26.0
13182026-02-24T03:39:26.943Z Compiling value-bag v1.12.0
13192026-02-24T03:39:26.943Z Compiling lock_api v0.4.12
13202026-02-24T03:39:26.946Z Compiling scopeguard v1.2.0
13212026-02-24T03:39:26.946Z Compiling shlex v1.3.0
13222026-02-24T03:39:27.113Z Compiling smallvec v1.15.1
13232026-02-24T03:39:27.129Z Compiling syn v2.0.114
13242026-02-24T03:39:27.132Z Compiling getrandom v0.2.15
13252026-02-24T03:39:27.145Z Compiling jobserver v0.1.32
13262026-02-24T03:39:27.286Z Compiling typenum v1.17.0
13272026-02-24T03:39:27.504Z Compiling rand_core v0.6.4
13282026-02-24T03:39:27.547Z Compiling log v0.4.29
13292026-02-24T03:39:27.618Z Compiling cc v1.2.30
13302026-02-24T03:39:27.664Z Compiling generic-array v0.14.7
13312026-02-24T03:39:27.952Z Compiling subtle v2.6.1
13322026-02-24T03:39:28.048Z Compiling portable-atomic v1.11.0
13332026-02-24T03:39:28.081Z Compiling const-oid v0.9.6
13342026-02-24T03:39:28.103Z Compiling critical-section v1.1.3
13352026-02-24T03:39:28.273Z Compiling serde_json v1.0.149
13362026-02-24T03:39:28.297Z Compiling getrandom v0.3.4
13372026-02-24T03:39:28.319Z Compiling pkg-config v0.3.31
13382026-02-24T03:39:28.679Z Compiling spin v0.9.8
13392026-02-24T03:39:29.102Z Compiling regex-syntax v0.8.5
13402026-02-24T03:39:29.684Z Compiling pin-project-lite v0.2.14
13412026-02-24T03:39:29.778Z Compiling parking_lot_core v0.9.10
13422026-02-24T03:39:30.284Z Compiling rustix v0.38.37
13432026-02-24T03:39:30.308Z Compiling libm v0.2.8
13442026-02-24T03:39:30.628Z Compiling once_cell v1.21.3
13452026-02-24T03:39:30.738Z Compiling signal-hook-registry v1.4.2
13462026-02-24T03:39:30.978Z Compiling num-traits v0.2.19
13472026-02-24T03:39:31.082Z Compiling allocator-api2 v0.2.21
13482026-02-24T03:39:31.198Z Compiling parking_lot v0.12.3
13492026-02-24T03:39:31.624Z Compiling mio v1.0.2
13502026-02-24T03:39:31.714Z Compiling futures-core v0.3.31
13512026-02-24T03:39:31.865Z Compiling lazy_static v1.5.0
13522026-02-24T03:39:32.011Z Compiling aho-corasick v1.1.3
13532026-02-24T03:39:32.034Z Compiling percent-encoding v2.3.2
13542026-02-24T03:39:32.085Z Compiling socket2 v0.6.1
13552026-02-24T03:39:32.403Z Compiling slab v0.4.9
13562026-02-24T03:39:32.763Z Compiling cpufeatures v0.2.14
13572026-02-24T03:39:32.855Z Compiling glob v0.3.2
13582026-02-24T03:39:32.909Z Compiling either v1.15.0
13592026-02-24T03:39:32.968Z Compiling futures-sink v0.3.31
13602026-02-24T03:39:33.168Z Compiling futures-channel v0.3.31
13612026-02-24T03:39:33.355Z Compiling hashbrown v0.16.1
13622026-02-24T03:39:33.358Z Compiling futures-task v0.3.31
13632026-02-24T03:39:33.592Z Compiling pin-utils v0.1.0
13642026-02-24T03:39:33.692Z Compiling futures-io v0.3.31
13652026-02-24T03:39:33.713Z Compiling clang-sys v1.8.1
13662026-02-24T03:39:33.716Z Compiling prettyplease v0.2.36
13672026-02-24T03:39:33.978Z Compiling rustversion v1.0.22
13682026-02-24T03:39:34.208Z Compiling regex-automata v0.4.11
13692026-02-24T03:39:34.503Z Compiling minimal-lexical v0.2.1
13702026-02-24T03:39:34.554Z Compiling libloading v0.8.5
13712026-02-24T03:39:34.656Z Compiling synstructure v0.13.1
13722026-02-24T03:39:34.946Z Compiling nom v7.1.3
13732026-02-24T03:39:35.005Z Compiling indexmap v2.13.0
13742026-02-24T03:39:35.227Z Compiling ident_case v1.0.1
13752026-02-24T03:39:35.443Z Compiling home v0.5.9
13762026-02-24T03:39:35.684Z Compiling base64ct v1.6.0
13772026-02-24T03:39:36.014Z Compiling bindgen v0.69.5
13782026-02-24T03:39:36.264Z Compiling pem-rfc7468 v0.7.0
13792026-02-24T03:39:36.551Z Compiling itertools v0.12.1
13802026-02-24T03:39:36.888Z Compiling form_urlencoded v1.2.2
13812026-02-24T03:39:37.026Z Compiling rustc-hash v1.1.0
13822026-02-24T03:39:37.212Z Compiling lazycell v1.3.0
13832026-02-24T03:39:37.240Z Compiling flagset v0.4.6
13842026-02-24T03:39:37.420Z Compiling rand_core v0.9.3
13852026-02-24T03:39:37.482Z Compiling cmake v0.1.51
13862026-02-24T03:39:38.040Z Compiling paste v1.0.15
13872026-02-24T03:39:38.342Z Compiling cexpr v0.6.0
13882026-02-24T03:39:38.393Z Compiling fs_extra v1.3.0
13892026-02-24T03:39:38.570Z Compiling foldhash v0.1.5
13902026-02-24T03:39:38.926Z Compiling iana-time-zone v0.1.63
13912026-02-24T03:39:38.950Z Compiling dunce v1.0.5
13922026-02-24T03:39:39.144Z Compiling hashbrown v0.15.4
13932026-02-24T03:39:39.430Z Compiling rustc_version v0.4.1
13942026-02-24T03:39:39.453Z Compiling uuid v1.19.0
13952026-02-24T03:39:39.537Z Compiling zerocopy v0.8.27
13962026-02-24T03:39:39.581Z Compiling serde_derive v1.0.228
13972026-02-24T03:39:39.984Z Compiling zeroize_derive v1.4.2
13982026-02-24T03:39:40.118Z Compiling zerofrom-derive v0.1.4
13992026-02-24T03:39:40.367Z Compiling yoke-derive v0.7.4
14002026-02-24T03:39:40.400Z Compiling zerovec-derive v0.10.3
14012026-02-24T03:39:41.003Z Compiling displaydoc v0.2.5
14022026-02-24T03:39:41.378Z Compiling zeroize v1.8.1
14032026-02-24T03:39:42.629Z Compiling zerocopy-derive v0.7.35
14042026-02-24T03:39:42.910Z Compiling icu_provider_macros v1.5.0
14052026-02-24T03:39:43.185Z Compiling tokio-macros v2.6.0
14062026-02-24T03:39:43.320Z Compiling crypto-common v0.1.6
14072026-02-24T03:39:43.531Z Compiling block-buffer v0.10.4
14082026-02-24T03:39:43.585Z Compiling zerofrom v0.1.4
14092026-02-24T03:39:43.837Z Compiling digest v0.10.7
14102026-02-24T03:39:43.840Z Compiling yoke v0.7.4
14112026-02-24T03:39:43.959Z Compiling thiserror-impl v2.0.18
14122026-02-24T03:39:44.282Z Compiling zerovec v0.10.4
14132026-02-24T03:39:44.325Z Compiling hmac v0.12.1
14142026-02-24T03:39:44.555Z Compiling zerocopy v0.7.35
14152026-02-24T03:39:44.597Z Compiling block-padding v0.3.3
14162026-02-24T03:39:44.660Z Compiling futures-macro v0.3.31
14172026-02-24T03:39:44.851Z Compiling regex v1.11.3
14182026-02-24T03:39:44.896Z Compiling inout v0.1.3
14192026-02-24T03:39:45.208Z Compiling cipher v0.4.4
14202026-02-24T03:39:45.791Z Compiling sha2 v0.10.9
14212026-02-24T03:39:45.892Z Compiling ppv-lite86 v0.2.20
14222026-02-24T03:39:46.008Z Compiling der_derive v0.7.3
14232026-02-24T03:39:46.386Z Compiling tinystr v0.7.6
14242026-02-24T03:39:46.510Z Compiling icu_collections v1.5.0
14252026-02-24T03:39:46.532Z Compiling futures-util v0.3.31
14262026-02-24T03:39:46.671Z Compiling salsa20 v0.10.2
14272026-02-24T03:39:46.766Z Compiling icu_locid v1.5.0
14282026-02-24T03:39:46.946Z Compiling pbkdf2 v0.12.2
14292026-02-24T03:39:47.014Z Compiling serde v1.0.228
14302026-02-24T03:39:47.141Z Compiling vcpkg v0.2.15
14312026-02-24T03:39:47.191Z Compiling thiserror v2.0.18
14322026-02-24T03:39:47.438Z Compiling pest v2.8.2
14332026-02-24T03:39:47.845Z Compiling scrypt v0.11.0
14342026-02-24T03:39:48.252Z Compiling bitflags v2.9.4
14352026-02-24T03:39:48.276Z Compiling bytes v1.11.1
14362026-02-24T03:39:48.353Z Compiling icu_provider v1.5.0
14372026-02-24T03:39:48.762Z Compiling der v0.7.10
14382026-02-24T03:39:48.901Z Compiling chrono v0.4.43
14392026-02-24T03:39:49.312Z Compiling icu_locid_transform v1.5.0
14402026-02-24T03:39:49.333Z Compiling openssl-sys v0.9.109
14412026-02-24T03:39:49.821Z Compiling tokio v1.49.0
14422026-02-24T03:39:50.498Z Compiling pest_meta v2.8.2
14432026-02-24T03:39:50.501Z Compiling http v1.4.0
14442026-02-24T03:39:51.660Z Compiling icu_properties v1.5.1
14452026-02-24T03:39:51.902Z Compiling spki v0.7.3
14462026-02-24T03:39:52.092Z Compiling rand_chacha v0.9.0
14472026-02-24T03:39:52.310Z Compiling cbc v0.1.2
14482026-02-24T03:39:52.390Z Compiling aes v0.8.4
14492026-02-24T03:39:52.569Z Compiling which v4.4.2
14502026-02-24T03:39:52.807Z Compiling zerocopy-derive v0.8.27
14512026-02-24T03:39:53.836Z Compiling pkcs5 v0.7.1
14522026-02-24T03:39:54.726Z Compiling rand v0.9.2
14532026-02-24T03:39:54.905Z Compiling pest_generator v2.8.2
14542026-02-24T03:39:55.183Z Compiling tracing-attributes v0.1.27
14552026-02-24T03:39:55.279Z Compiling serde_derive_internals v0.29.1
14562026-02-24T03:39:55.986Z Compiling icu_normalizer v1.5.0
14572026-02-24T03:39:56.553Z Compiling ring v0.17.14
14582026-02-24T03:39:56.702Z Compiling tracing-core v0.1.32
14592026-02-24T03:39:57.489Z Compiling idna_adapter v1.2.0
14602026-02-24T03:39:57.682Z Compiling idna v1.0.3
14612026-02-24T03:39:57.727Z Compiling rustix v1.1.3
14622026-02-24T03:39:57.749Z Compiling schemars v0.8.22
14632026-02-24T03:39:57.924Z Compiling adler2 v2.0.0
14642026-02-24T03:39:58.129Z Compiling aws-lc-rs v1.12.4
14652026-02-24T03:39:58.210Z Compiling miniz_oxide v0.8.5
14662026-02-24T03:39:58.347Z Compiling url v2.5.4
14672026-02-24T03:39:58.578Z Compiling tracing v0.1.40
14682026-02-24T03:39:58.851Z Compiling tokio-util v0.7.15
14692026-02-24T03:39:59.153Z Compiling schemars_derive v0.8.22
14702026-02-24T03:39:59.657Z Compiling pest_derive v2.8.2
14712026-02-24T03:40:00.135Z Compiling pkcs8 v0.10.2
14722026-02-24T03:40:00.282Z Compiling http-body v1.0.1
14732026-02-24T03:40:00.454Z Compiling scroll_derive v0.13.1
14742026-02-24T03:40:00.548Z Compiling darling_core v0.20.10
14752026-02-24T03:40:00.732Z Compiling dyn-clone v1.0.20
14762026-02-24T03:40:00.979Z Compiling base64 v0.22.1
14772026-02-24T03:40:01.113Z Compiling rustls-pki-types v1.10.0
14782026-02-24T03:40:01.674Z Compiling tinyvec_macros v0.1.1
14792026-02-24T03:40:01.797Z Compiling httparse v1.9.5
14802026-02-24T03:40:02.047Z Compiling tinyvec v1.8.0
14812026-02-24T03:40:02.354Z Compiling scroll v0.13.0
14822026-02-24T03:40:02.868Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14832026-02-24T03:40:03.502Z Compiling bzip2-sys v0.1.13+1.0.8
14842026-02-24T03:40:03.662Z Compiling tower-service v0.3.3
14852026-02-24T03:40:03.801Z Compiling untrusted v0.7.1
14862026-02-24T03:40:03.989Z Compiling powerfmt v0.2.0
14872026-02-24T03:40:04.011Z Compiling atomic-waker v1.1.2
14882026-02-24T03:40:04.031Z Compiling tower-layer v0.3.3
14892026-02-24T03:40:04.275Z Compiling time-core v0.1.6
14902026-02-24T03:40:04.364Z Compiling untrusted v0.9.0
14912026-02-24T03:40:04.420Z Compiling try-lock v0.2.5
14922026-02-24T03:40:04.443Z Compiling foreign-types-shared v0.1.1
14932026-02-24T03:40:04.582Z Compiling openssl-probe v0.1.5
14942026-02-24T03:40:04.604Z Compiling openssl v0.10.73
14952026-02-24T03:40:04.604Z Compiling num-conv v0.1.0
14962026-02-24T03:40:04.607Z Compiling want v0.3.1
14972026-02-24T03:40:04.903Z Compiling tempfile v3.24.0
14982026-02-24T03:40:04.927Z Compiling foreign-types v0.3.2
14992026-02-24T03:40:04.962Z Compiling time-macros v0.2.24
15002026-02-24T03:40:05.103Z Compiling deranged v0.5.3
15012026-02-24T03:40:05.339Z Compiling h2 v0.4.6
15022026-02-24T03:40:06.232Z Compiling darling_macro v0.20.10
15032026-02-24T03:40:06.793Z Compiling goblin v0.10.2
15042026-02-24T03:40:07.126Z Compiling darling v0.20.10
15052026-02-24T03:40:07.725Z Compiling ipnet v2.11.0
15062026-02-24T03:40:07.858Z Compiling openssl-macros v0.1.1
15072026-02-24T03:40:08.597Z Compiling wait-timeout v0.2.0
15082026-02-24T03:40:08.890Z Compiling quick-error v1.2.3
15092026-02-24T03:40:08.956Z Compiling gimli v0.31.1
15102026-02-24T03:40:09.069Z Compiling crossbeam-utils v0.8.21
15112026-02-24T03:40:09.117Z Compiling rustls v0.23.19
15122026-02-24T03:40:09.167Z Compiling usdt-impl v0.6.0
15132026-02-24T03:40:09.498Z Compiling num_threads v0.1.7
15142026-02-24T03:40:09.550Z Compiling syn v1.0.109
15152026-02-24T03:40:09.641Z Compiling native-tls v0.2.12
15162026-02-24T03:40:09.661Z Compiling bit-vec v0.8.0
15172026-02-24T03:40:10.025Z Compiling httpdate v1.0.3
15182026-02-24T03:40:10.124Z Compiling bit-set v0.8.0
15192026-02-24T03:40:10.302Z Compiling time v0.3.43
15202026-02-24T03:40:10.459Z Compiling rusty-fork v0.3.0
15212026-02-24T03:40:11.163Z Compiling derive_builder_core v0.20.2
15222026-02-24T03:40:13.297Z Compiling addr2line v0.24.2
15232026-02-24T03:40:13.573Z Compiling hyper v1.8.1
15242026-02-24T03:40:14.009Z Compiling dof v0.4.0
15252026-02-24T03:40:14.294Z Compiling unicode-normalization v0.1.24
15262026-02-24T03:40:15.075Z Compiling dtrace-parser v0.3.0
15272026-02-24T03:40:15.329Z Compiling signature v2.2.0
15282026-02-24T03:40:15.651Z Compiling heapless v0.7.17
15292026-02-24T03:40:16.102Z Compiling scroll_derive v0.12.0
15302026-02-24T03:40:16.237Z Compiling thiserror-impl v1.0.69
15312026-02-24T03:40:17.016Z Compiling rand_xorshift v0.4.0
15322026-02-24T03:40:17.170Z Compiling slog v2.8.2
15332026-02-24T03:40:17.313Z Compiling darling_core v0.21.0
15342026-02-24T03:40:17.472Z Compiling thread-id v5.0.0
15352026-02-24T03:40:17.508Z Compiling cookie v0.18.1
15362026-02-24T03:40:17.597Z Compiling object v0.36.5
15372026-02-24T03:40:17.837Z Compiling crc32fast v1.4.2
15382026-02-24T03:40:17.879Z Compiling siphasher v0.3.11
15392026-02-24T03:40:17.962Z Compiling anyhow v1.0.99
15402026-02-24T03:40:18.168Z Compiling zstd-safe v7.2.3
15412026-02-24T03:40:18.254Z Compiling signal-hook v0.3.18
15422026-02-24T03:40:18.541Z Compiling unicode-bidi v0.3.17
15432026-02-24T03:40:18.579Z Compiling rustc-demangle v0.1.24
15442026-02-24T03:40:18.597Z Compiling unarray v0.1.4
15452026-02-24T03:40:18.766Z Compiling zlib-rs v0.5.1
15462026-02-24T03:40:19.154Z Compiling unicode-properties v0.1.3
15472026-02-24T03:40:19.491Z Compiling thiserror v1.0.69
15482026-02-24T03:40:19.590Z Compiling stringprep v0.1.5
15492026-02-24T03:40:19.653Z Compiling proptest v1.7.0
15502026-02-24T03:40:20.180Z Compiling phf_shared v0.11.2
15512026-02-24T03:40:20.566Z Compiling scroll v0.12.0
15522026-02-24T03:40:21.200Z Compiling hyper-util v0.1.19
15532026-02-24T03:40:21.223Z Compiling derive_builder_macro v0.20.2
15542026-02-24T03:40:22.701Z Compiling ipnetwork v0.21.1
15552026-02-24T03:40:23.495Z Compiling darling_macro v0.21.0
15562026-02-24T03:40:23.563Z Compiling toml_datetime v0.6.11
15572026-02-24T03:40:24.122Z Compiling backtrace v0.3.74
15582026-02-24T03:40:24.495Z Compiling serde_spanned v0.6.9
15592026-02-24T03:40:24.631Z Compiling erased-serde v0.3.31
15602026-02-24T03:40:24.763Z Compiling serde_tokenstream v0.2.2
15612026-02-24T03:40:25.356Z Compiling libz-rs-sys v0.5.1
15622026-02-24T03:40:25.378Z Compiling rand_chacha v0.3.1
15632026-02-24T03:40:25.683Z Compiling md-5 v0.10.6
15642026-02-24T03:40:25.919Z Compiling curve25519-dalek v4.1.3
15652026-02-24T03:40:26.018Z Compiling vergen-lib v0.1.6
15662026-02-24T03:40:26.039Z Compiling num-integer v0.1.46
15672026-02-24T03:40:26.313Z Compiling sync_wrapper v1.0.1
15682026-02-24T03:40:26.503Z Compiling hash32 v0.2.1
15692026-02-24T03:40:26.652Z Compiling ff v0.13.0
15702026-02-24T03:40:26.775Z Compiling memoffset v0.9.1
15712026-02-24T03:40:26.890Z Compiling cfg_aliases v0.2.1
15722026-02-24T03:40:26.921Z Compiling smoltcp v0.9.1
15732026-02-24T03:40:27.019Z Compiling fallible-iterator v0.2.0
15742026-02-24T03:40:27.058Z Compiling base16ct v0.2.0
15752026-02-24T03:40:27.147Z Compiling ref-cast v1.0.25
15762026-02-24T03:40:27.316Z Compiling litrs v0.4.1
15772026-02-24T03:40:27.404Z Compiling num-bigint-dig v0.8.6
15782026-02-24T03:40:27.597Z Compiling psl-types v2.0.11
15792026-02-24T03:40:27.731Z Compiling postgres-protocol v0.6.8
15802026-02-24T03:40:27.811Z Compiling publicsuffix v2.3.0
15812026-02-24T03:40:27.857Z Compiling sec1 v0.7.3
15822026-02-24T03:40:28.052Z Compiling nix v0.29.0
15832026-02-24T03:40:28.129Z Compiling group v0.13.0
15842026-02-24T03:40:28.355Z Compiling document-features v0.2.11
15852026-02-24T03:40:28.625Z Compiling num-iter v0.1.45
15862026-02-24T03:40:28.848Z Compiling tower v0.5.2
15872026-02-24T03:40:28.933Z Compiling rand v0.8.5
15882026-02-24T03:40:29.533Z Compiling newtype-uuid v1.3.2
15892026-02-24T03:40:29.654Z Compiling flate2 v1.1.2
15902026-02-24T03:40:30.013Z Compiling darling v0.21.0
15912026-02-24T03:40:30.151Z Compiling oxnet v0.1.4
15922026-02-24T03:40:30.238Z Compiling derive_builder v0.20.2
15932026-02-24T03:40:30.452Z Compiling goblin v0.8.2
15942026-02-24T03:40:30.643Z Compiling tokio-native-tls v0.3.1
15952026-02-24T03:40:30.993Z Compiling rustls-native-certs v0.8.1
15962026-02-24T03:40:31.372Z Compiling webpki-roots v1.0.1
15972026-02-24T03:40:31.553Z Compiling http-body-util v0.1.3
15982026-02-24T03:40:31.611Z Compiling strum_macros v0.27.2
15992026-02-24T03:40:31.797Z Compiling terminal_size v0.4.0
16002026-02-24T03:40:31.878Z Compiling cargo-platform v0.1.8
16012026-02-24T03:40:32.052Z Compiling hkdf v0.12.4
16022026-02-24T03:40:32.088Z Compiling crypto-bigint v0.5.5
16032026-02-24T03:40:32.355Z Compiling async-trait v0.1.89
16042026-02-24T03:40:32.439Z Compiling ref-cast-impl v1.0.25
16052026-02-24T03:40:33.617Z Compiling curve25519-dalek-derive v0.1.1
16062026-02-24T03:40:34.261Z Compiling hubpack_derive v0.1.1
16072026-02-24T03:40:34.852Z Compiling daft-derive v0.1.4
16082026-02-24T03:40:35.075Z Compiling vergen v9.0.6
16092026-02-24T03:40:35.183Z Compiling ahash v0.8.12
16102026-02-24T03:40:35.420Z Compiling fs-err v3.1.1
16112026-02-24T03:40:35.586Z Compiling managed v0.8.0
16122026-02-24T03:40:35.777Z Compiling ryu v1.0.18
16132026-02-24T03:40:36.021Z Compiling winnow v0.5.40
16142026-02-24T03:40:36.140Z Compiling lockfree-object-pool v0.1.6
16152026-02-24T03:40:36.444Z Compiling bitflags v1.3.2
16162026-02-24T03:40:36.504Z Compiling buf-list v1.0.3
16172026-02-24T03:40:36.507Z Compiling unicode-segmentation v1.12.0
16182026-02-24T03:40:36.568Z Compiling iri-string v0.7.8
16192026-02-24T03:40:37.146Z Compiling simd-adler32 v0.3.7
16202026-02-24T03:40:37.425Z Compiling bumpalo v3.16.0
16212026-02-24T03:40:37.933Z Compiling zopfli v0.8.1
16222026-02-24T03:40:38.076Z Compiling strum v0.27.2
16232026-02-24T03:40:38.295Z Compiling daft v0.1.4
16242026-02-24T03:40:38.890Z Compiling dof v0.3.0
16252026-02-24T03:40:39.525Z Compiling toml_edit v0.19.15
16262026-02-24T03:40:39.637Z Compiling tower-http v0.6.6
16272026-02-24T03:40:39.717Z Compiling clap_builder v4.5.48
16282026-02-24T03:40:39.829Z Compiling serde_urlencoded v0.7.1
16292026-02-24T03:40:40.555Z Compiling elliptic-curve v0.13.8
16302026-02-24T03:40:40.580Z Compiling hubpack v0.1.2
16312026-02-24T03:40:40.934Z Compiling cargo_metadata v0.19.2
16322026-02-24T03:40:41.025Z Compiling hyper-tls v0.6.0
16332026-02-24T03:40:41.456Z Compiling signal-hook-mio v0.2.4
16342026-02-24T03:40:41.484Z Compiling zstd v0.13.3
16352026-02-24T03:40:41.664Z Compiling cookie_store v0.21.1
16362026-02-24T03:40:43.176Z Compiling serde_with_macros v3.16.1
16372026-02-24T03:40:44.430Z Compiling postgres-types v0.2.9
16382026-02-24T03:40:45.827Z Compiling usdt-macro v0.6.0
16392026-02-24T03:40:45.850Z Compiling usdt-attr-macro v0.6.0
16402026-02-24T03:40:46.374Z Compiling phf v0.11.2
16412026-02-24T03:40:46.398Z Compiling dtrace-parser v0.2.0
16422026-02-24T03:40:46.685Z Compiling ed25519 v2.2.3
16432026-02-24T03:40:47.321Z Compiling bzip2 v0.4.4
16442026-02-24T03:40:47.433Z Compiling bzip2 v0.5.2
16452026-02-24T03:40:47.548Z Compiling pkcs1 v0.7.5
16462026-02-24T03:40:47.738Z Compiling enum-as-inner v0.6.1
16472026-02-24T03:40:47.819Z Compiling strum_macros v0.26.4
16482026-02-24T03:40:48.333Z Compiling clap_derive v4.5.47
16492026-02-24T03:40:48.447Z Compiling serde-big-array v0.5.1
16502026-02-24T03:40:48.649Z Compiling hex v0.4.3
16512026-02-24T03:40:48.719Z Compiling rfc6979 v0.4.0
16522026-02-24T03:40:48.778Z Compiling bstr v1.10.0
16532026-02-24T03:40:48.848Z Compiling serde_repr v0.1.19
16542026-02-24T03:40:48.941Z Compiling float-cmp v0.10.0
16552026-02-24T03:40:49.291Z Compiling env_filter v0.1.2
16562026-02-24T03:40:49.324Z Compiling memmap2 v0.9.8
16572026-02-24T03:40:49.774Z Compiling socket2 v0.5.10
16582026-02-24T03:40:49.917Z Compiling encoding_rs v0.8.34
16592026-02-24T03:40:49.954Z Compiling predicates-core v1.0.8
16602026-02-24T03:40:50.306Z Compiling normalize-line-endings v0.3.0
16612026-02-24T03:40:50.329Z Compiling foldhash v0.2.0
16622026-02-24T03:40:50.455Z Compiling data-encoding v2.9.0
16632026-02-24T03:40:50.664Z Compiling rustc-hash v2.1.1
16642026-02-24T03:40:50.749Z Compiling precomputed-hash v0.1.1
16652026-02-24T03:40:50.883Z Compiling static_assertions v1.1.0
16662026-02-24T03:40:50.904Z Compiling mime v0.3.17
16672026-02-24T03:40:51.012Z Compiling fixedbitset v0.5.7
16682026-02-24T03:40:51.447Z Compiling new_debug_unreachable v1.0.6
16692026-02-24T03:40:51.568Z Compiling jiff v0.2.15
16702026-02-24T03:40:51.705Z Compiling whoami v1.5.2
16712026-02-24T03:40:52.212Z Compiling fixedbitset v0.4.2
16722026-02-24T03:40:52.241Z Compiling difflib v0.4.0
16732026-02-24T03:40:52.288Z Compiling keccak v0.1.5
16742026-02-24T03:40:52.649Z Compiling toml_edit v0.22.27
16752026-02-24T03:40:52.777Z Compiling clap v4.5.48
16762026-02-24T03:40:52.911Z Compiling predicates v3.1.3
16772026-02-24T03:40:53.535Z Compiling sha3 v0.10.8
16782026-02-24T03:40:53.615Z Compiling petgraph v0.6.5
16792026-02-24T03:40:54.419Z Compiling strum v0.26.3
16802026-02-24T03:40:54.601Z Compiling tokio-postgres v0.7.13
16812026-02-24T03:40:54.644Z Compiling string_cache v0.8.9
16822026-02-24T03:40:54.687Z Compiling petgraph v0.8.2
16832026-02-24T03:40:55.070Z Compiling hickory-proto v0.25.2
16842026-02-24T03:40:56.167Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16852026-02-24T03:40:57.377Z Compiling iddqd v0.3.16
16862026-02-24T03:40:59.556Z Compiling zip v4.2.0
16872026-02-24T03:40:59.887Z Compiling similar v2.7.0
16882026-02-24T03:41:00.063Z Compiling usdt v0.6.0
16892026-02-24T03:41:00.114Z Compiling env_logger v0.11.8
16902026-02-24T03:41:00.582Z Compiling usdt-impl v0.5.0
16912026-02-24T03:41:00.888Z Compiling serde_with v3.16.1
16922026-02-24T03:41:01.804Z Compiling ecdsa v0.16.9
16932026-02-24T03:41:01.922Z Compiling rsa v0.9.8
16942026-02-24T03:41:01.954Z Compiling zip v0.6.6
16952026-02-24T03:41:02.676Z Compiling ed25519-dalek v2.1.1
16962026-02-24T03:41:03.334Z Compiling toml v0.7.8
16972026-02-24T03:41:04.088Z Compiling crossterm v0.28.1
16982026-02-24T03:41:05.249Z Compiling heck v0.4.1
16992026-02-24T03:41:05.374Z Compiling crossbeam-epoch v0.9.18
17002026-02-24T03:41:05.418Z Compiling tokio-stream v0.1.17
17012026-02-24T03:41:05.486Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-02-24T03:41:05.712Z Compiling x509-cert v0.2.5
17032026-02-24T03:41:05.917Z Compiling openapiv3 v2.2.0
17042026-02-24T03:41:06.053Z Compiling sha1 v0.10.6
17052026-02-24T03:41:06.448Z Compiling itertools v0.10.5
17062026-02-24T03:41:06.500Z Compiling itertools v0.13.0
17072026-02-24T03:41:07.035Z Compiling winnow v0.6.26
17082026-02-24T03:41:07.344Z Compiling lalrpop-util v0.19.12
17092026-02-24T03:41:07.728Z Compiling peg-runtime v0.8.5
17102026-02-24T03:41:08.367Z Compiling thread_local v1.1.8
17112026-02-24T03:41:08.871Z Compiling slog-async v2.8.0
17122026-02-24T03:41:08.972Z Compiling crossbeam-channel v0.5.15
17132026-02-24T03:41:09.525Z Compiling xattr v1.3.1
17142026-02-24T03:41:09.548Z Compiling futures-executor v0.3.31
17152026-02-24T03:41:09.816Z Compiling is-terminal v0.4.13
17162026-02-24T03:41:09.941Z Compiling filetime v0.2.26
17172026-02-24T03:41:09.965Z Compiling take_mut v0.2.2
17182026-02-24T03:41:09.988Z Compiling term v1.1.0
17192026-02-24T03:41:10.008Z Compiling futures v0.3.31
17202026-02-24T03:41:10.160Z Compiling tar v0.4.44
17212026-02-24T03:41:10.637Z Compiling slog-term v2.9.2
17222026-02-24T03:41:13.467Z Compiling aws-lc-sys v0.26.0
17232026-02-24T03:41:43.841Z Compiling rustls-webpki v0.102.8
17242026-02-24T03:41:48.707Z Compiling tokio-rustls v0.26.0
17252026-02-24T03:41:48.985Z Compiling hyper-rustls v0.27.7
17262026-02-24T03:41:49.355Z Compiling reqwest v0.12.24
17272026-02-24T03:41:53.489Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-02-24T03:41:53.802Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-02-24T03:41:58.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
17302026-02-24T03:41:58.799Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-02-24T03:41:58.859ZFeb 24 03:41:58.078 INFO Starting download, target: Clickhouse
17322026-02-24T03:41:58.862ZFeb 24 03:41:58.079 INFO Starting download, target: Cockroach
17332026-02-24T03:41:58.862ZFeb 24 03:41:58.079 INFO Starting download, target: Console
17342026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Starting download, target: DendriteStub
17352026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Starting download, target: MaghemiteMgd
17362026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Starting download, target: TransceiverControl
17372026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-02-24T03:41:58.863ZFeb 24 03:41:58.079 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-02-24T03:41:59.300ZFeb 24 03:41:58.514 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-02-24T03:41:59.369ZFeb 24 03:41:58.585 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-02-24T03:41:59.776ZFeb 24 03:41:58.991 INFO Download complete, target: TransceiverControl
17462026-02-24T03:41:59.861ZFeb 24 03:41:59.070 INFO Download complete, target: Console
17472026-02-24T03:42:00.200ZFeb 24 03:41:59.417 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-02-24T03:42:00.395ZFeb 24 03:41:59.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-02-24T03:42:00.832ZFeb 24 03:42:00.051 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-02-24T03:42:00.972ZFeb 24 03:42:00.191 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-02-24T03:42:00.972ZFeb 24 03:42:00.191 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-02-24T03:42:04.186ZFeb 24 03:42:03.404 INFO Download complete, target: MaghemiteMgd
17532026-02-24T03:42:04.258ZFeb 24 03:42:03.476 INFO Download complete, target: DendriteStub
17542026-02-24T03:42:08.476ZFeb 24 03:42:07.693 INFO Checking that binary works, target: Cockroach
17552026-02-24T03:42:08.607ZFeb 24 03:42:07.823 INFO Download complete, target: Cockroach
17562026-02-24T03:42:11.549ZFeb 24 03:42:10.763 INFO Checking that binary works, target: Clickhouse
17572026-02-24T03:42:11.724ZFeb 24 03:42:10.940 INFO Download complete, target: Clickhouse
17582026-02-24T03:42:11.732ZAll prerequisites installed successfully
17592026-02-24T03:42:11.735Z
17602026-02-24T03:42:11.735Zreal 6:38.575234295
17612026-02-24T03:42:11.735Zuser 19:05.523566349
17622026-02-24T03:42:11.735Zsys 2:36.532060812
17632026-02-24T03:42:11.735Ztrap 0.740009249
17642026-02-24T03:42:11.735Ztflt 0.861834955
17652026-02-24T03:42:11.735Zdflt 0.916810941
17662026-02-24T03:42:11.735Zkflt 0.028422662
17672026-02-24T03:42:11.735Zlock 46:21.743938007
17682026-02-24T03:42:11.735Zslp 1:12:06.621477223
17692026-02-24T03:42:11.735Zlat 1:22.510191212
17702026-02-24T03:42:11.735Zstop 3:19.673301313
17712026-02-24T03:42:11.735Z+ ptime -m cargo xtask download softnpu
17722026-02-24T03:42:12.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17732026-02-24T03:42:12.622Z Running `target/debug/xtask download softnpu`
17742026-02-24T03:42:13.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
17752026-02-24T03:42:13.811Z Running `target/debug/xtask-downloader softnpu`
17762026-02-24T03:42:13.855ZFeb 24 03:42:13.069 INFO Starting download, target: Softnpu
17772026-02-24T03:42:13.859ZFeb 24 03:42:13.070 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-02-24T03:42:14.474ZFeb 24 03:42:13.688 INFO Download complete, target: Softnpu
17792026-02-24T03:42:14.478Z
17802026-02-24T03:42:14.481Zreal 2.737261036
17812026-02-24T03:42:14.481Zuser 1.736102319
17822026-02-24T03:42:14.481Zsys 0.768899473
17832026-02-24T03:42:14.481Ztrap 0.001535189
17842026-02-24T03:42:14.481Ztflt 0.000213832
17852026-02-24T03:42:14.481Zdflt 0.000044315
17862026-02-24T03:42:14.481Zkflt 0.000000000
17872026-02-24T03:42:14.481Zlock 6.723071736
17882026-02-24T03:42:14.481Zslp 0.484186542
17892026-02-24T03:42:14.481Zlat 0.085768301
17902026-02-24T03:42:14.481Zstop 0.000161700
17912026-02-24T03:42:14.481Z+ export CARGO_INCREMENTAL=0
17922026-02-24T03:42:14.481Z+ CARGO_INCREMENTAL=0
17932026-02-24T03:42:14.482Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-02-24T03:42:15.836Z Compiling proc-macro2 v1.0.101
17952026-02-24T03:42:15.837Z Compiling unicode-ident v1.0.19
17962026-02-24T03:42:15.837Z Compiling libc v0.2.180
17972026-02-24T03:42:15.841Z Compiling serde_core v1.0.228
17982026-02-24T03:42:15.841Z Compiling serde v1.0.228
17992026-02-24T03:42:15.841Z Compiling autocfg v1.4.0
18002026-02-24T03:42:15.841Z Compiling cfg-if v1.0.4
18012026-02-24T03:42:16.170Z Compiling version_check v0.9.5
18022026-02-24T03:42:16.192Z Compiling memchr v2.7.4
18032026-02-24T03:42:16.215Z Compiling shlex v1.3.0
18042026-02-24T03:42:16.535Z Compiling value-bag v1.12.0
18052026-02-24T03:42:16.903Z Compiling lock_api v0.4.12
18062026-02-24T03:42:17.086Z Compiling log v0.4.29
18072026-02-24T03:42:17.272Z Compiling zmij v1.0.15
18082026-02-24T03:42:17.436Z Compiling typenum v1.17.0
18092026-02-24T03:42:17.757Z Compiling portable-atomic v1.11.0
18102026-02-24T03:42:17.800Z Compiling serde_json v1.0.149
18112026-02-24T03:42:18.076Z Compiling quote v1.0.40
18122026-02-24T03:42:18.168Z Compiling jobserver v0.1.32
18132026-02-24T03:42:18.303Z Compiling generic-array v0.14.7
18142026-02-24T03:42:18.382Z Compiling getrandom v0.3.4
18152026-02-24T03:42:18.589Z Compiling syn v2.0.114
18162026-02-24T03:42:18.652Z Compiling cc v1.2.30
18172026-02-24T03:42:18.675Z Compiling libm v0.2.8
18182026-02-24T03:42:18.834Z Compiling num-traits v0.2.19
18192026-02-24T03:42:19.060Z Compiling scopeguard v1.2.0
18202026-02-24T03:42:19.130Z Compiling parking_lot_core v0.9.10
18212026-02-24T03:42:19.207Z Compiling smallvec v1.15.1
18222026-02-24T03:42:19.583Z Compiling regex-syntax v0.8.5
18232026-02-24T03:42:19.749Z Compiling itoa v1.0.11
18242026-02-24T03:42:20.561Z Compiling getrandom v0.2.15
18252026-02-24T03:42:20.884Z Compiling pkg-config v0.3.31
18262026-02-24T03:42:20.984Z Compiling thiserror v2.0.18
18272026-02-24T03:42:21.176Z Compiling aho-corasick v1.1.3
18282026-02-24T03:42:21.427Z Compiling rustix v0.38.37
18292026-02-24T03:42:21.936Z Compiling errno v0.3.12
18302026-02-24T03:42:21.984Z Compiling stable_deref_trait v1.2.0
18312026-02-24T03:42:22.107Z Compiling either v1.15.0
18322026-02-24T03:42:22.182Z Compiling spin v0.9.8
18332026-02-24T03:42:22.374Z Compiling slab v0.4.9
18342026-02-24T03:42:22.418Z Compiling allocator-api2 v0.2.21
18352026-02-24T03:42:22.607Z Compiling equivalent v1.0.2
18362026-02-24T03:42:22.720Z Compiling semver v1.0.27
18372026-02-24T03:42:22.781Z Compiling lazy_static v1.5.0
18382026-02-24T03:42:23.262Z Compiling regex-automata v0.4.11
18392026-02-24T03:42:23.430Z Compiling schemars v0.8.22
18402026-02-24T03:42:24.720Z Compiling rand_core v0.6.4
18412026-02-24T03:42:25.313Z Compiling critical-section v1.1.3
18422026-02-24T03:42:25.435Z Compiling byteorder v1.5.0
18432026-02-24T03:42:25.533Z Compiling once_cell v1.21.3
18442026-02-24T03:42:26.020Z Compiling synstructure v0.13.1
18452026-02-24T03:42:26.375Z Compiling serde_derive_internals v0.29.1
18462026-02-24T03:42:26.727Z Compiling subtle v2.6.1
18472026-02-24T03:42:27.044Z Compiling writeable v0.5.5
18482026-02-24T03:42:27.108Z Compiling glob v0.3.2
18492026-02-24T03:42:27.210Z Compiling litemap v0.7.3
18502026-02-24T03:42:27.790Z Compiling percent-encoding v2.3.2
18512026-02-24T03:42:27.826Z Compiling prettyplease v0.2.36
18522026-02-24T03:42:27.847Z Compiling clang-sys v1.8.1
18532026-02-24T03:42:28.169Z Compiling pin-project-lite v0.2.14
18542026-02-24T03:42:28.309Z Compiling fnv v1.0.7
18552026-02-24T03:42:28.334Z Compiling minimal-lexical v0.2.1
18562026-02-24T03:42:28.477Z Compiling icu_locid_transform_data v1.5.0
18572026-02-24T03:42:28.661Z Compiling libloading v0.8.5
18582026-02-24T03:42:28.713Z Compiling regex v1.11.3
18592026-02-24T03:42:28.795Z Compiling nom v7.1.3
18602026-02-24T03:42:29.013Z Compiling bindgen v0.69.5
18612026-02-24T03:42:29.478Z Compiling icu_properties_data v1.5.0
18622026-02-24T03:42:29.648Z Compiling home v0.5.9
18632026-02-24T03:42:29.696Z Compiling serde_derive v1.0.228
18642026-02-24T03:42:29.737Z Compiling zeroize_derive v1.4.2
18652026-02-24T03:42:29.820Z Compiling zerofrom-derive v0.1.4
18662026-02-24T03:42:29.845Z Compiling yoke-derive v0.7.4
18672026-02-24T03:42:29.865Z Compiling zerovec-derive v0.10.3
18682026-02-24T03:42:29.987Z Compiling displaydoc v0.2.5
18692026-02-24T03:42:30.996Z Compiling icu_provider_macros v1.5.0
18702026-02-24T03:42:31.459Z Compiling zeroize v1.8.1
18712026-02-24T03:42:31.909Z Compiling tokio-macros v2.6.0
18722026-02-24T03:42:32.001Z Compiling thiserror-impl v2.0.18
18732026-02-24T03:42:32.095Z Compiling zerocopy-derive v0.7.35
18742026-02-24T03:42:32.140Z Compiling futures-macro v0.3.31
18752026-02-24T03:42:32.231Z Compiling schemars_derive v0.8.22
18762026-02-24T03:42:32.470Z Compiling zerofrom v0.1.4
18772026-02-24T03:42:32.739Z Compiling yoke v0.7.4
18782026-02-24T03:42:33.161Z Compiling zerovec v0.10.4
18792026-02-24T03:42:33.811Z Compiling cexpr v0.6.0
18802026-02-24T03:42:35.150Z Compiling tinystr v0.7.6
18812026-02-24T03:42:35.154Z Compiling icu_collections v1.5.0
18822026-02-24T03:42:35.201Z Compiling itertools v0.12.1
18832026-02-24T03:42:35.606Z Compiling icu_locid v1.5.0
18842026-02-24T03:42:35.948Z Compiling utf8_iter v1.0.4
18852026-02-24T03:42:36.251Z Compiling lazycell v1.3.0
18862026-02-24T03:42:36.275Z Compiling rustc-hash v1.1.0
18872026-02-24T03:42:36.475Z Compiling heck v0.5.0
18882026-02-24T03:42:36.921Z Compiling paste v1.0.15
18892026-02-24T03:42:37.426Z Compiling icu_provider v1.5.0
18902026-02-24T03:42:37.447Z Compiling utf16_iter v1.0.5
18912026-02-24T03:42:37.584Z Compiling bitflags v2.9.4
18922026-02-24T03:42:37.704Z Compiling bytes v1.11.1
18932026-02-24T03:42:38.191Z Compiling icu_normalizer_data v1.5.0
18942026-02-24T03:42:38.327Z Compiling icu_locid_transform v1.5.0
18952026-02-24T03:42:38.934Z Compiling write16 v1.0.0
18962026-02-24T03:42:39.353Z Compiling cmake v0.1.51
18972026-02-24T03:42:39.634Z Compiling signal-hook-registry v1.4.2
18982026-02-24T03:42:39.792Z Compiling dunce v1.0.5
18992026-02-24T03:42:39.960Z Compiling icu_properties v1.5.1
19002026-02-24T03:42:39.997Z Compiling fs_extra v1.3.0
19012026-02-24T03:42:40.082Z Compiling parking_lot v0.12.3
19022026-02-24T03:42:41.508Z Compiling crypto-common v0.1.6
19032026-02-24T03:42:41.561Z Compiling hashbrown v0.16.1
19042026-02-24T03:42:41.754Z Compiling which v4.4.2
19052026-02-24T03:42:42.273Z Compiling mio v1.0.2
19062026-02-24T03:42:43.220Z Compiling form_urlencoded v1.2.2
19072026-02-24T03:42:43.974Z Compiling icu_normalizer v1.5.0
19082026-02-24T03:42:43.997Z Compiling const-oid v0.9.6
19092026-02-24T03:42:44.128Z Compiling rustversion v1.0.22
19102026-02-24T03:42:44.252Z Compiling indexmap v2.13.0
19112026-02-24T03:42:45.102Z Compiling idna_adapter v1.2.0
19122026-02-24T03:42:45.364Z Compiling idna v1.0.3
19132026-02-24T03:42:45.764Z Compiling socket2 v0.6.1
19142026-02-24T03:42:46.198Z Compiling url v2.5.4
19152026-02-24T03:42:47.116Z Compiling tokio v1.49.0
19162026-02-24T03:42:47.441Z Compiling ring v0.17.14
19172026-02-24T03:42:47.731Z Compiling zerocopy v0.8.27
19182026-02-24T03:42:48.422Z Compiling block-buffer v0.10.4
19192026-02-24T03:42:48.461Z Compiling der_derive v0.7.3
19202026-02-24T03:42:48.704Z Compiling tracing-attributes v0.1.27
19212026-02-24T03:42:49.175Z Compiling vcpkg v0.2.15
19222026-02-24T03:42:50.780Z Compiling aws-lc-rs v1.12.4
19232026-02-24T03:42:51.216Z Compiling thiserror v1.0.69
19242026-02-24T03:42:51.295Z Compiling openssl-sys v0.9.109
19252026-02-24T03:42:51.452Z Compiling digest v0.10.7
19262026-02-24T03:42:51.772Z Compiling zerocopy-derive v0.8.27
19272026-02-24T03:42:51.794Z Compiling futures-core v0.3.31
19282026-02-24T03:42:52.091Z Compiling strsim v0.11.1
19292026-02-24T03:42:52.363Z Compiling zerocopy v0.7.35
19302026-02-24T03:42:52.632Z Compiling thiserror-impl v1.0.69
19312026-02-24T03:42:52.725Z Compiling ucd-trie v0.1.7
19322026-02-24T03:42:53.156Z Compiling iana-time-zone v0.1.63
19332026-02-24T03:42:53.433Z Compiling chrono v0.4.43
19342026-02-24T03:42:53.570Z Compiling aws-lc-sys v0.26.0
19352026-02-24T03:42:53.791Z Compiling pest v2.8.2
19362026-02-24T03:42:54.203Z Compiling serde_tokenstream v0.2.2
19372026-02-24T03:42:54.560Z Compiling uuid v1.19.0
19382026-02-24T03:42:54.766Z Compiling httparse v1.9.5
19392026-02-24T03:42:54.787Z Compiling foldhash v0.1.5
19402026-02-24T03:42:55.095Z Compiling ident_case v1.0.1
19412026-02-24T03:42:55.228Z Compiling hashbrown v0.15.4
19422026-02-24T03:42:56.465Z Compiling pest_meta v2.8.2
19432026-02-24T03:42:56.817Z Compiling rustix v1.1.3
19442026-02-24T03:42:57.581Z Compiling syn v1.0.109
19452026-02-24T03:42:58.146Z Compiling pest_generator v2.8.2
19462026-02-24T03:42:58.926Z Compiling num-conv v0.1.0
19472026-02-24T03:42:58.999Z Compiling futures-sink v0.3.31
19482026-02-24T03:42:59.207Z Compiling time-core v0.1.6
19492026-02-24T03:42:59.244Z Compiling futures-channel v0.3.31
19502026-02-24T03:42:59.541Z Compiling time-macros v0.2.24
19512026-02-24T03:42:59.914Z Compiling pest_derive v2.8.2
19522026-02-24T03:43:00.194Z Compiling rustc_version v0.4.1
19532026-02-24T03:43:00.718Z Compiling openssl v0.10.73
19542026-02-24T03:43:00.813Z Compiling futures-io v0.3.31
19552026-02-24T03:43:00.984Z Compiling cpufeatures v0.2.14
19562026-02-24T03:43:01.108Z Compiling pin-utils v0.1.0
19572026-02-24T03:43:01.129Z Compiling dyn-clone v1.0.20
19582026-02-24T03:43:01.186Z Compiling futures-task v0.3.31
19592026-02-24T03:43:01.471Z Compiling futures-util v0.3.31
19602026-02-24T03:43:01.506Z Compiling hmac v0.12.1
19612026-02-24T03:43:01.879Z Compiling plain v0.2.3
19622026-02-24T03:43:02.249Z Compiling block-padding v0.3.3
19632026-02-24T03:43:02.523Z Compiling openssl-macros v0.1.1
19642026-02-24T03:43:03.243Z Compiling native-tls v0.2.12
19652026-02-24T03:43:03.572Z Compiling crossbeam-utils v0.8.21
19662026-02-24T03:43:03.640Z Compiling rustls v0.23.19
19672026-02-24T03:43:03.996Z Compiling inout v0.1.3
19682026-02-24T03:43:04.114Z Compiling ppv-lite86 v0.2.20
19692026-02-24T03:43:05.183Z Compiling pretty-hex v0.4.1
19702026-02-24T03:43:05.642Z Compiling cipher v0.4.4
19712026-02-24T03:43:05.794Z Compiling sha2 v0.10.9
19722026-02-24T03:43:06.109Z Compiling http v1.4.0
19732026-02-24T03:43:06.574Z Compiling scroll_derive v0.13.1
19742026-02-24T03:43:07.829Z Compiling scroll_derive v0.12.0
19752026-02-24T03:43:08.159Z Compiling cookie v0.18.1
19762026-02-24T03:43:08.646Z Compiling base64ct v1.6.0
19772026-02-24T03:43:08.778Z Compiling anyhow v1.0.99
19782026-02-24T03:43:09.179Z Compiling pem-rfc7468 v0.7.0
19792026-02-24T03:43:09.386Z Compiling darling_core v0.21.0
19802026-02-24T03:43:09.748Z Compiling slog v2.8.2
19812026-02-24T03:43:11.173Z Compiling bzip2-sys v0.1.13+1.0.8
19822026-02-24T03:43:11.460Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19832026-02-24T03:43:11.719Z Compiling flagset v0.4.6
19842026-02-24T03:43:11.983Z Compiling der v0.7.10
19852026-02-24T03:43:13.646Z Compiling serde_spanned v0.6.9
19862026-02-24T03:43:13.895Z Compiling toml_datetime v0.6.11
19872026-02-24T03:43:14.383Z Compiling rand_core v0.9.3
19882026-02-24T03:43:14.415Z Compiling tracing-core v0.1.32
19892026-02-24T03:43:14.777Z Compiling rustls-pki-types v1.10.0
19902026-02-24T03:43:14.800Z Compiling spki v0.7.3
19912026-02-24T03:43:14.869Z Compiling darling_macro v0.21.0
19922026-02-24T03:43:15.187Z Compiling tracing v0.1.40
19932026-02-24T03:43:15.764Z Compiling darling v0.21.0
19942026-02-24T03:43:15.991Z Compiling salsa20 v0.10.2
19952026-02-24T03:43:16.098Z Compiling pbkdf2 v0.12.2
19962026-02-24T03:43:16.521Z Compiling camino v1.2.2
19972026-02-24T03:43:16.565Z Compiling winnow v0.5.40
19982026-02-24T03:43:16.718Z Compiling litrs v0.4.1
19992026-02-24T03:43:16.914Z Compiling base64 v0.22.1
20002026-02-24T03:43:17.712Z Compiling document-features v0.2.11
20012026-02-24T03:43:18.360Z Compiling scrypt v0.11.0
20022026-02-24T03:43:18.675Z Compiling rand_chacha v0.9.0
20032026-02-24T03:43:18.787Z Compiling tokio-util v0.7.15
20042026-02-24T03:43:18.810Z Compiling aes v0.8.4
20052026-02-24T03:43:19.501Z Compiling cbc v0.1.2
20062026-02-24T03:43:19.752Z Compiling toml_edit v0.19.15
20072026-02-24T03:43:22.238Z Compiling usdt-impl v0.5.0
20082026-02-24T03:43:22.644Z Compiling untrusted v0.7.1
20092026-02-24T03:43:22.859Z Compiling powerfmt v0.2.0
20102026-02-24T03:43:23.057Z Compiling untrusted v0.9.0
20112026-02-24T03:43:23.263Z Compiling ref-cast v1.0.25
20122026-02-24T03:43:23.285Z Compiling usdt-impl v0.6.0
20132026-02-24T03:43:23.351Z Compiling deranged v0.5.3
20142026-02-24T03:43:23.901Z Compiling pkcs5 v0.7.1
20152026-02-24T03:43:24.888Z Compiling rand v0.9.2
20162026-02-24T03:43:26.190Z Compiling http-body v1.0.1
20172026-02-24T03:43:26.487Z Compiling scroll v0.12.0
20182026-02-24T03:43:27.060Z Compiling scroll v0.13.0
20192026-02-24T03:43:27.633Z Compiling heapless v0.7.17
20202026-02-24T03:43:28.267Z Compiling adler2 v2.0.0
20212026-02-24T03:43:28.644Z Compiling atomic-waker v1.1.2
20222026-02-24T03:43:28.791Z Compiling cfg_aliases v0.2.1
20232026-02-24T03:43:28.867Z Compiling zstd-safe v7.2.3
20242026-02-24T03:43:28.919Z Compiling signal-hook v0.3.18
20252026-02-24T03:43:29.242Z Compiling num_threads v0.1.7
20262026-02-24T03:43:29.313Z Compiling miniz_oxide v0.8.5
20272026-02-24T03:43:29.399Z Compiling time v0.3.43
20282026-02-24T03:43:31.224Z Compiling goblin v0.10.2
20292026-02-24T03:43:31.965Z Compiling goblin v0.8.2
20302026-02-24T03:43:32.828Z Compiling pkcs8 v0.10.2
20312026-02-24T03:43:33.724Z Compiling ipnetwork v0.21.1
20322026-02-24T03:43:35.951Z Compiling darling_core v0.20.10
20332026-02-24T03:43:37.521Z Compiling ref-cast-impl v1.0.25
20342026-02-24T03:43:38.545Z Compiling memoffset v0.9.1
20352026-02-24T03:43:38.908Z Compiling tinyvec_macros v0.1.1
20362026-02-24T03:43:39.012Z Compiling tower-layer v0.3.3
20372026-02-24T03:43:39.782Z Compiling try-lock v0.2.5
20382026-02-24T03:43:39.985Z Compiling tower-service v0.3.3
20392026-02-24T03:43:40.420Z Compiling want v0.3.1
20402026-02-24T03:43:40.913Z Compiling darling_macro v0.20.10
20412026-02-24T03:43:41.022Z Compiling tinyvec v1.8.0
20422026-02-24T03:43:41.127Z Compiling dof v0.4.0
20432026-02-24T03:43:41.747Z Compiling dof v0.3.0
20442026-02-24T03:43:42.460Z Compiling h2 v0.4.6
20452026-02-24T03:43:43.189Z Compiling dtrace-parser v0.2.0
20462026-02-24T03:43:44.737Z Compiling curve25519-dalek v4.1.3
20472026-02-24T03:43:44.837Z Compiling dtrace-parser v0.3.0
20482026-02-24T03:43:45.400Z Compiling ipnet v2.11.0
20492026-02-24T03:43:45.608Z Compiling async-trait v0.1.89
20502026-02-24T03:43:46.366Z Compiling daft-derive v0.1.4
20512026-02-24T03:43:47.483Z Compiling thread-id v5.0.0
20522026-02-24T03:43:47.621Z Compiling thread-id v4.2.2
20532026-02-24T03:43:47.754Z Compiling smoltcp v0.9.1
20542026-02-24T03:43:47.833Z Compiling httpdate v1.0.3
20552026-02-24T03:43:48.123Z Compiling openssl-probe v0.1.5
20562026-02-24T03:43:48.336Z Compiling fastrand v2.1.1
20572026-02-24T03:43:48.420Z Compiling foreign-types-shared v0.1.1
20582026-02-24T03:43:48.442Z Compiling ryu v1.0.18
20592026-02-24T03:43:48.911Z Compiling num-bigint-dig v0.8.6
20602026-02-24T03:43:49.248Z Compiling foreign-types v0.3.2
20612026-02-24T03:43:49.270Z Compiling tempfile v3.24.0
20622026-02-24T03:43:51.181Z Compiling hyper v1.8.1
20632026-02-24T03:43:56.167Z Compiling darling v0.20.10
20642026-02-24T03:43:58.526Z Compiling strum_macros v0.26.4
20652026-02-24T03:44:00.714Z Compiling wait-timeout v0.2.0
20662026-02-24T03:44:01.154Z Compiling anstyle v1.0.11
20672026-02-24T03:44:01.286Z Compiling gimli v0.31.1
20682026-02-24T03:44:01.972Z Compiling bit-vec v0.8.0
20692026-02-24T03:44:02.183Z Compiling quick-error v1.2.3
20702026-02-24T03:44:02.216Z Compiling utf8parse v0.2.2
20712026-02-24T03:44:04.898Z Compiling bit-set v0.8.0
20722026-02-24T03:44:05.205Z Compiling anstyle-parse v0.2.5
20732026-02-24T03:44:05.563Z Compiling addr2line v0.24.2
20742026-02-24T03:44:05.939Z Compiling rusty-fork v0.3.0
20752026-02-24T03:44:09.353Z Compiling derive_builder_core v0.20.2
20762026-02-24T03:44:09.484Z Compiling hyper-util v0.1.19
20772026-02-24T03:44:11.229Z Compiling unicode-normalization v0.1.24
20782026-02-24T03:44:11.262Z Compiling nix v0.29.0
20792026-02-24T03:44:12.610Z Compiling rand_xorshift v0.4.0
20802026-02-24T03:44:12.865Z Compiling hubpack_derive v0.1.1
20812026-02-24T03:44:13.764Z Compiling signature v2.2.0
20822026-02-24T03:44:14.021Z Compiling openapiv3 v2.2.0
20832026-02-24T03:44:14.592Z Compiling erased-serde v0.3.31
20842026-02-24T03:44:16.212Z Compiling strum_macros v0.27.2
20852026-02-24T03:44:16.271Z Compiling curve25519-dalek-derive v0.1.1
20862026-02-24T03:44:17.578Z Compiling object v0.36.5
20872026-02-24T03:44:20.720Z Compiling fs-err v3.1.1
20882026-02-24T03:44:21.091Z Compiling ahash v0.8.12
20892026-02-24T03:44:21.484Z Compiling crc32fast v1.4.2
20902026-02-24T03:44:21.824Z Compiling buf-list v1.0.3
20912026-02-24T03:44:22.422Z Compiling unicode-segmentation v1.12.0
20922026-02-24T03:44:23.277Z Compiling zlib-rs v0.5.1
20932026-02-24T03:44:23.855Z Compiling rustc-demangle v0.1.24
20942026-02-24T03:44:23.988Z Compiling anstyle-query v1.1.1
20952026-02-24T03:44:24.173Z Compiling unicode-properties v0.1.3
20962026-02-24T03:44:24.599Z Compiling is_terminal_polyfill v1.70.1
20972026-02-24T03:44:24.752Z Compiling unarray v0.1.4
20982026-02-24T03:44:24.944Z Compiling colorchoice v1.0.2
20992026-02-24T03:44:25.135Z Compiling unicode-bidi v0.3.17
21002026-02-24T03:44:25.232Z Compiling siphasher v0.3.11
21012026-02-24T03:44:25.941Z Compiling stringprep v0.1.5
21022026-02-24T03:44:26.091Z Compiling phf_shared v0.11.2
21032026-02-24T03:44:26.237Z Compiling backtrace v0.3.74
21042026-02-24T03:44:26.464Z Compiling anstream v0.6.18
21052026-02-24T03:44:26.769Z Compiling proptest v1.7.0
21062026-02-24T03:44:28.135Z Compiling libz-rs-sys v0.5.1
21072026-02-24T03:44:32.408Z Compiling derive_builder_macro v0.20.2
21082026-02-24T03:44:34.348Z Compiling rustls-webpki v0.102.8
21092026-02-24T03:44:34.618Z Compiling usdt-macro v0.6.0
21102026-02-24T03:44:36.007Z Compiling usdt-attr-macro v0.6.0
21112026-02-24T03:44:36.038Z Compiling oxnet v0.1.4
21122026-02-24T03:44:36.864Z Compiling http-body-util v0.1.3
21132026-02-24T03:44:37.469Z Compiling rand_chacha v0.3.1
21142026-02-24T03:44:37.522Z Compiling sync_wrapper v1.0.1
21152026-02-24T03:44:37.750Z Compiling md-5 v0.10.6
21162026-02-24T03:44:37.892Z Compiling vergen-lib v0.1.6
21172026-02-24T03:44:38.042Z Compiling num-integer v0.1.46
21182026-02-24T03:44:38.253Z Compiling ff v0.13.0
21192026-02-24T03:44:38.276Z Compiling hash32 v0.2.1
21202026-02-24T03:44:38.297Z Compiling encoding_rs v0.8.34
21212026-02-24T03:44:38.508Z Compiling psl-types v2.0.11
21222026-02-24T03:44:38.624Z Compiling mime v0.3.17
21232026-02-24T03:44:38.767Z Compiling base16ct v0.2.0
21242026-02-24T03:44:39.091Z Compiling fallible-iterator v0.2.0
21252026-02-24T03:44:39.599Z Compiling publicsuffix v2.3.0
21262026-02-24T03:44:39.636Z Compiling sec1 v0.7.3
21272026-02-24T03:44:39.694Z Compiling serde_urlencoded v0.7.1
21282026-02-24T03:44:39.786Z Compiling postgres-protocol v0.6.8
21292026-02-24T03:44:40.275Z Compiling num-iter v0.1.45
21302026-02-24T03:44:40.310Z Compiling group v0.13.0
21312026-02-24T03:44:40.662Z Compiling rand v0.8.5
21322026-02-24T03:44:40.924Z Compiling tower v0.5.2
21332026-02-24T03:44:42.132Z Compiling tokio-rustls v0.26.0
21342026-02-24T03:44:43.345Z Compiling derive_builder v0.20.2
21352026-02-24T03:44:43.930Z Compiling newtype-uuid v1.3.2
21362026-02-24T03:44:44.043Z Compiling tokio-native-tls v0.3.1
21372026-02-24T03:44:44.558Z Compiling flate2 v1.1.2
21382026-02-24T03:44:44.727Z Compiling heck v0.4.1
21392026-02-24T03:44:45.187Z Compiling rustls-native-certs v0.8.1
21402026-02-24T03:44:45.643Z Compiling webpki-roots v1.0.1
21412026-02-24T03:44:46.080Z Compiling serde_with_macros v3.16.1
21422026-02-24T03:44:46.404Z Compiling hkdf v0.12.4
21432026-02-24T03:44:46.492Z Compiling vergen v9.0.6
21442026-02-24T03:44:46.550Z Compiling terminal_size v0.4.0
21452026-02-24T03:44:46.801Z Compiling cargo-platform v0.1.8
21462026-02-24T03:44:46.857Z Compiling enum-as-inner v0.6.1
21472026-02-24T03:44:46.978Z Compiling clap_derive v4.5.47
21482026-02-24T03:44:47.297Z Compiling crypto-bigint v0.5.5
21492026-02-24T03:44:47.504Z Compiling serde_repr v0.1.19
21502026-02-24T03:44:48.361Z Compiling simd-adler32 v0.3.7
21512026-02-24T03:44:48.840Z Compiling bitflags v1.3.2
21522026-02-24T03:44:48.890Z Compiling clap_lex v0.7.4
21532026-02-24T03:44:48.970Z Compiling managed v0.8.0
21542026-02-24T03:44:49.131Z Compiling lockfree-object-pool v0.1.6
21552026-02-24T03:44:49.148Z Compiling winnow v0.7.14
21562026-02-24T03:44:49.391Z Compiling iri-string v0.7.8
21572026-02-24T03:44:49.418Z Compiling bumpalo v3.16.0
21582026-02-24T03:44:50.906Z Compiling elliptic-curve v0.13.8
21592026-02-24T03:44:51.649Z Compiling zopfli v0.8.1
21602026-02-24T03:44:52.991Z Compiling tower-http v0.6.6
21612026-02-24T03:44:53.329Z Compiling clap_builder v4.5.48
21622026-02-24T03:44:53.598Z Compiling cargo_metadata v0.19.2
21632026-02-24T03:44:53.969Z Compiling hyper-tls v0.6.0
21642026-02-24T03:44:54.813Z Compiling hyper-rustls v0.27.7
21652026-02-24T03:44:55.490Z Compiling daft v0.1.4
21662026-02-24T03:44:56.008Z Compiling zstd v0.13.3
21672026-02-24T03:44:56.056Z Compiling signal-hook-mio v0.2.4
21682026-02-24T03:44:56.521Z Compiling cookie_store v0.21.1
21692026-02-24T03:44:56.917Z Compiling postgres-types v0.2.9
21702026-02-24T03:44:57.678Z Compiling phf v0.11.2
21712026-02-24T03:44:58.157Z Compiling strum v0.27.2
21722026-02-24T03:44:58.181Z Compiling ed25519 v2.2.3
21732026-02-24T03:44:58.203Z Compiling hubpack v0.1.2
21742026-02-24T03:44:58.327Z Compiling bzip2 v0.4.4
21752026-02-24T03:44:58.386Z Compiling bzip2 v0.5.2
21762026-02-24T03:44:58.615Z Compiling crossbeam-epoch v0.9.18
21772026-02-24T03:44:58.720Z Compiling pkcs1 v0.7.5
21782026-02-24T03:44:59.462Z Compiling rfc6979 v0.4.0
21792026-02-24T03:44:59.614Z Compiling regress v0.10.4
21802026-02-24T03:44:59.645Z Compiling float-cmp v0.10.0
21812026-02-24T03:44:59.682Z Compiling serde-big-array v0.5.1
21822026-02-24T03:44:59.707Z Compiling hex v0.4.3
21832026-02-24T03:44:59.937Z Compiling bstr v1.10.0
21842026-02-24T03:45:00.772Z Compiling socket2 v0.5.10
21852026-02-24T03:45:00.935Z Compiling memmap2 v0.9.8
21862026-02-24T03:45:01.249Z Compiling env_filter v0.1.2
21872026-02-24T03:45:01.599Z Compiling whoami v1.5.2
21882026-02-24T03:45:01.786Z Compiling foldhash v0.2.0
21892026-02-24T03:45:02.195Z Compiling data-encoding v2.9.0
21902026-02-24T03:45:02.598Z Compiling normalize-line-endings v0.3.0
21912026-02-24T03:45:02.769Z Compiling fixedbitset v0.4.2
21922026-02-24T03:45:03.183Z Compiling jiff v0.2.15
21932026-02-24T03:45:03.560Z Compiling new_debug_unreachable v1.0.6
21942026-02-24T03:45:03.691Z Compiling keccak v0.1.5
21952026-02-24T03:45:03.739Z Compiling static_assertions v1.1.0
21962026-02-24T03:45:03.872Z Compiling difflib v0.4.0
21972026-02-24T03:45:04.112Z Compiling predicates-core v1.0.8
21982026-02-24T03:45:04.434Z Compiling toml_write v0.1.2
21992026-02-24T03:45:04.486Z Compiling precomputed-hash v0.1.1
22002026-02-24T03:45:04.630Z Compiling rustc-hash v2.1.1
22012026-02-24T03:45:04.673Z Compiling fixedbitset v0.5.7
22022026-02-24T03:45:04.834Z Compiling iddqd v0.3.16
22032026-02-24T03:45:04.834Z Compiling string_cache v0.8.9
22042026-02-24T03:45:04.906Z Compiling predicates v3.1.3
22052026-02-24T03:45:05.253Z Compiling petgraph v0.8.2
22062026-02-24T03:45:05.277Z Compiling sha3 v0.10.8
22072026-02-24T03:45:05.901Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22082026-02-24T03:45:06.271Z Compiling reqwest v0.12.24
22092026-02-24T03:45:07.398Z Compiling typify-impl v0.4.3
22102026-02-24T03:45:08.313Z Compiling toml_edit v0.22.27
22112026-02-24T03:45:12.561Z Compiling zip v4.2.0
22122026-02-24T03:45:13.026Z Compiling petgraph v0.6.5
22132026-02-24T03:45:14.404Z Compiling hickory-proto v0.25.2
22142026-02-24T03:45:14.570Z Compiling tokio-postgres v0.7.13
22152026-02-24T03:45:15.497Z Compiling env_logger v0.11.8
22162026-02-24T03:45:16.187Z Compiling usdt v0.6.0
22172026-02-24T03:45:16.679Z Compiling similar v2.7.0
22182026-02-24T03:45:16.874Z Compiling serde_with v3.16.1
22192026-02-24T03:45:18.536Z Compiling ecdsa v0.16.9
22202026-02-24T03:45:19.434Z Compiling rsa v0.9.8
22212026-02-24T03:45:19.806Z Compiling zip v0.6.6
22222026-02-24T03:45:20.952Z Compiling ed25519-dalek v2.1.1
22232026-02-24T03:45:22.214Z Compiling clap v4.5.48
22242026-02-24T03:45:22.540Z Compiling crossterm v0.28.1
22252026-02-24T03:45:23.631Z Compiling strum v0.26.3
22262026-02-24T03:45:23.864Z Compiling tokio-stream v0.1.17
22272026-02-24T03:45:24.960Z Compiling toml v0.7.8
22282026-02-24T03:45:25.519Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22292026-02-24T03:45:25.553Z Compiling x509-cert v0.2.5
22302026-02-24T03:45:27.000Z Compiling sha1 v0.10.6
22312026-02-24T03:45:27.028Z Compiling itertools v0.10.5
22322026-02-24T03:45:27.414Z Compiling itertools v0.13.0
22332026-02-24T03:45:29.407Z Compiling winnow v0.6.26
22342026-02-24T03:45:30.683Z Compiling lalrpop-util v0.19.12
22352026-02-24T03:45:31.264Z Compiling peg-runtime v0.8.5
22362026-02-24T03:45:32.777Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22372026-02-24T03:45:33.354Z Compiling typify-macro v0.4.3
22382026-02-24T03:45:43.261Z Compiling rayon-core v1.12.1
22392026-02-24T03:45:49.116Z Compiling proc-macro-crate v1.3.1
22402026-02-24T03:45:50.300Z Compiling macaddr v1.0.1
22412026-02-24T03:45:50.900Z Compiling structmeta-derive v0.3.0
22422026-02-24T03:45:53.445Z Compiling itertools v0.14.0
22432026-02-24T03:45:54.072Z Compiling heapless v0.8.0
22442026-02-24T03:45:56.448Z Compiling ingot-macros v0.1.1
22452026-02-24T03:45:59.671Z Compiling structmeta v0.3.0
22462026-02-24T03:46:00.231Z Compiling num_enum_derive v0.5.11
22472026-02-24T03:46:01.577Z Compiling crossbeam-deque v0.8.5
22482026-02-24T03:46:02.668Z Compiling hash32 v0.3.1
22492026-02-24T03:46:05.136Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22502026-02-24T03:46:06.631Z Compiling unicode-width v0.1.14
22512026-02-24T03:46:06.868Z Compiling smoltcp v0.11.0
22522026-02-24T03:46:07.265Z Compiling tabwriter v1.4.0
22532026-02-24T03:46:08.926Z Compiling ingot-types v0.1.2
22542026-02-24T03:46:12.439Z Compiling num_enum v0.5.11
22552026-02-24T03:46:16.863Z Compiling typify v0.4.3
22562026-02-24T03:46:21.277Z Compiling proc-macro-error-attr v1.0.4
22572026-02-24T03:46:21.434Z Compiling unsafe-libyaml v0.2.11
22582026-02-24T03:46:22.021Z Compiling cobs v0.2.3
22592026-02-24T03:46:22.914Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602026-02-24T03:46:23.398Z Compiling rustls v0.22.4
22612026-02-24T03:46:32.566Z Compiling serde_yaml v0.9.34+deprecated
22622026-02-24T03:46:35.771Z Compiling postcard v1.0.10
22632026-02-24T03:46:41.613Z Compiling progenitor-impl v0.11.2
22642026-02-24T03:46:45.104Z Compiling ingot v0.1.1
22652026-02-24T03:46:51.951Z Compiling futures-executor v0.3.31
22662026-02-24T03:46:52.144Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22672026-02-24T03:46:52.458Z Compiling foreign-types-macros v0.2.3
22682026-02-24T03:46:52.929Z Compiling thread_local v1.1.8
22692026-02-24T03:46:53.125Z Compiling proc-macro-error v1.0.4
22702026-02-24T03:46:53.257Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-02-24T03:46:53.513Z Compiling multer v3.1.0
22722026-02-24T03:46:53.636Z Compiling foreign-types-shared v0.3.1
22732026-02-24T03:46:53.658Z Compiling slog-async v2.8.0
22742026-02-24T03:46:53.661Z Compiling match_cfg v0.1.0
22752026-02-24T03:46:53.824Z Compiling hostname v0.3.1
22762026-02-24T03:46:53.944Z Compiling foreign-types v0.5.0
22772026-02-24T03:46:54.136Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22782026-02-24T03:46:54.238Z Compiling futures v0.3.31
22792026-02-24T03:46:54.265Z Compiling progenitor-macro v0.11.2
22802026-02-24T03:46:55.470Z Compiling derive-ex v0.1.8
22812026-02-24T03:46:58.239Z Compiling progenitor-client v0.11.2
22822026-02-24T03:46:58.579Z Compiling toml_parser v1.0.6+spec-1.1.0
22832026-02-24T03:46:59.205Z Compiling slog-json v2.6.1
22842026-02-24T03:46:59.285Z Compiling crossbeam-channel v0.5.15
22852026-02-24T03:46:59.687Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-02-24T03:47:00.529Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22872026-02-24T03:47:00.859Z Compiling async-stream-impl v0.3.6
22882026-02-24T03:47:01.404Z Compiling serde_spanned v1.0.4
22892026-02-24T03:47:01.702Z Compiling toml_datetime v0.7.5+spec-1.1.0
22902026-02-24T03:47:01.936Z Compiling cstr-argument v0.1.2
22912026-02-24T03:47:01.977Z Compiling is-terminal v0.4.13
22922026-02-24T03:47:02.048Z Compiling dropshot v0.16.7
22932026-02-24T03:47:02.155Z Compiling take_mut v0.2.2
22942026-02-24T03:47:02.216Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22952026-02-24T03:47:02.359Z Compiling crucible-workspace-hack v0.1.0
22962026-02-24T03:47:02.413Z Compiling typeid v1.0.3
22972026-02-24T03:47:02.562Z Compiling toml_writer v1.0.6+spec-1.1.0
22982026-02-24T03:47:02.595Z Compiling term v1.1.0
22992026-02-24T03:47:02.712Z Compiling pretty-hex v0.2.1
23002026-02-24T03:47:02.995Z Compiling toml v0.9.11+spec-1.1.0
23012026-02-24T03:47:03.021Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23022026-02-24T03:47:03.259Z Compiling slog-term v2.9.2
23032026-02-24T03:47:05.196Z Compiling progenitor v0.11.2
23042026-02-24T03:47:05.450Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23052026-02-24T03:47:06.321Z Compiling async-stream v0.3.6
23062026-02-24T03:47:06.382Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-02-24T03:47:06.609Z Compiling tokio-rustls v0.25.0
23082026-02-24T03:47:06.654Z Compiling slog-bunyan v2.5.0
23092026-02-24T03:47:06.677Z Compiling test-strategy v0.4.3
23102026-02-24T03:47:07.717Z Compiling rayon v1.10.0
23112026-02-24T03:47:08.200Z Compiling parse-display-derive v0.10.0
23122026-02-24T03:47:09.776Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23132026-02-24T03:47:09.886Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23142026-02-24T03:47:10.057Z Compiling colored v2.2.0
23152026-02-24T03:47:11.459Z Compiling nix v0.30.1
23162026-02-24T03:47:11.653Z Compiling waitgroup v0.1.2
23172026-02-24T03:47:11.788Z Compiling rustls-pemfile v2.2.0
23182026-02-24T03:47:11.944Z Compiling dropshot_endpoint v0.16.7
23192026-02-24T03:47:12.316Z Compiling newtype-uuid-macros v0.1.0
23202026-02-24T03:47:12.319Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23212026-02-24T03:47:12.583Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-02-24T03:47:12.626Z Compiling serde_path_to_error v0.1.20
23232026-02-24T03:47:17.004Z Compiling hostname v0.4.2
23242026-02-24T03:47:17.066Z Compiling instant v0.1.13
23252026-02-24T03:47:17.066Z Compiling debug-ignore v1.0.5
23262026-02-24T03:47:17.066Z Compiling colored v3.0.0
23272026-02-24T03:47:17.066Z Compiling backoff v0.4.0
23282026-02-24T03:47:17.066Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23292026-02-24T03:47:17.066Z Compiling parse-display v0.10.0
23302026-02-24T03:47:17.066Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23312026-02-24T03:47:17.066Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23322026-02-24T03:47:17.093Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23332026-02-24T03:47:17.093Z Compiling zone_cfg_derive v0.3.0
23342026-02-24T03:47:17.093Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23352026-02-24T03:47:20.024Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-02-24T03:47:20.030Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-02-24T03:47:20.030Z Compiling camino-tempfile v1.4.1
23382026-02-24T03:47:20.030Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-02-24T03:47:20.030Z Compiling progenitor-client v0.10.0
23402026-02-24T03:47:20.888Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23412026-02-24T03:47:22.760Z Compiling secrecy v0.10.3
23422026-02-24T03:47:23.495Z Compiling num-derive v0.4.2
23432026-02-24T03:47:23.522Z Compiling sigpipe v0.1.3
23442026-02-24T03:47:23.627Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-02-24T03:47:23.975Z Compiling libefi-sys v0.1.0
23462026-02-24T03:47:26.512Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23472026-02-24T03:47:26.798Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482026-02-24T03:47:27.857Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23492026-02-24T03:47:27.857Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23502026-02-24T03:47:27.857Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23512026-02-24T03:47:27.857Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23522026-02-24T03:47:28.394Z Compiling erased-serde v0.4.6
23532026-02-24T03:47:28.417Z Compiling zone v0.3.1
23542026-02-24T03:47:29.598Z Compiling usdt-macro v0.5.0
23552026-02-24T03:47:30.989Z Compiling usdt-attr-macro v0.5.0
23562026-02-24T03:47:31.436Z Compiling smf v0.2.3
23572026-02-24T03:47:32.194Z Compiling bitfield-struct v0.6.2
23582026-02-24T03:47:32.524Z Compiling ordered-float v2.10.1
23592026-02-24T03:47:33.219Z Compiling blake3 v1.5.4
23602026-02-24T03:47:33.588Z Compiling memmap v0.7.0
23612026-02-24T03:47:34.017Z Compiling usdt v0.5.0
23622026-02-24T03:47:34.099Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-02-24T03:47:34.346Z Compiling serde-value v0.7.0
23642026-02-24T03:47:34.479Z Compiling serde-untagged v0.1.7
23652026-02-24T03:47:34.910Z Compiling toml v0.8.23
23662026-02-24T03:47:35.181Z Compiling xattr v1.3.1
23672026-02-24T03:47:35.255Z Compiling filetime v0.2.26
23682026-02-24T03:47:35.379Z Compiling arrayref v0.3.9
23692026-02-24T03:47:35.518Z Compiling constant_time_eq v0.3.1
23702026-02-24T03:47:35.553Z Compiling arrayvec v0.7.6
23712026-02-24T03:47:35.660Z Compiling unicode-width v0.2.0
23722026-02-24T03:47:35.750Z Compiling unicode-xid v0.2.6
23732026-02-24T03:47:35.990Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-02-24T03:47:36.025Z Compiling same-file v1.0.6
23752026-02-24T03:47:36.150Z Compiling console v0.16.0
23762026-02-24T03:47:36.268Z Compiling walkdir v2.5.0
23772026-02-24T03:47:36.347Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-02-24T03:47:37.855Z Compiling cargo-util-schemas v0.8.2
23792026-02-24T03:47:37.858Z Compiling tar v0.4.44
23802026-02-24T03:47:38.340Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-02-24T03:47:38.772Z Compiling tokio-dtrace v0.1.0
23822026-02-24T03:47:38.795Z Compiling gethostname v0.5.0
23832026-02-24T03:47:39.047Z Compiling cargo-platform v0.2.0
23842026-02-24T03:47:39.336Z Compiling topological-sort v0.2.2
23852026-02-24T03:47:39.680Z Compiling unit-prefix v0.5.1
23862026-02-24T03:47:39.983Z Compiling indicatif v0.18.0
23872026-02-24T03:47:40.253Z Compiling omicron-zone-package v0.12.2
23882026-02-24T03:47:40.423Z Compiling oxide-tokio-rt v0.1.2
23892026-02-24T03:47:43.506Z Compiling cargo_metadata v0.21.0
23902026-02-24T03:47:43.530Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-02-24T03:47:43.590Z Compiling shell-words v1.1.0
23922026-02-24T03:47:43.865Z Compiling indent_write v2.2.0
23932026-02-24T03:47:51.250Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-02-24T03:47:52.294Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-02-24T03:47:54.663Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-02-24T03:48:13.094Z Finished `release` profile [optimized] target(s) in 5m 58s
23972026-02-24T03:48:13.297Z Running `target/release/omicron-package -t test target create -p dev`
23982026-02-24T03:48:13.350ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-02-24T03:48:13.355ZCreated new build target 'test' and set it as active
24002026-02-24T03:48:13.355Z
24012026-02-24T03:48:13.355Zreal 5:58.744344604
24022026-02-24T03:48:13.355Zuser 41:25.258748888
24032026-02-24T03:48:13.355Zsys 4:05.182130490
24042026-02-24T03:48:13.356Ztrap 1.363995458
24052026-02-24T03:48:13.356Ztflt 2.181168950
24062026-02-24T03:48:13.356Zdflt 1.116127383
24072026-02-24T03:48:13.356Zkflt 0.000209158
24082026-02-24T03:48:13.356Zlock 1:57:22.734688050
24092026-02-24T03:48:13.356Zslp 2:46:34.371035513
24102026-02-24T03:48:13.356Zlat 3:18.417052305
24112026-02-24T03:48:13.356Zstop 5:55.660276955
24122026-02-24T03:48:13.356Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-02-24T03:48:14.651Z Finished `release` profile [optimized] target(s) in 1.23s
24142026-02-24T03:48:14.716Z Running `target/release/omicron-package -t test package`
24152026-02-24T03:48:14.769ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-02-24T03:48:16.871Z Compiling convert_case v0.4.0
24172026-02-24T03:48:16.872Z Compiling progenitor-impl v0.10.0
24182026-02-24T03:48:16.876Z Compiling half v2.4.1
24192026-02-24T03:48:16.876Z Compiling ciborium-io v0.2.2
24202026-02-24T03:48:16.876Z Compiling is-terminal v0.4.13
24212026-02-24T03:48:16.876Z Compiling rustls v0.22.4
24222026-02-24T03:48:17.095Z Compiling thread_local v1.1.8
24232026-02-24T03:48:17.272Z Compiling bytecount v0.6.8
24242026-02-24T03:48:17.324Z Compiling match_cfg v0.1.0
24252026-02-24T03:48:17.458Z Compiling hostname v0.3.1
24262026-02-24T03:48:17.608Z Compiling ciborium-ll v0.2.2
24272026-02-24T03:48:17.698Z Compiling multer v3.1.0
24282026-02-24T03:48:17.732Z Compiling derive_more v0.99.20
24292026-02-24T03:48:17.736Z Compiling slog-async v2.8.0
24302026-02-24T03:48:17.782Z Compiling password-hash v0.5.0
24312026-02-24T03:48:17.807Z Compiling blake2 v0.10.6
24322026-02-24T03:48:17.841Z Compiling crossbeam-channel v0.5.15
24332026-02-24T03:48:18.130Z Compiling ciborium v0.2.2
24342026-02-24T03:48:18.818Z Compiling progenitor-client v0.11.2
24352026-02-24T03:48:18.965Z Compiling toml_parser v1.0.6+spec-1.1.0
24362026-02-24T03:48:19.411Z Compiling slog-json v2.6.1
24372026-02-24T03:48:19.799Z Compiling futures-executor v0.3.31
24382026-02-24T03:48:20.007Z Compiling serde_spanned v1.0.4
24392026-02-24T03:48:20.178Z Compiling toml_datetime v0.7.5+spec-1.1.0
24402026-02-24T03:48:20.270Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-02-24T03:48:20.303Z Compiling swrite v0.1.0
24422026-02-24T03:48:20.337Z Compiling unicode-width v0.1.14
24432026-02-24T03:48:20.504Z Compiling term v1.1.0
24442026-02-24T03:48:20.741Z Compiling take_mut v0.2.2
24452026-02-24T03:48:20.769Z Compiling toml v0.9.11+spec-1.1.0
24462026-02-24T03:48:20.963Z Compiling tabwriter v1.4.0
24472026-02-24T03:48:21.388Z Compiling slog-term v2.9.2
24482026-02-24T03:48:21.673Z Compiling tokio-rustls v0.25.0
24492026-02-24T03:48:21.855Z Compiling futures v0.3.31
24502026-02-24T03:48:22.027Z Compiling slog-bunyan v2.5.0
24512026-02-24T03:48:22.152Z Compiling progenitor v0.11.2
24522026-02-24T03:48:22.285Z Compiling argon2 v0.5.3
24532026-02-24T03:48:22.500Z Compiling progenitor-macro v0.10.0
24542026-02-24T03:48:22.627Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24552026-02-24T03:48:23.250Z Compiling dropshot v0.16.7
24562026-02-24T03:48:23.300Z Compiling async-stream v0.3.6
24572026-02-24T03:48:23.360Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24582026-02-24T03:48:23.605Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24592026-02-24T03:48:23.637Z Compiling universal-hash v0.5.1
24602026-02-24T03:48:23.652Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24612026-02-24T03:48:23.928Z Compiling waitgroup v0.1.2
24622026-02-24T03:48:24.183Z Compiling rustls-pemfile v2.2.0
24632026-02-24T03:48:24.348Z Compiling thiserror-impl-no-std v2.0.2
24642026-02-24T03:48:24.531Z Compiling serde_path_to_error v0.1.20
24652026-02-24T03:48:24.567Z Compiling hostname v0.4.2
24662026-02-24T03:48:24.600Z Compiling instant v0.1.13
24672026-02-24T03:48:24.802Z Compiling opaque-debug v0.3.1
24682026-02-24T03:48:24.839Z Compiling debug-ignore v1.0.5
24692026-02-24T03:48:24.959Z Compiling colored v3.0.0
24702026-02-24T03:48:25.040Z Compiling poly1305 v0.8.0
24712026-02-24T03:48:25.683Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24722026-02-24T03:48:26.165Z Compiling backoff v0.4.0
24732026-02-24T03:48:26.557Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24742026-02-24T03:48:26.561Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24752026-02-24T03:48:26.664Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24762026-02-24T03:48:26.788Z Compiling thiserror-no-std v2.0.2
24772026-02-24T03:48:26.980Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24782026-02-24T03:48:27.352Z Compiling parse-display v0.10.0
24792026-02-24T03:48:27.706Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-02-24T03:48:27.888Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-02-24T03:48:27.963Z Compiling chacha20 v0.9.1
24822026-02-24T03:48:28.502Z Compiling progenitor-client v0.10.0
24832026-02-24T03:48:29.078Z Compiling aead v0.5.2
24842026-02-24T03:48:29.351Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24852026-02-24T03:48:29.468Z Compiling macaddr v1.0.1
24862026-02-24T03:48:29.943Z Compiling derive-where v1.5.0
24872026-02-24T03:48:29.999Z Compiling chacha20poly1305 v0.10.1
24882026-02-24T03:48:30.295Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24892026-02-24T03:48:31.371Z Compiling vsss-rs v3.3.4
24902026-02-24T03:48:32.802Z Compiling num-rational v0.4.2
24912026-02-24T03:48:33.317Z Compiling progenitor v0.10.0
24922026-02-24T03:48:34.999Z Compiling num-complex v0.4.6
24932026-02-24T03:48:35.692Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24942026-02-24T03:48:36.128Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24952026-02-24T03:48:36.223Z Compiling num v0.4.3
24962026-02-24T03:48:36.530Z Compiling console v0.15.10
24972026-02-24T03:48:36.981Z Compiling float-ord v0.3.2
24982026-02-24T03:48:37.452Z Compiling toml v0.8.23
24992026-02-24T03:48:38.584Z Compiling newline-converter v0.3.0
25002026-02-24T03:48:38.847Z Compiling atomicwrites v0.4.4
25012026-02-24T03:48:38.876Z Compiling prettyplease v0.2.36
25022026-02-24T03:48:38.928Z Compiling slog-dtrace v0.3.0
25032026-02-24T03:48:39.329Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25042026-02-24T03:48:39.460Z Compiling expectorate v1.2.0
25052026-02-24T03:48:39.877Z Compiling async-recursion v1.1.1
25062026-02-24T03:48:40.732Z Compiling cancel-safe-futures v0.1.5
25072026-02-24T03:48:41.169Z Compiling owo-colors v4.2.3
25082026-02-24T03:48:45.650Z Compiling resolv-conf v0.7.0
25092026-02-24T03:48:45.908Z Compiling libsw-core v0.3.1
25102026-02-24T03:48:45.908Z Compiling libsw v3.5.0
25112026-02-24T03:48:45.908Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-02-24T03:48:45.908Z Compiling linear-map v1.2.0
25132026-02-24T03:48:45.908Z Compiling linked-hash-map v0.5.6
25142026-02-24T03:48:45.908Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25152026-02-24T03:48:45.908Z Compiling lru-cache v0.1.2
25162026-02-24T03:48:45.915Z Compiling unicode-xid v0.2.6
25172026-02-24T03:48:45.915Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-02-24T03:48:45.915Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25192026-02-24T03:48:47.942Z Compiling globset v0.4.15
25202026-02-24T03:48:52.497Z Compiling hickory-proto v0.24.4
25212026-02-24T03:48:54.614Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25222026-02-24T03:48:55.282Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-02-24T03:48:55.387Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25242026-02-24T03:48:59.128Z Compiling hickory-resolver v0.24.4
25252026-02-24T03:49:00.375Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25262026-02-24T03:49:00.661Z Compiling convert_case v0.7.1
25272026-02-24T03:49:01.416Z Compiling derive_more-impl v2.0.1
25282026-02-24T03:49:01.840Z Compiling qorb v0.4.1
25292026-02-24T03:49:09.568Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25302026-02-24T03:49:10.003Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25312026-02-24T03:49:12.958Z Compiling pin-project-internal v1.1.6
25322026-02-24T03:49:15.126Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25332026-02-24T03:49:15.462Z Compiling pin-project v1.1.6
25342026-02-24T03:49:15.676Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25352026-02-24T03:49:15.679Z Compiling derive_more v2.0.1
25362026-02-24T03:49:15.845Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25372026-02-24T03:49:16.053Z Compiling pem v3.0.5
25382026-02-24T03:49:16.317Z Compiling snafu-derive v0.8.5
25392026-02-24T03:49:16.869Z Compiling vte_generate_state_changes v0.1.2
25402026-02-24T03:49:17.552Z Compiling siphasher v1.0.1
25412026-02-24T03:49:17.583Z Compiling termtree v0.5.1
25422026-02-24T03:49:17.936Z Compiling phf_shared v0.12.1
25432026-02-24T03:49:18.013Z Compiling vte v0.11.1
25442026-02-24T03:49:18.144Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-02-24T03:49:18.452Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-02-24T03:49:19.312Z Compiling crossterm v0.29.0
25472026-02-24T03:49:20.449Z Compiling snafu v0.8.5
25482026-02-24T03:49:21.716Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25492026-02-24T03:49:23.209Z Compiling olpc-cjson v0.1.4
25502026-02-24T03:49:23.621Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25512026-02-24T03:49:23.930Z Compiling csv-core v0.1.11
25522026-02-24T03:49:24.669Z Compiling serde_plain v1.0.2
25532026-02-24T03:49:24.812Z Compiling typed-path v0.9.3
25542026-02-24T03:49:25.254Z Compiling highway v1.3.0
25552026-02-24T03:49:25.700Z Compiling chrono-tz v0.10.4
25562026-02-24T03:49:26.167Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25572026-02-24T03:49:26.881Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-02-24T03:49:26.934Z Compiling csv v1.3.1
25592026-02-24T03:49:27.408Z Compiling strip-ansi-escapes v0.2.0
25602026-02-24T03:49:28.218Z Compiling tough v0.20.0
25612026-02-24T03:49:28.578Z Compiling phf v0.12.1
25622026-02-24T03:49:28.961Z Compiling const_format_proc_macros v0.2.34
25632026-02-24T03:49:29.163Z Compiling papergrid v0.11.0
25642026-02-24T03:49:30.761Z Compiling tabled_derive v0.7.0
25652026-02-24T03:49:31.799Z Compiling fd-lock v4.0.2
25662026-02-24T03:49:32.102Z Compiling peg-macros v0.8.5
25672026-02-24T03:49:32.790Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682026-02-24T03:49:33.039Z Compiling nu-ansi-term v0.50.1
25692026-02-24T03:49:33.864Z Compiling reedline v0.40.0
25702026-02-24T03:49:34.206Z Compiling tabled v0.15.0
25712026-02-24T03:49:34.239Z Compiling const_format v0.2.34
25722026-02-24T03:49:35.119Z Compiling peg v0.8.5
25732026-02-24T03:49:35.376Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25742026-02-24T03:49:40.865Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25752026-02-24T03:49:42.088Z Compiling bcs v0.1.6
25762026-02-24T03:49:42.973Z Compiling base64 v0.21.7
25772026-02-24T03:49:43.406Z Compiling semver v0.1.20
25782026-02-24T03:49:43.976Z Compiling rustc_version v0.1.7
25792026-02-24T03:49:44.136Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25802026-02-24T03:49:44.398Z Compiling newtype_derive v0.1.6
25812026-02-24T03:49:44.583Z Compiling humantime v2.2.0
25822026-02-24T03:49:44.806Z Compiling smawk v0.3.2
25832026-02-24T03:49:45.148Z Compiling unicode-linebreak v0.1.5
25842026-02-24T03:49:45.632Z Compiling textwrap v0.16.2
25852026-02-24T03:49:45.757Z Compiling dropshot-api-manager-types v0.3.0
25862026-02-24T03:49:46.997Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-02-24T03:49:48.969Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25882026-02-24T03:49:49.264Z Compiling steno v0.4.1
25892026-02-24T03:49:51.243Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-02-24T03:49:53.477Z Compiling utf-8 v0.7.6
25912026-02-24T03:49:53.886Z Compiling moka v0.12.10
25922026-02-24T03:49:54.336Z Compiling tagptr v0.2.0
25932026-02-24T03:49:58.085Z Compiling hickory-resolver v0.25.2
25942026-02-24T03:49:58.961Z Compiling tungstenite v0.21.0
25952026-02-24T03:50:00.535Z Compiling tokio-tungstenite v0.21.0
25962026-02-24T03:50:00.750Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25972026-02-24T03:50:01.013Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-02-24T03:50:01.243Z Compiling radium v0.7.0
25992026-02-24T03:50:01.810Z Compiling tap v1.0.1
26002026-02-24T03:50:02.096Z Compiling maybe-uninit v2.0.0
26012026-02-24T03:50:02.756Z Compiling wyz v0.5.1
26022026-02-24T03:50:03.872Z Compiling zerocopy-derive v0.6.6
26032026-02-24T03:50:03.931Z Compiling proc-macro-error-attr2 v2.0.0
26042026-02-24T03:50:04.740Z Compiling crc-catalog v2.4.0
26052026-02-24T03:50:04.962Z Compiling display-error-chain v0.2.2
26062026-02-24T03:50:05.257Z Compiling funty v2.0.0
26072026-02-24T03:50:05.581Z Compiling packed_struct v0.10.1
26082026-02-24T03:50:06.143Z Compiling zerocopy v0.6.6
26092026-02-24T03:50:07.125Z Compiling bitvec v1.0.1
26102026-02-24T03:50:07.748Z Compiling crc v3.2.1
26112026-02-24T03:50:09.666Z Compiling proc-macro-error2 v2.0.1
26122026-02-24T03:50:10.076Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26132026-02-24T03:50:10.581Z Compiling packed_struct_codegen v0.10.1
26142026-02-24T03:50:11.533Z Compiling bitfield-macros v0.19.2
26152026-02-24T03:50:12.481Z Compiling indexmap v1.9.3
26162026-02-24T03:50:12.906Z Compiling nodrop v0.1.14
26172026-02-24T03:50:13.051Z Compiling bitfield v0.19.2
26182026-02-24T03:50:13.095Z Compiling array-init v0.0.4
26192026-02-24T03:50:13.634Z Compiling smallvec v0.6.14
26202026-02-24T03:50:14.036Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26212026-02-24T03:50:14.169Z Compiling num-derive v0.3.3
26222026-02-24T03:50:14.220Z Compiling hashbrown v0.12.3
26232026-02-24T03:50:15.552Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26242026-02-24T03:50:16.171Z Compiling libscf-sys v1.1.0
26252026-02-24T03:50:17.224Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26262026-02-24T03:50:17.629Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-02-24T03:50:19.566Z Compiling serde-hex v0.1.0
26282026-02-24T03:50:19.601Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-02-24T03:50:19.971Z Compiling ron v0.8.1
26302026-02-24T03:50:20.793Z Compiling hashbrown v0.13.2
26312026-02-24T03:50:22.129Z Compiling vergen-gitcl v1.0.8
26322026-02-24T03:50:22.548Z Compiling dirs-sys-next v0.1.2
26332026-02-24T03:50:23.070Z Compiling crunchy v0.2.2
26342026-02-24T03:50:23.563Z Compiling crc-any v2.5.0
26352026-02-24T03:50:24.496Z Compiling maplit v1.0.2
26362026-02-24T03:50:24.724Z Compiling dirs-next v2.0.0
26372026-02-24T03:50:24.981Z Compiling object v0.30.4
26382026-02-24T03:50:25.008Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-02-24T03:50:25.691Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26402026-02-24T03:50:26.540Z Compiling dsl_auto_type v0.1.2
26412026-02-24T03:50:27.283Z Compiling scheduled-thread-pool v0.2.7
26422026-02-24T03:50:27.805Z Compiling diesel_table_macro_syntax v0.2.0
26432026-02-24T03:50:28.234Z Compiling tiny-keccak v2.0.2
26442026-02-24T03:50:28.607Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26452026-02-24T03:50:28.640Z Compiling path-slash v0.1.5
26462026-02-24T03:50:28.983Z Compiling diesel_derives v2.2.3
26472026-02-24T03:50:37.226Z Compiling r2d2 v0.8.10
26482026-02-24T03:50:38.867Z Compiling term v0.7.0
26492026-02-24T03:50:39.130Z Compiling tabled_derive v0.11.0
26502026-02-24T03:50:39.982Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26512026-02-24T03:50:41.509Z Compiling papergrid v0.17.0
26522026-02-24T03:50:42.382Z Compiling testing_table v0.3.0
26532026-02-24T03:50:43.200Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26542026-02-24T03:50:46.619Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26552026-02-24T03:50:47.087Z Compiling xshell-macros v0.2.7
26562026-02-24T03:50:47.770Z Compiling bit-vec v0.6.3
26572026-02-24T03:50:47.820Z Compiling arc-swap v1.7.1
26582026-02-24T03:50:48.202Z Compiling bit-set v0.5.3
26592026-02-24T03:50:48.503Z Compiling slog-scope v4.4.0
26602026-02-24T03:50:48.543Z Compiling xshell v0.2.7
26612026-02-24T03:50:49.448Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26622026-02-24T03:50:50.397Z Compiling tabled v0.20.0
26632026-02-24T03:50:51.412Z Compiling ascii-canvas v3.0.0
26642026-02-24T03:50:52.390Z Compiling diesel v2.2.12
26652026-02-24T03:50:55.205Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26662026-02-24T03:50:56.078Z Compiling ena v0.14.3
26672026-02-24T03:50:56.553Z Compiling diff v0.1.13
26682026-02-24T03:50:57.088Z Compiling bindgen v0.71.1
26692026-02-24T03:50:57.629Z Compiling unicase v2.8.1
26702026-02-24T03:50:58.240Z Compiling regex-syntax v0.6.29
26712026-02-24T03:51:00.158Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-02-24T03:51:01.966Z Compiling lalrpop v0.19.12
26732026-02-24T03:51:03.118Z Compiling slog-stdlog v4.1.1
26742026-02-24T03:51:04.042Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26752026-02-24T03:51:06.929Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-02-24T03:51:08.098Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26772026-02-24T03:51:08.360Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26782026-02-24T03:51:08.474Z Compiling crc8 v0.1.1
26792026-02-24T03:51:08.703Z Compiling slog-envlogger v2.2.0
26802026-02-24T03:51:09.205Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26812026-02-24T03:51:10.208Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-02-24T03:51:11.223Z Compiling headers-core v0.3.0
26832026-02-24T03:51:11.460Z Compiling libxml v0.3.3
26842026-02-24T03:51:11.982Z Compiling headers v0.4.1
26852026-02-24T03:51:14.429Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26862026-02-24T03:51:15.645Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26872026-02-24T03:51:16.033Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26882026-02-24T03:51:16.975Z Compiling strum_macros v0.24.3
26892026-02-24T03:51:17.358Z Compiling indoc v1.0.9
26902026-02-24T03:51:18.213Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26912026-02-24T03:51:19.880Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26922026-02-24T03:51:20.291Z Compiling derive_builder v0.20.2
26932026-02-24T03:51:20.578Z Compiling impl-trait-for-tuples v0.2.2
26942026-02-24T03:51:21.210Z Compiling samael v0.0.19
26952026-02-24T03:51:22.200Z Compiling oso-derive v0.27.3
26962026-02-24T03:51:22.752Z Compiling polar-core v0.27.3
26972026-02-24T03:51:23.151Z Compiling quick-xml v0.37.2
26982026-02-24T03:51:24.407Z Compiling half v1.8.3
26992026-02-24T03:51:24.665Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27002026-02-24T03:51:25.489Z Compiling serde_cbor v0.11.2
27012026-02-24T03:51:26.131Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-02-24T03:51:26.234Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032026-02-24T03:51:27.800Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-02-24T03:51:27.831Z Compiling diesel-dtrace v0.4.2
27052026-02-24T03:51:28.992Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27062026-02-24T03:51:39.478Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27072026-02-24T03:51:39.869Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-02-24T03:51:42.849Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27092026-02-24T03:51:43.902Z Compiling bb8 v0.8.5
27102026-02-24T03:51:44.592Z Compiling trait-variant v0.1.2
27112026-02-24T03:51:45.591Z Compiling oso v0.27.3
27122026-02-24T03:51:45.684Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27132026-02-24T03:51:47.284Z Compiling async-bb8-diesel v0.2.1
27142026-02-24T03:51:48.134Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27152026-02-24T03:51:49.285Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27162026-02-24T03:51:49.721Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27172026-02-24T03:51:50.327Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27182026-02-24T03:51:53.553Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-02-24T03:51:53.939Z Compiling fxhash v0.2.1
27202026-02-24T03:51:54.053Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27212026-02-24T03:51:54.279Z Compiling typify-impl v0.2.0
27222026-02-24T03:51:54.542Z Compiling kstat-rs v0.2.4
27232026-02-24T03:51:55.467Z Compiling libz-sys v1.1.20
27242026-02-24T03:51:56.207Z Compiling salty v0.3.0
27252026-02-24T03:51:56.704Z Compiling nonempty v0.12.0
27262026-02-24T03:51:57.336Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27272026-02-24T03:52:01.129Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27282026-02-24T03:52:01.484Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-02-24T03:52:03.521Z Compiling typify-macro v0.2.0
27302026-02-24T03:52:07.049Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27312026-02-24T03:52:12.059Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27322026-02-24T03:52:16.869Z Compiling nanorand v0.7.0
27332026-02-24T03:52:17.296Z Compiling fs-err v2.11.0
27342026-02-24T03:52:17.699Z Compiling parking_lot_core v0.8.6
27352026-02-24T03:52:18.036Z Compiling mime_guess v2.0.5
27362026-02-24T03:52:18.438Z Compiling flume v0.11.1
27372026-02-24T03:52:19.073Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27382026-02-24T03:52:19.221Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27392026-02-24T03:52:21.645Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27402026-02-24T03:52:27.084Z Compiling libgit2-sys v0.18.2+1.9.1
27412026-02-24T03:52:27.428Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-02-24T03:52:39.251Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-02-24T03:52:47.036Z Compiling tabled_derive v0.10.0
27442026-02-24T03:52:47.081Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-02-24T03:52:49.575Z Compiling ignore v0.4.23
27462026-02-24T03:52:51.082Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27472026-02-24T03:52:53.556Z Compiling papergrid v0.14.0
27482026-02-24T03:52:53.595Z Compiling primeorder v0.13.6
27492026-02-24T03:52:53.710Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27502026-02-24T03:52:54.220Z Compiling castaway v0.2.3
27512026-02-24T03:52:54.464Z Compiling nibble_vec v0.1.0
27522026-02-24T03:52:54.734Z Compiling atty v0.2.14
27532026-02-24T03:52:54.960Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27542026-02-24T03:52:55.370Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-02-24T03:52:55.774Z Compiling http-range v0.1.5
27562026-02-24T03:52:56.356Z Compiling parse-size v1.1.0
27572026-02-24T03:52:56.702Z Compiling endian-type v0.1.2
27582026-02-24T03:52:56.920Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-02-24T03:52:57.009Z Compiling radix_trie v0.2.1
27602026-02-24T03:52:57.959Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27612026-02-24T03:52:59.724Z Compiling tabled v0.18.0
27622026-02-24T03:53:00.501Z Compiling compact_str v0.8.0
27632026-02-24T03:53:03.067Z Compiling p384 v0.13.1
27642026-02-24T03:53:03.459Z Compiling globwalk v0.9.1
27652026-02-24T03:53:04.677Z Compiling parking_lot v0.11.2
27662026-02-24T03:53:06.608Z Compiling typify v0.2.0
27672026-02-24T03:53:06.829Z Compiling predicates-tree v1.0.12
27682026-02-24T03:53:07.717Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-02-24T03:53:07.966Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-02-24T03:53:08.366Z Compiling unicode-truncate v1.1.0
27712026-02-24T03:53:08.695Z Compiling prefix-trie v0.7.0
27722026-02-24T03:53:09.693Z Compiling lru v0.12.5
27732026-02-24T03:53:10.110Z Compiling vergen-git2 v1.0.7
27742026-02-24T03:53:10.518Z Compiling instability v0.3.2
27752026-02-24T03:53:11.516Z Compiling indoc v2.0.6
27762026-02-24T03:53:12.179Z Compiling cassowary v0.3.0
27772026-02-24T03:53:12.427Z Compiling hickory-server v0.25.2
27782026-02-24T03:53:15.517Z Compiling ratatui v0.29.0
27792026-02-24T03:53:15.653Z Compiling hyper-staticfile v0.10.1
27802026-02-24T03:53:18.230Z Compiling camino-tempfile-ext v0.3.2
27812026-02-24T03:53:18.621Z Compiling git2 v0.20.2
27822026-02-24T03:53:19.062Z Compiling progenitor-impl v0.8.0
27832026-02-24T03:53:19.658Z Compiling sled v0.34.7
27842026-02-24T03:53:25.383Z Compiling hickory-client v0.25.2
27852026-02-24T03:53:26.961Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27862026-02-24T03:53:27.264Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27872026-02-24T03:53:28.276Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-02-24T03:53:29.904Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-02-24T03:53:30.740Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-02-24T03:53:37.572Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27912026-02-24T03:53:37.572Z Compiling rand_seeder v0.4.0
27922026-02-24T03:53:37.572Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-02-24T03:53:37.572Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27942026-02-24T03:53:37.572Z Compiling lzma-sys v0.1.20
27952026-02-24T03:53:37.572Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-02-24T03:53:37.572Z Compiling rustls v0.21.12
27972026-02-24T03:53:39.793Z Compiling corncobs v0.1.4
27982026-02-24T03:53:39.819Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-02-24T03:53:39.819Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-02-24T03:53:39.820Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-02-24T03:53:39.820Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-02-24T03:53:39.820Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28032026-02-24T03:53:39.820Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-02-24T03:53:51.830Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28052026-02-24T03:53:52.897Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-02-24T03:53:53.918Z Compiling progenitor-macro v0.8.0
28072026-02-24T03:54:06.413Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-02-24T03:54:11.030Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-02-24T03:54:12.081Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28102026-02-24T03:54:13.906Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-02-24T03:54:14.312Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-02-24T03:54:14.708Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-02-24T03:54:15.122Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-02-24T03:54:18.181Z Compiling progenitor-client v0.8.0
28152026-02-24T03:54:19.130Z Compiling sct v0.7.1
28162026-02-24T03:54:19.734Z Compiling rustls-webpki v0.101.7
28172026-02-24T03:54:20.305Z Compiling heck v0.3.3
28182026-02-24T03:54:20.696Z Compiling secrecy v0.8.0
28192026-02-24T03:54:21.035Z Compiling void v1.0.2
28202026-02-24T03:54:21.264Z Compiling lzss v0.8.2
28212026-02-24T03:54:23.372Z Compiling zone_cfg_derive v0.1.2
28222026-02-24T03:54:24.691Z Compiling progenitor v0.8.0
28232026-02-24T03:54:25.035Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28242026-02-24T03:54:29.623Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-02-24T03:54:31.214Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28262026-02-24T03:54:32.735Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-02-24T03:54:35.044Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28282026-02-24T03:54:36.672Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-02-24T03:54:36.941Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-02-24T03:54:47.954Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-02-24T03:54:48.366Z Compiling tungstenite v0.23.0
28322026-02-24T03:54:48.728Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-02-24T03:54:49.142Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28342026-02-24T03:54:49.547Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-02-24T03:54:49.961Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-02-24T03:54:50.370Z Compiling nix v0.27.1
28372026-02-24T03:54:51.439Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28382026-02-24T03:54:52.153Z Compiling serde_bytes v0.11.19
28392026-02-24T03:54:52.766Z Compiling base64 v0.13.1
28402026-02-24T03:54:53.230Z Compiling number_prefix v0.4.0
28412026-02-24T03:54:53.555Z Compiling indicatif v0.17.11
28422026-02-24T03:54:53.587Z Compiling ron v0.7.1
28432026-02-24T03:54:53.678Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-02-24T03:54:53.815Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28452026-02-24T03:54:54.699Z Compiling tokio-tungstenite v0.23.1
28462026-02-24T03:54:55.504Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28472026-02-24T03:54:58.647Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28482026-02-24T03:54:59.352Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28492026-02-24T03:55:00.069Z Compiling xz2 v0.1.7
28502026-02-24T03:55:00.748Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28512026-02-24T03:55:08.821Z Compiling tokio-rustls v0.24.1
28522026-02-24T03:55:09.412Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532026-02-24T03:55:11.518Z Compiling zone v0.1.8
28542026-02-24T03:55:15.154Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28552026-02-24T03:55:30.044Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28562026-02-24T03:55:31.596Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28572026-02-24T03:55:34.668Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28582026-02-24T03:55:40.141Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28592026-02-24T03:55:43.098Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-02-24T03:55:43.833Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28612026-02-24T03:55:45.017Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-02-24T03:55:52.552Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-02-24T03:55:57.031Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-02-24T03:55:58.876Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-02-24T03:56:02.151Z Compiling rustls-pemfile v1.0.4
28662026-02-24T03:56:02.945Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28672026-02-24T03:56:06.083Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28682026-02-24T03:56:06.232Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692026-02-24T03:56:06.641Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28702026-02-24T03:56:12.046Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-02-24T03:56:12.862Z Compiling signal-hook-tokio v0.3.1
28722026-02-24T03:56:13.170Z Compiling twox-hash v2.1.0
28732026-02-24T03:56:13.785Z Compiling yasna v0.5.2
28742026-02-24T03:56:14.236Z Compiling is_ci v1.2.0
28752026-02-24T03:56:14.567Z Compiling supports-color v3.0.2
28762026-02-24T03:56:14.655Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-02-24T03:56:15.033Z Compiling rcgen v0.12.1
28782026-02-24T03:56:17.134Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28792026-02-24T03:56:26.482Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-02-24T03:56:30.294Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28812026-02-24T03:56:52.263Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28822026-02-24T03:56:52.617Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28832026-02-24T03:57:04.443Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28842026-02-24T03:57:04.853Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28852026-02-24T03:57:23.143Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28862026-02-24T03:57:24.312Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28872026-02-24T03:57:24.399Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-02-24T03:57:24.793Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28892026-02-24T03:57:25.198Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-02-24T03:57:33.491Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28912026-02-24T03:57:33.845Z Compiling fatfs v0.3.6
28922026-02-24T03:57:36.625Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-02-24T03:57:42.304Z Compiling subprocess v0.2.9
28942026-02-24T03:57:46.041Z Compiling rtoolbox v0.0.2
28952026-02-24T03:57:46.495Z Compiling assert_matches v1.5.0
28962026-02-24T03:57:46.675Z Compiling seq-macro v0.3.6
28972026-02-24T03:57:46.890Z Compiling rpassword v7.4.0
28982026-02-24T03:57:47.029Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28992026-02-24T03:57:47.425Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-02-24T03:57:58.647Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-02-24T03:58:10.193Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-02-24T03:58:10.414Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29032026-02-24T03:58:15.860Z Compiling tui-tree-widget v0.23.1
29042026-02-24T03:58:16.395Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-02-24T03:58:21.117Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-02-24T03:58:22.104Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-02-24T03:58:27.169Z Compiling uzers v0.12.1
29082026-02-24T03:58:27.986Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-02-24T03:58:30.492Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-02-24T03:58:43.843Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-02-24T03:58:55.134Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-02-24T03:59:12.030Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-02-24T03:59:13.092Z Compiling support-bundle-viewer v0.1.2
29142026-02-24T03:59:16.843Z Compiling multimap v0.10.1
29152026-02-24T04:01:34.695Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29162026-02-24T04:01:48.774Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29172026-02-24T04:12:48.071Z Finished `release` profile [optimized] target(s) in 24m 32s
29182026-02-24T04:13:47.426Z
29192026-02-24T04:13:47.429Zreal 25:33.544572795
29202026-02-24T04:13:47.429Zuser 3:03:11.852081094
29212026-02-24T04:13:47.429Zsys 4:53.100054117
29222026-02-24T04:13:47.429Ztrap 4.849256204
29232026-02-24T04:13:47.429Ztflt 2.350048201
29242026-02-24T04:13:47.429Zdflt 6.921449114
29252026-02-24T04:13:47.429Zkflt 0.000951444
29262026-02-24T04:13:47.429Zlock 12:10:27.138371799
29272026-02-24T04:13:47.429Zslp 8:55:53.762009646
29282026-02-24T04:13:47.429Zlat 4:45.474097648
29292026-02-24T04:13:47.429Zstop 4:34.982565031
29302026-02-24T04:13:47.429Z+ mapfile -t packages
29312026-02-24T04:13:47.429Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29322026-02-24T04:13:48.838Z Finished `release` profile [optimized] target(s) in 1.34s
29332026-02-24T04:13:48.903Z Running `target/release/omicron-package -t test list-outputs`
29342026-02-24T04:13:48.960ZLogging to: /work/oxidecomputer/omicron/out/LOG
29352026-02-24T04:13:48.963Z+ ptime -m cargo build --locked --release -p xtask
29362026-02-24T04:13:49.818Z Compiling serde_core v1.0.228
29372026-02-24T04:13:49.818Z Compiling syn v2.0.114
29382026-02-24T04:13:49.822Z Compiling serde v1.0.228
29392026-02-24T04:13:49.822Z Compiling bitflags v2.9.4
29402026-02-24T04:13:49.822Z Compiling serde_json v1.0.149
29412026-02-24T04:13:49.822Z Compiling libc v0.2.180
29422026-02-24T04:13:49.950Z Compiling num-traits v0.2.19
29432026-02-24T04:13:49.953Z Compiling smallvec v1.15.1
29442026-02-24T04:13:50.391Z Compiling hashbrown v0.16.1
29452026-02-24T04:13:50.578Z Compiling rustix v0.38.37
29462026-02-24T04:13:50.803Z Compiling usdt-impl v0.5.0
29472026-02-24T04:13:50.824Z Compiling syn v1.0.109
29482026-02-24T04:13:51.491Z Compiling rustix v1.1.3
29492026-02-24T04:13:51.664Z Compiling thread-id v4.2.2
29502026-02-24T04:13:51.829Z Compiling indexmap v2.13.0
29512026-02-24T04:13:51.849Z Compiling log v0.4.29
29522026-02-24T04:13:52.193Z Compiling percent-encoding v2.3.2
29532026-02-24T04:13:52.329Z Compiling getrandom v0.3.4
29542026-02-24T04:13:52.789Z Compiling terminal_size v0.4.0
29552026-02-24T04:13:53.014Z Compiling ordered-float v2.10.1
29562026-02-24T04:13:53.037Z Compiling form_urlencoded v1.2.2
29572026-02-24T04:13:53.831Z Compiling fs-err v3.1.1
29582026-02-24T04:13:53.876Z Compiling anyhow v1.0.99
29592026-02-24T04:13:54.224Z Compiling heck v0.4.1
29602026-02-24T04:13:54.516Z Compiling once_cell v1.21.3
29612026-02-24T04:13:54.667Z Compiling clap_builder v4.5.48
29622026-02-24T04:13:55.641Z Compiling tempfile v3.24.0
29632026-02-24T04:13:56.953Z Compiling synstructure v0.13.1
29642026-02-24T04:13:57.517Z Compiling proc-macro-error v1.0.4
29652026-02-24T04:13:57.584Z Compiling textwrap v0.16.2
29662026-02-24T04:13:57.811Z Compiling camino-tempfile v1.4.1
29672026-02-24T04:13:58.410Z Compiling tabled_derive v0.7.0
29682026-02-24T04:13:59.946Z Compiling serde_derive v1.0.228
29692026-02-24T04:14:00.354Z Compiling thiserror-impl v2.0.18
29702026-02-24T04:14:01.099Z Compiling zerofrom-derive v0.1.4
29712026-02-24T04:14:01.225Z Compiling yoke-derive v0.7.4
29722026-02-24T04:14:01.317Z Compiling zerovec-derive v0.10.3
29732026-02-24T04:14:01.453Z Compiling displaydoc v0.2.5
29742026-02-24T04:14:02.956Z Compiling thiserror-impl v1.0.69
29752026-02-24T04:14:03.139Z Compiling thiserror v2.0.18
29762026-02-24T04:14:03.347Z Compiling pest v2.8.2
29772026-02-24T04:14:03.579Z Compiling zerocopy-derive v0.7.35
29782026-02-24T04:14:03.662Z Compiling icu_provider_macros v1.5.0
29792026-02-24T04:14:03.905Z Compiling zerofrom v0.1.4
29802026-02-24T04:14:04.198Z Compiling yoke v0.7.4
29812026-02-24T04:14:04.658Z Compiling zerovec v0.10.4
29822026-02-24T04:14:04.897Z Compiling scroll_derive v0.12.0
29832026-02-24T04:14:05.408Z Compiling zerocopy v0.7.35
29842026-02-24T04:14:05.509Z Compiling thiserror v1.0.69
29852026-02-24T04:14:06.321Z Compiling pest_meta v2.8.2
29862026-02-24T04:14:06.426Z Compiling scroll v0.12.0
29872026-02-24T04:14:06.857Z Compiling tinystr v0.7.6
29882026-02-24T04:14:07.137Z Compiling icu_collections v1.5.0
29892026-02-24T04:14:07.399Z Compiling icu_locid v1.5.0
29902026-02-24T04:14:07.943Z Compiling pest_generator v2.8.2
29912026-02-24T04:14:08.381Z Compiling serde_spanned v0.6.9
29922026-02-24T04:14:08.704Z Compiling toml_datetime v0.6.11
29932026-02-24T04:14:08.903Z Compiling icu_provider v1.5.0
29942026-02-24T04:14:09.578Z Compiling toml_edit v0.22.27
29952026-02-24T04:14:09.686Z Compiling dof v0.3.0
29962026-02-24T04:14:09.850Z Compiling icu_locid_transform v1.5.0
29972026-02-24T04:14:10.041Z Compiling pest_derive v2.8.2
29982026-02-24T04:14:10.539Z Compiling serde_tokenstream v0.2.2
29992026-02-24T04:14:10.900Z Compiling dtrace-parser v0.2.0
30002026-02-24T04:14:11.147Z Compiling erased-serde v0.4.6
30012026-02-24T04:14:11.221Z Compiling goblin v0.8.2
30022026-02-24T04:14:12.478Z Compiling icu_properties v1.5.1
30032026-02-24T04:14:14.022Z Compiling toml v0.8.23
30042026-02-24T04:14:15.016Z Compiling serde-untagged v0.1.7
30052026-02-24T04:14:15.784Z Compiling serde-value v0.7.0
30062026-02-24T04:14:15.856Z Compiling usdt-attr-macro v0.5.0
30072026-02-24T04:14:17.242Z Compiling icu_normalizer v1.5.0
30082026-02-24T04:14:17.789Z Compiling usdt-macro v0.5.0
30092026-02-24T04:14:18.704Z Compiling idna_adapter v1.2.0
30102026-02-24T04:14:18.958Z Compiling idna v1.0.3
30112026-02-24T04:14:19.775Z Compiling url v2.5.4
30122026-02-24T04:14:22.536Z Compiling cargo-util-schemas v0.8.2
30132026-02-24T04:14:24.212Z Compiling cargo-platform v0.2.0
30142026-02-24T04:14:24.686Z Compiling clap_derive v4.5.47
30152026-02-24T04:14:25.232Z Compiling usdt v0.5.0
30162026-02-24T04:14:25.476Z Compiling cargo_metadata v0.21.0
30172026-02-24T04:14:26.643Z Compiling cargo_toml v0.21.0
30182026-02-24T04:14:28.131Z Compiling macaddr v1.0.1
30192026-02-24T04:14:28.748Z Compiling tabled v0.15.0
30202026-02-24T04:14:28.846Z Compiling clap v4.5.48
30212026-02-24T04:14:40.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30222026-02-24T04:14:46.581Z Finished `release` profile [optimized] target(s) in 57.53s
30232026-02-24T04:14:46.739Z
30242026-02-24T04:14:46.739Zreal 57.718193337
30252026-02-24T04:14:46.739Zuser 6:23.347886395
30262026-02-24T04:14:46.739Zsys 29.828641798
30272026-02-24T04:14:46.739Ztrap 0.213274964
30282026-02-24T04:14:46.742Ztflt 0.363840525
30292026-02-24T04:14:46.742Zdflt 0.367601544
30302026-02-24T04:14:46.742Zkflt 0.000006327
30312026-02-24T04:14:46.742Zlock 18:14.658586607
30322026-02-24T04:14:46.742Zslp 20:51.973786351
30332026-02-24T04:14:46.742Zlat 27.223728767
30342026-02-24T04:14:46.742Zstop 36.885404284
30352026-02-24T04:14:46.742Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30362026-02-24T04:14:46.742Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30372026-02-24T04:14:46.742Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30382026-02-24T04:14:46.742Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30392026-02-24T04:14:46.742Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30402026-02-24T04:14:48.168Z Compiling regress v0.10.4
30412026-02-24T04:14:48.338Z Compiling unsafe-libyaml v0.2.11
30422026-02-24T04:14:48.341Z Compiling match_cfg v0.1.0
30432026-02-24T04:14:48.341Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-02-24T04:14:48.397Z Compiling structmeta-derive v0.3.0
30452026-02-24T04:14:48.400Z Compiling rustls v0.22.4
30462026-02-24T04:14:48.416Z Compiling newtype-uuid-macros v0.1.0
30472026-02-24T04:14:48.419Z Compiling multer v3.1.0
30482026-02-24T04:14:48.489Z Compiling hostname v0.3.1
30492026-02-24T04:14:48.745Z Compiling debug-ignore v1.0.5
30502026-02-24T04:14:48.914Z Compiling toml_parser v1.0.6+spec-1.1.0
30512026-02-24T04:14:48.945Z Compiling progenitor-client v0.10.0
30522026-02-24T04:14:48.970Z Compiling slog-json v2.6.1
30532026-02-24T04:14:49.361Z Compiling async-stream-impl v0.3.6
30542026-02-24T04:14:49.530Z Compiling serde_spanned v1.0.4
30552026-02-24T04:14:49.836Z Compiling serde_yaml v0.9.34+deprecated
30562026-02-24T04:14:50.114Z Compiling toml_datetime v0.7.5+spec-1.1.0
30572026-02-24T04:14:50.142Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-02-24T04:14:50.430Z Compiling dropshot v0.16.7
30592026-02-24T04:14:50.729Z Compiling toml_writer v1.0.6+spec-1.1.0
30602026-02-24T04:14:50.756Z Compiling async-stream v0.3.6
30612026-02-24T04:14:50.873Z Compiling structmeta v0.3.0
30622026-02-24T04:14:50.899Z Compiling slog-bunyan v2.5.0
30632026-02-24T04:14:51.164Z Compiling toml v0.9.11+spec-1.1.0
30642026-02-24T04:14:51.203Z Compiling waitgroup v0.1.2
30652026-02-24T04:14:51.330Z Compiling rustls-pemfile v2.2.0
30662026-02-24T04:14:51.476Z Compiling dropshot_endpoint v0.16.7
30672026-02-24T04:14:51.545Z Compiling itertools v0.14.0
30682026-02-24T04:14:51.682Z Compiling serde_path_to_error v0.1.20
30692026-02-24T04:14:52.076Z Compiling typify-impl v0.4.3
30702026-02-24T04:14:52.510Z Compiling hostname v0.4.2
30712026-02-24T04:14:52.798Z Compiling derive-ex v0.1.8
30722026-02-24T04:14:53.422Z Compiling tokio-rustls v0.25.0
30732026-02-24T04:14:53.897Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30742026-02-24T04:14:54.152Z Compiling macaddr v1.0.1
30752026-02-24T04:14:54.556Z Compiling tabwriter v1.4.0
30762026-02-24T04:14:54.651Z Compiling instant v0.1.13
30772026-02-24T04:14:54.758Z Compiling progenitor-client v0.11.2
30782026-02-24T04:14:54.851Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-02-24T04:14:55.001Z Compiling parse-display-derive v0.10.0
30802026-02-24T04:14:55.382Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30812026-02-24T04:14:55.651Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-02-24T04:14:55.889Z Compiling colored v3.0.0
30832026-02-24T04:14:56.179Z Compiling backoff v0.4.0
30842026-02-24T04:14:56.258Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-02-24T04:14:56.564Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30862026-02-24T04:14:56.689Z Compiling proc-macro-crate v1.3.1
30872026-02-24T04:14:56.948Z Compiling test-strategy v0.4.3
30882026-02-24T04:14:57.077Z Compiling crucible-workspace-hack v0.1.0
30892026-02-24T04:14:57.265Z Compiling proc-macro-error v1.0.4
30902026-02-24T04:14:57.522Z Compiling heapless v0.8.0
30912026-02-24T04:14:57.748Z Compiling num_enum_derive v0.5.11
30922026-02-24T04:14:57.937Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-02-24T04:14:58.496Z Compiling ingot-macros v0.1.1
30942026-02-24T04:14:58.527Z Compiling hash32 v0.3.1
30952026-02-24T04:14:58.748Z Compiling smoltcp v0.11.0
30962026-02-24T04:14:58.835Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30972026-02-24T04:14:59.013Z Compiling parse-display v0.10.0
30982026-02-24T04:14:59.465Z Compiling foreign-types-macros v0.2.3
30992026-02-24T04:14:59.632Z Compiling foreign-types-shared v0.3.1
31002026-02-24T04:14:59.817Z Compiling cobs v0.2.3
31012026-02-24T04:15:00.110Z Compiling num_enum v0.5.11
31022026-02-24T04:15:00.185Z Compiling postcard v1.0.10
31032026-02-24T04:15:00.591Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31042026-02-24T04:15:00.770Z Compiling nix v0.30.1
31052026-02-24T04:15:00.774Z Compiling foreign-types v0.5.0
31062026-02-24T04:15:00.842Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-02-24T04:15:00.949Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-02-24T04:15:01.620Z Compiling secrecy v0.10.3
31092026-02-24T04:15:01.686Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-02-24T04:15:01.759Z Compiling cstr-argument v0.1.2
31112026-02-24T04:15:01.845Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31122026-02-24T04:15:01.912Z Compiling pretty-hex v0.2.1
31132026-02-24T04:15:02.065Z Compiling rayon-core v1.12.1
31142026-02-24T04:15:02.166Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31152026-02-24T04:15:02.193Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-02-24T04:15:02.286Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-02-24T04:15:02.577Z Compiling crossbeam-deque v0.8.5
31182026-02-24T04:15:02.612Z Compiling colored v2.2.0
31192026-02-24T04:15:02.680Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31202026-02-24T04:15:03.642Z Compiling camino-tempfile v1.4.1
31212026-02-24T04:15:03.897Z Compiling typify-macro v0.4.3
31222026-02-24T04:15:04.141Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-02-24T04:15:04.493Z Compiling rayon v1.10.0
31242026-02-24T04:15:04.620Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31252026-02-24T04:15:04.779Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31262026-02-24T04:15:04.842Z Compiling zone_cfg_derive v0.3.0
31272026-02-24T04:15:05.420Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31282026-02-24T04:15:05.450Z Compiling ingot-types v0.1.2
31292026-02-24T04:15:05.871Z Compiling smf v0.2.3
31302026-02-24T04:15:05.912Z Compiling num-derive v0.4.2
31312026-02-24T04:15:06.307Z Compiling ingot v0.1.1
31322026-02-24T04:15:06.350Z Compiling sigpipe v0.1.3
31332026-02-24T04:15:06.515Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-02-24T04:15:06.952Z Compiling zone v0.3.1
31352026-02-24T04:15:07.080Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-02-24T04:15:07.594Z Compiling toml v0.8.23
31372026-02-24T04:15:07.665Z Compiling convert_case v0.4.0
31382026-02-24T04:15:07.995Z Compiling typify v0.4.3
31392026-02-24T04:15:08.195Z Compiling progenitor-impl v0.11.2
31402026-02-24T04:15:08.286Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31412026-02-24T04:15:08.548Z Compiling derive_more v0.99.20
31422026-02-24T04:15:08.628Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31432026-02-24T04:15:08.974Z Compiling universal-hash v0.5.1
31442026-02-24T04:15:09.094Z Compiling opaque-debug v0.3.1
31452026-02-24T04:15:09.118Z Compiling half v2.4.1
31462026-02-24T04:15:09.144Z Compiling ciborium-io v0.2.2
31472026-02-24T04:15:09.208Z Compiling aead v0.5.2
31482026-02-24T04:15:09.235Z Compiling poly1305 v0.8.0
31492026-02-24T04:15:09.319Z Compiling progenitor-impl v0.10.0
31502026-02-24T04:15:09.634Z Compiling ciborium-ll v0.2.2
31512026-02-24T04:15:09.693Z Compiling chacha20 v0.9.1
31522026-02-24T04:15:09.993Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31532026-02-24T04:15:10.068Z Compiling ciborium v0.2.2
31542026-02-24T04:15:10.219Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-02-24T04:15:10.342Z Compiling num-rational v0.4.2
31562026-02-24T04:15:10.919Z Compiling thiserror-impl-no-std v2.0.2
31572026-02-24T04:15:11.348Z Compiling password-hash v0.5.0
31582026-02-24T04:15:11.440Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31592026-02-24T04:15:11.872Z Compiling blake2 v0.10.6
31602026-02-24T04:15:12.277Z Compiling num-complex v0.4.6
31612026-02-24T04:15:12.778Z Compiling argon2 v0.5.3
31622026-02-24T04:15:13.196Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31632026-02-24T04:15:13.251Z Compiling num v0.4.3
31642026-02-24T04:15:13.342Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31652026-02-24T04:15:13.401Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31662026-02-24T04:15:13.768Z Compiling thiserror-no-std v2.0.2
31672026-02-24T04:15:13.948Z Compiling indent_write v2.2.0
31682026-02-24T04:15:14.238Z Compiling float-ord v0.3.2
31692026-02-24T04:15:14.461Z Compiling vsss-rs v3.3.4
31702026-02-24T04:15:14.937Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-02-24T04:15:14.964Z Compiling progenitor-macro v0.11.2
31722026-02-24T04:15:15.457Z Compiling chacha20poly1305 v0.10.1
31732026-02-24T04:15:15.748Z Compiling gethostname v0.5.0
31742026-02-24T04:15:15.775Z Compiling usdt-macro v0.5.0
31752026-02-24T04:15:15.991Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31762026-02-24T04:15:16.191Z Compiling progenitor-macro v0.10.0
31772026-02-24T04:15:16.267Z Compiling usdt-attr-macro v0.5.0
31782026-02-24T04:15:17.332Z Compiling derive-where v1.5.0
31792026-02-24T04:15:18.014Z Compiling usdt v0.5.0
31802026-02-24T04:15:18.241Z Compiling cancel-safe-futures v0.1.5
31812026-02-24T04:15:18.494Z Compiling owo-colors v4.2.3
31822026-02-24T04:15:18.562Z Compiling console v0.15.10
31832026-02-24T04:15:18.612Z Compiling resolv-conf v0.7.0
31842026-02-24T04:15:18.724Z Compiling libsw-core v0.3.1
31852026-02-24T04:15:18.853Z Compiling async-recursion v1.1.1
31862026-02-24T04:15:19.051Z Compiling libsw v3.5.0
31872026-02-24T04:15:19.411Z Compiling linear-map v1.2.0
31882026-02-24T04:15:19.801Z Compiling libefi-sys v0.1.0
31892026-02-24T04:15:19.910Z Compiling hickory-proto v0.24.4
31902026-02-24T04:15:19.975Z Compiling newline-converter v0.3.0
31912026-02-24T04:15:20.185Z Compiling atomicwrites v0.4.4
31922026-02-24T04:15:20.247Z Compiling bitfield-struct v0.6.2
31932026-02-24T04:15:20.369Z Compiling semver v0.1.20
31942026-02-24T04:15:20.524Z Compiling linked-hash-map v0.5.6
31952026-02-24T04:15:20.576Z Compiling expectorate v1.2.0
31962026-02-24T04:15:20.905Z Compiling lru-cache v0.1.2
31972026-02-24T04:15:20.944Z Compiling rustc_version v0.1.7
31982026-02-24T04:15:21.152Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-02-24T04:15:21.388Z Compiling pin-project-internal v1.1.6
32002026-02-24T04:15:21.415Z Compiling slog-dtrace v0.3.0
32012026-02-24T04:15:21.441Z Compiling siphasher v1.0.1
32022026-02-24T04:15:21.611Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-02-24T04:15:21.831Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-02-24T04:15:21.982Z Compiling phf_shared v0.12.1
32052026-02-24T04:15:22.006Z Compiling newtype_derive v0.1.6
32062026-02-24T04:15:22.400Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-02-24T04:15:22.400Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-02-24T04:15:22.452Z Compiling tokio-dtrace v0.1.0
32092026-02-24T04:15:22.839Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-02-24T04:15:22.939Z Compiling dropshot-api-manager-types v0.3.0
32112026-02-24T04:15:23.305Z Compiling pem v3.0.5
32122026-02-24T04:15:23.612Z Compiling snafu-derive v0.8.5
32132026-02-24T04:15:23.976Z Compiling csv-core v0.1.11
32142026-02-24T04:15:24.010Z Compiling xshell-macros v0.2.7
32152026-02-24T04:15:24.250Z Compiling pin-project v1.1.6
32162026-02-24T04:15:24.455Z Compiling base64 v0.21.7
32172026-02-24T04:15:24.549Z Compiling chrono-tz v0.10.4
32182026-02-24T04:15:24.835Z Compiling highway v1.3.0
32192026-02-24T04:15:24.925Z Compiling same-file v1.0.6
32202026-02-24T04:15:25.055Z Compiling const_format_proc_macros v0.2.34
32212026-02-24T04:15:25.136Z Compiling hickory-resolver v0.24.4
32222026-02-24T04:15:25.259Z Compiling walkdir v2.5.0
32232026-02-24T04:15:25.726Z Compiling xshell v0.2.7
32242026-02-24T04:15:25.977Z Compiling csv v1.3.1
32252026-02-24T04:15:26.914Z Compiling oxide-tokio-rt v0.1.2
32262026-02-24T04:15:27.088Z Compiling phf v0.12.1
32272026-02-24T04:15:27.261Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-02-24T04:15:27.456Z Compiling globset v0.4.15
32292026-02-24T04:15:27.814Z Compiling progenitor v0.11.2
32302026-02-24T04:15:27.918Z Compiling qorb v0.4.1
32312026-02-24T04:15:27.985Z Compiling olpc-cjson v0.1.4
32322026-02-24T04:15:28.087Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32332026-02-24T04:15:28.313Z Compiling snafu v0.8.5
32342026-02-24T04:15:28.317Z Compiling primeorder v0.13.6
32352026-02-24T04:15:28.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-02-24T04:15:28.971Z Compiling serde_plain v1.0.2
32372026-02-24T04:15:29.003Z Compiling progenitor v0.10.0
32382026-02-24T04:15:29.085Z Compiling typed-path v0.9.3
32392026-02-24T04:15:29.540Z Compiling const_format v0.2.34
32402026-02-24T04:15:29.994Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-02-24T04:15:30.273Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-02-24T04:15:30.761Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-02-24T04:15:31.998Z Compiling tough v0.20.0
32442026-02-24T04:15:32.053Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-02-24T04:15:32.082Z Compiling tabled_derive v0.7.0
32462026-02-24T04:15:32.500Z Compiling bcs v0.1.6
32472026-02-24T04:15:32.561Z Compiling utf-8 v0.7.6
32482026-02-24T04:15:32.589Z Compiling termtree v0.5.1
32492026-02-24T04:15:32.899Z Compiling radium v0.7.0
32502026-02-24T04:15:32.926Z Compiling salty v0.3.0
32512026-02-24T04:15:33.151Z Compiling textwrap v0.16.2
32522026-02-24T04:15:33.232Z Compiling tungstenite v0.21.0
32532026-02-24T04:15:33.461Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32542026-02-24T04:15:33.499Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-02-24T04:15:33.897Z Compiling steno v0.4.1
32562026-02-24T04:15:34.223Z Compiling typify-impl v0.2.0
32572026-02-24T04:15:34.378Z Compiling tabled v0.15.0
32582026-02-24T04:15:35.224Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-02-24T04:15:35.480Z Compiling moka v0.12.10
32602026-02-24T04:15:35.866Z Compiling tap v1.0.1
32612026-02-24T04:15:36.104Z Compiling maybe-uninit v2.0.0
32622026-02-24T04:15:36.715Z Compiling humantime v2.2.0
32632026-02-24T04:15:37.345Z Compiling wyz v0.5.1
32642026-02-24T04:15:37.872Z Compiling tokio-tungstenite v0.21.0
32652026-02-24T04:15:38.567Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32662026-02-24T04:15:40.269Z Compiling p384 v0.13.1
32672026-02-24T04:15:40.571Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-02-24T04:15:41.038Z Compiling tagptr v0.2.0
32692026-02-24T04:15:41.369Z Compiling arc-swap v1.7.1
32702026-02-24T04:15:41.425Z Compiling packed_struct v0.10.1
32712026-02-24T04:15:41.511Z Compiling funty v2.0.0
32722026-02-24T04:15:41.784Z Compiling polyval v0.6.2
32732026-02-24T04:15:42.007Z Compiling slog-scope v4.4.0
32742026-02-24T04:15:42.034Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-02-24T04:15:42.263Z Compiling packed_struct_codegen v0.10.1
32762026-02-24T04:15:42.582Z Compiling bitvec v1.0.1
32772026-02-24T04:15:42.782Z Compiling bitfield-macros v0.19.2
32782026-02-24T04:15:43.136Z Compiling zerocopy-derive v0.6.6
32792026-02-24T04:15:43.363Z Compiling proc-macro-error-attr2 v2.0.0
32802026-02-24T04:15:44.246Z Compiling indexmap v1.9.3
32812026-02-24T04:15:44.389Z Compiling parking_lot_core v0.8.6
32822026-02-24T04:15:44.629Z Compiling crc-catalog v2.4.0
32832026-02-24T04:15:44.824Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32842026-02-24T04:15:44.899Z Compiling nodrop v0.1.14
32852026-02-24T04:15:44.970Z Compiling crc v3.2.1
32862026-02-24T04:15:45.082Z Compiling array-init v0.0.4
32872026-02-24T04:15:45.109Z Compiling zerocopy v0.6.6
32882026-02-24T04:15:45.268Z Compiling bitfield v0.19.2
32892026-02-24T04:15:45.291Z Compiling proc-macro-error2 v2.0.1
32902026-02-24T04:15:45.651Z Compiling typify-macro v0.2.0
32912026-02-24T04:15:45.708Z Compiling hickory-resolver v0.25.2
32922026-02-24T04:15:45.773Z Compiling slog-stdlog v4.1.1
32932026-02-24T04:15:45.904Z Compiling ghash v0.5.1
32942026-02-24T04:15:45.931Z Compiling smallvec v0.6.14
32952026-02-24T04:15:46.057Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32962026-02-24T04:15:46.180Z Compiling ctr v0.9.2
32972026-02-24T04:15:46.207Z Compiling num-derive v0.3.3
32982026-02-24T04:15:46.404Z Compiling lzma-sys v0.1.20
32992026-02-24T04:15:46.595Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-02-24T04:15:46.997Z Compiling hashbrown v0.12.3
33012026-02-24T04:15:47.027Z Compiling unicase v2.8.1
33022026-02-24T04:15:47.387Z Compiling aes-gcm v0.10.3
33032026-02-24T04:15:47.502Z Compiling mime_guess v2.0.5
33042026-02-24T04:15:47.768Z Compiling serde-hex v0.1.0
33052026-02-24T04:15:48.409Z Compiling libscf-sys v1.1.0
33062026-02-24T04:15:48.697Z Compiling slog-envlogger v2.2.0
33072026-02-24T04:15:48.735Z Compiling tabled_derive v0.11.0
33082026-02-24T04:15:49.031Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33092026-02-24T04:15:49.717Z Compiling typify v0.2.0
33102026-02-24T04:15:49.828Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33112026-02-24T04:15:49.900Z Compiling progenitor-impl v0.8.0
33122026-02-24T04:15:49.939Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-02-24T04:15:50.064Z Compiling ron v0.8.1
33142026-02-24T04:15:50.325Z Compiling papergrid v0.17.0
33152026-02-24T04:15:51.043Z Compiling testing_table v0.3.0
33162026-02-24T04:15:51.367Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33172026-02-24T04:15:51.569Z Compiling hashbrown v0.13.2
33182026-02-24T04:15:52.416Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33192026-02-24T04:15:52.444Z Compiling progenitor-client v0.8.0
33202026-02-24T04:15:52.525Z Compiling heck v0.3.3
33212026-02-24T04:15:52.714Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33222026-02-24T04:15:52.981Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33232026-02-24T04:15:53.121Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33242026-02-24T04:15:54.148Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33252026-02-24T04:15:54.653Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33262026-02-24T04:15:54.812Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33272026-02-24T04:15:55.239Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33282026-02-24T04:15:55.744Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33292026-02-24T04:15:56.604Z Compiling progenitor-macro v0.8.0
33302026-02-24T04:15:56.950Z Compiling ssh-encoding v0.2.0
33312026-02-24T04:15:57.520Z Compiling blowfish v0.9.1
33322026-02-24T04:15:58.060Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33332026-02-24T04:15:58.820Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33342026-02-24T04:15:59.378Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33352026-02-24T04:16:00.065Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33362026-02-24T04:16:00.843Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33372026-02-24T04:16:01.629Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33382026-02-24T04:16:02.167Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33392026-02-24T04:16:02.284Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33402026-02-24T04:16:02.337Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33412026-02-24T04:16:02.340Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33422026-02-24T04:16:02.538Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33432026-02-24T04:16:02.742Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-02-24T04:16:03.411Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33452026-02-24T04:16:04.498Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33462026-02-24T04:16:04.921Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33472026-02-24T04:16:05.252Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33482026-02-24T04:16:05.707Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33492026-02-24T04:16:06.231Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33502026-02-24T04:16:07.004Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33512026-02-24T04:16:07.413Z Compiling nibble_vec v0.1.0
33522026-02-24T04:16:07.693Z Compiling endian-type v0.1.2
33532026-02-24T04:16:07.968Z Compiling corncobs v0.1.4
33542026-02-24T04:16:08.335Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-02-24T04:16:08.498Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-02-24T04:16:08.706Z Compiling crc-any v2.5.0
33572026-02-24T04:16:09.213Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33582026-02-24T04:16:09.272Z Compiling progenitor v0.8.0
33592026-02-24T04:16:09.311Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-02-24T04:16:09.573Z Compiling radix_trie v0.2.1
33612026-02-24T04:16:10.236Z Compiling bcrypt-pbkdf v0.10.0
33622026-02-24T04:16:10.296Z Compiling ssh-cipher v0.2.0
33632026-02-24T04:16:10.947Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33642026-02-24T04:16:11.561Z Compiling zone_cfg_derive v0.1.2
33652026-02-24T04:16:11.709Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33662026-02-24T04:16:12.265Z Compiling tabled v0.20.0
33672026-02-24T04:16:13.152Z Compiling object v0.30.4
33682026-02-24T04:16:14.934Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-02-24T04:16:15.599Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-02-24T04:16:18.008Z Compiling parking_lot v0.11.2
33712026-02-24T04:16:18.670Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-02-24T04:16:18.912Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-02-24T04:16:20.401Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33742026-02-24T04:16:20.884Z Compiling prefix-trie v0.7.0
33752026-02-24T04:16:21.204Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33762026-02-24T04:16:21.792Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33772026-02-24T04:16:22.722Z Compiling password-hash v0.4.2
33782026-02-24T04:16:23.612Z Compiling fxhash v0.2.1
33792026-02-24T04:16:23.877Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33802026-02-24T04:16:25.772Z Compiling secrecy v0.8.0
33812026-02-24T04:16:26.063Z Compiling base64 v0.13.1
33822026-02-24T04:16:26.673Z Compiling path-slash v0.1.5
33832026-02-24T04:16:26.817Z Compiling number_prefix v0.4.0
33842026-02-24T04:16:26.949Z Compiling half v1.8.3
33852026-02-24T04:16:27.122Z Compiling http-range v0.1.5
33862026-02-24T04:16:27.549Z Compiling serde_cbor v0.11.2
33872026-02-24T04:16:27.601Z Compiling indicatif v0.17.11
33882026-02-24T04:16:27.842Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-02-24T04:16:28.152Z Compiling ron v0.7.1
33902026-02-24T04:16:28.964Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33912026-02-24T04:16:30.311Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33922026-02-24T04:16:31.472Z Compiling sled v0.34.7
33932026-02-24T04:16:31.816Z Compiling pbkdf2 v0.11.0
33942026-02-24T04:16:32.143Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33952026-02-24T04:16:32.242Z Compiling hickory-server v0.25.2
33962026-02-24T04:16:32.944Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33972026-02-24T04:16:33.623Z Compiling xz2 v0.1.7
33982026-02-24T04:16:33.652Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33992026-02-24T04:16:34.803Z Compiling zone v0.1.8
34002026-02-24T04:16:36.111Z Compiling ssh-key v0.6.6
34012026-02-24T04:16:36.191Z Compiling hickory-client v0.25.2
34022026-02-24T04:16:36.761Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34032026-02-24T04:16:36.914Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34042026-02-24T04:16:37.176Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-02-24T04:16:38.496Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34062026-02-24T04:16:38.828Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34072026-02-24T04:16:38.863Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-02-24T04:16:39.692Z Compiling p521 v0.13.3
34092026-02-24T04:16:39.992Z Compiling p256 v0.13.2
34102026-02-24T04:16:40.154Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34112026-02-24T04:16:40.833Z Compiling yasna v0.5.2
34122026-02-24T04:16:41.171Z Compiling headers-core v0.3.0
34132026-02-24T04:16:41.199Z Compiling kstat-rs v0.2.4
34142026-02-24T04:16:41.400Z Compiling nanorand v0.7.0
34152026-02-24T04:16:41.833Z Compiling russh-cryptovec v0.7.3
34162026-02-24T04:16:41.895Z Compiling atty v0.2.14
34172026-02-24T04:16:41.956Z Compiling crc8 v0.1.1
34182026-02-24T04:16:41.986Z Compiling md5 v0.7.0
34192026-02-24T04:16:42.091Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34202026-02-24T04:16:42.177Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-02-24T04:16:42.208Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34222026-02-24T04:16:42.370Z Compiling russh-keys v0.45.0
34232026-02-24T04:16:42.575Z Compiling flume v0.11.1
34242026-02-24T04:16:43.275Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34252026-02-24T04:16:43.780Z Compiling rcgen v0.12.1
34262026-02-24T04:16:44.224Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272026-02-24T04:16:45.281Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-02-24T04:16:45.889Z Compiling headers v0.4.1
34292026-02-24T04:16:46.015Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34302026-02-24T04:16:47.719Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34312026-02-24T04:16:48.345Z Compiling hyper-staticfile v0.10.1
34322026-02-24T04:16:49.421Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-02-24T04:16:50.956Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34342026-02-24T04:16:51.106Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34352026-02-24T04:16:55.588Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34362026-02-24T04:16:56.760Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34372026-02-24T04:16:58.024Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34382026-02-24T04:17:00.028Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-02-24T04:17:00.740Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34402026-02-24T04:17:02.036Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34412026-02-24T04:17:02.161Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34422026-02-24T04:17:03.125Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34432026-02-24T04:17:03.621Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34442026-02-24T04:17:03.684Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-02-24T04:17:03.881Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34462026-02-24T04:17:03.991Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34472026-02-24T04:17:04.514Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34482026-02-24T04:17:04.640Z Compiling num-bigint v0.4.6
34492026-02-24T04:17:05.029Z Compiling des v0.8.1
34502026-02-24T04:17:05.430Z Compiling subprocess v0.2.9
34512026-02-24T04:17:05.700Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-02-24T04:17:05.745Z Compiling display-error-chain v0.2.2
34532026-02-24T04:17:05.974Z Compiling hex-literal v0.4.1
34542026-02-24T04:17:06.000Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-02-24T04:17:06.193Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-02-24T04:17:06.591Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-02-24T04:17:07.096Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34582026-02-24T04:17:07.636Z Compiling russh v0.45.0
34592026-02-24T04:17:07.959Z Compiling internet-checksum v0.2.1
34602026-02-24T04:17:14.408Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34612026-02-24T04:17:52.222Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34622026-02-24T04:18:24.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 37s
34632026-02-24T04:18:24.786Z
34642026-02-24T04:18:24.789Zreal 3:37.909614369
34652026-02-24T04:18:24.790Zuser 19:44.195567402
34662026-02-24T04:18:24.790Zsys 2:36.997989890
34672026-02-24T04:18:24.790Ztrap 0.590002099
34682026-02-24T04:18:24.790Ztflt 0.219081903
34692026-02-24T04:18:24.790Zdflt 0.691812990
34702026-02-24T04:18:24.790Zkflt 0.000084500
34712026-02-24T04:18:24.790Zlock 54:05.216190111
34722026-02-24T04:18:24.790Zslp 1:11:20.373587754
34732026-02-24T04:18:24.790Zlat 1:06.950827202
34742026-02-24T04:18:24.790Zstop 2:45.006119520
34752026-02-24T04:18:24.790Z+ mkdir tests
34762026-02-24T04:18:24.793Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34772026-02-24T04:18:24.793Z+ xargs -I '{}' -t cp '{}' tests/
34782026-02-24T04:18:24.834Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-15b12625711a6fd2 tests/
34792026-02-24T04:18:24.871Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-149ed8a949c7603c tests/
34802026-02-24T04:18:24.907Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-44a4953771438255 tests/
34812026-02-24T04:18:24.946Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b91cd7ffa69b3889 tests/
34822026-02-24T04:18:25.357Z+ 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/*)
34832026-02-24T04:18:25.360Z+ 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-149ed8a949c7603c tests/commtest-44a4953771438255 tests/dhcp_server-15b12625711a6fd2 tests/end_to_end_tests-b91cd7ffa69b3889 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar 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
34842026-02-24T04:20:12.240ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34852026-02-24T04:20:12.240Za .github/buildomat/ci-env.sh 1K
34862026-02-24T04:20:12.240Za out/target/test 1K
34872026-02-24T04:20:12.240Za out/npuzone/npuzone 27402K
34882026-02-24T04:20:12.240Za package-manifest.toml 35K
34892026-02-24T04:20:12.240Za smf/sled-agent/non-gimlet/config.toml 6K
34902026-02-24T04:20:12.241Za target/release/omicron-package 43156K
34912026-02-24T04:20:12.241Za target/release/xtask 11507K
34922026-02-24T04:20:12.241Za target/debug/bootstrap 325119K
34932026-02-24T04:20:12.241Za tests/bootstrap-149ed8a949c7603c 31130K
34942026-02-24T04:20:12.241Za tests/commtest-44a4953771438255 31430K
34952026-02-24T04:20:12.241Za tests/dhcp_server-15b12625711a6fd2 31130K
34962026-02-24T04:20:12.241Za tests/end_to_end_tests-b91cd7ffa69b3889 369344K
34972026-02-24T04:20:12.241Za out/clickhouse.tar.gz 319492K
34982026-02-24T04:20:12.241Za out/clickhouse_keeper.tar.gz 302481K
34992026-02-24T04:20:12.241Za out/clickhouse_server.tar.gz 319491K
35002026-02-24T04:20:12.241Za out/cockroachdb.tar.gz 165106K
35012026-02-24T04:20:12.241Za out/crucible-pantry-zone.tar.gz 41538K
35022026-02-24T04:20:12.241Za out/crucible-utils.tar 17744K
35032026-02-24T04:20:12.241Za out/crucible-zone.tar.gz 55676K
35042026-02-24T04:20:12.241Za out/external-dns.tar.gz 48756K
35052026-02-24T04:20:12.241Za out/internal-dns.tar.gz 48755K
35062026-02-24T04:20:12.241Za out/mg-ddm-gz.tar 86339K
35072026-02-24T04:20:12.241Za out/nexus.tar.gz 212324K
35082026-02-24T04:20:12.241Za out/ntp.tar.gz 29642K
35092026-02-24T04:20:12.241Za out/omicron-gateway-softnpu.tar.gz 29480K
35102026-02-24T04:20:12.241Za out/omicron-sled-agent.tar 192275K
35112026-02-24T04:20:12.241Za out/overlay.tar.gz 3K
35122026-02-24T04:20:12.241Za out/oximeter.tar.gz 64475K
35132026-02-24T04:20:12.241Za out/oxlog.tar 3946K
35142026-02-24T04:20:12.241Za out/probe.tar.gz 3037K
35152026-02-24T04:20:12.241Za out/propolis-server.tar.gz 74633K
35162026-02-24T04:20:12.241Za out/pumpkind-gz.tar 26647K
35172026-02-24T04:20:12.241Za out/switch-softnpu.tar.gz 379048K
35182026-02-24T04:20:12.244Z
35192026-02-24T04:20:12.244Zreal 1:46.843833675
35202026-02-24T04:20:12.244Zuser 1:42.187006044
35212026-02-24T04:20:12.244Zsys 6.740369758
35222026-02-24T04:20:12.245Ztrap 0.024936525
35232026-02-24T04:20:12.245Ztflt 0.000000000
35242026-02-24T04:20:12.245Zdflt 0.000000000
35252026-02-24T04:20:12.245Zkflt 0.000000000
35262026-02-24T04:20:12.245Zlock 0.000000000
35272026-02-24T04:20:12.245Zslp 1:41.891762795
35282026-02-24T04:20:12.245Zlat 2.837238617
35292026-02-24T04:20:12.245Zstop 0.000604175
35302026-02-24T04:20:12.245Zprocess exited: duration 2678498 ms, exit code 0
 
35312026-02-24T04:20:12.260Zfound 1 output files
35322026-02-24T04:20:12.260Zuploading: /work/package.tar.gz (2421138272 bytes)
35332026-02-24T04:20:47.989Zuploaded: /work/package.tar.gz