01KGYYMCTKQRY13NV1H1D3MDR9: 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: 01KGYYMSPHC4ZJ1G4MTQC2JQA0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-08T15:42:04.380Zjob assigned to worker 01KGYYMTPF5JJP6PZAXCDB4EBM [factory gimlet-EVT22200007-propolis, EVT22200007/57402] (queued for 26 s)
 
22026-02-08T15:42:13.349Zstarting task 0: "setup"
32026-02-08T15:42:13.373Z++ uname -s
42026-02-08T15:42:13.373Z+ kern=SunOS
52026-02-08T15:42:13.373Z+ build_user=build
62026-02-08T15:42:13.374Z+ build_uid=12345
72026-02-08T15:42:13.374Z+ work_dir=/work
82026-02-08T15:42:13.374Z+ input_dir=/input
92026-02-08T15:42:13.374Z+ [[ 0 == 12345 ]]
102026-02-08T15:42:13.374Z+ case "$kern" in
112026-02-08T15:42:13.374Z+ groupadd -g 12345 build
122026-02-08T15:42:13.374Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-08T15:42:15.375Z+ zfs create -o mountpoint=/work rpool/work
142026-02-08T15:42:15.410Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-08T15:42:15.436Z+ home_fs=zfs
162026-02-08T15:42:15.436Z+ [[ zfs == autofs ]]
172026-02-08T15:42:15.436Z+ mkdir -p /home/build
182026-02-08T15:42:15.436Z+ chown build:build /home/build /work
192026-02-08T15:42:17.419Z+ chmod 0700 /home/build /work
202026-02-08T15:42:17.446Zprocess exited: duration 4074 ms, exit code 0
 
212026-02-08T15:42:17.501Zstarting task 1: "rust-toolchain"
222026-02-08T15:42:17.527Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-08T15:42:17.528Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-08T15:42:17.528Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-08T15:42:17.528Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-08T15:42:17.528Z * rust toolchain channel = "1.91.1"
272026-02-08T15:42:17.528Z * rust toolchain profile = "default"
282026-02-08T15:42:17.528Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-08T15:42:17.528Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-08T15:42:17.641Zinfo: downloading installer
312026-02-08T15:42:19.213Zwarn: It looks like you have an existing installation of Rust at:
322026-02-08T15:42:19.213Zwarn: /opt/ooce/bin
332026-02-08T15:42:19.213Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-08T15:42:19.213Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-08T15:42:19.213Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-08T15:42:19.213Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-08T15:42:19.213Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-08T15:42:19.213Zerror: cannot install while Rust is installed
392026-02-08T15:42:19.213Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-08T15:42:19.238Zinfo: profile set to 'default'
412026-02-08T15:42:19.238Zinfo: default host triple is x86_64-unknown-illumos
422026-02-08T15:42:19.238Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-08T15:42:19.357Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-08T15:42:19.357Zinfo: downloading component 'cargo'
452026-02-08T15:42:19.886Zinfo: downloading component 'clippy'
462026-02-08T15:42:20.003Zinfo: downloading component 'rust-docs'
472026-02-08T15:42:21.370Zinfo: downloading component 'rust-std'
482026-02-08T15:42:22.239Zinfo: downloading component 'rustc'
492026-02-08T15:42:24.594Zinfo: downloading component 'rustfmt'
502026-02-08T15:42:24.659Zinfo: installing component 'cargo'
512026-02-08T15:42:25.890Zinfo: installing component 'clippy'
522026-02-08T15:42:26.343Zinfo: installing component 'rust-docs'
532026-02-08T15:42:29.669Zinfo: installing component 'rust-std'
542026-02-08T15:42:31.731Zinfo: installing component 'rustc'
552026-02-08T15:42:39.935Zinfo: installing component 'rustfmt'
562026-02-08T15:42:40.321Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-08T15:42:40.321Z
582026-02-08T15:42:40.493Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-08T15:42:40.493Z
602026-02-08T15:42:40.493Z
612026-02-08T15:42:40.493ZRust is installed now. Great!
622026-02-08T15:42:40.493Z
632026-02-08T15:42:40.493ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-08T15:42:40.493Zenvironment variable. This has not been done automatically.
652026-02-08T15:42:40.493Z
662026-02-08T15:42:40.493ZTo configure your current shell, you need to source
672026-02-08T15:42:40.493Zthe corresponding env file under $HOME/.cargo.
682026-02-08T15:42:40.494Z
692026-02-08T15:42:40.494ZThis is usually done by running one of the following (note the leading DOT):
702026-02-08T15:42:40.494Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-08T15:42:40.494Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-08T15:42:40.494Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-08T15:42:40.624Z+ rustup --version
742026-02-08T15:42:40.648Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-08T15:42:40.648Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-08T15:42:40.777Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-08T15:42:40.802Z+ cargo --version
782026-02-08T15:42:40.900Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-08T15:42:40.925Z+ rustc --version
802026-02-08T15:42:41.025Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-08T15:42:41.049Zprocess exited: duration 23532 ms, exit code 0
 
822026-02-08T15:42:41.098Zstarting task 2: "authentication"
832026-02-08T15:42:41.156Zprocess exited: duration 57 ms, exit code 0
 
842026-02-08T15:42:41.204Zstarting task 3: "clone repository"
852026-02-08T15:42:41.229Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-08T15:42:41.229Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-08T15:42:41.253ZCloning into '/work/oxidecomputer/omicron'...
882026-02-08T15:43:04.953Z+ cd /work/oxidecomputer/omicron
892026-02-08T15:43:04.953Z+ git fetch origin 4df24290d404f15a38e10caf255bb0f101e16fc1
902026-02-08T15:43:05.590ZFrom https://github.com/oxidecomputer/omicron
912026-02-08T15:43:05.590Z * branch 4df24290d404f15a38e10caf255bb0f101e16fc1 -> FETCH_HEAD
922026-02-08T15:43:05.614Z+ [[ -n bump-console-64a717df ]]
932026-02-08T15:43:05.614Z++ git branch --show-current
942026-02-08T15:43:05.614Z+ current=main
952026-02-08T15:43:05.614Z+ [[ main != bump-console-64a717df ]]
962026-02-08T15:43:05.614Z+ git branch -f bump-console-64a717df 4df24290d404f15a38e10caf255bb0f101e16fc1
972026-02-08T15:43:05.614Z+ git checkout -f bump-console-64a717df
982026-02-08T15:43:06.170ZSwitched to branch 'bump-console-64a717df'
992026-02-08T15:43:06.194Z+ git reset --hard 4df24290d404f15a38e10caf255bb0f101e16fc1
1002026-02-08T15:43:06.218ZHEAD is now at 4df24290d Bump web console (IP pool detail improvements)
1012026-02-08T15:43:06.218Zprocess exited: duration 24995 ms, exit code 0
 
1022026-02-08T15:43:06.267Zstarting task 4: "build"
1032026-02-08T15:43:06.291Z+ source .github/buildomat/ci-env.sh
1042026-02-08T15:43:06.291Z++ export CARGO_TERM_COLOR=always
1052026-02-08T15:43:06.291Z++ CARGO_TERM_COLOR=always
1062026-02-08T15:43:06.292Z+ cargo --version
1072026-02-08T15:43:06.350Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-08T15:43:06.374Z+ rustc --version
1092026-02-08T15:43:06.445Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-08T15:43:06.472Z+ WORK=/work
1112026-02-08T15:43:06.472Z+ pfexec mkdir -p /work
1122026-02-08T15:43:06.472Z+ pfexec chown build /work
1132026-02-08T15:43:06.472Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-08T15:43:27.049Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-08T15:43:39.863Z Startup: Caching catalogs ... Done
1162026-02-08T15:44:05.642ZPlanning: Solver setup ... Done (23.651s)
1172026-02-08T15:44:05.828ZPlanning: Running solver ... Done (0.187s)
1182026-02-08T15:44:05.986ZPlanning: Finding local manifests ... Done (0.002s)
1192026-02-08T15:44:06.063ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-08T15:44:06.488ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-08T15:44:06.544ZPlanning: Package planning ... Done (0.057s)
1222026-02-08T15:44:06.603ZPlanning: Merging actions ... Done (0.059s)
1232026-02-08T15:44:06.920ZPlanning: Checking for conflicting actions ... Done (0.316s)
1242026-02-08T15:44:06.945ZPlanning: Consolidating action changes ... Done (0.012s)
1252026-02-08T15:44:07.601ZPlanning: Evaluating mediators ... Done (0.669s)
1262026-02-08T15:44:07.626ZPlanning: Planning completed in 27.63 seconds
1272026-02-08T15:44:07.650Z Packages to install: 4
1282026-02-08T15:44:07.650Z Mediators to change: 2
1292026-02-08T15:44:07.650Z Services to change: 1
1302026-02-08T15:44:07.650Z Estimated space available: 154.94 GB
1312026-02-08T15:44:07.650ZEstimated space to be consumed: 1.80 GB
1322026-02-08T15:44:07.650Z Create boot environment: No
1332026-02-08T15:44:07.650ZCreate backup boot environment: No
1342026-02-08T15:44:07.650Z Rebuild boot archive: No
1352026-02-08T15:44:07.650Z
1362026-02-08T15:44:07.650ZChanged mediators:
1372026-02-08T15:44:07.650Z mediator clang:
1382026-02-08T15:44:07.650Z version: None -> 15 (system default)
1392026-02-08T15:44:07.650Z
1402026-02-08T15:44:07.650Z mediator llvm:
1412026-02-08T15:44:07.650Z version: 14 (system default) -> 15 (system default)
1422026-02-08T15:44:07.650Z
1432026-02-08T15:44:07.651ZChanged packages:
1442026-02-08T15:44:07.651Zhelios-dev
1452026-02-08T15:44:07.651Z developer/build-essential
1462026-02-08T15:44:07.651Z None -> 11-2.0
1472026-02-08T15:44:07.651Z library/libxmlsec1
1482026-02-08T15:44:07.651Z None -> 1.2.35-2.0
1492026-02-08T15:44:07.651Z ooce/developer/clang-15
1502026-02-08T15:44:07.651Z None -> 15.0.7-2.0
1512026-02-08T15:44:07.651Z ooce/developer/llvm-15
1522026-02-08T15:44:07.651Z None -> 15.0.7-2.0
1532026-02-08T15:44:07.651Z
1542026-02-08T15:44:07.651ZServices:
1552026-02-08T15:44:07.651Z restart_fmri:
1562026-02-08T15:44:07.651Z svc:/system/update-man-index:default
1572026-02-08T15:44:07.697Z
1582026-02-08T15:44:07.697ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-08T15:44:12.698ZDownload: 626/3290 items 16.3/212.6MB 7% complete (3.2M/s)
1602026-02-08T15:44:17.699ZDownload: 1198/3290 items 69.6/212.6MB 32% complete (7.0M/s)
1612026-02-08T15:44:22.700ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (10.4M/s)
1622026-02-08T15:44:27.699ZDownload: 3248/3290 items 196.1/212.6MB 92% complete (12.6M/s)
1632026-02-08T15:44:29.819ZDownload: Completed 212.60 MB in 22.12 seconds (9.6M/s)
1642026-02-08T15:44:29.983Z Actions: 1/3689 actions (Installing new actions)
1652026-02-08T15:44:35.003Z Actions: 3381/3689 actions (Installing new actions)
1662026-02-08T15:44:35.693Z Actions: Completed 3689 actions in 5.71 seconds.
1672026-02-08T15:44:36.663Z Done (0.965s)
1682026-02-08T15:44:36.663Z Done (0.000s)
1692026-02-08T15:44:37.966Z Done (1.303s)
1702026-02-08T15:44:42.818Z Done (4.598s)
1712026-02-08T15:44:42.913Z Done (0.019s)
1722026-02-08T15:44:42.938Z Done (0.000s)
1732026-02-08T15:44:43.061Z Done (0.000s)
1742026-02-08T15:44:44.007ZPlanning: Evaluating mediator changes ... Done
1752026-02-08T15:44:44.204ZPlanning: Checking for conflicting actions ... Done
1762026-02-08T15:44:44.229ZPlanning: Consolidating action changes ... Done
1772026-02-08T15:44:44.524ZPlanning: Evaluating mediators ... Done
1782026-02-08T15:44:44.548ZPlanning: Planning completed in 0.52 seconds
1792026-02-08T15:44:44.573Z Mediators to change: 2
1802026-02-08T15:44:44.573Z Create boot environment: No
1812026-02-08T15:44:44.573ZCreate backup boot environment: No
1822026-02-08T15:44:44.622Z Done
1832026-02-08T15:44:44.622Z Done
1842026-02-08T15:44:45.568Z Done
1852026-02-08T15:44:50.051Z Done
1862026-02-08T15:44:50.142Z Done
1872026-02-08T15:44:50.142Z Done
1882026-02-08T15:44:50.194Z Done
1892026-02-08T15:44:50.914ZPlanning: Evaluating mediator changes ... Done
1902026-02-08T15:44:50.946ZPlanning: Merging actions ... Done
1912026-02-08T15:44:51.153ZPlanning: Checking for conflicting actions ... Done
1922026-02-08T15:44:51.202ZPlanning: Consolidating action changes ... Done
1932026-02-08T15:44:51.450ZPlanning: Evaluating mediators ... Done
1942026-02-08T15:44:51.517ZPlanning: Planning completed in 0.90 seconds
1952026-02-08T15:44:51.571Z Packages to change: 1
1962026-02-08T15:44:51.572Z Mediators to change: 1
1972026-02-08T15:44:51.572Z Services to change: 1
1982026-02-08T15:44:51.572Z Create boot environment: No
1992026-02-08T15:44:51.572ZCreate backup boot environment: Yes
2002026-02-08T15:44:53.581Z Actions: 1/6 actions (Updating modified actions)
2012026-02-08T15:44:53.660Z Actions: Completed 6 actions in 0.00 seconds.
2022026-02-08T15:44:53.661Z Done
2032026-02-08T15:44:53.661Z Done
2042026-02-08T15:44:53.837Z Done
2052026-02-08T15:44:58.169Z Done
2062026-02-08T15:44:58.263Z Done
2072026-02-08T15:44:58.287Z Done
2082026-02-08T15:44:58.379Z Done
2092026-02-08T15:44:58.920ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-02-08T15:44:58.921Zclang system 15 system
2112026-02-08T15:44:58.921Zcsh system system illumos
2122026-02-08T15:44:58.921Zctags system system illumos
2132026-02-08T15:44:58.921Zfile system system illumos
2142026-02-08T15:44:58.921Zgcc vendor 12 vendor
2152026-02-08T15:44:58.921Zgcc system 10 system
2162026-02-08T15:44:58.921Zgcc system 7 system
2172026-02-08T15:44:58.921Zgo system 1.20 system
2182026-02-08T15:44:58.921Zgo system 1.19 system
2192026-02-08T15:44:58.921Zllvm system 15 system
2202026-02-08T15:44:58.921Zllvm system 14 system
2212026-02-08T15:44:58.921Zmariadb system 10.6 system
2222026-02-08T15:44:58.922Zmta vendor vendor dma
2232026-02-08T15:44:58.922Zopenjdk system 17 system
2242026-02-08T15:44:58.922Zopenjdk system 11 system
2252026-02-08T15:44:58.922Zopenjdk system 1.8 system
2262026-02-08T15:44:58.922Zopenssl vendor 3 vendor
2272026-02-08T15:44:58.922Zperl system 5.36 system
2282026-02-08T15:44:58.922Zpostgresql system 15 system
2292026-02-08T15:44:58.922Zpostgresql system 13 system
2302026-02-08T15:44:58.922Zpython vendor 3 vendor
2312026-02-08T15:44:58.922Zpython system 2 system
2322026-02-08T15:44:58.923Zpython3 system 3.11 system
2332026-02-08T15:44:58.923Zruby system 3.0 system
2342026-02-08T15:44:58.923Zwords vendor vendor american-english
2352026-02-08T15:44:58.923Zwords system system australian-english
2362026-02-08T15:44:58.923Zwords system system british-english
2372026-02-08T15:44:58.923Zwords system system canadian-english
2382026-02-08T15:44:58.923Zwords system system french
2392026-02-08T15:44:58.923Zwords system system italian
2402026-02-08T15:44:58.923Zwords system system ngerman
2412026-02-08T15:44:58.923Zwords system system ogerman
2422026-02-08T15:44:58.923Zwords system system spanish
2432026-02-08T15:44:59.301ZPUBLISHER TYPE STATUS P LOCATION
2442026-02-08T15:44:59.301Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452026-02-08T15:45:06.852ZFMRI IFO
2462026-02-08T15:45:06.852Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472026-02-08T15:45:06.852Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482026-02-08T15:45:06.852Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492026-02-08T15:45:06.852Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502026-02-08T15:45:06.852Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512026-02-08T15:45:06.852Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2522026-02-08T15:45:06.852Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532026-02-08T15:45:06.852Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-02-08T15:45:06.852Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-02-08T15:45:06.852Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-02-08T15:45:06.852Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-02-08T15:45:06.852Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-02-08T15:45:06.852Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-02-08T15:45:06.852Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-02-08T15:45:06.852Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-02-08T15:45:06.852Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-02-08T15:45:08.060Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-02-08T15:45:08.717Z Updating crates.io index
2642026-02-08T15:45:08.797Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-02-08T15:45:10.080Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-02-08T15:45:10.823Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-02-08T15:45:12.574Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-02-08T15:45:13.223Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-02-08T15:45:13.962Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702026-02-08T15:45:16.279Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-02-08T15:45:19.702Z Updating git repository `https://github.com/oxidecomputer/opte`
2722026-02-08T15:45:21.342Z Updating git repository `https://github.com/oxidecomputer/tofino`
2732026-02-08T15:45:22.091Z Updating git repository `https://github.com/oxidecomputer/falcon`
2742026-02-08T15:45:23.654Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752026-02-08T15:45:24.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762026-02-08T15:45:25.379Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2772026-02-08T15:45:26.292Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2782026-02-08T15:45:26.907Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-02-08T15:45:28.188Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-02-08T15:45:29.221Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-02-08T15:45:29.789Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822026-02-08T15:45:30.479Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2832026-02-08T15:45:31.325Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842026-02-08T15:45:31.853Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852026-02-08T15:45:32.382Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862026-02-08T15:45:33.052Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-02-08T15:45:33.901Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2882026-02-08T15:45:34.872Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2892026-02-08T15:45:35.456Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2902026-02-08T15:45:36.160Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912026-02-08T15:45:37.063Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-02-08T15:45:38.060Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2932026-02-08T15:45:38.807Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-02-08T15:45:39.351Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-02-08T15:45:40.091Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-02-08T15:45:40.889Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-02-08T15:45:41.723Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-02-08T15:45:42.243Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-02-08T15:45:42.925Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-02-08T15:45:43.503Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-02-08T15:45:44.149Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-02-08T15:46:02.583Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-02-08T15:46:04.538Z Downloading crates ...
3042026-02-08T15:46:04.592Z Downloaded anstyle v1.0.11
3052026-02-08T15:46:04.617Z Downloaded bytecount v0.6.8
3062026-02-08T15:46:04.618Z Downloaded crypto-common v0.1.6
3072026-02-08T15:46:04.618Z Downloaded anstyle-parse v0.2.5
3082026-02-08T15:46:04.618Z Downloaded equivalent v1.0.2
3092026-02-08T15:46:04.618Z Downloaded colorchoice v1.0.2
3102026-02-08T15:46:04.618Z Downloaded errno v0.3.12
3112026-02-08T15:46:04.618Z Downloaded thiserror v1.0.69
3122026-02-08T15:46:04.618Z Downloaded write16 v1.0.0
3132026-02-08T15:46:04.644Z Downloaded utf16_iter v1.0.5
3142026-02-08T15:46:04.644Z Downloaded zerocopy-derive v0.7.35
3152026-02-08T15:46:04.644Z Downloaded zerofrom-derive v0.1.4
3162026-02-08T15:46:04.644Z Downloaded zmij v1.0.15
3172026-02-08T15:46:04.644Z Downloaded yoke v0.7.4
3182026-02-08T15:46:04.644Z Downloaded utf8parse v0.2.2
3192026-02-08T15:46:04.644Z Downloaded typenum v1.17.0
3202026-02-08T15:46:04.644Z Downloaded unicode-ident v1.0.19
3212026-02-08T15:46:04.672Z Downloaded url v2.5.4
3222026-02-08T15:46:04.672Z Downloaded toml_edit v0.22.27
3232026-02-08T15:46:04.672Z Downloaded smallvec v1.15.1
3242026-02-08T15:46:04.672Z Downloaded zerovec v0.10.4
3252026-02-08T15:46:04.672Z Downloaded tempfile v3.24.0
3262026-02-08T15:46:04.672Z Downloaded zerocopy v0.7.35
3272026-02-08T15:46:04.702Z Downloaded winnow v0.7.14
3282026-02-08T15:46:04.728Z Downloaded indexmap v2.13.0
3292026-02-08T15:46:04.728Z Downloaded pest v2.8.2
3302026-02-08T15:46:04.728Z Downloaded serde_json v1.0.149
3312026-02-08T15:46:04.728Z Downloaded idna v1.0.3
3322026-02-08T15:46:04.728Z Downloaded unicode-width v0.1.14
3332026-02-08T15:46:04.728Z Downloaded unicode-width v0.2.0
3342026-02-08T15:46:04.752Z Downloaded goblin v0.8.2
3352026-02-08T15:46:04.753Z Downloaded syn v1.0.109
3362026-02-08T15:46:04.753Z Downloaded tabled v0.15.0
3372026-02-08T15:46:04.777Z Downloaded icu_properties_data v1.5.0
3382026-02-08T15:46:04.777Z Downloaded syn v2.0.114
3392026-02-08T15:46:04.802Z Downloaded hashbrown v0.16.1
3402026-02-08T15:46:04.802Z Downloaded clap_builder v4.5.48
3412026-02-08T15:46:04.802Z Downloaded icu_collections v1.5.0
3422026-02-08T15:46:04.827Z Downloaded serde_core v1.0.228
3432026-02-08T15:46:04.827Z Downloaded serde v1.0.228
3442026-02-08T15:46:04.827Z Downloaded rustix v1.1.3
3452026-02-08T15:46:04.852Z Downloaded pest_meta v2.8.2
3462026-02-08T15:46:04.853Z Downloaded icu_locid v1.5.0
3472026-02-08T15:46:04.853Z Downloaded serde_derive v1.0.228
3482026-02-08T15:46:04.853Z Downloaded rustix v0.38.37
3492026-02-08T15:46:04.879Z Downloaded memchr v2.7.4
3502026-02-08T15:46:04.879Z Downloaded log v0.4.29
3512026-02-08T15:46:04.879Z Downloaded fs-err v3.1.1
3522026-02-08T15:46:04.879Z Downloaded proc-macro2 v1.0.101
3532026-02-08T15:46:04.907Z Downloaded papergrid v0.11.0
3542026-02-08T15:46:04.907Z Downloaded num-traits v0.2.19
3552026-02-08T15:46:04.907Z Downloaded litemap v0.7.3
3562026-02-08T15:46:04.907Z Downloaded icu_normalizer_data v1.5.0
3572026-02-08T15:46:04.907Z Downloaded icu_normalizer v1.5.0
3582026-02-08T15:46:04.907Z Downloaded icu_locid_transform_data v1.5.0
3592026-02-08T15:46:04.908Z Downloaded icu_locid_transform v1.5.0
3602026-02-08T15:46:04.908Z Downloaded getrandom v0.3.4
3612026-02-08T15:46:04.908Z Downloaded serde-untagged v0.1.7
3622026-02-08T15:46:04.908Z Downloaded pest_derive v2.8.2
3632026-02-08T15:46:04.933Z Downloaded once_cell v1.21.3
3642026-02-08T15:46:04.933Z Downloaded icu_properties v1.5.1
3652026-02-08T15:46:04.933Z Downloaded synstructure v0.13.1
3662026-02-08T15:46:04.933Z Downloaded sha2 v0.10.9
3672026-02-08T15:46:04.933Z Downloaded libc v0.2.180
3682026-02-08T15:46:04.960Z Downloaded serde_tokenstream v0.2.2
3692026-02-08T15:46:04.960Z Downloaded proc-macro-error v1.0.4
3702026-02-08T15:46:04.960Z Downloaded clap v4.5.48
3712026-02-08T15:46:04.985Z Downloaded anyhow v1.0.99
3722026-02-08T15:46:04.985Z Downloaded semver v1.0.27
3732026-02-08T15:46:04.985Z Downloaded scroll v0.12.0
3742026-02-08T15:46:04.985Z Downloaded quote v1.0.40
3752026-02-08T15:46:04.985Z Downloaded proc-macro-error-attr v1.0.4
3762026-02-08T15:46:04.985Z Downloaded pest_generator v2.8.2
3772026-02-08T15:46:04.986Z Downloaded itoa v1.0.11
3782026-02-08T15:46:04.986Z Downloaded icu_provider v1.5.0
3792026-02-08T15:46:04.986Z Downloaded camino v1.2.2
3802026-02-08T15:46:04.986Z Downloaded swrite v0.1.0
3812026-02-08T15:46:04.986Z Downloaded percent-encoding v2.3.2
3822026-02-08T15:46:04.986Z Downloaded usdt-impl v0.5.0
3832026-02-08T15:46:04.986Z Downloaded ucd-trie v0.1.7
3842026-02-08T15:46:04.986Z Downloaded toml_datetime v0.6.11
3852026-02-08T15:46:04.986Z Downloaded terminal_size v0.4.0
3862026-02-08T15:46:05.011Z Downloaded smawk v0.3.2
3872026-02-08T15:46:05.011Z Downloaded toml v0.8.23
3882026-02-08T15:46:05.011Z Downloaded stable_deref_trait v1.2.0
3892026-02-08T15:46:05.012Z Downloaded scroll_derive v0.12.0
3902026-02-08T15:46:05.012Z Downloaded is_terminal_polyfill v1.70.1
3912026-02-08T15:46:05.012Z Downloaded bitflags v2.9.4
3922026-02-08T15:46:05.012Z Downloaded zerovec-derive v0.10.3
3932026-02-08T15:46:05.012Z Downloaded writeable v0.5.5
3942026-02-08T15:46:05.012Z Downloaded unicode-linebreak v0.1.5
3952026-02-08T15:46:05.012Z Downloaded typeid v1.0.3
3962026-02-08T15:46:05.012Z Downloaded toml_write v0.1.2
3972026-02-08T15:46:05.012Z Downloaded tinystr v0.7.6
3982026-02-08T15:46:05.012Z Downloaded memmap v0.7.0
3992026-02-08T15:46:05.012Z Downloaded idna_adapter v1.2.0
4002026-02-08T15:46:05.012Z Downloaded byteorder v1.5.0
4012026-02-08T15:46:05.012Z Downloaded zerofrom v0.1.4
4022026-02-08T15:46:05.012Z Downloaded yoke-derive v0.7.4
4032026-02-08T15:46:05.012Z Downloaded utf8_iter v1.0.4
4042026-02-08T15:46:05.012Z Downloaded usdt-macro v0.5.0
4052026-02-08T15:46:05.013Z Downloaded usdt-attr-macro v0.5.0
4062026-02-08T15:46:05.013Z Downloaded strsim v0.11.1
4072026-02-08T15:46:05.038Z Downloaded serde_spanned v0.6.9
4082026-02-08T15:46:05.038Z Downloaded serde-value v0.7.0
4092026-02-08T15:46:05.038Z Downloaded pretty-hex v0.4.1
4102026-02-08T15:46:05.038Z Downloaded plain v0.2.3
4112026-02-08T15:46:05.038Z Downloaded ordered-float v2.10.1
4122026-02-08T15:46:05.039Z Downloaded macaddr v1.0.1
4132026-02-08T15:46:05.039Z Downloaded icu_provider_macros v1.5.0
4142026-02-08T15:46:05.039Z Downloaded heck v0.5.0
4152026-02-08T15:46:05.039Z Downloaded form_urlencoded v1.2.2
4162026-02-08T15:46:05.039Z Downloaded fnv v1.0.7
4172026-02-08T15:46:05.039Z Downloaded clap_derive v4.5.47
4182026-02-08T15:46:05.039Z Downloaded cargo-util-schemas v0.8.2
4192026-02-08T15:46:05.039Z Downloaded autocfg v1.4.0
4202026-02-08T15:46:05.039Z Downloaded unicode-xid v0.2.6
4212026-02-08T15:46:05.039Z Downloaded thread-id v4.2.2
4222026-02-08T15:46:05.039Z Downloaded erased-serde v0.4.6
4232026-02-08T15:46:05.039Z Downloaded digest v0.10.7
4242026-02-08T15:46:05.039Z Downloaded cargo_toml v0.21.0
4252026-02-08T15:46:05.039Z Downloaded cargo_metadata v0.21.0
4262026-02-08T15:46:05.039Z Downloaded camino-tempfile v1.4.1
4272026-02-08T15:46:05.065Z Downloaded usdt v0.5.0
4282026-02-08T15:46:05.065Z Downloaded thiserror-impl v2.0.18
4292026-02-08T15:46:05.065Z Downloaded thiserror-impl v1.0.69
4302026-02-08T15:46:05.065Z Downloaded thiserror v2.0.18
4312026-02-08T15:46:05.065Z Downloaded textwrap v0.16.2
4322026-02-08T15:46:05.065Z Downloaded cpufeatures v0.2.14
4332026-02-08T15:46:05.066Z Downloaded block-buffer v0.10.4
4342026-02-08T15:46:05.066Z Downloaded anstyle-query v1.1.1
4352026-02-08T15:46:05.066Z Downloaded version_check v0.9.5
4362026-02-08T15:46:05.066Z Downloaded heck v0.4.1
4372026-02-08T15:46:05.066Z Downloaded generic-array v0.14.7
4382026-02-08T15:46:05.066Z Downloaded fastrand v2.1.1
4392026-02-08T15:46:05.066Z Downloaded dtrace-parser v0.2.0
4402026-02-08T15:46:05.066Z Downloaded displaydoc v0.2.5
4412026-02-08T15:46:05.066Z Downloaded clap_lex v0.7.4
4422026-02-08T15:46:05.066Z Downloaded tabled_derive v0.7.0
4432026-02-08T15:46:05.092Z Downloaded dof v0.3.0
4442026-02-08T15:46:05.092Z Downloaded cfg-if v1.0.4
4452026-02-08T15:46:05.092Z Downloaded cargo-platform v0.2.0
4462026-02-08T15:46:05.092Z Downloaded anstream v0.6.18
4472026-02-08T15:46:05.156Z Compiling proc-macro2 v1.0.101
4482026-02-08T15:46:05.156Z Compiling unicode-ident v1.0.19
4492026-02-08T15:46:05.156Z Compiling serde_core v1.0.228
4502026-02-08T15:46:05.156Z Compiling version_check v0.9.5
4512026-02-08T15:46:05.182Z Compiling serde v1.0.228
4522026-02-08T15:46:05.182Z Compiling libc v0.2.180
4532026-02-08T15:46:05.208Z Compiling memchr v2.7.4
4542026-02-08T15:46:05.235Z Compiling stable_deref_trait v1.2.0
4552026-02-08T15:46:05.421Z Compiling thiserror v2.0.18
4562026-02-08T15:46:05.472Z Compiling zmij v1.0.15
4572026-02-08T15:46:06.041Z Compiling thiserror v1.0.69
4582026-02-08T15:46:06.512Z Compiling litemap v0.7.3
4592026-02-08T15:46:06.568Z Compiling autocfg v1.4.0
4602026-02-08T15:46:06.632Z Compiling writeable v0.5.5
4612026-02-08T15:46:06.665Z Compiling itoa v1.0.11
4622026-02-08T15:46:06.743Z Compiling ucd-trie v0.1.7
4632026-02-08T15:46:07.156Z Compiling icu_locid_transform_data v1.5.0
4642026-02-08T15:46:07.259Z Compiling bitflags v2.9.4
4652026-02-08T15:46:07.319Z Compiling quote v1.0.40
4662026-02-08T15:46:07.546Z Compiling errno v0.3.12
4672026-02-08T15:46:07.574Z Compiling byteorder v1.5.0
4682026-02-08T15:46:07.694Z Compiling icu_properties_data v1.5.0
4692026-02-08T15:46:07.812Z Compiling syn v2.0.114
4702026-02-08T15:46:07.904Z Compiling serde_json v1.0.149
4712026-02-08T15:46:07.968Z Compiling num-traits v0.2.19
4722026-02-08T15:46:07.992Z Compiling typeid v1.0.3
4732026-02-08T15:46:08.029Z Compiling rustix v0.38.37
4742026-02-08T15:46:08.383Z Compiling equivalent v1.0.2
4752026-02-08T15:46:08.422Z Compiling write16 v1.0.0
4762026-02-08T15:46:08.583Z Compiling smallvec v1.15.1
4772026-02-08T15:46:08.616Z Compiling utf8_iter v1.0.4
4782026-02-08T15:46:08.616Z Compiling utf16_iter v1.0.5
4792026-02-08T15:46:08.880Z Compiling icu_normalizer_data v1.5.0
4802026-02-08T15:46:08.907Z Compiling hashbrown v0.16.1
4812026-02-08T15:46:09.170Z Compiling usdt-impl v0.5.0
4822026-02-08T15:46:09.344Z Compiling proc-macro-error-attr v1.0.4
4832026-02-08T15:46:09.416Z Compiling syn v1.0.109
4842026-02-08T15:46:09.536Z Compiling toml_write v0.1.2
4852026-02-08T15:46:09.667Z Compiling winnow v0.7.14
4862026-02-08T15:46:09.807Z Compiling thread-id v4.2.2
4872026-02-08T15:46:10.010Z Compiling indexmap v2.13.0
4882026-02-08T15:46:10.497Z Compiling proc-macro-error v1.0.4
4892026-02-08T15:46:10.833Z Compiling rustix v1.1.3
4902026-02-08T15:46:11.516Z Compiling utf8parse v0.2.2
4912026-02-08T15:46:11.546Z Compiling camino v1.2.2
4922026-02-08T15:46:11.595Z Compiling plain v0.2.3
4932026-02-08T15:46:11.737Z Compiling getrandom v0.3.4
4942026-02-08T15:46:11.765Z Compiling log v0.4.29
4952026-02-08T15:46:11.804Z Compiling percent-encoding v2.3.2
4962026-02-08T15:46:12.162Z Compiling form_urlencoded v1.2.2
4972026-02-08T15:46:12.206Z Compiling anstyle-parse v0.2.5
4982026-02-08T15:46:12.327Z Compiling ordered-float v2.10.1
4992026-02-08T15:46:12.614Z Compiling terminal_size v0.4.0
5002026-02-08T15:46:13.082Z Compiling cfg-if v1.0.4
5012026-02-08T15:46:13.182Z Compiling anstyle v1.0.11
5022026-02-08T15:46:13.212Z Compiling pretty-hex v0.4.1
5032026-02-08T15:46:13.246Z Compiling is_terminal_polyfill v1.70.1
5042026-02-08T15:46:13.474Z Compiling anstyle-query v1.1.1
5052026-02-08T15:46:13.508Z Compiling colorchoice v1.0.2
5062026-02-08T15:46:13.692Z Compiling anstream v0.6.18
5072026-02-08T15:46:13.876Z Compiling semver v1.0.27
5082026-02-08T15:46:14.051Z Compiling fs-err v3.1.1
5092026-02-08T15:46:14.428Z Compiling synstructure v0.13.1
5102026-02-08T15:46:14.504Z Compiling bytecount v0.6.8
5112026-02-08T15:46:14.563Z Compiling unicode-width v0.1.14
5122026-02-08T15:46:14.651Z Compiling fastrand v2.1.1
5132026-02-08T15:46:14.729Z Compiling anyhow v1.0.99
5142026-02-08T15:46:15.054Z Compiling heck v0.4.1
5152026-02-08T15:46:15.126Z Compiling clap_lex v0.7.4
5162026-02-08T15:46:15.256Z Compiling once_cell v1.21.3
5172026-02-08T15:46:15.453Z Compiling heck v0.5.0
5182026-02-08T15:46:15.545Z Compiling strsim v0.11.1
5192026-02-08T15:46:15.674Z Compiling unicode-xid v0.2.6
5202026-02-08T15:46:15.713Z Compiling fnv v1.0.7
5212026-02-08T15:46:15.874Z Compiling clap_builder v4.5.48
5222026-02-08T15:46:15.905Z Compiling papergrid v0.11.0
5232026-02-08T15:46:15.935Z Compiling tempfile v3.24.0
5242026-02-08T15:46:16.353Z Compiling memmap v0.7.0
5252026-02-08T15:46:16.581Z Compiling smawk v0.3.2
5262026-02-08T15:46:16.636Z Compiling unicode-linebreak v0.1.5
5272026-02-08T15:46:16.666Z Compiling unicode-width v0.2.0
5282026-02-08T15:46:17.122Z Compiling textwrap v0.16.2
5292026-02-08T15:46:17.494Z Compiling camino-tempfile v1.4.1
5302026-02-08T15:46:17.662Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5312026-02-08T15:46:17.804Z Compiling tabled_derive v0.7.0
5322026-02-08T15:46:17.945Z Compiling swrite v0.1.0
5332026-02-08T15:46:18.297Z Compiling serde_derive v1.0.228
5342026-02-08T15:46:18.297Z Compiling zerofrom-derive v0.1.4
5352026-02-08T15:46:18.376Z Compiling yoke-derive v0.7.4
5362026-02-08T15:46:18.402Z Compiling thiserror-impl v2.0.18
5372026-02-08T15:46:18.509Z Compiling zerovec-derive v0.10.3
5382026-02-08T15:46:19.539Z Compiling displaydoc v0.2.5
5392026-02-08T15:46:20.333Z Compiling thiserror-impl v1.0.69
5402026-02-08T15:46:20.554Z Compiling icu_provider_macros v1.5.0
5412026-02-08T15:46:20.798Z Compiling zerocopy-derive v0.7.35
5422026-02-08T15:46:21.117Z Compiling pest v2.8.2
5432026-02-08T15:46:21.142Z Compiling zerofrom v0.1.4
5442026-02-08T15:46:21.365Z Compiling yoke v0.7.4
5452026-02-08T15:46:21.401Z Compiling scroll_derive v0.12.0
5462026-02-08T15:46:21.713Z Compiling zerovec v0.10.4
5472026-02-08T15:46:22.436Z Compiling zerocopy v0.7.35
5482026-02-08T15:46:22.522Z Compiling scroll v0.12.0
5492026-02-08T15:46:22.661Z Compiling clap_derive v4.5.47
5502026-02-08T15:46:22.962Z Compiling tabled v0.15.0
5512026-02-08T15:46:23.033Z Compiling goblin v0.8.2
5522026-02-08T15:46:23.329Z Compiling tinystr v0.7.6
5532026-02-08T15:46:23.624Z Compiling pest_meta v2.8.2
5542026-02-08T15:46:23.722Z Compiling icu_locid v1.5.0
5552026-02-08T15:46:23.755Z Compiling icu_collections v1.5.0
5562026-02-08T15:46:24.866Z Compiling icu_provider v1.5.0
5572026-02-08T15:46:25.262Z Compiling pest_generator v2.8.2
5582026-02-08T15:46:25.327Z Compiling serde_spanned v0.6.9
5592026-02-08T15:46:25.405Z Compiling toml_datetime v0.6.11
5602026-02-08T15:46:25.565Z Compiling icu_locid_transform v1.5.0
5612026-02-08T15:46:25.697Z Compiling dof v0.3.0
5622026-02-08T15:46:25.848Z Compiling toml_edit v0.22.27
5632026-02-08T15:46:26.078Z Compiling erased-serde v0.4.6
5642026-02-08T15:46:26.459Z Compiling serde_tokenstream v0.2.2
5652026-02-08T15:46:26.583Z Compiling serde-value v0.7.0
5662026-02-08T15:46:27.008Z Compiling icu_properties v1.5.1
5672026-02-08T15:46:27.039Z Compiling pest_derive v2.8.2
5682026-02-08T15:46:27.080Z Compiling serde-untagged v0.1.7
5692026-02-08T15:46:27.299Z Compiling cargo-platform v0.2.0
5702026-02-08T15:46:27.508Z Compiling clap v4.5.48
5712026-02-08T15:46:27.548Z Compiling macaddr v1.0.1
5722026-02-08T15:46:27.728Z Compiling dtrace-parser v0.2.0
5732026-02-08T15:46:28.743Z Compiling toml v0.8.23
5742026-02-08T15:46:29.400Z Compiling usdt-macro v0.5.0
5752026-02-08T15:46:29.431Z Compiling usdt-attr-macro v0.5.0
5762026-02-08T15:46:29.588Z Compiling cargo_toml v0.21.0
5772026-02-08T15:46:30.147Z Compiling icu_normalizer v1.5.0
5782026-02-08T15:46:30.433Z Compiling usdt v0.5.0
5792026-02-08T15:46:30.857Z Compiling idna_adapter v1.2.0
5802026-02-08T15:46:31.022Z Compiling idna v1.0.3
5812026-02-08T15:46:31.527Z Compiling url v2.5.4
5822026-02-08T15:46:32.286Z Compiling cargo-util-schemas v0.8.2
5832026-02-08T15:46:34.166Z Compiling cargo_metadata v0.21.0
5842026-02-08T15:46:36.063Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5852026-02-08T15:46:40.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
5862026-02-08T15:46:40.576Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5872026-02-08T15:46:41.676Z Downloading crates ...
5882026-02-08T15:46:41.852Z Downloaded ascii-canvas v3.0.0
5892026-02-08T15:46:41.876Z Downloaded bitfield v0.19.2
5902026-02-08T15:46:41.876Z Downloaded bitfield-macros v0.19.2
5912026-02-08T15:46:41.902Z Downloaded darling_core v0.20.10
5922026-02-08T15:46:41.926Z Downloaded hash32 v0.3.1
5932026-02-08T15:46:41.926Z Downloaded hash32 v0.2.1
5942026-02-08T15:46:41.950Z Downloaded hex-literal v0.4.1
5952026-02-08T15:46:41.950Z Downloaded http-body v1.0.1
5962026-02-08T15:46:41.974Z Downloaded maplit v1.0.2
5972026-02-08T15:46:41.974Z Downloaded mime_guess v2.0.5
5982026-02-08T15:46:42.000Z Downloaded packed_struct_codegen v0.10.1
5992026-02-08T15:46:42.000Z Downloaded peg-runtime v0.8.5
6002026-02-08T15:46:42.000Z Downloaded peg-macros v0.8.5
6012026-02-08T15:46:42.025Z Downloaded phf v0.11.2
6022026-02-08T15:46:42.025Z Downloaded progenitor-client v0.8.0
6032026-02-08T15:46:42.025Z Downloaded rand_xorshift v0.4.0
6042026-02-08T15:46:42.051Z Downloaded rustc_version v0.1.7
6052026-02-08T15:46:42.051Z Downloaded rtoolbox v0.0.2
6062026-02-08T15:46:42.051Z Downloaded scopeguard v1.2.0
6072026-02-08T15:46:42.051Z Downloaded serde_spanned v1.0.4
6082026-02-08T15:46:42.077Z Downloaded signal-hook-tokio v0.3.1
6092026-02-08T15:46:42.078Z Downloaded siphasher v0.3.11
6102026-02-08T15:46:42.078Z Downloaded signal-hook-mio v0.2.4
6112026-02-08T15:46:42.078Z Downloaded ssh-cipher v0.2.0
6122026-02-08T15:46:42.078Z Downloaded strum v0.27.2
6132026-02-08T15:46:42.102Z Downloaded tabled_derive v0.10.0
6142026-02-08T15:46:42.102Z Downloaded termtree v0.5.1
6152026-02-08T15:46:42.102Z Downloaded thiserror-impl-no-std v2.0.2
6162026-02-08T15:46:42.102Z Downloaded tap v1.0.1
6172026-02-08T15:46:42.102Z Downloaded tinyvec_macros v0.1.1
6182026-02-08T15:46:42.102Z Downloaded time-core v0.1.6
6192026-02-08T15:46:42.126Z Downloaded thiserror-no-std v2.0.2
6202026-02-08T15:46:42.126Z Downloaded trait-variant v0.1.2
6212026-02-08T15:46:42.127Z Downloaded try-lock v0.2.5
6222026-02-08T15:46:42.127Z Downloaded tinyvec v1.8.0
6232026-02-08T15:46:42.151Z Downloaded usdt-macro v0.6.0
6242026-02-08T15:46:42.152Z Downloaded tui-tree-widget v0.23.1
6252026-02-08T15:46:42.152Z Downloaded void v1.0.2
6262026-02-08T15:46:42.152Z Downloaded waitgroup v0.1.2
6272026-02-08T15:46:42.152Z Downloaded which v4.4.2
6282026-02-08T15:46:42.152Z Downloaded xshell-macros v0.2.7
6292026-02-08T15:46:42.152Z Downloaded xattr v1.3.1
6302026-02-08T15:46:42.176Z Downloaded vsss-rs v3.3.4
6312026-02-08T15:46:42.176Z Downloaded zone v0.3.1
6322026-02-08T15:46:42.176Z Downloaded zone_cfg_derive v0.3.0
6332026-02-08T15:46:42.176Z Downloaded walkdir v2.5.0
6342026-02-08T15:46:42.176Z Downloaded xz2 v0.1.7
6352026-02-08T15:46:42.176Z Downloaded zeroize v1.8.1
6362026-02-08T15:46:42.176Z Downloaded whoami v1.5.2
6372026-02-08T15:46:42.200Z Downloaded zstd v0.13.3
6382026-02-08T15:46:42.200Z Downloaded zerocopy v0.6.6
6392026-02-08T15:46:42.200Z Downloaded zstd-safe v7.2.3
6402026-02-08T15:46:42.200Z Downloaded zopfli v0.8.1
6412026-02-08T15:46:42.200Z Downloaded tower v0.5.2
6422026-02-08T15:46:42.225Z Downloaded yansi v1.0.1
6432026-02-08T15:46:42.225Z Downloaded zip v0.6.6
6442026-02-08T15:46:42.251Z Downloaded zip v4.2.0
6452026-02-08T15:46:42.251Z Downloaded sqlparser v0.45.0
6462026-02-08T15:46:42.251Z Downloaded winnow v0.6.26
6472026-02-08T15:46:42.275Z Downloaded winnow v0.5.40
6482026-02-08T15:46:42.275Z Downloaded zlib-rs v0.5.1
6492026-02-08T15:46:42.275Z Downloaded vcpkg v0.2.15
6502026-02-08T15:46:42.325Z Downloaded tabled v0.20.0
6512026-02-08T15:46:42.349Z Downloaded smoltcp v0.11.0
6522026-02-08T15:46:42.373Z Downloaded zerocopy v0.8.27
6532026-02-08T15:46:42.397Z Downloaded webpki-roots v1.0.1
6542026-02-08T15:46:42.397Z Downloaded regress v0.10.4
6552026-02-08T15:46:42.421Z Downloaded hickory-proto v0.25.2
6562026-02-08T15:46:42.445Z Downloaded rustls v0.23.19
6572026-02-08T15:46:42.445Z Downloaded rustls v0.22.4
6582026-02-08T15:46:42.469Z Downloaded regex-syntax v0.8.5
6592026-02-08T15:46:42.469Z Downloaded lzma-sys v0.1.20
6602026-02-08T15:46:42.501Z Downloaded bzip2-sys v0.1.13+1.0.8
6612026-02-08T15:46:42.525Z Downloaded hickory-proto v0.24.4
6622026-02-08T15:46:42.549Z Downloaded sled v0.34.7
6632026-02-08T15:46:42.549Z Downloaded ratatui v0.29.0
6642026-02-08T15:46:42.573Z Downloaded typify-impl v0.2.0
6652026-02-08T15:46:42.597Z Downloaded typify-impl v0.4.3
6662026-02-08T15:46:42.621Z Downloaded libz-sys v1.1.20
6672026-02-08T15:46:42.645Z Downloaded regex-automata v0.4.11
6682026-02-08T15:46:42.669Z Downloaded zerocopy-derive v0.6.6
6692026-02-08T15:46:42.669Z Downloaded jiff v0.2.15
6702026-02-08T15:46:42.693Z Downloaded petgraph v0.6.5
6712026-02-08T15:46:42.717Z Downloaded chrono-tz v0.10.4
6722026-02-08T15:46:42.741Z Downloaded rustls v0.21.12
6732026-02-08T15:46:42.741Z Downloaded petgraph v0.8.2
6742026-02-08T15:46:42.765Z Downloaded regex-syntax v0.6.29
6752026-02-08T15:46:42.765Z Downloaded tabled v0.18.0
6762026-02-08T15:46:42.789Z Downloaded smoltcp v0.9.1
6772026-02-08T15:46:42.813Z Downloaded moka v0.12.10
6782026-02-08T15:46:42.813Z Downloaded csv v1.3.1
6792026-02-08T15:46:42.837Z Downloaded serde_with v3.16.1
6802026-02-08T15:46:42.861Z Downloaded rustls-webpki v0.102.8
6812026-02-08T15:46:42.885Z Downloaded encoding_rs v0.8.34
6822026-02-08T15:46:42.909Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6832026-02-08T15:46:42.909Z Downloaded sha3 v0.10.8
6842026-02-08T15:46:42.933Z Downloaded radix_trie v0.2.1
6852026-02-08T15:46:42.933Z Downloaded openapiv3 v2.2.0
6862026-02-08T15:46:42.956Z Downloaded bstr v1.10.0
6872026-02-08T15:46:42.957Z Downloaded unicode-normalization v0.1.24
6882026-02-08T15:46:42.957Z Downloaded tokio v1.49.0
6892026-02-08T15:46:42.994Z Downloaded tower-http v0.6.6
6902026-02-08T15:46:43.018Z Downloaded tough v0.20.0
6912026-02-08T15:46:43.018Z Downloaded quinn-proto v0.11.8
6922026-02-08T15:46:43.042Z Downloaded quick-xml v0.37.2
6932026-02-08T15:46:43.042Z Downloaded portable-atomic v1.11.0
6942026-02-08T15:46:43.042Z Downloaded polar-core v0.27.3
6952026-02-08T15:46:43.066Z Downloaded zerocopy-derive v0.8.27
6962026-02-08T15:46:43.066Z Downloaded x509-cert v0.2.5
6972026-02-08T15:46:43.066Z Downloaded tokio-util v0.7.15
6982026-02-08T15:46:43.066Z Downloaded salty v0.3.0
6992026-02-08T15:46:43.090Z Downloaded regex v1.11.3
7002026-02-08T15:46:43.090Z Downloaded proptest v1.7.0
7012026-02-08T15:46:43.090Z Downloaded object v0.36.5
7022026-02-08T15:46:43.114Z Downloaded lalrpop v0.19.12
7032026-02-08T15:46:43.114Z Downloaded unicode_categories v0.1.1
7042026-02-08T15:46:43.139Z Downloaded unicode-segmentation v1.12.0
7052026-02-08T15:46:43.139Z Downloaded typed-path v0.9.3
7062026-02-08T15:46:43.139Z Downloaded time v0.3.43
7072026-02-08T15:46:43.139Z Downloaded openssl v0.10.73
7082026-02-08T15:46:43.163Z Downloaded nix v0.30.1
7092026-02-08T15:46:43.163Z Downloaded toml_edit v0.19.15
7102026-02-08T15:46:43.187Z Downloaded russh v0.45.0
7112026-02-08T15:46:43.187Z Downloaded rpassword v7.4.0
7122026-02-08T15:46:43.187Z Downloaded tracing v0.1.40
7132026-02-08T15:46:43.211Z Downloaded ring v0.17.14
7142026-02-08T15:46:43.235Z Downloaded rustls-webpki v0.101.7
7152026-02-08T15:46:43.259Z Downloaded yasna v0.5.2
7162026-02-08T15:46:43.260Z Downloaded uuid v1.19.0
7172026-02-08T15:46:43.260Z Downloaded typify v0.4.3
7182026-02-08T15:46:43.283Z Downloaded gimli v0.31.1
7192026-02-08T15:46:43.283Z Downloaded unsafe-libyaml v0.2.11
7202026-02-08T15:46:43.283Z Downloaded tokio-postgres v0.7.13
7212026-02-08T15:46:43.283Z Downloaded ssh-key v0.6.6
7222026-02-08T15:46:43.317Z Downloaded reqwest v0.12.24
7232026-02-08T15:46:43.317Z Downloaded vte v0.11.1
7242026-02-08T15:46:43.317Z Downloaded value-bag v1.12.0
7252026-02-08T15:46:43.317Z Downloaded unicode-bidi v0.3.17
7262026-02-08T15:46:43.317Z Downloaded tracing-core v0.1.32
7272026-02-08T15:46:43.341Z Downloaded toml v0.9.11+spec-1.1.0
7282026-02-08T15:46:43.341Z Downloaded rayon v1.10.0
7292026-02-08T15:46:43.365Z Downloaded nix v0.29.0
7302026-02-08T15:46:43.390Z Downloaded libgit2-sys v0.18.2+1.9.1
7312026-02-08T15:46:43.458Z Downloaded itertools v0.14.0
7322026-02-08T15:46:43.481Z Downloaded vergen-gitcl v1.0.8
7332026-02-08T15:46:43.481Z Downloaded snafu v0.8.5
7342026-02-08T15:46:43.481Z Downloaded rustyline v14.0.0
7352026-02-08T15:46:43.506Z Downloaded rand v0.9.2
7362026-02-08T15:46:43.506Z Downloaded goblin v0.10.2
7372026-02-08T15:46:43.530Z Downloaded xshell v0.2.7
7382026-02-08T15:46:43.554Z Downloaded vergen v9.0.6
7392026-02-08T15:46:43.554Z Downloaded unicode-properties v0.1.3
7402026-02-08T15:46:43.554Z Downloaded twox-hash v2.1.0
7412026-02-08T15:46:43.578Z Downloaded tungstenite v0.23.0
7422026-02-08T15:46:43.578Z Downloaded tungstenite v0.21.0
7432026-02-08T15:46:43.578Z Downloaded steno v0.4.1
7442026-02-08T15:46:43.578Z Downloaded schemars v1.0.4
7452026-02-08T15:46:43.613Z Downloaded tar v0.4.44
7462026-02-08T15:46:43.638Z Downloaded iri-string v0.7.8
7472026-02-08T15:46:43.662Z Downloaded zone_cfg_derive v0.1.2
7482026-02-08T15:46:43.662Z Downloaded wyz v0.5.1
7492026-02-08T15:46:43.662Z Downloaded toml v0.7.8
7502026-02-08T15:46:43.662Z Downloaded petname v2.0.2
7512026-02-08T15:46:43.686Z Downloaded zone v0.1.8
7522026-02-08T15:46:43.686Z Downloaded zeroize_derive v1.4.2
7532026-02-08T15:46:43.686Z Downloaded toml_parser v1.0.6+spec-1.1.0
7542026-02-08T15:46:43.686Z Downloaded reedline v0.40.0
7552026-02-08T15:46:43.710Z Downloaded nix v0.28.0
7562026-02-08T15:46:43.711Z Downloaded hyper v1.8.1
7572026-02-08T15:46:43.735Z Downloaded vergen-lib v0.1.6
7582026-02-08T15:46:43.735Z Downloaded vergen-git2 v1.0.7
7592026-02-08T15:46:43.735Z Downloaded uzers v0.12.1
7602026-02-08T15:46:43.735Z Downloaded tokio-stream v0.1.17
7612026-02-08T15:46:43.735Z Downloaded blake3 v1.5.4
7622026-02-08T15:46:43.735Z Downloaded usdt-impl v0.6.0
7632026-02-08T15:46:43.759Z Downloaded usdt v0.6.0
7642026-02-08T15:46:43.759Z Downloaded typify-macro v0.4.3
7652026-02-08T15:46:43.759Z Downloaded test-strategy v0.4.3
7662026-02-08T15:46:43.759Z Downloaded itertools v0.13.0
7672026-02-08T15:46:43.759Z Downloaded itertools v0.12.1
7682026-02-08T15:46:43.759Z Downloaded h2 v0.4.6
7692026-02-08T15:46:43.784Z Downloaded want v0.3.1
7702026-02-08T15:46:43.784Z Downloaded vte_generate_state_changes v0.1.2
7712026-02-08T15:46:43.784Z Downloaded unicase v2.8.1
7722026-02-08T15:46:43.784Z Downloaded typify v0.2.0
7732026-02-08T15:46:43.784Z Downloaded tokio-rustls v0.26.0
7742026-02-08T15:46:43.784Z Downloaded wait-timeout v0.2.0
7752026-02-08T15:46:43.784Z Downloaded slog v2.8.2
7762026-02-08T15:46:43.784Z Downloaded serde_yaml v0.9.34+deprecated
7772026-02-08T15:46:43.784Z Downloaded samael v0.0.19
7782026-02-08T15:46:43.809Z Downloaded git2 v0.20.2
7792026-02-08T15:46:43.809Z Downloaded utf-8 v0.7.6
7802026-02-08T15:46:43.809Z Downloaded untrusted v0.7.1
7812026-02-08T15:46:43.809Z Downloaded universal-hash v0.5.1
7822026-02-08T15:46:43.809Z Downloaded toml_writer v1.0.6+spec-1.1.0
7832026-02-08T15:46:43.809Z Downloaded tokio-rustls v0.24.1
7842026-02-08T15:46:43.809Z Downloaded hkdf v0.12.4
7852026-02-08T15:46:43.809Z Downloaded tracing-attributes v0.1.27
7862026-02-08T15:46:43.809Z Downloaded usdt-attr-macro v0.6.0
7872026-02-08T15:46:43.809Z Downloaded untrusted v0.9.0
7882026-02-08T15:46:43.833Z Downloaded unit-prefix v0.5.1
7892026-02-08T15:46:43.833Z Downloaded unicode-truncate v1.1.0
7902026-02-08T15:46:43.833Z Downloaded unarray v0.1.4
7912026-02-08T15:46:43.833Z Downloaded typify-macro v0.2.0
7922026-02-08T15:46:43.833Z Downloaded tower-service v0.3.3
7932026-02-08T15:46:43.833Z Downloaded tokio-tungstenite v0.23.1
7942026-02-08T15:46:43.833Z Downloaded tokio-tungstenite v0.21.0
7952026-02-08T15:46:43.833Z Downloaded term v1.1.0
7962026-02-08T15:46:43.833Z Downloaded term v0.7.0
7972026-02-08T15:46:43.833Z Downloaded subprocess v0.2.9
7982026-02-08T15:46:43.833Z Downloaded spin v0.9.8
7992026-02-08T15:46:43.833Z Downloaded socket2 v0.6.1
8002026-02-08T15:46:43.857Z Downloaded socket2 v0.5.10
8012026-02-08T15:46:43.857Z Downloaded num-bigint-dig v0.8.6
8022026-02-08T15:46:43.857Z Downloaded libxml v0.3.3
8032026-02-08T15:46:43.857Z Downloaded strum_macros v0.24.3
8042026-02-08T15:46:43.857Z Downloaded signal-hook v0.3.18
8052026-02-08T15:46:43.857Z Downloaded schemars v0.9.0
8062026-02-08T15:46:43.882Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8072026-02-08T15:46:43.882Z Downloaded tokio-native-tls v0.3.1
8082026-02-08T15:46:43.882Z Downloaded tokio-macros v2.6.0
8092026-02-08T15:46:43.882Z Downloaded tokio-dtrace v0.1.0
8102026-02-08T15:46:43.882Z Downloaded tiny-keccak v2.0.2
8112026-02-08T15:46:43.882Z Downloaded time-macros v0.2.24
8122026-02-08T15:46:43.883Z Downloaded quinn v0.11.5
8132026-02-08T15:46:43.883Z Downloaded qorb v0.4.1
8142026-02-08T15:46:43.906Z Downloaded nix v0.27.1
8152026-02-08T15:46:43.906Z Downloaded tower-layer v0.3.3
8162026-02-08T15:46:43.906Z Downloaded topological-sort v0.2.2
8172026-02-08T15:46:43.906Z Downloaded tokio-rustls v0.25.0
8182026-02-08T15:46:43.906Z Downloaded tls_codec_derive v0.4.1
8192026-02-08T15:46:43.906Z Downloaded tls_codec v0.4.1
8202026-02-08T15:46:43.907Z Downloaded termios v0.3.3
8212026-02-08T15:46:43.907Z Downloaded support-bundle-viewer v0.1.2
8222026-02-08T15:46:43.907Z Downloaded strum v0.26.3
8232026-02-08T15:46:43.907Z Downloaded static_assertions v1.1.0
8242026-02-08T15:46:43.907Z Downloaded rcgen v0.12.1
8252026-02-08T15:46:43.931Z Downloaded publicsuffix v2.3.0
8262026-02-08T15:46:43.931Z Downloaded progenitor-impl v0.11.2
8272026-02-08T15:46:43.931Z Downloaded prefix-trie v0.7.0
8282026-02-08T15:46:43.931Z Downloaded object v0.30.4
8292026-02-08T15:46:43.931Z Downloaded num-bigint v0.4.6
8302026-02-08T15:46:43.931Z Downloaded mio v1.0.2
8312026-02-08T15:46:43.955Z Downloaded libm v0.2.8
8322026-02-08T15:46:43.955Z Downloaded itertools v0.10.5
8332026-02-08T15:46:43.955Z Downloaded iddqd v0.3.16
8342026-02-08T15:46:43.979Z Downloaded testing_table v0.3.0
8352026-02-08T15:46:43.979Z Downloaded strum_macros v0.27.2
8362026-02-08T15:46:43.979Z Downloaded strum_macros v0.26.4
8372026-02-08T15:46:43.979Z Downloaded stringprep v0.1.5
8382026-02-08T15:46:43.979Z Downloaded string_cache v0.8.9
8392026-02-08T15:46:43.979Z Downloaded spki v0.7.3
8402026-02-08T15:46:43.979Z Downloaded smf v0.2.3
8412026-02-08T15:46:43.979Z Downloaded slab v0.4.9
8422026-02-08T15:46:43.979Z Downloaded signal-hook-registry v1.4.2
8432026-02-08T15:46:43.979Z Downloaded serde_with_macros v3.16.1
8442026-02-08T15:46:43.979Z Downloaded serde_derive_internals v0.29.1
8452026-02-08T15:46:44.003Z Downloaded schemars v0.8.22
8462026-02-08T15:46:44.003Z Downloaded rustls-pemfile v2.2.0
8472026-02-08T15:46:44.003Z Downloaded thread_local v1.1.8
8482026-02-08T15:46:44.003Z Downloaded thread-id v5.0.0
8492026-02-08T15:46:44.003Z Downloaded sync-ptr v0.1.4
8502026-02-08T15:46:44.004Z Downloaded hashbrown v0.15.4
8512026-02-08T15:46:44.028Z Downloaded take_mut v0.2.2
8522026-02-08T15:46:44.028Z Downloaded tagptr v0.2.0
8532026-02-08T15:46:44.028Z Downloaded tabwriter v1.4.0
8542026-02-08T15:46:44.028Z Downloaded serde_cbor v0.11.2
8552026-02-08T15:46:44.028Z Downloaded postcard v1.0.10
8562026-02-08T15:46:44.028Z Downloaded hyper-util v0.1.19
8572026-02-08T15:46:44.028Z Downloaded tabled_derive v0.11.0
8582026-02-08T15:46:44.052Z Downloaded supports-color v3.0.2
8592026-02-08T15:46:44.052Z Downloaded structmeta-derive v0.3.0
8602026-02-08T15:46:44.052Z Downloaded slog-stdlog v4.1.1
8612026-02-08T15:46:44.052Z Downloaded slog-scope v4.4.0
8622026-02-08T15:46:44.052Z Downloaded slog-dtrace v0.3.0
8632026-02-08T15:46:44.052Z Downloaded similar v2.7.0
8642026-02-08T15:46:44.052Z Downloaded rsa v0.9.8
8652026-02-08T15:46:44.052Z Downloaded slog-json v2.6.1
8662026-02-08T15:46:44.052Z Downloaded slog-async v2.8.0
8672026-02-08T15:46:44.052Z Downloaded siphasher v1.0.1
8682026-02-08T15:46:44.077Z Downloaded shlex v1.3.0
8692026-02-08T15:46:44.077Z Downloaded ryu v1.0.18
8702026-02-08T15:46:44.077Z Downloaded rustls-pki-types v1.10.0
8712026-02-08T15:46:44.077Z Downloaded rustc-hash v2.1.1
8722026-02-08T15:46:44.077Z Downloaded ron v0.7.1
8732026-02-08T15:46:44.077Z Downloaded rand_seeder v0.4.0
8742026-02-08T15:46:44.077Z Downloaded rand_chacha v0.9.0
8752026-02-08T15:46:44.077Z Downloaded rand v0.8.5
8762026-02-08T15:46:44.101Z Downloaded progenitor-client v0.10.0
8772026-02-08T15:46:44.101Z Downloaded sync_wrapper v1.0.1
8782026-02-08T15:46:44.101Z Downloaded subtle v2.6.1
8792026-02-08T15:46:44.101Z Downloaded ssh-encoding v0.2.0
8802026-02-08T15:46:44.101Z Downloaded sqlformat v0.3.5
8812026-02-08T15:46:44.101Z Downloaded smallvec v0.6.14
8822026-02-08T15:46:44.101Z Downloaded serde_urlencoded v0.7.1
8832026-02-08T15:46:44.101Z Downloaded scrypt v0.11.0
8842026-02-08T15:46:44.101Z Downloaded rfc6979 v0.4.0
8852026-02-08T15:46:44.101Z Downloaded http v1.4.0
8862026-02-08T15:46:44.101Z Downloaded structmeta v0.3.0
8872026-02-08T15:46:44.101Z Downloaded strip-ansi-escapes v0.2.0
8882026-02-08T15:46:44.101Z Downloaded snafu-derive v0.8.5
8892026-02-08T15:46:44.101Z Downloaded slog-term v2.9.2
8902026-02-08T15:46:44.125Z Downloaded serde-hex v0.1.0
8912026-02-08T15:46:44.125Z Downloaded sec1 v0.7.3
8922026-02-08T15:46:44.125Z Downloaded sct v0.7.1
8932026-02-08T15:46:44.125Z Downloaded rustc_version v0.4.1
8942026-02-08T15:46:44.125Z Downloaded progenitor-impl v0.10.0
8952026-02-08T15:46:44.125Z Downloaded prettyplease v0.2.36
8962026-02-08T15:46:44.125Z Downloaded pretty_assertions v1.4.1
8972026-02-08T15:46:44.125Z Downloaded pkcs1 v0.7.5
8982026-02-08T15:46:44.150Z Downloaded sqlparser_derive v0.2.2
8992026-02-08T15:46:44.150Z Downloaded slog-envlogger v2.2.0
9002026-02-08T15:46:44.150Z Downloaded slog-bunyan v2.5.0
9012026-02-08T15:46:44.150Z Downloaded progenitor-client v0.11.2
9022026-02-08T15:46:44.150Z Downloaded proc-macro-crate v1.3.1
9032026-02-08T15:46:44.150Z Downloaded predicates-tree v1.0.12
9042026-02-08T15:46:44.150Z Downloaded pin-project v1.1.6
9052026-02-08T15:46:44.150Z Downloaded shell-words v1.1.0
9062026-02-08T15:46:44.150Z Downloaded sha1 v0.10.6
9072026-02-08T15:46:44.174Z Downloaded salsa20 v0.10.2
9082026-02-08T15:46:44.174Z Downloaded rand_chacha v0.3.1
9092026-02-08T15:46:44.174Z Downloaded progenitor v0.8.0
9102026-02-08T15:46:44.174Z Downloaded pkg-config v0.3.31
9112026-02-08T15:46:44.174Z Downloaded papergrid v0.17.0
9122026-02-08T15:46:44.174Z Downloaded simd-adler32 v0.3.7
9132026-02-08T15:46:44.174Z Downloaded sigpipe v0.1.3
9142026-02-08T15:46:44.174Z Downloaded signature v2.2.0
9152026-02-08T15:46:44.174Z Downloaded serde_path_to_error v0.1.20
9162026-02-08T15:46:44.174Z Downloaded seq-macro v0.3.6
9172026-02-08T15:46:44.174Z Downloaded semver v0.1.20
9182026-02-08T15:46:44.174Z Downloaded rustls-native-certs v0.8.1
9192026-02-08T15:46:44.174Z Downloaded ron v0.8.1
9202026-02-08T15:46:44.198Z Downloaded rayon-core v1.12.1
9212026-02-08T15:46:44.198Z Downloaded p384 v0.13.1
9222026-02-08T15:46:44.198Z Downloaded serde_repr v0.1.19
9232026-02-08T15:46:44.198Z Downloaded serde_bytes v0.11.19
9242026-02-08T15:46:44.198Z Downloaded serde-big-array v0.5.1
9252026-02-08T15:46:44.198Z Downloaded secrecy v0.10.3
9262026-02-08T15:46:44.198Z Downloaded secrecy v0.8.0
9272026-02-08T15:46:44.198Z Downloaded scroll v0.13.0
9282026-02-08T15:46:44.222Z Downloaded schemars_derive v0.8.22
9292026-02-08T15:46:44.222Z Downloaded scheduled-thread-pool v0.2.7
9302026-02-08T15:46:44.222Z Downloaded sapling-renderdag v0.1.0
9312026-02-08T15:46:44.222Z Downloaded rustversion v1.0.22
9322026-02-08T15:46:44.222Z Downloaded p521 v0.13.3
9332026-02-08T15:46:44.222Z Downloaded jiff-static v0.2.15
9342026-02-08T15:46:44.222Z Downloaded serde_plain v1.0.2
9352026-02-08T15:46:44.222Z Downloaded scroll_derive v0.13.1
9362026-02-08T15:46:44.222Z Downloaded same-file v1.0.6
9372026-02-08T15:46:44.222Z Downloaded rusty-fork v0.3.0
9382026-02-08T15:46:44.222Z Downloaded rustls-pemfile v1.0.4
9392026-02-08T15:46:44.222Z Downloaded rustc-demangle v0.1.24
9402026-02-08T15:46:44.222Z Downloaded russh-keys v0.45.0
9412026-02-08T15:46:44.247Z Downloaded resolv-conf v0.7.0
9422026-02-08T15:46:44.247Z Downloaded rand_core v0.9.3
9432026-02-08T15:46:44.247Z Downloaded quinn-udp v0.5.5
9442026-02-08T15:46:44.247Z Downloaded progenitor-macro v0.10.0
9452026-02-08T15:46:44.247Z Downloaded progenitor-impl v0.8.0
9462026-02-08T15:46:44.247Z Downloaded rustc-hash v1.1.0
9472026-02-08T15:46:44.247Z Downloaded russh-cryptovec v0.7.3
9482026-02-08T15:46:44.247Z Downloaded quick-error v1.2.3
9492026-02-08T15:46:44.247Z Downloaded proc-macro-error2 v2.0.1
9502026-02-08T15:46:44.247Z Downloaded poly1305 v0.8.0
9512026-02-08T15:46:44.247Z Downloaded miniz_oxide v0.8.5
9522026-02-08T15:46:44.247Z Downloaded indicatif v0.18.0
9532026-02-08T15:46:44.271Z Downloaded indicatif v0.17.11
9542026-02-08T15:46:44.271Z Downloaded hickory-server v0.25.2
9552026-02-08T15:46:44.271Z Downloaded hashbrown v0.13.2
9562026-02-08T15:46:44.271Z Downloaded ref-cast-impl v1.0.25
9572026-02-08T15:46:44.271Z Downloaded ref-cast v1.0.25
9582026-02-08T15:46:44.271Z Downloaded rand_core v0.6.4
9592026-02-08T15:46:44.297Z Downloaded radium v0.7.0
9602026-02-08T15:46:44.297Z Downloaded r2d2 v0.8.10
9612026-02-08T15:46:44.297Z Downloaded progenitor v0.10.0
9622026-02-08T15:46:44.297Z Downloaded pin-project-lite v0.2.14
9632026-02-08T15:46:44.297Z Downloaded progenitor-macro v0.11.2
9642026-02-08T15:46:44.297Z Downloaded progenitor v0.11.2
9652026-02-08T15:46:44.297Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-02-08T15:46:44.297Z Downloaded precomputed-hash v0.1.1
9672026-02-08T15:46:44.297Z Downloaded postgres-types v0.2.9
9682026-02-08T15:46:44.297Z Downloaded pkcs5 v0.7.1
9692026-02-08T15:46:44.297Z Downloaded pin-project-internal v1.1.6
9702026-02-08T15:46:44.297Z Downloaded phf v0.12.1
9712026-02-08T15:46:44.321Z Downloaded pem-rfc7468 v0.7.0
9722026-02-08T15:46:44.321Z Downloaded indexmap v1.9.3
9732026-02-08T15:46:44.321Z Downloaded ignore v0.4.23
9742026-02-08T15:46:44.321Z Downloaded hashbrown v0.12.3
9752026-02-08T15:46:44.321Z Downloaded chrono v0.4.43
9762026-02-08T15:46:44.321Z Downloaded bitvec v1.0.1
9772026-02-08T15:46:44.347Z Downloaded psl-types v2.0.11
9782026-02-08T15:46:44.347Z Downloaded progenitor-macro v0.8.0
9792026-02-08T15:46:44.347Z Downloaded primeorder v0.13.6
9802026-02-08T15:46:44.347Z Downloaded pretty-hex v0.2.1
9812026-02-08T15:46:44.347Z Downloaded predicates-core v1.0.8
9822026-02-08T15:46:44.347Z Downloaded predicates v3.1.3
9832026-02-08T15:46:44.347Z Downloaded ppv-lite86 v0.2.20
9842026-02-08T15:46:44.371Z Downloaded powerfmt v0.2.0
9852026-02-08T15:46:44.371Z Downloaded postgres-protocol v0.6.8
9862026-02-08T15:46:44.371Z Downloaded pkcs8 v0.10.2
9872026-02-08T15:46:44.371Z Downloaded password-hash v0.5.0
9882026-02-08T15:46:44.371Z Downloaded libefi-sys v0.1.0
9892026-02-08T15:46:44.371Z Downloaded jobserver v0.1.32
9902026-02-08T15:46:44.371Z Downloaded hickory-resolver v0.25.2
9912026-02-08T15:46:44.371Z Downloaded hickory-resolver v0.24.4
9922026-02-08T15:46:44.371Z Downloaded crossterm v0.29.0
9932026-02-08T15:46:44.395Z Downloaded bindgen v0.71.1
9942026-02-08T15:46:44.395Z Downloaded polyval v0.6.2
9952026-02-08T15:46:44.395Z Downloaded pin-utils v0.1.0
9962026-02-08T15:46:44.395Z Downloaded phf_shared v0.12.1
9972026-02-08T15:46:44.395Z Downloaded phf_shared v0.11.2
9982026-02-08T15:46:44.395Z Downloaded pem v3.0.5
9992026-02-08T15:46:44.395Z Downloaded paste v1.0.15
10002026-02-08T15:46:44.395Z Downloaded parking_lot v0.12.3
10012026-02-08T15:46:44.395Z Downloaded papergrid v0.14.0
10022026-02-08T15:46:44.420Z Downloaded num-rational v0.4.2
10032026-02-08T15:46:44.420Z Downloaded num-integer v0.1.46
10042026-02-08T15:46:44.420Z Downloaded num-derive v0.4.2
10052026-02-08T15:46:44.420Z Downloaded num-complex v0.4.6
10062026-02-08T15:46:44.420Z Downloaded nu-ansi-term v0.50.1
10072026-02-08T15:46:44.420Z Downloaded nom v7.1.3
10082026-02-08T15:46:44.420Z Downloaded iana-time-zone v0.1.63
10092026-02-08T15:46:44.420Z Downloaded hyper-rustls v0.27.7
10102026-02-08T15:46:44.444Z Downloaded peg v0.8.5
10112026-02-08T15:46:44.444Z Downloaded parking_lot_core v0.8.6
10122026-02-08T15:46:44.444Z Downloaded parking_lot v0.11.2
10132026-02-08T15:46:44.444Z Downloaded openssl-sys v0.9.109
10142026-02-08T15:46:44.444Z Downloaded newtype-uuid v1.3.2
10152026-02-08T15:46:44.444Z Downloaded native-tls v0.2.12
10162026-02-08T15:46:44.468Z Downloaded nanorand v0.7.0
10172026-02-08T15:46:44.468Z Downloaded multimap v0.10.1
10182026-02-08T15:46:44.468Z Downloaded multer v3.1.0
10192026-02-08T15:46:44.468Z Downloaded libsw v3.5.0
10202026-02-08T15:46:44.468Z Downloaded httparse v1.9.5
10212026-02-08T15:46:44.468Z Downloaded hmac v0.12.1
10222026-02-08T15:46:44.468Z Downloaded heapless v0.8.0
10232026-02-08T15:46:44.468Z Downloaded heapless v0.7.17
10242026-02-08T15:46:44.492Z Downloaded headers v0.4.1
10252026-02-08T15:46:44.492Z Downloaded pbkdf2 v0.11.0
10262026-02-08T15:46:44.492Z Downloaded password-hash v0.4.2
10272026-02-08T15:46:44.492Z Downloaded parse-display-derive v0.10.0
10282026-02-08T15:46:44.492Z Downloaded parse-display v0.10.0
10292026-02-08T15:46:44.492Z Downloaded parking_lot_core v0.9.10
10302026-02-08T15:46:44.493Z Downloaded oso v0.27.3
10312026-02-08T15:46:44.517Z Downloaded num v0.4.3
10322026-02-08T15:46:44.517Z Downloaded libloading v0.8.5
10332026-02-08T15:46:44.517Z Downloaded ipnetwork v0.21.1
10342026-02-08T15:46:44.517Z Downloaded ipnet v2.11.0
10352026-02-08T15:46:44.517Z Downloaded pbkdf2 v0.12.2
10362026-02-08T15:46:44.517Z Downloaded path-slash v0.1.5
10372026-02-08T15:46:44.517Z Downloaded parse-size v1.1.0
10382026-02-08T15:46:44.517Z Downloaded packed_struct v0.10.1
10392026-02-08T15:46:44.517Z Downloaded p256 v0.13.2
10402026-02-08T15:46:44.517Z Downloaded oxnet v0.1.4
10412026-02-08T15:46:44.518Z Downloaded oxide-tokio-rt v0.1.2
10422026-02-08T15:46:44.518Z Downloaded owo-colors v4.2.2
10432026-02-08T15:46:44.542Z Downloaded openssl-probe v0.1.5
10442026-02-08T15:46:44.542Z Downloaded openssl-macros v0.1.1
10452026-02-08T15:46:44.542Z Downloaded opaque-debug v0.3.1
10462026-02-08T15:46:44.542Z Downloaded omicron-zone-package v0.12.2
10472026-02-08T15:46:44.542Z Downloaded olpc-cjson v0.1.4
10482026-02-08T15:46:44.542Z Downloaded num_threads v0.1.7
10492026-02-08T15:46:44.542Z Downloaded num_enum v0.5.11
10502026-02-08T15:46:44.542Z Downloaded num-iter v0.1.45
10512026-02-08T15:46:44.542Z Downloaded num-derive v0.3.3
10522026-02-08T15:46:44.542Z Downloaded num-conv v0.1.0
10532026-02-08T15:46:44.542Z Downloaded new_debug_unreachable v1.0.6
10542026-02-08T15:46:44.542Z Downloaded hyper-staticfile v0.10.1
10552026-02-08T15:46:44.543Z Downloaded httpdate v1.0.3
10562026-02-08T15:46:44.543Z Downloaded dropshot v0.16.7
10572026-02-08T15:46:44.567Z Downloaded crossterm v0.28.1
10582026-02-08T15:46:44.591Z Downloaded oso-derive v0.27.3
10592026-02-08T15:46:44.591Z Downloaded number_prefix v0.4.0
10602026-02-08T15:46:44.591Z Downloaded num_enum_derive v0.5.11
10612026-02-08T15:46:44.591Z Downloaded normalize-line-endings v0.3.0
10622026-02-08T15:46:44.591Z Downloaded nonempty v0.12.0
10632026-02-08T15:46:44.591Z Downloaded nodrop v0.1.14
10642026-02-08T15:46:44.591Z Downloaded nibble_vec v0.1.0
10652026-02-08T15:46:44.591Z Downloaded newtype_derive v0.1.6
10662026-02-08T15:46:44.591Z Downloaded newtype-uuid-macros v0.1.0
10672026-02-08T15:46:44.591Z Downloaded newline-converter v0.3.0
10682026-02-08T15:46:44.591Z Downloaded minimal-lexical v0.2.1
10692026-02-08T15:46:44.615Z Downloaded memmap2 v0.9.8
10702026-02-08T15:46:44.615Z Downloaded maybe-uninit v2.0.0
10712026-02-08T15:46:44.616Z Downloaded match_cfg v0.1.0
10722026-02-08T15:46:44.616Z Downloaded libsw-core v0.3.1
10732026-02-08T15:46:44.616Z Downloaded libscf-sys v1.1.0
10742026-02-08T15:46:44.616Z Downloaded lazycell v1.3.0
10752026-02-08T15:46:44.616Z Downloaded lazy_static v1.5.0
10762026-02-08T15:46:44.616Z Downloaded lalrpop-util v0.19.12
10772026-02-08T15:46:44.616Z Downloaded kstat-rs v0.2.4
10782026-02-08T15:46:44.616Z Downloaded keccak v0.1.5
10792026-02-08T15:46:44.616Z Downloaded is_ci v1.2.0
10802026-02-08T15:46:44.640Z Downloaded is-terminal v0.4.13
10812026-02-08T15:46:44.640Z Downloaded ingot-macros v0.1.1
10822026-02-08T15:46:44.640Z Downloaded humantime v2.2.0
10832026-02-08T15:46:44.640Z Downloaded hickory-client v0.25.2
10842026-02-08T15:46:44.640Z Downloaded diesel v2.2.12
10852026-02-08T15:46:44.666Z Downloaded crypto-bigint v0.5.5
10862026-02-08T15:46:44.667Z Downloaded crossbeam-channel v0.5.15
10872026-02-08T15:46:44.667Z Downloaded mime v0.3.17
10882026-02-08T15:46:44.667Z Downloaded memoffset v0.9.1
10892026-02-08T15:46:44.667Z Downloaded md5 v0.7.0
10902026-02-08T15:46:44.667Z Downloaded md-5 v0.10.6
10912026-02-08T15:46:44.667Z Downloaded managed v0.8.0
10922026-02-08T15:46:44.667Z Downloaded lzss v0.8.2
10932026-02-08T15:46:44.667Z Downloaded lru-cache v0.1.2
10942026-02-08T15:46:44.691Z Downloaded lru v0.12.5
10952026-02-08T15:46:44.691Z Downloaded lockfree-object-pool v0.1.6
10962026-02-08T15:46:44.691Z Downloaded lock_api v0.4.12
10972026-02-08T15:46:44.691Z Downloaded litrs v0.4.1
10982026-02-08T15:46:44.691Z Downloaded linked-hash-map v0.5.6
10992026-02-08T15:46:44.691Z Downloaded linear-map v1.2.0
11002026-02-08T15:46:44.691Z Downloaded libz-rs-sys v0.5.1
11012026-02-08T15:46:44.691Z Downloaded aws-lc-sys v0.26.0
11022026-02-08T15:46:44.904Z Downloaded internet-checksum v0.2.1
11032026-02-08T15:46:44.927Z Downloaded instability v0.3.2
11042026-02-08T15:46:44.928Z Downloaded ingot v0.1.1
11052026-02-08T15:46:44.928Z Downloaded indoc v2.0.6
11062026-02-08T15:46:44.928Z Downloaded indoc v1.0.9
11072026-02-08T15:46:44.928Z Downloaded indent_write v2.2.0
11082026-02-08T15:46:44.928Z Downloaded impl-trait-for-tuples v0.2.2
11092026-02-08T15:46:44.928Z Downloaded ident_case v1.0.1
11102026-02-08T15:46:44.928Z Downloaded hyper-tls v0.6.0
11112026-02-08T15:46:44.928Z Downloaded hubpack_derive v0.1.1
11122026-02-08T15:46:44.928Z Downloaded hubpack v0.1.2
11132026-02-08T15:46:44.928Z Downloaded http-range v0.1.5
11142026-02-08T15:46:44.928Z Downloaded http-body-util v0.1.3
11152026-02-08T15:46:44.928Z Downloaded highway v1.3.0
11162026-02-08T15:46:44.928Z Downloaded futures-util v0.3.31
11172026-02-08T15:46:44.952Z Downloaded futures-executor v0.3.31
11182026-02-08T15:46:44.952Z Downloaded fs_extra v1.3.0
11192026-02-08T15:46:44.952Z Downloaded flume v0.11.1
11202026-02-08T15:46:44.952Z Downloaded flate2 v1.1.2
11212026-02-08T15:46:44.979Z Downloaded expectorate v1.2.0
11222026-02-08T15:46:44.979Z Downloaded ed25519-dalek v2.1.1
11232026-02-08T15:46:44.979Z Downloaded drift v0.1.3
11242026-02-08T15:46:44.979Z Downloaded diesel_derives v2.2.3
11252026-02-08T15:46:44.979Z Downloaded derive-where v1.5.0
11262026-02-08T15:46:44.979Z Downloaded instant v0.1.13
11272026-02-08T15:46:44.979Z Downloaded inout v0.1.3
11282026-02-08T15:46:45.004Z Downloaded ingot-types v0.1.2
11292026-02-08T15:46:45.004Z Downloaded ghash v0.5.1
11302026-02-08T15:46:45.004Z Downloaded futures-sink v0.3.31
11312026-02-08T15:46:45.004Z Downloaded funty v2.0.0
11322026-02-08T15:46:45.004Z Downloaded foreign-types v0.5.0
11332026-02-08T15:46:45.004Z Downloaded foldhash v0.1.5
11342026-02-08T15:46:45.004Z Downloaded float-cmp v0.10.0
11352026-02-08T15:46:45.004Z Downloaded fixedbitset v0.4.2
11362026-02-08T15:46:45.004Z Downloaded ff v0.13.0
11372026-02-08T15:46:45.005Z Downloaded fatfs v0.3.6
11382026-02-08T15:46:45.005Z Downloaded fallible-iterator v0.2.0
11392026-02-08T15:46:45.005Z Downloaded env_filter v0.1.2
11402026-02-08T15:46:45.005Z Downloaded ed25519 v2.2.3
11412026-02-08T15:46:45.005Z Downloaded ecdsa v0.16.9
11422026-02-08T15:46:45.005Z Downloaded dyn-clone v1.0.20
11432026-02-08T15:46:45.005Z Downloaded dropshot-api-manager v0.2.4
11442026-02-08T15:46:45.005Z Downloaded derive_more-impl v2.0.1
11452026-02-08T15:46:45.030Z Downloaded derive_more v2.0.1
11462026-02-08T15:46:45.030Z Downloaded darling_core v0.21.0
11472026-02-08T15:46:45.030Z Downloaded aho-corasick v1.1.3
11482026-02-08T15:46:45.030Z Downloaded hostname v0.4.2
11492026-02-08T15:46:45.054Z Downloaded hostname v0.3.1
11502026-02-08T15:46:45.054Z Downloaded home v0.5.9
11512026-02-08T15:46:45.054Z Downloaded heck v0.3.3
11522026-02-08T15:46:45.054Z Downloaded headers-core v0.3.0
11532026-02-08T15:46:45.054Z Downloaded half v2.4.1
11542026-02-08T15:46:45.054Z Downloaded fxhash v0.2.1
11552026-02-08T15:46:45.054Z Downloaded futures-task v0.3.31
11562026-02-08T15:46:45.054Z Downloaded futures-io v0.3.31
11572026-02-08T15:46:45.054Z Downloaded futures-channel v0.3.31
11582026-02-08T15:46:45.054Z Downloaded fs-err v2.11.0
11592026-02-08T15:46:45.054Z Downloaded foreign-types-shared v0.1.1
11602026-02-08T15:46:45.054Z Downloaded foreign-types v0.3.2
11612026-02-08T15:46:45.054Z Downloaded foldhash v0.2.0
11622026-02-08T15:46:45.054Z Downloaded filetime v0.2.26
11632026-02-08T15:46:45.054Z Downloaded env_logger v0.11.8
11642026-02-08T15:46:45.055Z Downloaded endian-type v0.1.2
11652026-02-08T15:46:45.055Z Downloaded ena v0.14.3
11662026-02-08T15:46:45.055Z Downloaded either v1.15.0
11672026-02-08T15:46:45.079Z Downloaded dunce v1.0.5
11682026-02-08T15:46:45.079Z Downloaded dsl_auto_type v0.1.2
11692026-02-08T15:46:45.080Z Downloaded dropshot_endpoint v0.16.7
11702026-02-08T15:46:45.080Z Downloaded dropshot-api-manager-types v0.2.4
11712026-02-08T15:46:45.080Z Downloaded dof v0.4.0
11722026-02-08T15:46:45.080Z Downloaded document-features v0.2.11
11732026-02-08T15:46:45.080Z Downloaded dirs-sys-next v0.1.2
11742026-02-08T15:46:45.080Z Downloaded difflib v0.4.0
11752026-02-08T15:46:45.080Z Downloaded derive_more v0.99.20
11762026-02-08T15:46:45.080Z Downloaded derive-ex v0.1.8
11772026-02-08T15:46:45.080Z Downloaded debug-ignore v1.0.5
11782026-02-08T15:46:45.080Z Downloaded crc-any v2.5.0
11792026-02-08T15:46:45.080Z Downloaded compact_str v0.8.0
11802026-02-08T15:46:45.105Z Downloaded cc v1.2.30
11812026-02-08T15:46:45.105Z Downloaded bytes v1.11.1
11822026-02-08T15:46:45.105Z Downloaded bumpalo v3.16.0
11832026-02-08T15:46:45.105Z Downloaded hex v0.4.3
11842026-02-08T15:46:45.105Z Downloaded half v1.8.3
11852026-02-08T15:46:45.105Z Downloaded globwalk v0.9.1
11862026-02-08T15:46:45.105Z Downloaded getrandom v0.2.15
11872026-02-08T15:46:45.105Z Downloaded gethostname v0.5.0
11882026-02-08T15:46:45.105Z Downloaded float-ord v0.3.2
11892026-02-08T15:46:45.105Z Downloaded fixedbitset v0.5.7
11902026-02-08T15:46:45.105Z Downloaded fd-lock v4.0.2
11912026-02-08T15:46:45.130Z Downloaded enum-as-inner v0.6.1
11922026-02-08T15:46:45.130Z Downloaded embedded-io v0.4.0
11932026-02-08T15:46:45.130Z Downloaded derive_builder_macro v0.20.2
11942026-02-08T15:46:45.130Z Downloaded defmt-macros v0.3.9
11952026-02-08T15:46:45.130Z Downloaded darling_macro v0.20.10
11962026-02-08T15:46:45.130Z Downloaded curve25519-dalek v4.1.3
11972026-02-08T15:46:45.130Z Downloaded crossbeam-utils v0.8.21
11982026-02-08T15:46:45.130Z Downloaded crossbeam-epoch v0.9.18
11992026-02-08T15:46:45.130Z Downloaded cookie v0.18.1
12002026-02-08T15:46:45.154Z Downloaded const-oid v0.9.6
12012026-02-08T15:46:45.154Z Downloaded chacha20poly1305 v0.10.1
12022026-02-08T15:46:45.154Z Downloaded bzip2 v0.5.2
12032026-02-08T15:46:45.154Z Downloaded group v0.13.0
12042026-02-08T15:46:45.154Z Downloaded globset v0.4.15
12052026-02-08T15:46:45.154Z Downloaded glob v0.3.2
12062026-02-08T15:46:45.154Z Downloaded futures-macro v0.3.31
12072026-02-08T15:46:45.154Z Downloaded futures-core v0.3.31
12082026-02-08T15:46:45.154Z Downloaded futures v0.3.31
12092026-02-08T15:46:45.154Z Downloaded foreign-types-shared v0.3.1
12102026-02-08T15:46:45.154Z Downloaded foreign-types-macros v0.2.3
12112026-02-08T15:46:45.154Z Downloaded flagset v0.4.6
12122026-02-08T15:46:45.154Z Downloaded erased-serde v0.3.31
12132026-02-08T15:46:45.179Z Downloaded embedded-io v0.6.1
12142026-02-08T15:46:45.179Z Downloaded elliptic-curve v0.13.8
12152026-02-08T15:46:45.179Z Downloaded dtrace-parser v0.3.0
12162026-02-08T15:46:45.179Z Downloaded display-error-chain v0.2.2
12172026-02-08T15:46:45.179Z Downloaded dirs-next v2.0.0
12182026-02-08T15:46:45.179Z Downloaded derive_builder v0.20.2
12192026-02-08T15:46:45.179Z Downloaded deranged v0.5.3
12202026-02-08T15:46:45.179Z Downloaded der_derive v0.7.3
12212026-02-08T15:46:45.179Z Downloaded der v0.7.10
12222026-02-08T15:46:45.179Z Downloaded defmt v0.3.8
12232026-02-08T15:46:45.203Z Downloaded data-encoding v2.9.0
12242026-02-08T15:46:45.203Z Downloaded darling_macro v0.21.0
12252026-02-08T15:46:45.203Z Downloaded darling v0.21.0
12262026-02-08T15:46:45.203Z Downloaded daft v0.1.4
12272026-02-08T15:46:45.203Z Downloaded csv-core v0.1.11
12282026-02-08T15:46:45.203Z Downloaded cstr-argument v0.1.2
12292026-02-08T15:46:45.203Z Downloaded crc32fast v1.4.2
12302026-02-08T15:46:45.203Z Downloaded convert_case v0.7.1
12312026-02-08T15:46:45.203Z Downloaded convert_case v0.4.0
12322026-02-08T15:46:45.203Z Downloaded const_format_proc_macros v0.2.34
12332026-02-08T15:46:45.203Z Downloaded const_format v0.2.34
12342026-02-08T15:46:45.236Z Downloaded console v0.16.0
12352026-02-08T15:46:45.237Z Downloaded console v0.15.10
12362026-02-08T15:46:45.237Z Downloaded colored v3.0.0
12372026-02-08T15:46:45.237Z Downloaded colored v2.2.0
12382026-02-08T15:46:45.237Z Downloaded cobs v0.2.3
12392026-02-08T15:46:45.237Z Downloaded clang-sys v1.8.1
12402026-02-08T15:46:45.237Z Downloaded cipher v0.4.4
12412026-02-08T15:46:45.237Z Downloaded ciborium v0.2.2
12422026-02-08T15:46:45.237Z Downloaded chacha20 v0.9.1
12432026-02-08T15:46:45.237Z Downloaded cfg_aliases v0.1.1
12442026-02-08T15:46:45.237Z Downloaded cexpr v0.6.0
12452026-02-08T15:46:45.237Z Downloaded castaway v0.2.3
12462026-02-08T15:46:45.237Z Downloaded cargo_metadata v0.19.2
12472026-02-08T15:46:45.237Z Downloaded cancel-safe-futures v0.1.5
12482026-02-08T15:46:45.237Z Downloaded camino-tempfile-ext v0.3.2
12492026-02-08T15:46:45.262Z Downloaded blake2 v0.10.6
12502026-02-08T15:46:45.262Z Downloaded diff v0.1.13
12512026-02-08T15:46:45.262Z Downloaded diesel_table_macro_syntax v0.2.0
12522026-02-08T15:46:45.262Z Downloaded diesel-dtrace v0.4.2
12532026-02-08T15:46:45.262Z Downloaded des v0.8.1
12542026-02-08T15:46:45.262Z Downloaded derive_builder_core v0.20.2
12552026-02-08T15:46:45.262Z Downloaded defmt-parser v0.3.4
12562026-02-08T15:46:45.262Z Downloaded darling v0.20.10
12572026-02-08T15:46:45.262Z Downloaded curve25519-dalek-derive v0.1.1
12582026-02-08T15:46:45.262Z Downloaded crunchy v0.2.2
12592026-02-08T15:46:45.262Z Downloaded crucible-workspace-hack v0.1.0
12602026-02-08T15:46:45.262Z Downloaded crossbeam-deque v0.8.5
12612026-02-08T15:46:45.263Z Downloaded critical-section v1.1.3
12622026-02-08T15:46:45.288Z Downloaded crc8 v0.1.1
12632026-02-08T15:46:45.288Z Downloaded corncobs v0.1.4
12642026-02-08T15:46:45.288Z Downloaded cookie_store v0.21.1
12652026-02-08T15:46:45.288Z Downloaded constant_time_eq v0.3.1
12662026-02-08T15:46:45.288Z Downloaded ciborium-ll v0.2.2
12672026-02-08T15:46:45.288Z Downloaded ciborium-io v0.2.2
12682026-02-08T15:46:45.288Z Downloaded cbc v0.1.2
12692026-02-08T15:46:45.288Z Downloaded cassowary v0.3.0
12702026-02-08T15:46:45.288Z Downloaded cargo-platform v0.1.8
12712026-02-08T15:46:45.288Z Downloaded buf-list v1.0.3
12722026-02-08T15:46:45.288Z Downloaded blowfish v0.9.1
12732026-02-08T15:46:45.288Z Downloaded block-padding v0.3.3
12742026-02-08T15:46:45.288Z Downloaded bitflags v1.3.2
12752026-02-08T15:46:45.288Z Downloaded bindgen v0.69.5
12762026-02-08T15:46:45.312Z Downloaded arc-swap v1.7.1
12772026-02-08T15:46:45.312Z Downloaded daft-derive v0.1.4
12782026-02-08T15:46:45.312Z Downloaded ctr v0.9.2
12792026-02-08T15:46:45.312Z Downloaded crc-catalog v2.4.0
12802026-02-08T15:46:45.312Z Downloaded crc v3.2.1
12812026-02-08T15:46:45.312Z Downloaded cmake v0.1.51
12822026-02-08T15:46:45.312Z Downloaded cfg_aliases v0.2.1
12832026-02-08T15:46:45.312Z Downloaded bzip2 v0.4.4
12842026-02-08T15:46:45.312Z Downloaded bitfield-struct v0.6.2
12852026-02-08T15:46:45.312Z Downloaded bit-set v0.8.0
12862026-02-08T15:46:45.312Z Downloaded bb8 v0.8.5
12872026-02-08T15:46:45.312Z Downloaded base64ct v1.6.0
12882026-02-08T15:46:45.337Z Downloaded base64 v0.22.1
12892026-02-08T15:46:45.337Z Downloaded base64 v0.21.7
12902026-02-08T15:46:45.337Z Downloaded base64 v0.13.1
12912026-02-08T15:46:45.337Z Downloaded backtrace v0.3.74
12922026-02-08T15:46:45.337Z Downloaded backoff v0.4.0
12932026-02-08T15:46:45.337Z Downloaded atomicwrites v0.4.4
12942026-02-08T15:46:45.337Z Downloaded async-trait v0.1.89
12952026-02-08T15:46:45.361Z Downloaded async-recursion v1.1.1
12962026-02-08T15:46:45.361Z Downloaded arrayref v0.3.9
12972026-02-08T15:46:45.361Z Downloaded array-init v0.0.4
12982026-02-08T15:46:45.361Z Downloaded argon2 v0.5.3
12992026-02-08T15:46:45.361Z Downloaded allocator-api2 v0.2.21
13002026-02-08T15:46:45.361Z Downloaded ahash v0.8.12
13012026-02-08T15:46:45.361Z Downloaded bit-vec v0.8.0
13022026-02-08T15:46:45.361Z Downloaded bit-set v0.5.3
13032026-02-08T15:46:45.361Z Downloaded bcs v0.1.6
13042026-02-08T15:46:45.361Z Downloaded base16ct v0.2.0
13052026-02-08T15:46:45.361Z Downloaded aws-lc-rs v1.12.4
13062026-02-08T15:46:45.386Z Downloaded atty v0.2.14
13072026-02-08T15:46:45.386Z Downloaded async-stream-impl v0.3.6
13082026-02-08T15:46:45.386Z Downloaded async-stream v0.3.6
13092026-02-08T15:46:45.386Z Downloaded async-bb8-diesel v0.2.1
13102026-02-08T15:46:45.386Z Downloaded assert_matches v1.5.0
13112026-02-08T15:46:45.386Z Downloaded aes-gcm v0.10.3
13122026-02-08T15:46:45.386Z Downloaded aes v0.8.4
13132026-02-08T15:46:45.386Z Downloaded bit-vec v0.6.3
13142026-02-08T15:46:45.386Z Downloaded bcrypt-pbkdf v0.10.0
13152026-02-08T15:46:45.386Z Downloaded atomic-waker v1.1.2
13162026-02-08T15:46:45.386Z Downloaded aead v0.5.2
13172026-02-08T15:46:45.386Z Downloaded adler2 v2.0.0
13182026-02-08T15:46:45.410Z Downloaded addr2line v0.24.2
13192026-02-08T15:46:45.410Z Downloaded arrayvec v0.7.6
13202026-02-08T15:46:45.585Z Compiling value-bag v1.12.0
13212026-02-08T15:46:45.585Z Compiling lock_api v0.4.12
13222026-02-08T15:46:45.585Z Compiling scopeguard v1.2.0
13232026-02-08T15:46:45.585Z Compiling shlex v1.3.0
13242026-02-08T15:46:45.609Z Compiling typenum v1.17.0
13252026-02-08T15:46:45.609Z Compiling syn v2.0.114
13262026-02-08T15:46:45.609Z Compiling getrandom v0.2.15
13272026-02-08T15:46:45.609Z Compiling jobserver v0.1.32
13282026-02-08T15:46:45.886Z Compiling smallvec v1.15.1
13292026-02-08T15:46:46.009Z Compiling rand_core v0.6.4
13302026-02-08T15:46:46.095Z Compiling log v0.4.29
13312026-02-08T15:46:46.182Z Compiling cc v1.2.30
13322026-02-08T15:46:46.290Z Compiling generic-array v0.14.7
13332026-02-08T15:46:46.496Z Compiling subtle v2.6.1
13342026-02-08T15:46:46.544Z Compiling portable-atomic v1.11.0
13352026-02-08T15:46:46.570Z Compiling const-oid v0.9.6
13362026-02-08T15:46:46.688Z Compiling critical-section v1.1.3
13372026-02-08T15:46:46.812Z Compiling serde_json v1.0.149
13382026-02-08T15:46:46.843Z Compiling pkg-config v0.3.31
13392026-02-08T15:46:46.867Z Compiling getrandom v0.3.4
13402026-02-08T15:46:47.138Z Compiling spin v0.9.8
13412026-02-08T15:46:47.509Z Compiling parking_lot_core v0.9.10
13422026-02-08T15:46:47.728Z Compiling pin-project-lite v0.2.14
13432026-02-08T15:46:47.883Z Compiling regex-syntax v0.8.5
13442026-02-08T15:46:47.958Z Compiling libm v0.2.8
13452026-02-08T15:46:48.179Z Compiling rustix v0.38.37
13462026-02-08T15:46:48.767Z Compiling once_cell v1.21.3
13472026-02-08T15:46:48.868Z Compiling signal-hook-registry v1.4.2
13482026-02-08T15:46:49.122Z Compiling num-traits v0.2.19
13492026-02-08T15:46:49.175Z Compiling allocator-api2 v0.2.21
13502026-02-08T15:46:49.245Z Compiling parking_lot v0.12.3
13512026-02-08T15:46:49.663Z Compiling mio v1.0.2
13522026-02-08T15:46:49.842Z Compiling futures-core v0.3.31
13532026-02-08T15:46:49.909Z Compiling lazy_static v1.5.0
13542026-02-08T15:46:50.036Z Compiling aho-corasick v1.1.3
13552026-02-08T15:46:50.155Z Compiling percent-encoding v2.3.2
13562026-02-08T15:46:50.185Z Compiling socket2 v0.6.1
13572026-02-08T15:46:50.485Z Compiling slab v0.4.9
13582026-02-08T15:46:50.788Z Compiling cpufeatures v0.2.14
13592026-02-08T15:46:50.911Z Compiling glob v0.3.2
13602026-02-08T15:46:50.935Z Compiling futures-sink v0.3.31
13612026-02-08T15:46:51.026Z Compiling either v1.15.0
13622026-02-08T15:46:51.105Z Compiling futures-channel v0.3.31
13632026-02-08T15:46:51.331Z Compiling hashbrown v0.16.1
13642026-02-08T15:46:51.416Z Compiling pin-utils v0.1.0
13652026-02-08T15:46:51.504Z Compiling rustversion v1.0.22
13662026-02-08T15:46:51.529Z Compiling prettyplease v0.2.36
13672026-02-08T15:46:51.659Z Compiling clang-sys v1.8.1
13682026-02-08T15:46:51.828Z Compiling futures-io v0.3.31
13692026-02-08T15:46:52.090Z Compiling regex-automata v0.4.11
13702026-02-08T15:46:52.114Z Compiling futures-task v0.3.31
13712026-02-08T15:46:52.329Z Compiling minimal-lexical v0.2.1
13722026-02-08T15:46:52.357Z Compiling indexmap v2.13.0
13732026-02-08T15:46:52.455Z Compiling synstructure v0.13.1
13742026-02-08T15:46:52.774Z Compiling nom v7.1.3
13752026-02-08T15:46:53.267Z Compiling libloading v0.8.5
13762026-02-08T15:46:53.564Z Compiling bindgen v0.69.5
13772026-02-08T15:46:53.678Z Compiling home v0.5.9
13782026-02-08T15:46:53.722Z Compiling ident_case v1.0.1
13792026-02-08T15:46:53.746Z Compiling base64ct v1.6.0
13802026-02-08T15:46:53.945Z Compiling itertools v0.12.1
13812026-02-08T15:46:54.313Z Compiling pem-rfc7468 v0.7.0
13822026-02-08T15:46:54.439Z Compiling form_urlencoded v1.2.2
13832026-02-08T15:46:54.745Z Compiling rustc-hash v1.1.0
13842026-02-08T15:46:54.871Z Compiling flagset v0.4.6
13852026-02-08T15:46:54.901Z Compiling lazycell v1.3.0
13862026-02-08T15:46:55.079Z Compiling rand_core v0.9.3
13872026-02-08T15:46:55.104Z Compiling cmake v0.1.51
13882026-02-08T15:46:55.610Z Compiling cexpr v0.6.0
13892026-02-08T15:46:55.740Z Compiling foldhash v0.1.5
13902026-02-08T15:46:55.881Z Compiling fs_extra v1.3.0
13912026-02-08T15:46:56.032Z Compiling paste v1.0.15
13922026-02-08T15:46:56.371Z Compiling dunce v1.0.5
13932026-02-08T15:46:56.432Z Compiling iana-time-zone v0.1.63
13942026-02-08T15:46:56.529Z Compiling hashbrown v0.15.4
13952026-02-08T15:46:56.564Z Compiling rustc_version v0.4.1
13962026-02-08T15:46:56.597Z Compiling serde_derive v1.0.228
13972026-02-08T15:46:56.621Z Compiling zeroize_derive v1.4.2
13982026-02-08T15:46:56.780Z Compiling zerofrom-derive v0.1.4
13992026-02-08T15:46:56.960Z Compiling yoke-derive v0.7.4
14002026-02-08T15:46:57.165Z Compiling zerovec-derive v0.10.3
14012026-02-08T15:46:57.679Z Compiling displaydoc v0.2.5
14022026-02-08T15:46:57.809Z Compiling zeroize v1.8.1
14032026-02-08T15:46:59.078Z Compiling zerocopy-derive v0.7.35
14042026-02-08T15:46:59.217Z Compiling icu_provider_macros v1.5.0
14052026-02-08T15:46:59.335Z Compiling tokio-macros v2.6.0
14062026-02-08T15:46:59.550Z Compiling crypto-common v0.1.6
14072026-02-08T15:46:59.641Z Compiling block-buffer v0.10.4
14082026-02-08T15:46:59.790Z Compiling zerofrom v0.1.4
14092026-02-08T15:46:59.907Z Compiling digest v0.10.7
14102026-02-08T15:47:00.020Z Compiling yoke v0.7.4
14112026-02-08T15:47:00.116Z Compiling thiserror-impl v2.0.18
14122026-02-08T15:47:00.393Z Compiling zerovec v0.10.4
14132026-02-08T15:47:00.417Z Compiling hmac v0.12.1
14142026-02-08T15:47:00.680Z Compiling block-padding v0.3.3
14152026-02-08T15:47:00.716Z Compiling futures-macro v0.3.31
14162026-02-08T15:47:00.760Z Compiling zerocopy v0.7.35
14172026-02-08T15:47:00.935Z Compiling inout v0.1.3
14182026-02-08T15:47:01.223Z Compiling regex v1.11.3
14192026-02-08T15:47:01.338Z Compiling cipher v0.4.4
14202026-02-08T15:47:01.830Z Compiling sha2 v0.10.9
14212026-02-08T15:47:01.996Z Compiling tinystr v0.7.6
14222026-02-08T15:47:02.076Z Compiling icu_collections v1.5.0
14232026-02-08T15:47:02.183Z Compiling futures-util v0.3.31
14242026-02-08T15:47:02.219Z Compiling ppv-lite86 v0.2.20
14252026-02-08T15:47:02.386Z Compiling icu_locid v1.5.0
14262026-02-08T15:47:02.623Z Compiling serde v1.0.228
14272026-02-08T15:47:02.782Z Compiling thiserror v2.0.18
14282026-02-08T15:47:02.936Z Compiling der_derive v0.7.3
14292026-02-08T15:47:02.960Z Compiling pest v2.8.2
14302026-02-08T15:47:02.983Z Compiling salsa20 v0.10.2
14312026-02-08T15:47:03.221Z Compiling pbkdf2 v0.12.2
14322026-02-08T15:47:03.245Z Compiling uuid v1.19.0
14332026-02-08T15:47:03.496Z Compiling icu_provider v1.5.0
14342026-02-08T15:47:03.820Z Compiling bitflags v2.9.4
14352026-02-08T15:47:04.246Z Compiling bytes v1.11.1
14362026-02-08T15:47:04.359Z Compiling icu_locid_transform v1.5.0
14372026-02-08T15:47:04.544Z Compiling chrono v0.4.43
14382026-02-08T15:47:04.633Z Compiling zerocopy v0.8.27
14392026-02-08T15:47:04.871Z Compiling der v0.7.10
14402026-02-08T15:47:05.315Z Compiling tokio v1.49.0
14412026-02-08T15:47:05.576Z Compiling icu_properties v1.5.1
14422026-02-08T15:47:05.655Z Compiling vcpkg v0.2.15
14432026-02-08T15:47:06.489Z Compiling http v1.4.0
14442026-02-08T15:47:07.060Z Compiling spki v0.7.3
14452026-02-08T15:47:07.293Z Compiling openssl-sys v0.9.109
14462026-02-08T15:47:07.412Z Compiling pest_meta v2.8.2
14472026-02-08T15:47:07.464Z Compiling which v4.4.2
14482026-02-08T15:47:07.503Z Compiling scrypt v0.11.0
14492026-02-08T15:47:07.985Z Compiling rand_chacha v0.9.0
14502026-02-08T15:47:08.228Z Compiling aes v0.8.4
14512026-02-08T15:47:08.260Z Compiling cbc v0.1.2
14522026-02-08T15:47:08.359Z Compiling zerocopy-derive v0.8.27
14532026-02-08T15:47:09.334Z Compiling icu_normalizer v1.5.0
14542026-02-08T15:47:09.465Z Compiling pkcs5 v0.7.1
14552026-02-08T15:47:09.688Z Compiling pest_generator v2.8.2
14562026-02-08T15:47:10.359Z Compiling idna_adapter v1.2.0
14572026-02-08T15:47:10.440Z Compiling rand v0.9.2
14582026-02-08T15:47:10.579Z Compiling idna v1.0.3
14592026-02-08T15:47:10.969Z Compiling tracing-attributes v0.1.27
14602026-02-08T15:47:11.077Z Compiling serde_derive_internals v0.29.1
14612026-02-08T15:47:11.145Z Compiling url v2.5.4
14622026-02-08T15:47:11.807Z Compiling ring v0.17.14
14632026-02-08T15:47:12.016Z Compiling tracing-core v0.1.32
14642026-02-08T15:47:12.659Z Compiling schemars v0.8.22
14652026-02-08T15:47:12.730Z Compiling rustix v1.1.3
14662026-02-08T15:47:12.985Z Compiling aws-lc-rs v1.12.4
14672026-02-08T15:47:13.009Z Compiling adler2 v2.0.0
14682026-02-08T15:47:13.092Z Compiling schemars_derive v0.8.22
14692026-02-08T15:47:13.228Z Compiling tokio-util v0.7.15
14702026-02-08T15:47:13.440Z Compiling miniz_oxide v0.8.5
14712026-02-08T15:47:13.673Z Compiling tracing v0.1.40
14722026-02-08T15:47:14.211Z Compiling pest_derive v2.8.2
14732026-02-08T15:47:14.387Z Compiling pkcs8 v0.10.2
14742026-02-08T15:47:14.817Z Compiling http-body v1.0.1
14752026-02-08T15:47:15.011Z Compiling scroll_derive v0.13.1
14762026-02-08T15:47:15.094Z Compiling darling_core v0.20.10
14772026-02-08T15:47:15.118Z Compiling base64 v0.22.1
14782026-02-08T15:47:15.495Z Compiling dyn-clone v1.0.20
14792026-02-08T15:47:15.717Z Compiling rustls-pki-types v1.10.0
14802026-02-08T15:47:15.741Z Compiling httparse v1.9.5
14812026-02-08T15:47:15.770Z Compiling tinyvec_macros v0.1.1
14822026-02-08T15:47:15.881Z Compiling tinyvec v1.8.0
14832026-02-08T15:47:16.596Z Compiling scroll v0.13.0
14842026-02-08T15:47:17.112Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-02-08T15:47:17.158Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14862026-02-08T15:47:17.544Z Compiling tower-layer v0.3.3
14872026-02-08T15:47:17.725Z Compiling tower-service v0.3.3
14882026-02-08T15:47:17.827Z Compiling untrusted v0.9.0
14892026-02-08T15:47:17.850Z Compiling atomic-waker v1.1.2
14902026-02-08T15:47:17.879Z Compiling powerfmt v0.2.0
14912026-02-08T15:47:18.023Z Compiling foreign-types-shared v0.1.1
14922026-02-08T15:47:18.048Z Compiling openssl v0.10.73
14932026-02-08T15:47:18.159Z Compiling time-core v0.1.6
14942026-02-08T15:47:18.231Z Compiling untrusted v0.7.1
14952026-02-08T15:47:18.509Z Compiling try-lock v0.2.5
14962026-02-08T15:47:18.533Z Compiling num-conv v0.1.0
14972026-02-08T15:47:18.558Z Compiling openssl-probe v0.1.5
14982026-02-08T15:47:18.689Z Compiling want v0.3.1
14992026-02-08T15:47:18.812Z Compiling time-macros v0.2.24
15002026-02-08T15:47:18.850Z Compiling tempfile v3.24.0
15012026-02-08T15:47:18.989Z Compiling deranged v0.5.3
15022026-02-08T15:47:19.157Z Compiling foreign-types v0.3.2
15032026-02-08T15:47:19.280Z Compiling h2 v0.4.6
15042026-02-08T15:47:20.154Z Compiling darling_macro v0.20.10
15052026-02-08T15:47:20.911Z Compiling darling v0.20.10
15062026-02-08T15:47:21.033Z Compiling goblin v0.10.2
15072026-02-08T15:47:21.365Z Compiling ipnet v2.11.0
15082026-02-08T15:47:21.724Z Compiling openssl-macros v0.1.1
15092026-02-08T15:47:22.285Z Compiling wait-timeout v0.2.0
15102026-02-08T15:47:22.353Z Compiling rustls v0.23.19
15112026-02-08T15:47:22.377Z Compiling quick-error v1.2.3
15122026-02-08T15:47:22.552Z Compiling httpdate v1.0.3
15132026-02-08T15:47:22.635Z Compiling gimli v0.31.1
15142026-02-08T15:47:22.737Z Compiling usdt-impl v0.6.0
15152026-02-08T15:47:22.766Z Compiling native-tls v0.2.12
15162026-02-08T15:47:22.943Z Compiling syn v1.0.109
15172026-02-08T15:47:23.072Z Compiling bit-vec v0.8.0
15182026-02-08T15:47:23.098Z Compiling num_threads v0.1.7
15192026-02-08T15:47:23.251Z Compiling crossbeam-utils v0.8.21
15202026-02-08T15:47:23.551Z Compiling bit-set v0.8.0
15212026-02-08T15:47:23.596Z Compiling time v0.3.43
15222026-02-08T15:47:23.845Z Compiling rusty-fork v0.3.0
15232026-02-08T15:47:24.628Z Compiling derive_builder_core v0.20.2
15242026-02-08T15:47:26.385Z Compiling addr2line v0.24.2
15252026-02-08T15:47:26.543Z Compiling hyper v1.8.1
15262026-02-08T15:47:26.980Z Compiling unicode-normalization v0.1.24
15272026-02-08T15:47:27.004Z Compiling dtrace-parser v0.3.0
15282026-02-08T15:47:27.743Z Compiling dof v0.4.0
15292026-02-08T15:47:27.795Z Compiling signature v2.2.0
15302026-02-08T15:47:28.080Z Compiling heapless v0.7.17
15312026-02-08T15:47:28.486Z Compiling scroll_derive v0.12.0
15322026-02-08T15:47:28.669Z Compiling thiserror-impl v1.0.69
15332026-02-08T15:47:29.610Z Compiling rand_xorshift v0.4.0
15342026-02-08T15:47:29.754Z Compiling darling_core v0.21.0
15352026-02-08T15:47:29.778Z Compiling slog v2.8.2
15362026-02-08T15:47:29.881Z Compiling thread-id v5.0.0
15372026-02-08T15:47:30.022Z Compiling cookie v0.18.1
15382026-02-08T15:47:30.108Z Compiling object v0.36.5
15392026-02-08T15:47:30.317Z Compiling crc32fast v1.4.2
15402026-02-08T15:47:30.539Z Compiling anyhow v1.0.99
15412026-02-08T15:47:30.563Z Compiling zstd-safe v7.2.3
15422026-02-08T15:47:30.643Z Compiling signal-hook v0.3.18
15432026-02-08T15:47:30.876Z Compiling unarray v0.1.4
15442026-02-08T15:47:30.926Z Compiling siphasher v0.3.11
15452026-02-08T15:47:31.061Z Compiling unicode-properties v0.1.3
15462026-02-08T15:47:31.100Z Compiling unicode-bidi v0.3.17
15472026-02-08T15:47:31.162Z Compiling zlib-rs v0.5.1
15482026-02-08T15:47:31.221Z Compiling rustc-demangle v0.1.24
15492026-02-08T15:47:31.464Z Compiling phf_shared v0.11.2
15502026-02-08T15:47:31.488Z Compiling thiserror v1.0.69
15512026-02-08T15:47:31.794Z Compiling stringprep v0.1.5
15522026-02-08T15:47:31.973Z Compiling proptest v1.7.0
15532026-02-08T15:47:32.161Z Compiling scroll v0.12.0
15542026-02-08T15:47:32.655Z Compiling hyper-util v0.1.19
15552026-02-08T15:47:33.243Z Compiling derive_builder_macro v0.20.2
15562026-02-08T15:47:34.338Z Compiling ipnetwork v0.21.1
15572026-02-08T15:47:34.929Z Compiling darling_macro v0.21.0
15582026-02-08T15:47:35.084Z Compiling toml_datetime v0.6.11
15592026-02-08T15:47:35.547Z Compiling serde_spanned v0.6.9
15602026-02-08T15:47:35.679Z Compiling erased-serde v0.3.31
15612026-02-08T15:47:35.784Z Compiling serde_tokenstream v0.2.2
15622026-02-08T15:47:36.313Z Compiling backtrace v0.3.74
15632026-02-08T15:47:36.347Z Compiling rand_chacha v0.3.1
15642026-02-08T15:47:36.505Z Compiling md-5 v0.10.6
15652026-02-08T15:47:36.764Z Compiling libz-rs-sys v0.5.1
15662026-02-08T15:47:36.838Z Compiling curve25519-dalek v4.1.3
15672026-02-08T15:47:37.043Z Compiling vergen-lib v0.1.6
15682026-02-08T15:47:37.327Z Compiling num-integer v0.1.46
15692026-02-08T15:47:37.372Z Compiling sync_wrapper v1.0.1
15702026-02-08T15:47:37.416Z Compiling ff v0.13.0
15712026-02-08T15:47:37.550Z Compiling hash32 v0.2.1
15722026-02-08T15:47:37.646Z Compiling memoffset v0.9.1
15732026-02-08T15:47:37.883Z Compiling cfg_aliases v0.2.1
15742026-02-08T15:47:37.913Z Compiling base16ct v0.2.0
15752026-02-08T15:47:37.942Z Compiling num-bigint-dig v0.8.6
15762026-02-08T15:47:37.966Z Compiling fallible-iterator v0.2.0
15772026-02-08T15:47:38.005Z Compiling ref-cast v1.0.25
15782026-02-08T15:47:38.239Z Compiling litrs v0.4.1
15792026-02-08T15:47:38.283Z Compiling psl-types v2.0.11
15802026-02-08T15:47:38.516Z Compiling smoltcp v0.9.1
15812026-02-08T15:47:38.660Z Compiling postgres-protocol v0.6.8
15822026-02-08T15:47:38.684Z Compiling publicsuffix v2.3.0
15832026-02-08T15:47:38.746Z Compiling sec1 v0.7.3
15842026-02-08T15:47:38.977Z Compiling nix v0.29.0
15852026-02-08T15:47:39.257Z Compiling document-features v0.2.11
15862026-02-08T15:47:39.294Z Compiling num-iter v0.1.45
15872026-02-08T15:47:39.497Z Compiling group v0.13.0
15882026-02-08T15:47:39.661Z Compiling tower v0.5.2
15892026-02-08T15:47:39.847Z Compiling newtype-uuid v1.3.2
15902026-02-08T15:47:40.248Z Compiling flate2 v1.1.2
15912026-02-08T15:47:40.354Z Compiling rand v0.8.5
15922026-02-08T15:47:40.579Z Compiling darling v0.21.0
15932026-02-08T15:47:40.603Z Compiling oxnet v0.1.4
15942026-02-08T15:47:40.713Z Compiling derive_builder v0.20.2
15952026-02-08T15:47:40.902Z Compiling tokio-native-tls v0.3.1
15962026-02-08T15:47:41.069Z Compiling goblin v0.8.2
15972026-02-08T15:47:41.698Z Compiling rustls-native-certs v0.8.1
15982026-02-08T15:47:41.969Z Compiling webpki-roots v1.0.1
15992026-02-08T15:47:42.085Z Compiling http-body-util v0.1.3
16002026-02-08T15:47:42.176Z Compiling strum_macros v0.27.2
16012026-02-08T15:47:42.201Z Compiling terminal_size v0.4.0
16022026-02-08T15:47:42.225Z Compiling cargo-platform v0.1.8
16032026-02-08T15:47:42.429Z Compiling hkdf v0.12.4
16042026-02-08T15:47:42.558Z Compiling crypto-bigint v0.5.5
16052026-02-08T15:47:42.679Z Compiling async-trait v0.1.89
16062026-02-08T15:47:42.704Z Compiling curve25519-dalek-derive v0.1.1
16072026-02-08T15:47:43.896Z Compiling daft-derive v0.1.4
16082026-02-08T15:47:44.030Z Compiling hubpack_derive v0.1.1
16092026-02-08T15:47:44.821Z Compiling ref-cast-impl v1.0.25
16102026-02-08T15:47:44.960Z Compiling vergen v9.0.6
16112026-02-08T15:47:45.322Z Compiling ahash v0.8.12
16122026-02-08T15:47:45.381Z Compiling fs-err v3.1.1
16132026-02-08T15:47:45.699Z Compiling bumpalo v3.16.0
16142026-02-08T15:47:45.728Z Compiling bitflags v1.3.2
16152026-02-08T15:47:45.838Z Compiling managed v0.8.0
16162026-02-08T15:47:45.891Z Compiling lockfree-object-pool v0.1.6
16172026-02-08T15:47:46.136Z Compiling ryu v1.0.18
16182026-02-08T15:47:46.136Z Compiling simd-adler32 v0.3.7
16192026-02-08T15:47:46.182Z Compiling unicode-segmentation v1.12.0
16202026-02-08T15:47:46.226Z Compiling buf-list v1.0.3
16212026-02-08T15:47:46.457Z Compiling iri-string v0.7.8
16222026-02-08T15:47:46.654Z Compiling winnow v0.5.40
16232026-02-08T15:47:46.801Z Compiling zopfli v0.8.1
16242026-02-08T15:47:46.874Z Compiling serde_urlencoded v0.7.1
16252026-02-08T15:47:47.332Z Compiling strum v0.27.2
16262026-02-08T15:47:47.530Z Compiling clap_builder v4.5.48
16272026-02-08T15:47:48.078Z Compiling dof v0.3.0
16282026-02-08T15:47:49.045Z Compiling tower-http v0.6.6
16292026-02-08T15:47:49.304Z Compiling daft v0.1.4
16302026-02-08T15:47:49.584Z Compiling toml_edit v0.19.15
16312026-02-08T15:47:49.697Z Compiling elliptic-curve v0.13.8
16322026-02-08T15:47:49.825Z Compiling hubpack v0.1.2
16332026-02-08T15:47:49.877Z Compiling cargo_metadata v0.19.2
16342026-02-08T15:47:50.231Z Compiling hyper-tls v0.6.0
16352026-02-08T15:47:50.467Z Compiling cookie_store v0.21.1
16362026-02-08T15:47:50.606Z Compiling signal-hook-mio v0.2.4
16372026-02-08T15:47:50.777Z Compiling zstd v0.13.3
16382026-02-08T15:47:52.411Z Compiling serde_with_macros v3.16.1
16392026-02-08T15:47:52.721Z Compiling postgres-types v0.2.9
16402026-02-08T15:47:53.981Z Compiling usdt-macro v0.6.0
16412026-02-08T15:47:54.029Z Compiling usdt-attr-macro v0.6.0
16422026-02-08T15:47:54.484Z Compiling phf v0.11.2
16432026-02-08T15:47:54.507Z Compiling dtrace-parser v0.2.0
16442026-02-08T15:47:54.768Z Compiling ed25519 v2.2.3
16452026-02-08T15:47:55.212Z Compiling bzip2 v0.4.4
16462026-02-08T15:47:55.380Z Compiling bzip2 v0.5.2
16472026-02-08T15:47:55.443Z Compiling pkcs1 v0.7.5
16482026-02-08T15:47:55.558Z Compiling enum-as-inner v0.6.1
16492026-02-08T15:47:55.737Z Compiling strum_macros v0.26.4
16502026-02-08T15:47:56.119Z Compiling clap_derive v4.5.47
16512026-02-08T15:47:56.206Z Compiling hex v0.4.3
16522026-02-08T15:47:56.230Z Compiling serde-big-array v0.5.1
16532026-02-08T15:47:56.438Z Compiling rfc6979 v0.4.0
16542026-02-08T15:47:56.475Z Compiling bstr v1.10.0
16552026-02-08T15:47:56.590Z Compiling serde_repr v0.1.19
16562026-02-08T15:47:56.641Z Compiling float-cmp v0.10.0
16572026-02-08T15:47:56.732Z Compiling env_filter v0.1.2
16582026-02-08T15:47:56.884Z Compiling memmap2 v0.9.8
16592026-02-08T15:47:57.264Z Compiling socket2 v0.5.10
16602026-02-08T15:47:57.294Z Compiling encoding_rs v0.8.34
16612026-02-08T15:47:57.502Z Compiling predicates-core v1.0.8
16622026-02-08T15:47:57.711Z Compiling fixedbitset v0.4.2
16632026-02-08T15:47:57.806Z Compiling data-encoding v2.9.0
16642026-02-08T15:47:58.068Z Compiling precomputed-hash v0.1.1
16652026-02-08T15:47:58.119Z Compiling new_debug_unreachable v1.0.6
16662026-02-08T15:47:58.207Z Compiling whoami v1.5.2
16672026-02-08T15:47:58.235Z Compiling rustc-hash v2.1.1
16682026-02-08T15:47:58.520Z Compiling keccak v0.1.5
16692026-02-08T15:47:58.787Z Compiling difflib v0.4.0
16702026-02-08T15:47:59.327Z Compiling fixedbitset v0.5.7
16712026-02-08T15:47:59.369Z Compiling jiff v0.2.15
16722026-02-08T15:47:59.656Z Compiling static_assertions v1.1.0
16732026-02-08T15:47:59.770Z Compiling normalize-line-endings v0.3.0
16742026-02-08T15:47:59.911Z Compiling mime v0.3.17
16752026-02-08T15:47:59.935Z Compiling foldhash v0.2.0
16762026-02-08T15:47:59.959Z Compiling toml_edit v0.22.27
16772026-02-08T15:48:00.185Z Compiling predicates v3.1.3
16782026-02-08T15:48:00.343Z Compiling iddqd v0.3.16
16792026-02-08T15:48:00.386Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16802026-02-08T15:48:00.410Z Compiling petgraph v0.8.2
16812026-02-08T15:48:01.531Z Compiling clap v4.5.48
16822026-02-08T15:48:01.659Z Compiling strum v0.26.3
16832026-02-08T15:48:01.834Z Compiling sha3 v0.10.8
16842026-02-08T15:48:02.342Z Compiling tokio-postgres v0.7.13
16852026-02-08T15:48:02.634Z Compiling hickory-proto v0.25.2
16862026-02-08T15:48:02.702Z Compiling string_cache v0.8.9
16872026-02-08T15:48:03.127Z Compiling petgraph v0.6.5
16882026-02-08T15:48:04.485Z Compiling similar v2.7.0
16892026-02-08T15:48:05.914Z Compiling zip v4.2.0
16902026-02-08T15:48:06.062Z Compiling usdt v0.6.0
16912026-02-08T15:48:06.272Z Compiling env_logger v0.11.8
16922026-02-08T15:48:06.335Z Compiling usdt-impl v0.5.0
16932026-02-08T15:48:06.512Z Compiling serde_with v3.16.1
16942026-02-08T15:48:06.751Z Compiling ecdsa v0.16.9
16952026-02-08T15:48:06.952Z Compiling rsa v0.9.8
16962026-02-08T15:48:07.423Z Compiling zip v0.6.6
16972026-02-08T15:48:07.500Z Compiling ed25519-dalek v2.1.1
16982026-02-08T15:48:08.568Z Compiling toml v0.7.8
16992026-02-08T15:48:09.088Z Compiling crossterm v0.28.1
17002026-02-08T15:48:09.805Z Compiling heck v0.4.1
17012026-02-08T15:48:10.171Z Compiling crossbeam-epoch v0.9.18
17022026-02-08T15:48:10.206Z Compiling tokio-stream v0.1.17
17032026-02-08T15:48:10.230Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-02-08T15:48:10.254Z Compiling x509-cert v0.2.5
17052026-02-08T15:48:10.618Z Compiling openapiv3 v2.2.0
17062026-02-08T15:48:10.774Z Compiling sha1 v0.10.6
17072026-02-08T15:48:11.033Z Compiling itertools v0.13.0
17082026-02-08T15:48:11.155Z Compiling itertools v0.10.5
17092026-02-08T15:48:11.819Z Compiling winnow v0.6.26
17102026-02-08T15:48:12.391Z Compiling peg-runtime v0.8.5
17112026-02-08T15:48:12.872Z Compiling lalrpop-util v0.19.12
17122026-02-08T15:48:13.145Z Compiling thread_local v1.1.8
17132026-02-08T15:48:13.171Z Compiling slog-async v2.8.0
17142026-02-08T15:48:13.195Z Compiling crossbeam-channel v0.5.15
17152026-02-08T15:48:13.509Z Compiling xattr v1.3.1
17162026-02-08T15:48:13.533Z Compiling futures-executor v0.3.31
17172026-02-08T15:48:13.624Z Compiling filetime v0.2.26
17182026-02-08T15:48:13.723Z Compiling is-terminal v0.4.13
17192026-02-08T15:48:13.757Z Compiling term v1.1.0
17202026-02-08T15:48:13.781Z Compiling take_mut v0.2.2
17212026-02-08T15:48:13.867Z Compiling tar v0.4.44
17222026-02-08T15:48:13.949Z Compiling futures v0.3.31
17232026-02-08T15:48:14.632Z Compiling slog-term v2.9.2
17242026-02-08T15:48:16.665Z Compiling aws-lc-sys v0.26.0
17252026-02-08T15:48:48.041Z Compiling rustls-webpki v0.102.8
17262026-02-08T15:48:53.795Z Compiling tokio-rustls v0.26.0
17272026-02-08T15:48:54.111Z Compiling hyper-rustls v0.27.7
17282026-02-08T15:48:54.448Z Compiling reqwest v0.12.24
17292026-02-08T15:48:59.091Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-02-08T15:48:59.487Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-02-08T15:49:05.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
17322026-02-08T15:49:05.235Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17332026-02-08T15:49:05.318ZFeb 08 15:49:04.837 INFO Starting download, target: Clickhouse
17342026-02-08T15:49:05.318ZFeb 08 15:49:04.839 INFO Starting download, target: Cockroach
17352026-02-08T15:49:05.318ZFeb 08 15:49:04.839 INFO Starting download, target: Console
17362026-02-08T15:49:05.342ZFeb 08 15:49:04.839 INFO Starting download, target: MaghemiteMgd
17372026-02-08T15:49:05.342ZFeb 08 15:49:04.839 INFO Starting download, target: DendriteStub
17382026-02-08T15:49:05.342ZFeb 08 15:49:04.839 INFO Starting download, target: TransceiverControl
17392026-02-08T15:49:05.342ZFeb 08 15:49:04.839 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-02-08T15:49:05.342ZFeb 08 15:49:04.840 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-02-08T15:49:05.342ZFeb 08 15:49:04.840 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-02-08T15:49:05.342ZFeb 08 15:49:04.840 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-02-08T15:49:05.342ZFeb 08 15:49:04.840 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-02-08T15:49:05.342ZFeb 08 15:49:04.841 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-02-08T15:49:05.634ZFeb 08 15:49:05.160 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-02-08T15:49:05.975ZFeb 08 15:49:05.503 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-02-08T15:49:06.081ZFeb 08 15:49:05.608 INFO Download complete, target: Console
17482026-02-08T15:49:06.397ZFeb 08 15:49:05.927 INFO Download complete, target: TransceiverControl
17492026-02-08T15:49:08.933ZFeb 08 15:49:08.463 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-02-08T15:49:09.175ZFeb 08 15:49:08.705 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-02-08T15:49:12.858ZFeb 08 15:49:12.388 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-02-08T15:49:12.858ZFeb 08 15:49:12.388 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-02-08T15:49:13.155ZFeb 08 15:49:12.682 INFO Download complete, target: DendriteStub
17542026-02-08T15:49:13.450ZFeb 08 15:49:12.981 INFO Download complete, target: MaghemiteMgd
17552026-02-08T15:49:21.749ZFeb 08 15:49:21.280 INFO Checking that binary works, target: Cockroach
17562026-02-08T15:49:21.988ZFeb 08 15:49:21.519 INFO Download complete, target: Cockroach
17572026-02-08T15:49:24.815ZFeb 08 15:49:24.346 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17582026-02-08T15:49:36.803ZFeb 08 15:49:36.333 INFO Checking that binary works, target: Clickhouse
17592026-02-08T15:49:37.004ZFeb 08 15:49:36.536 INFO Download complete, target: Clickhouse
17602026-02-08T15:49:37.028ZAll prerequisites installed successfully
17612026-02-08T15:49:37.028Z
17622026-02-08T15:49:37.029Zreal 6:30.575806746
17632026-02-08T15:49:37.029Zuser 16:46.191188856
17642026-02-08T15:49:37.029Zsys 2:44.090301846
17652026-02-08T15:49:37.029Ztrap 0.601124055
17662026-02-08T15:49:37.029Ztflt 0.370642156
17672026-02-08T15:49:37.029Zdflt 1.014244521
17682026-02-08T15:49:37.029Zkflt 0.008846339
17692026-02-08T15:49:37.029Zlock 45:29.287051038
17702026-02-08T15:49:37.029Zslp 1:03:07.773548583
17712026-02-08T15:49:37.029Zlat 1:22.508030725
17722026-02-08T15:49:37.029Zstop 3:00.190232903
17732026-02-08T15:49:37.029Z+ ptime -m cargo xtask download softnpu
17742026-02-08T15:49:38.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
17752026-02-08T15:49:38.253Z Running `target/debug/xtask download softnpu`
17762026-02-08T15:49:39.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
17772026-02-08T15:49:39.875Z Running `target/debug/xtask-downloader softnpu`
17782026-02-08T15:49:39.926ZFeb 08 15:49:39.458 INFO Starting download, target: Softnpu
17792026-02-08T15:49:39.950ZFeb 08 15:49:39.459 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17802026-02-08T15:49:41.553ZFeb 08 15:49:41.086 INFO Download complete, target: Softnpu
17812026-02-08T15:49:41.578Z
17822026-02-08T15:49:41.578Zreal 4.536505703
17832026-02-08T15:49:41.578Zuser 2.067023315
17842026-02-08T15:49:41.578Zsys 1.450861958
17852026-02-08T15:49:41.578Ztrap 0.000532944
17862026-02-08T15:49:41.578Ztflt 0.000140391
17872026-02-08T15:49:41.578Zdflt 0.001101602
17882026-02-08T15:49:41.578Zkflt 0.000000000
17892026-02-08T15:49:41.578Zlock 17.765259101
17902026-02-08T15:49:41.578Zslp 1.368936329
17912026-02-08T15:49:41.578Zlat 0.194311862
17922026-02-08T15:49:41.578Zstop 0.000256656
17932026-02-08T15:49:41.578Z+ export CARGO_INCREMENTAL=0
17942026-02-08T15:49:41.578Z+ CARGO_INCREMENTAL=0
17952026-02-08T15:49:41.578Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17962026-02-08T15:49:43.242Z Compiling proc-macro2 v1.0.101
17972026-02-08T15:49:43.242Z Compiling unicode-ident v1.0.19
17982026-02-08T15:49:43.242Z Compiling libc v0.2.180
17992026-02-08T15:49:43.242Z Compiling serde_core v1.0.228
18002026-02-08T15:49:43.266Z Compiling serde v1.0.228
18012026-02-08T15:49:43.266Z Compiling autocfg v1.4.0
18022026-02-08T15:49:43.266Z Compiling cfg-if v1.0.4
18032026-02-08T15:49:43.427Z Compiling version_check v0.9.5
18042026-02-08T15:49:43.456Z Compiling memchr v2.7.4
18052026-02-08T15:49:43.493Z Compiling shlex v1.3.0
18062026-02-08T15:49:43.834Z Compiling value-bag v1.12.0
18072026-02-08T15:49:43.938Z Compiling zmij v1.0.15
18082026-02-08T15:49:43.962Z Compiling lock_api v0.4.12
18092026-02-08T15:49:44.300Z Compiling log v0.4.29
18102026-02-08T15:49:44.346Z Compiling portable-atomic v1.11.0
18112026-02-08T15:49:44.530Z Compiling typenum v1.17.0
18122026-02-08T15:49:45.050Z Compiling jobserver v0.1.32
18132026-02-08T15:49:45.139Z Compiling quote v1.0.40
18142026-02-08T15:49:45.228Z Compiling serde_json v1.0.149
18152026-02-08T15:49:45.304Z Compiling generic-array v0.14.7
18162026-02-08T15:49:45.480Z Compiling syn v2.0.114
18172026-02-08T15:49:45.520Z Compiling cc v1.2.30
18182026-02-08T15:49:45.580Z Compiling getrandom v0.3.4
18192026-02-08T15:49:45.652Z Compiling libm v0.2.8
18202026-02-08T15:49:45.676Z Compiling num-traits v0.2.19
18212026-02-08T15:49:46.027Z Compiling scopeguard v1.2.0
18222026-02-08T15:49:46.102Z Compiling parking_lot_core v0.9.10
18232026-02-08T15:49:46.171Z Compiling smallvec v1.15.1
18242026-02-08T15:49:46.489Z Compiling regex-syntax v0.8.5
18252026-02-08T15:49:46.642Z Compiling itoa v1.0.11
18262026-02-08T15:49:47.164Z Compiling getrandom v0.2.15
18272026-02-08T15:49:47.383Z Compiling pkg-config v0.3.31
18282026-02-08T15:49:47.555Z Compiling thiserror v2.0.18
18292026-02-08T15:49:47.981Z Compiling aho-corasick v1.1.3
18302026-02-08T15:49:48.007Z Compiling rustix v0.38.37
18312026-02-08T15:49:48.351Z Compiling errno v0.3.12
18322026-02-08T15:49:48.581Z Compiling stable_deref_trait v1.2.0
18332026-02-08T15:49:48.623Z Compiling either v1.15.0
18342026-02-08T15:49:48.711Z Compiling spin v0.9.8
18352026-02-08T15:49:48.812Z Compiling slab v0.4.9
18362026-02-08T15:49:48.866Z Compiling allocator-api2 v0.2.21
18372026-02-08T15:49:49.066Z Compiling equivalent v1.0.2
18382026-02-08T15:49:49.117Z Compiling semver v1.0.27
18392026-02-08T15:49:49.299Z Compiling lazy_static v1.5.0
18402026-02-08T15:49:49.683Z Compiling regex-automata v0.4.11
18412026-02-08T15:49:49.728Z Compiling schemars v0.8.22
18422026-02-08T15:49:50.627Z Compiling rand_core v0.6.4
18432026-02-08T15:49:51.254Z Compiling critical-section v1.1.3
18442026-02-08T15:49:51.336Z Compiling byteorder v1.5.0
18452026-02-08T15:49:51.428Z Compiling synstructure v0.13.1
18462026-02-08T15:49:51.452Z Compiling serde_derive_internals v0.29.1
18472026-02-08T15:49:51.771Z Compiling once_cell v1.21.3
18482026-02-08T15:49:52.375Z Compiling glob v0.3.2
18492026-02-08T15:49:52.399Z Compiling writeable v0.5.5
18502026-02-08T15:49:52.886Z Compiling litemap v0.7.3
18512026-02-08T15:49:52.962Z Compiling subtle v2.6.1
18522026-02-08T15:49:52.986Z Compiling clang-sys v1.8.1
18532026-02-08T15:49:53.352Z Compiling prettyplease v0.2.36
18542026-02-08T15:49:53.376Z Compiling pin-project-lite v0.2.14
18552026-02-08T15:49:53.402Z Compiling percent-encoding v2.3.2
18562026-02-08T15:49:53.700Z Compiling fnv v1.0.7
18572026-02-08T15:49:53.759Z Compiling icu_locid_transform_data v1.5.0
18582026-02-08T15:49:53.843Z Compiling minimal-lexical v0.2.1
18592026-02-08T15:49:54.020Z Compiling libloading v0.8.5
18602026-02-08T15:49:54.050Z Compiling bindgen v0.69.5
18612026-02-08T15:49:54.244Z Compiling serde_derive v1.0.228
18622026-02-08T15:49:54.268Z Compiling zeroize_derive v1.4.2
18632026-02-08T15:49:54.347Z Compiling zerofrom-derive v0.1.4
18642026-02-08T15:49:54.424Z Compiling yoke-derive v0.7.4
18652026-02-08T15:49:54.558Z Compiling zerovec-derive v0.10.3
18662026-02-08T15:49:54.646Z Compiling displaydoc v0.2.5
18672026-02-08T15:49:54.849Z Compiling icu_provider_macros v1.5.0
18682026-02-08T15:49:55.236Z Compiling tokio-macros v2.6.0
18692026-02-08T15:49:55.602Z Compiling zeroize v1.8.1
18702026-02-08T15:49:55.732Z Compiling zerocopy-derive v0.7.35
18712026-02-08T15:49:56.004Z Compiling thiserror-impl v2.0.18
18722026-02-08T15:49:56.260Z Compiling regex v1.11.3
18732026-02-08T15:49:56.355Z Compiling futures-macro v0.3.31
18742026-02-08T15:49:56.465Z Compiling schemars_derive v0.8.22
18752026-02-08T15:49:56.489Z Compiling zerofrom v0.1.4
18762026-02-08T15:49:56.716Z Compiling yoke v0.7.4
18772026-02-08T15:49:57.072Z Compiling zerovec v0.10.4
18782026-02-08T15:49:57.483Z Compiling nom v7.1.3
18792026-02-08T15:49:57.628Z Compiling home v0.5.9
18802026-02-08T15:49:57.826Z Compiling icu_properties_data v1.5.0
18812026-02-08T15:49:58.607Z Compiling itertools v0.12.1
18822026-02-08T15:49:59.525Z Compiling tinystr v0.7.6
18832026-02-08T15:49:59.626Z Compiling icu_collections v1.5.0
18842026-02-08T15:49:59.913Z Compiling icu_locid v1.5.0
18852026-02-08T15:50:00.022Z Compiling bitflags v2.9.4
18862026-02-08T15:50:00.065Z Compiling bytes v1.11.1
18872026-02-08T15:50:00.904Z Compiling cexpr v0.6.0
18882026-02-08T15:50:01.179Z Compiling icu_provider v1.5.0
18892026-02-08T15:50:01.249Z Compiling icu_normalizer_data v1.5.0
18902026-02-08T15:50:01.362Z Compiling paste v1.0.15
18912026-02-08T15:50:01.737Z Compiling utf8_iter v1.0.4
18922026-02-08T15:50:01.761Z Compiling lazycell v1.3.0
18932026-02-08T15:50:01.940Z Compiling icu_locid_transform v1.5.0
18942026-02-08T15:50:02.007Z Compiling utf16_iter v1.0.5
18952026-02-08T15:50:02.031Z Compiling rustc-hash v1.1.0
18962026-02-08T15:50:02.031Z Compiling heck v0.5.0
18972026-02-08T15:50:02.225Z Compiling write16 v1.0.0
18982026-02-08T15:50:02.386Z Compiling cmake v0.1.51
18992026-02-08T15:50:02.433Z Compiling signal-hook-registry v1.4.2
19002026-02-08T15:50:02.962Z Compiling fs_extra v1.3.0
19012026-02-08T15:50:02.986Z Compiling dunce v1.0.5
19022026-02-08T15:50:03.024Z Compiling parking_lot v0.12.3
19032026-02-08T15:50:03.469Z Compiling which v4.4.2
19042026-02-08T15:50:03.611Z Compiling icu_properties v1.5.1
19052026-02-08T15:50:03.984Z Compiling crypto-common v0.1.6
19062026-02-08T15:50:04.196Z Compiling hashbrown v0.16.1
19072026-02-08T15:50:04.256Z Compiling mio v1.0.2
19082026-02-08T15:50:05.484Z Compiling form_urlencoded v1.2.2
19092026-02-08T15:50:05.898Z Compiling const-oid v0.9.6
19102026-02-08T15:50:05.922Z Compiling rustversion v1.0.22
19112026-02-08T15:50:06.278Z Compiling indexmap v2.13.0
19122026-02-08T15:50:06.423Z Compiling socket2 v0.6.1
19132026-02-08T15:50:07.076Z Compiling icu_normalizer v1.5.0
19142026-02-08T15:50:07.474Z Compiling tokio v1.49.0
19152026-02-08T15:50:08.063Z Compiling idna_adapter v1.2.0
19162026-02-08T15:50:08.305Z Compiling idna v1.0.3
19172026-02-08T15:50:08.440Z Compiling ring v0.17.14
19182026-02-08T15:50:08.595Z Compiling zerocopy v0.8.27
19192026-02-08T15:50:09.152Z Compiling url v2.5.4
19202026-02-08T15:50:09.193Z Compiling block-buffer v0.10.4
19212026-02-08T15:50:09.222Z Compiling der_derive v0.7.3
19222026-02-08T15:50:09.431Z Compiling tracing-attributes v0.1.27
19232026-02-08T15:50:10.812Z Compiling aws-lc-rs v1.12.4
19242026-02-08T15:50:11.156Z Compiling vcpkg v0.2.15
19252026-02-08T15:50:11.371Z Compiling thiserror v1.0.69
19262026-02-08T15:50:12.210Z Compiling openssl-sys v0.9.109
19272026-02-08T15:50:12.272Z Compiling digest v0.10.7
19282026-02-08T15:50:12.296Z Compiling zerocopy-derive v0.8.27
19292026-02-08T15:50:12.680Z Compiling futures-core v0.3.31
19302026-02-08T15:50:12.755Z Compiling aws-lc-sys v0.26.0
19312026-02-08T15:50:12.959Z Compiling strsim v0.11.1
19322026-02-08T15:50:13.104Z Compiling zerocopy v0.7.35
19332026-02-08T15:50:13.272Z Compiling thiserror-impl v1.0.69
19342026-02-08T15:50:13.298Z Compiling ucd-trie v0.1.7
19352026-02-08T15:50:13.485Z Compiling iana-time-zone v0.1.63
19362026-02-08T15:50:13.528Z Compiling pest v2.8.2
19372026-02-08T15:50:13.671Z Compiling chrono v0.4.43
19382026-02-08T15:50:14.375Z Compiling serde_tokenstream v0.2.2
19392026-02-08T15:50:14.828Z Compiling uuid v1.19.0
19402026-02-08T15:50:14.882Z Compiling foldhash v0.1.5
19412026-02-08T15:50:14.912Z Compiling httparse v1.9.5
19422026-02-08T15:50:15.091Z Compiling ident_case v1.0.1
19432026-02-08T15:50:15.176Z Compiling hashbrown v0.15.4
19442026-02-08T15:50:15.691Z Compiling pest_meta v2.8.2
19452026-02-08T15:50:16.190Z Compiling rustix v1.1.3
19462026-02-08T15:50:17.035Z Compiling pest_generator v2.8.2
19472026-02-08T15:50:17.104Z Compiling syn v1.0.109
19482026-02-08T15:50:18.029Z Compiling num-conv v0.1.0
19492026-02-08T15:50:18.276Z Compiling futures-sink v0.3.31
19502026-02-08T15:50:18.300Z Compiling time-core v0.1.6
19512026-02-08T15:50:18.415Z Compiling pest_derive v2.8.2
19522026-02-08T15:50:18.447Z Compiling futures-channel v0.3.31
19532026-02-08T15:50:18.582Z Compiling time-macros v0.2.24
19542026-02-08T15:50:18.907Z Compiling rustc_version v0.4.1
19552026-02-08T15:50:19.396Z Compiling futures-task v0.3.31
19562026-02-08T15:50:19.600Z Compiling pin-utils v0.1.0
19572026-02-08T15:50:19.686Z Compiling dyn-clone v1.0.20
19582026-02-08T15:50:19.710Z Compiling futures-io v0.3.31
19592026-02-08T15:50:19.735Z Compiling cpufeatures v0.2.14
19602026-02-08T15:50:19.843Z Compiling openssl v0.10.73
19612026-02-08T15:50:19.925Z Compiling futures-util v0.3.31
19622026-02-08T15:50:20.194Z Compiling hmac v0.12.1
19632026-02-08T15:50:20.372Z Compiling plain v0.2.3
19642026-02-08T15:50:20.544Z Compiling block-padding v0.3.3
19652026-02-08T15:50:20.789Z Compiling openssl-macros v0.1.1
19662026-02-08T15:50:21.374Z Compiling rustls v0.23.19
19672026-02-08T15:50:21.702Z Compiling crossbeam-utils v0.8.21
19682026-02-08T15:50:22.083Z Compiling native-tls v0.2.12
19692026-02-08T15:50:22.177Z Compiling inout v0.1.3
19702026-02-08T15:50:22.459Z Compiling ppv-lite86 v0.2.20
19712026-02-08T15:50:23.317Z Compiling pretty-hex v0.4.1
19722026-02-08T15:50:23.622Z Compiling cipher v0.4.4
19732026-02-08T15:50:23.905Z Compiling sha2 v0.10.9
19742026-02-08T15:50:24.071Z Compiling http v1.4.0
19752026-02-08T15:50:24.564Z Compiling scroll_derive v0.13.1
19762026-02-08T15:50:25.290Z Compiling scroll_derive v0.12.0
19772026-02-08T15:50:25.724Z Compiling cookie v0.18.1
19782026-02-08T15:50:25.850Z Compiling anyhow v1.0.99
19792026-02-08T15:50:26.327Z Compiling base64ct v1.6.0
19802026-02-08T15:50:26.407Z Compiling darling_core v0.21.0
19812026-02-08T15:50:26.830Z Compiling pem-rfc7468 v0.7.0
19822026-02-08T15:50:27.315Z Compiling slog v2.8.2
19832026-02-08T15:50:28.006Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-02-08T15:50:28.118Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19852026-02-08T15:50:28.447Z Compiling flagset v0.4.6
19862026-02-08T15:50:28.655Z Compiling der v0.7.10
19872026-02-08T15:50:30.618Z Compiling serde_spanned v0.6.9
19882026-02-08T15:50:30.747Z Compiling darling_macro v0.21.0
19892026-02-08T15:50:30.841Z Compiling toml_datetime v0.6.11
19902026-02-08T15:50:30.865Z Compiling rand_core v0.9.3
19912026-02-08T15:50:30.984Z Compiling tracing-core v0.1.32
19922026-02-08T15:50:31.064Z Compiling rustls-pki-types v1.10.0
19932026-02-08T15:50:31.266Z Compiling spki v0.7.3
19942026-02-08T15:50:31.443Z Compiling darling v0.21.0
19952026-02-08T15:50:31.578Z Compiling salsa20 v0.10.2
19962026-02-08T15:50:31.601Z Compiling pbkdf2 v0.12.2
19972026-02-08T15:50:31.783Z Compiling tracing v0.1.40
19982026-02-08T15:50:32.391Z Compiling litrs v0.4.1
19992026-02-08T15:50:32.537Z Compiling base64 v0.22.1
20002026-02-08T15:50:32.561Z Compiling winnow v0.5.40
20012026-02-08T15:50:33.177Z Compiling camino v1.2.2
20022026-02-08T15:50:33.349Z Compiling document-features v0.2.11
20032026-02-08T15:50:33.932Z Compiling scrypt v0.11.0
20042026-02-08T15:50:34.281Z Compiling rand_chacha v0.9.0
20052026-02-08T15:50:34.331Z Compiling tokio-util v0.7.15
20062026-02-08T15:50:34.627Z Compiling aes v0.8.4
20072026-02-08T15:50:34.945Z Compiling cbc v0.1.2
20082026-02-08T15:50:35.509Z Compiling toml_edit v0.19.15
20092026-02-08T15:50:37.533Z Compiling usdt-impl v0.5.0
20102026-02-08T15:50:37.591Z Compiling untrusted v0.9.0
20112026-02-08T15:50:37.805Z Compiling ref-cast v1.0.25
20122026-02-08T15:50:37.861Z Compiling untrusted v0.7.1
20132026-02-08T15:50:38.066Z Compiling usdt-impl v0.6.0
20142026-02-08T15:50:38.156Z Compiling powerfmt v0.2.0
20152026-02-08T15:50:38.446Z Compiling deranged v0.5.3
20162026-02-08T15:50:38.623Z Compiling pkcs5 v0.7.1
20172026-02-08T15:50:39.470Z Compiling rand v0.9.2
20182026-02-08T15:50:40.999Z Compiling http-body v1.0.1
20192026-02-08T15:50:41.259Z Compiling scroll v0.12.0
20202026-02-08T15:50:41.719Z Compiling scroll v0.13.0
20212026-02-08T15:50:41.971Z Compiling heapless v0.7.17
20222026-02-08T15:50:42.373Z Compiling zstd-safe v7.2.3
20232026-02-08T15:50:42.704Z Compiling atomic-waker v1.1.2
20242026-02-08T15:50:42.735Z Compiling cfg_aliases v0.2.1
20252026-02-08T15:50:42.839Z Compiling adler2 v2.0.0
20262026-02-08T15:50:42.923Z Compiling signal-hook v0.3.18
20272026-02-08T15:50:43.177Z Compiling num_threads v0.1.7
20282026-02-08T15:50:43.348Z Compiling miniz_oxide v0.8.5
20292026-02-08T15:50:43.764Z Compiling time v0.3.43
20302026-02-08T15:50:44.908Z Compiling goblin v0.10.2
20312026-02-08T15:50:45.131Z Compiling goblin v0.8.2
20322026-02-08T15:50:46.722Z Compiling pkcs8 v0.10.2
20332026-02-08T15:50:47.497Z Compiling ipnetwork v0.21.1
20342026-02-08T15:50:48.661Z Compiling darling_core v0.20.10
20352026-02-08T15:50:50.535Z Compiling ref-cast-impl v1.0.25
20362026-02-08T15:50:51.416Z Compiling memoffset v0.9.1
20372026-02-08T15:50:51.734Z Compiling tower-service v0.3.3
20382026-02-08T15:50:51.898Z Compiling try-lock v0.2.5
20392026-02-08T15:50:52.095Z Compiling tower-layer v0.3.3
20402026-02-08T15:50:52.680Z Compiling tinyvec_macros v0.1.1
20412026-02-08T15:50:52.888Z Compiling darling_macro v0.20.10
20422026-02-08T15:50:53.075Z Compiling tinyvec v1.8.0
20432026-02-08T15:50:53.239Z Compiling want v0.3.1
20442026-02-08T15:50:53.535Z Compiling dof v0.4.0
20452026-02-08T15:50:53.629Z Compiling dof v0.3.0
20462026-02-08T15:50:54.498Z Compiling h2 v0.4.6
20472026-02-08T15:50:55.184Z Compiling dtrace-parser v0.2.0
20482026-02-08T15:50:56.303Z Compiling curve25519-dalek v4.1.3
20492026-02-08T15:50:56.433Z Compiling dtrace-parser v0.3.0
20502026-02-08T15:50:56.844Z Compiling ipnet v2.11.0
20512026-02-08T15:50:57.081Z Compiling daft-derive v0.1.4
20522026-02-08T15:50:57.757Z Compiling async-trait v0.1.89
20532026-02-08T15:50:58.373Z Compiling thread-id v5.0.0
20542026-02-08T15:50:58.517Z Compiling thread-id v4.2.2
20552026-02-08T15:50:58.773Z Compiling ryu v1.0.18
20562026-02-08T15:50:58.848Z Compiling httpdate v1.0.3
20572026-02-08T15:50:59.068Z Compiling foreign-types-shared v0.1.1
20582026-02-08T15:50:59.291Z Compiling smoltcp v0.9.1
20592026-02-08T15:50:59.537Z Compiling openssl-probe v0.1.5
20602026-02-08T15:50:59.877Z Compiling fastrand v2.1.1
20612026-02-08T15:51:00.047Z Compiling num-bigint-dig v0.8.6
20622026-02-08T15:51:00.230Z Compiling tempfile v3.24.0
20632026-02-08T15:51:00.304Z Compiling foreign-types v0.3.2
20642026-02-08T15:51:01.815Z Compiling hyper v1.8.1
20652026-02-08T15:51:06.310Z Compiling darling v0.20.10
20662026-02-08T15:51:08.422Z Compiling strum_macros v0.26.4
20672026-02-08T15:51:09.806Z Compiling wait-timeout v0.2.0
20682026-02-08T15:51:10.176Z Compiling anstyle v1.0.11
20692026-02-08T15:51:10.359Z Compiling utf8parse v0.2.2
20702026-02-08T15:51:10.563Z Compiling gimli v0.31.1
20712026-02-08T15:51:11.488Z Compiling quick-error v1.2.3
20722026-02-08T15:51:11.644Z Compiling bit-vec v0.8.0
20732026-02-08T15:51:11.713Z Compiling rusty-fork v0.3.0
20742026-02-08T15:51:12.040Z Compiling bit-set v0.8.0
20752026-02-08T15:51:14.234Z Compiling addr2line v0.24.2
20762026-02-08T15:51:15.080Z Compiling anstyle-parse v0.2.5
20772026-02-08T15:51:17.529Z Compiling derive_builder_core v0.20.2
20782026-02-08T15:51:18.131Z Compiling hyper-util v0.1.19
20792026-02-08T15:51:18.401Z Compiling unicode-normalization v0.1.24
20802026-02-08T15:51:19.132Z Compiling nix v0.29.0
20812026-02-08T15:51:20.012Z Compiling rand_xorshift v0.4.0
20822026-02-08T15:51:20.288Z Compiling hubpack_derive v0.1.1
20832026-02-08T15:51:21.006Z Compiling signature v2.2.0
20842026-02-08T15:51:21.182Z Compiling openapiv3 v2.2.0
20852026-02-08T15:51:21.251Z Compiling strum_macros v0.27.2
20862026-02-08T15:51:23.264Z Compiling erased-serde v0.3.31
20872026-02-08T15:51:24.238Z Compiling curve25519-dalek-derive v0.1.1
20882026-02-08T15:51:24.714Z Compiling object v0.36.5
20892026-02-08T15:51:25.279Z Compiling fs-err v3.1.1
20902026-02-08T15:51:25.587Z Compiling ahash v0.8.12
20912026-02-08T15:51:25.919Z Compiling crc32fast v1.4.2
20922026-02-08T15:51:26.232Z Compiling buf-list v1.0.3
20932026-02-08T15:51:26.716Z Compiling unicode-segmentation v1.12.0
20942026-02-08T15:51:27.342Z Compiling unicode-bidi v0.3.17
20952026-02-08T15:51:27.468Z Compiling rustc-demangle v0.1.24
20962026-02-08T15:51:28.241Z Compiling is_terminal_polyfill v1.70.1
20972026-02-08T15:51:28.346Z Compiling unarray v0.1.4
20982026-02-08T15:51:28.396Z Compiling colorchoice v1.0.2
20992026-02-08T15:51:28.584Z Compiling unicode-properties v0.1.3
21002026-02-08T15:51:28.804Z Compiling zlib-rs v0.5.1
21012026-02-08T15:51:28.963Z Compiling siphasher v0.3.11
21022026-02-08T15:51:29.317Z Compiling anstyle-query v1.1.1
21032026-02-08T15:51:29.495Z Compiling anstream v0.6.18
21042026-02-08T15:51:30.029Z Compiling phf_shared v0.11.2
21052026-02-08T15:51:30.139Z Compiling stringprep v0.1.5
21062026-02-08T15:51:30.365Z Compiling proptest v1.7.0
21072026-02-08T15:51:30.899Z Compiling backtrace v0.3.74
21082026-02-08T15:51:32.867Z Compiling libz-rs-sys v0.5.1
21092026-02-08T15:51:36.721Z Compiling derive_builder_macro v0.20.2
21102026-02-08T15:51:37.488Z Compiling rustls-webpki v0.102.8
21112026-02-08T15:51:38.189Z Compiling usdt-attr-macro v0.6.0
21122026-02-08T15:51:38.982Z Compiling usdt-macro v0.6.0
21132026-02-08T15:51:39.413Z Compiling oxnet v0.1.4
21142026-02-08T15:51:39.640Z Compiling http-body-util v0.1.3
21152026-02-08T15:51:40.624Z Compiling rand_chacha v0.3.1
21162026-02-08T15:51:40.896Z Compiling sync_wrapper v1.0.1
21172026-02-08T15:51:41.096Z Compiling md-5 v0.10.6
21182026-02-08T15:51:41.120Z Compiling vergen-lib v0.1.6
21192026-02-08T15:51:41.325Z Compiling num-integer v0.1.46
21202026-02-08T15:51:41.355Z Compiling ff v0.13.0
21212026-02-08T15:51:41.379Z Compiling hash32 v0.2.1
21222026-02-08T15:51:41.442Z Compiling encoding_rs v0.8.34
21232026-02-08T15:51:41.599Z Compiling base16ct v0.2.0
21242026-02-08T15:51:41.738Z Compiling fallible-iterator v0.2.0
21252026-02-08T15:51:41.892Z Compiling psl-types v2.0.11
21262026-02-08T15:51:41.919Z Compiling mime v0.3.17
21272026-02-08T15:51:42.383Z Compiling publicsuffix v2.3.0
21282026-02-08T15:51:42.536Z Compiling postgres-protocol v0.6.8
21292026-02-08T15:51:42.715Z Compiling serde_urlencoded v0.7.1
21302026-02-08T15:51:42.923Z Compiling sec1 v0.7.3
21312026-02-08T15:51:43.250Z Compiling num-iter v0.1.45
21322026-02-08T15:51:43.449Z Compiling group v0.13.0
21332026-02-08T15:51:43.508Z Compiling tower v0.5.2
21342026-02-08T15:51:44.260Z Compiling rand v0.8.5
21352026-02-08T15:51:45.515Z Compiling tokio-rustls v0.26.0
21362026-02-08T15:51:46.159Z Compiling derive_builder v0.20.2
21372026-02-08T15:51:46.698Z Compiling tokio-native-tls v0.3.1
21382026-02-08T15:51:46.869Z Compiling newtype-uuid v1.3.2
21392026-02-08T15:51:47.005Z Compiling flate2 v1.1.2
21402026-02-08T15:51:47.029Z Compiling heck v0.4.1
21412026-02-08T15:51:47.475Z Compiling rustls-native-certs v0.8.1
21422026-02-08T15:51:47.937Z Compiling webpki-roots v1.0.1
21432026-02-08T15:51:48.486Z Compiling serde_with_macros v3.16.1
21442026-02-08T15:51:48.607Z Compiling hkdf v0.12.4
21452026-02-08T15:51:48.631Z Compiling regress v0.10.4
21462026-02-08T15:51:48.733Z Compiling vergen v9.0.6
21472026-02-08T15:51:48.767Z Compiling terminal_size v0.4.0
21482026-02-08T15:51:48.857Z Compiling clap_derive v4.5.47
21492026-02-08T15:51:49.007Z Compiling enum-as-inner v0.6.1
21502026-02-08T15:51:49.868Z Compiling cargo-platform v0.1.8
21512026-02-08T15:51:49.958Z Compiling crypto-bigint v0.5.5
21522026-02-08T15:51:50.001Z Compiling serde_repr v0.1.19
21532026-02-08T15:51:50.371Z Compiling winnow v0.7.14
21542026-02-08T15:51:50.820Z Compiling iri-string v0.7.8
21552026-02-08T15:51:51.240Z Compiling lockfree-object-pool v0.1.6
21562026-02-08T15:51:51.505Z Compiling bitflags v1.3.2
21572026-02-08T15:51:51.632Z Compiling clap_lex v0.7.4
21582026-02-08T15:51:51.997Z Compiling bumpalo v3.16.0
21592026-02-08T15:51:52.152Z Compiling managed v0.8.0
21602026-02-08T15:51:52.777Z Compiling simd-adler32 v0.3.7
21612026-02-08T15:51:53.390Z Compiling tower-http v0.6.6
21622026-02-08T15:51:53.485Z Compiling zopfli v0.8.1
21632026-02-08T15:51:54.363Z Compiling elliptic-curve v0.13.8
21642026-02-08T15:51:54.594Z Compiling clap_builder v4.5.48
21652026-02-08T15:51:54.649Z Compiling typify-impl v0.4.3
21662026-02-08T15:51:54.992Z Compiling cargo_metadata v0.19.2
21672026-02-08T15:51:56.526Z Compiling hyper-tls v0.6.0
21682026-02-08T15:51:57.210Z Compiling hyper-rustls v0.27.7
21692026-02-08T15:51:58.346Z Compiling daft v0.1.4
21702026-02-08T15:51:59.846Z Compiling zstd v0.13.3
21712026-02-08T15:52:00.243Z Compiling signal-hook-mio v0.2.4
21722026-02-08T15:52:00.387Z Compiling cookie_store v0.21.1
21732026-02-08T15:52:00.466Z Compiling postgres-types v0.2.9
21742026-02-08T15:52:00.989Z Compiling phf v0.11.2
21752026-02-08T15:52:01.490Z Compiling strum v0.27.2
21762026-02-08T15:52:01.528Z Compiling ed25519 v2.2.3
21772026-02-08T15:52:01.650Z Compiling hubpack v0.1.2
21782026-02-08T15:52:01.711Z Compiling bzip2 v0.5.2
21792026-02-08T15:52:01.737Z Compiling bzip2 v0.4.4
21802026-02-08T15:52:02.021Z Compiling crossbeam-epoch v0.9.18
21812026-02-08T15:52:02.125Z Compiling pkcs1 v0.7.5
21822026-02-08T15:52:02.620Z Compiling rfc6979 v0.4.0
21832026-02-08T15:52:02.826Z Compiling float-cmp v0.10.0
21842026-02-08T15:52:02.931Z Compiling hex v0.4.3
21852026-02-08T15:52:02.955Z Compiling serde-big-array v0.5.1
21862026-02-08T15:52:03.110Z Compiling bstr v1.10.0
21872026-02-08T15:52:03.214Z Compiling memmap2 v0.9.8
21882026-02-08T15:52:03.470Z Compiling socket2 v0.5.10
21892026-02-08T15:52:03.590Z Compiling env_filter v0.1.2
21902026-02-08T15:52:04.083Z Compiling static_assertions v1.1.0
21912026-02-08T15:52:04.153Z Compiling toml_write v0.1.2
21922026-02-08T15:52:04.217Z Compiling normalize-line-endings v0.3.0
21932026-02-08T15:52:04.241Z Compiling difflib v0.4.0
21942026-02-08T15:52:04.267Z Compiling foldhash v0.2.0
21952026-02-08T15:52:04.290Z Compiling precomputed-hash v0.1.1
21962026-02-08T15:52:04.381Z Compiling keccak v0.1.5
21972026-02-08T15:52:04.506Z Compiling whoami v1.5.2
21982026-02-08T15:52:04.622Z Compiling rustc-hash v2.1.1
21992026-02-08T15:52:04.742Z Compiling fixedbitset v0.5.7
22002026-02-08T15:52:04.818Z Compiling jiff v0.2.15
22012026-02-08T15:52:04.885Z Compiling predicates-core v1.0.8
22022026-02-08T15:52:04.959Z Compiling data-encoding v2.9.0
22032026-02-08T15:52:05.174Z Compiling new_debug_unreachable v1.0.6
22042026-02-08T15:52:05.291Z Compiling fixedbitset v0.4.2
22052026-02-08T15:52:05.344Z Compiling string_cache v0.8.9
22062026-02-08T15:52:05.718Z Compiling reqwest v0.12.24
22072026-02-08T15:52:06.051Z Compiling petgraph v0.6.5
22082026-02-08T15:52:06.189Z Compiling hickory-proto v0.25.2
22092026-02-08T15:52:07.800Z Compiling toml_edit v0.22.27
22102026-02-08T15:52:09.158Z Compiling petgraph v0.8.2
22112026-02-08T15:52:12.880Z Compiling zip v4.2.0
22122026-02-08T15:52:13.194Z Compiling predicates v3.1.3
22132026-02-08T15:52:13.250Z Compiling tokio-postgres v0.7.13
22142026-02-08T15:52:13.500Z Compiling iddqd v0.3.16
22152026-02-08T15:52:14.352Z Compiling sha3 v0.10.8
22162026-02-08T15:52:14.688Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-02-08T15:52:14.916Z Compiling similar v2.7.0
22182026-02-08T15:52:15.628Z Compiling env_logger v0.11.8
22192026-02-08T15:52:15.728Z Compiling usdt v0.6.0
22202026-02-08T15:52:16.129Z Compiling serde_with v3.16.1
22212026-02-08T15:52:17.211Z Compiling ecdsa v0.16.9
22222026-02-08T15:52:17.930Z Compiling rsa v0.9.8
22232026-02-08T15:52:17.973Z Compiling typify-macro v0.4.3
22242026-02-08T15:52:19.105Z Compiling zip v0.6.6
22252026-02-08T15:52:19.994Z Compiling ed25519-dalek v2.1.1
22262026-02-08T15:52:20.876Z Compiling crossterm v0.28.1
22272026-02-08T15:52:21.128Z Compiling clap v4.5.48
22282026-02-08T15:52:21.490Z Compiling strum v0.26.3
22292026-02-08T15:52:21.608Z Compiling tokio-stream v0.1.17
22302026-02-08T15:52:21.692Z Compiling toml v0.7.8
22312026-02-08T15:52:21.902Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-02-08T15:52:22.304Z Compiling x509-cert v0.2.5
22332026-02-08T15:52:23.679Z Compiling sha1 v0.10.6
22342026-02-08T15:52:23.899Z Compiling itertools v0.10.5
22352026-02-08T15:52:24.052Z Compiling itertools v0.13.0
22362026-02-08T15:52:25.518Z Compiling winnow v0.6.26
22372026-02-08T15:52:26.451Z Compiling rayon-core v1.12.1
22382026-02-08T15:52:27.222Z Compiling lalrpop-util v0.19.12
22392026-02-08T15:52:27.535Z Compiling peg-runtime v0.8.5
22402026-02-08T15:52:28.305Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22412026-02-08T15:52:33.301Z Compiling proc-macro-crate v1.3.1
22422026-02-08T15:52:34.474Z Compiling macaddr v1.0.1
22432026-02-08T15:52:34.936Z Compiling structmeta-derive v0.3.0
22442026-02-08T15:52:34.960Z Compiling itertools v0.14.0
22452026-02-08T15:52:36.528Z Compiling heapless v0.8.0
22462026-02-08T15:52:37.545Z Compiling ingot-macros v0.1.1
22472026-02-08T15:52:38.524Z Compiling structmeta v0.3.0
22482026-02-08T15:52:42.255Z Compiling num_enum_derive v0.5.11
22492026-02-08T15:52:43.992Z Compiling crossbeam-deque v0.8.5
22502026-02-08T15:52:45.523Z Compiling hash32 v0.3.1
22512026-02-08T15:52:45.907Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22522026-02-08T15:52:45.937Z Compiling smoltcp v0.11.0
22532026-02-08T15:52:46.243Z Compiling unicode-width v0.1.14
22542026-02-08T15:52:48.797Z Compiling tabwriter v1.4.0
22552026-02-08T15:52:53.632Z Compiling num_enum v0.5.11
22562026-02-08T15:52:53.828Z Compiling ingot-types v0.1.2
22572026-02-08T15:52:53.951Z Compiling typify v0.4.3
22582026-02-08T15:52:55.084Z Compiling proc-macro-error-attr v1.0.4
22592026-02-08T15:52:55.824Z Compiling rustls v0.22.4
22602026-02-08T15:52:56.042Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22612026-02-08T15:52:56.106Z Compiling unsafe-libyaml v0.2.11
22622026-02-08T15:52:56.335Z Compiling cobs v0.2.3
22632026-02-08T15:52:56.750Z Compiling postcard v1.0.10
22642026-02-08T15:52:57.424Z Compiling serde_yaml v0.9.34+deprecated
22652026-02-08T15:52:58.406Z Compiling ingot v0.1.1
22662026-02-08T15:53:00.843Z Compiling progenitor-impl v0.11.2
22672026-02-08T15:53:09.214Z Compiling futures-executor v0.3.31
22682026-02-08T15:53:09.339Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-02-08T15:53:09.854Z Compiling foreign-types-macros v0.2.3
22702026-02-08T15:53:10.038Z Compiling thread_local v1.1.8
22712026-02-08T15:53:10.165Z Compiling multer v3.1.0
22722026-02-08T15:53:10.270Z Compiling proc-macro-error v1.0.4
22732026-02-08T15:53:10.469Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-02-08T15:53:11.121Z Compiling foreign-types-shared v0.3.1
22752026-02-08T15:53:11.213Z Compiling match_cfg v0.1.0
22762026-02-08T15:53:11.285Z Compiling slog-async v2.8.0
22772026-02-08T15:53:18.252Z Compiling hostname v0.3.1
22782026-02-08T15:53:18.519Z Compiling foreign-types v0.5.0
22792026-02-08T15:53:24.008Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22802026-02-08T15:53:25.036Z Compiling futures v0.3.31
22812026-02-08T15:53:28.183Z Compiling progenitor-macro v0.11.2
22822026-02-08T15:53:32.145Z Compiling derive-ex v0.1.8
22832026-02-08T15:53:35.210Z Compiling progenitor-client v0.11.2
22842026-02-08T15:53:35.595Z Compiling toml_parser v1.0.6+spec-1.1.0
22852026-02-08T15:53:36.696Z Compiling slog-json v2.6.1
22862026-02-08T15:53:38.211Z Compiling crossbeam-channel v0.5.15
22872026-02-08T15:53:38.824Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22882026-02-08T15:53:39.461Z Compiling async-stream-impl v0.3.6
22892026-02-08T15:53:39.498Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22902026-02-08T15:53:39.521Z Compiling serde_spanned v1.0.4
22912026-02-08T15:53:39.622Z Compiling toml_datetime v0.7.5+spec-1.1.0
22922026-02-08T15:53:39.788Z Compiling cstr-argument v0.1.2
22932026-02-08T15:53:40.052Z Compiling is-terminal v0.4.13
22942026-02-08T15:53:40.192Z Compiling dropshot v0.16.7
22952026-02-08T15:53:40.215Z Compiling pretty-hex v0.2.1
22962026-02-08T15:53:40.381Z Compiling take_mut v0.2.2
22972026-02-08T15:53:40.422Z Compiling typeid v1.0.3
22982026-02-08T15:53:40.504Z Compiling crucible-workspace-hack v0.1.0
22992026-02-08T15:53:40.581Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23002026-02-08T15:53:40.822Z Compiling toml_writer v1.0.6+spec-1.1.0
23012026-02-08T15:53:40.849Z Compiling term v1.1.0
23022026-02-08T15:53:41.168Z Compiling async-stream v0.3.6
23032026-02-08T15:53:41.331Z Compiling toml v0.9.11+spec-1.1.0
23042026-02-08T15:53:41.466Z Compiling slog-term v2.9.2
23052026-02-08T15:53:41.524Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23062026-02-08T15:53:43.449Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23072026-02-08T15:53:43.517Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-02-08T15:53:43.719Z Compiling slog-bunyan v2.5.0
23092026-02-08T15:53:44.011Z Compiling progenitor v0.11.2
23102026-02-08T15:53:44.158Z Compiling test-strategy v0.4.3
23112026-02-08T15:53:44.207Z Compiling tokio-rustls v0.25.0
23122026-02-08T15:53:44.639Z Compiling rayon v1.10.0
23132026-02-08T15:53:44.716Z Compiling parse-display-derive v0.10.0
23142026-02-08T15:53:46.454Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23152026-02-08T15:53:46.562Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
23162026-02-08T15:53:46.586Z Compiling colored v2.2.0
23172026-02-08T15:53:46.708Z Compiling nix v0.30.1
23182026-02-08T15:53:47.342Z Compiling waitgroup v0.1.2
23192026-02-08T15:53:47.366Z Compiling rustls-pemfile v2.2.0
23202026-02-08T15:53:47.593Z Compiling dropshot_endpoint v0.16.7
23212026-02-08T15:53:47.745Z Compiling newtype-uuid-macros v0.1.0
23222026-02-08T15:53:47.811Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23232026-02-08T15:53:48.433Z Compiling serde_path_to_error v0.1.20
23242026-02-08T15:53:48.699Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23252026-02-08T15:53:49.044Z Compiling hostname v0.4.2
23262026-02-08T15:53:49.073Z Compiling instant v0.1.13
23272026-02-08T15:53:49.101Z Compiling debug-ignore v1.0.5
23282026-02-08T15:53:49.126Z Compiling colored v3.0.0
23292026-02-08T15:53:49.278Z Compiling backoff v0.4.0
23302026-02-08T15:53:49.302Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23312026-02-08T15:53:49.346Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23322026-02-08T15:53:49.427Z Compiling parse-display v0.10.0
23332026-02-08T15:53:49.578Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
23342026-02-08T15:53:50.274Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23352026-02-08T15:53:50.988Z Compiling zone_cfg_derive v0.3.0
23362026-02-08T15:53:52.005Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23372026-02-08T15:53:52.617Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-02-08T15:53:52.975Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23392026-02-08T15:53:53.214Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
23402026-02-08T15:53:53.596Z Compiling camino-tempfile v1.4.1
23412026-02-08T15:53:53.974Z Compiling progenitor-client v0.10.0
23422026-02-08T15:53:54.295Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23432026-02-08T15:53:54.816Z Compiling num-derive v0.4.2
23442026-02-08T15:53:56.273Z Compiling sigpipe v0.1.3
23452026-02-08T15:53:56.525Z Compiling libefi-sys v0.1.0
23462026-02-08T15:53:56.800Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-02-08T15:53:57.004Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23482026-02-08T15:53:57.133Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23492026-02-08T15:53:57.369Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23502026-02-08T15:53:57.397Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23512026-02-08T15:53:58.223Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
23522026-02-08T15:53:58.740Z Compiling erased-serde v0.4.6
23532026-02-08T15:53:59.699Z Compiling zone v0.3.1
23542026-02-08T15:54:00.319Z Compiling usdt-macro v0.5.0
23552026-02-08T15:54:00.987Z Compiling usdt-attr-macro v0.5.0
23562026-02-08T15:54:01.392Z Compiling smf v0.2.3
23572026-02-08T15:54:02.100Z Compiling bitfield-struct v0.6.2
23582026-02-08T15:54:02.741Z Compiling ordered-float v2.10.1
23592026-02-08T15:54:03.190Z Compiling blake3 v1.5.4
23602026-02-08T15:54:03.337Z Compiling memmap v0.7.0
23612026-02-08T15:54:03.576Z Compiling usdt v0.5.0
23622026-02-08T15:54:03.711Z Compiling serde-value v0.7.0
23632026-02-08T15:54:04.090Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-02-08T15:54:04.176Z Compiling serde-untagged v0.1.7
23652026-02-08T15:54:04.667Z Compiling toml v0.8.23
23662026-02-08T15:54:04.712Z Compiling xattr v1.3.1
23672026-02-08T15:54:04.752Z Compiling filetime v0.2.26
23682026-02-08T15:54:04.861Z Compiling arrayvec v0.7.6
23692026-02-08T15:54:05.023Z Compiling unicode-xid v0.2.6
23702026-02-08T15:54:05.052Z Compiling constant_time_eq v0.3.1
23712026-02-08T15:54:05.098Z Compiling unicode-width v0.2.0
23722026-02-08T15:54:05.252Z Compiling same-file v1.0.6
23732026-02-08T15:54:05.275Z Compiling arrayref v0.3.9
23742026-02-08T15:54:05.325Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-02-08T15:54:05.482Z Compiling walkdir v2.5.0
23762026-02-08T15:54:05.548Z Compiling console v0.16.0
23772026-02-08T15:54:05.646Z Compiling cargo-util-schemas v0.8.2
23782026-02-08T15:54:06.783Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-02-08T15:54:06.937Z Compiling tar v0.4.44
23802026-02-08T15:54:07.259Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-02-08T15:54:07.639Z Compiling tokio-dtrace v0.1.0
23822026-02-08T15:54:07.742Z Compiling gethostname v0.5.0
23832026-02-08T15:54:07.956Z Compiling cargo-platform v0.2.0
23842026-02-08T15:54:08.037Z Compiling topological-sort v0.2.2
23852026-02-08T15:54:08.095Z Compiling unit-prefix v0.5.1
23862026-02-08T15:54:08.353Z Compiling cargo_metadata v0.21.0
23872026-02-08T15:54:08.377Z Compiling omicron-zone-package v0.12.2
23882026-02-08T15:54:08.983Z Compiling indicatif v0.18.0
23892026-02-08T15:54:09.144Z Compiling oxide-tokio-rt v0.1.2
23902026-02-08T15:54:09.680Z Compiling indent_write v2.2.0
23912026-02-08T15:54:09.916Z Compiling shell-words v1.1.0
23922026-02-08T15:54:10.349Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23932026-02-08T15:54:14.783Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-02-08T15:54:16.819Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-02-08T15:54:19.009Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-02-08T15:54:36.867Z Finished `release` profile [optimized] target(s) in 4m 55s
23972026-02-08T15:54:37.028Z Running `target/release/omicron-package -t test target create -p dev`
23982026-02-08T15:54:37.109ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-02-08T15:54:37.133ZCreated new build target 'test' and set it as active
24002026-02-08T15:54:37.133Z
24012026-02-08T15:54:37.133Zreal 4:55.562668524
24022026-02-08T15:54:37.133Zuser 32:55.729747849
24032026-02-08T15:54:37.133Zsys 4:00.111361208
24042026-02-08T15:54:37.133Ztrap 1.237933635
24052026-02-08T15:54:37.133Ztflt 1.049830681
24062026-02-08T15:54:37.133Zdflt 0.831344639
24072026-02-08T15:54:37.133Zkflt 0.000487123
24082026-02-08T15:54:37.133Zlock 1:33:21.013964791
24092026-02-08T15:54:37.133Zslp 2:15:00.229937447
24102026-02-08T15:54:37.133Zlat 2:52.596957560
24112026-02-08T15:54:37.133Zstop 5:06.332226052
24122026-02-08T15:54:37.134Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-02-08T15:54:38.800Z Finished `release` profile [optimized] target(s) in 1.56s
24142026-02-08T15:54:38.877Z Running `target/release/omicron-package -t test package`
24152026-02-08T15:54:38.942ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-02-08T15:54:41.502Z Compiling convert_case v0.4.0
24172026-02-08T15:54:41.502Z Compiling progenitor-impl v0.10.0
24182026-02-08T15:54:41.526Z Compiling secrecy v0.10.3
24192026-02-08T15:54:41.526Z Compiling is-terminal v0.4.13
24202026-02-08T15:54:41.526Z Compiling half v2.4.1
24212026-02-08T15:54:41.526Z Compiling ciborium-io v0.2.2
24222026-02-08T15:54:41.557Z Compiling rustls v0.22.4
24232026-02-08T15:54:41.804Z Compiling thread_local v1.1.8
24242026-02-08T15:54:41.844Z Compiling match_cfg v0.1.0
24252026-02-08T15:54:41.876Z Compiling bytecount v0.6.8
24262026-02-08T15:54:41.979Z Compiling hostname v0.3.1
24272026-02-08T15:54:42.183Z Compiling derive_more v0.99.20
24282026-02-08T15:54:42.218Z Compiling ciborium-ll v0.2.2
24292026-02-08T15:54:42.253Z Compiling multer v3.1.0
24302026-02-08T15:54:42.276Z Compiling slog-async v2.8.0
24312026-02-08T15:54:42.318Z Compiling crossbeam-channel v0.5.15
24322026-02-08T15:54:42.364Z Compiling progenitor-client v0.11.2
24332026-02-08T15:54:42.397Z Compiling toml_parser v1.0.6+spec-1.1.0
24342026-02-08T15:54:42.700Z Compiling ciborium v0.2.2
24352026-02-08T15:54:42.890Z Compiling slog-json v2.6.1
24362026-02-08T15:54:43.138Z Compiling futures-executor v0.3.31
24372026-02-08T15:54:43.244Z Compiling toml_datetime v0.7.5+spec-1.1.0
24382026-02-08T15:54:43.532Z Compiling serde_spanned v1.0.4
24392026-02-08T15:54:43.576Z Compiling unicode-width v0.1.14
24402026-02-08T15:54:43.770Z Compiling term v1.1.0
24412026-02-08T15:54:43.801Z Compiling take_mut v0.2.2
24422026-02-08T15:54:44.000Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-02-08T15:54:44.064Z Compiling tabwriter v1.4.0
24442026-02-08T15:54:44.421Z Compiling toml v0.9.11+spec-1.1.0
24452026-02-08T15:54:44.454Z Compiling slog-term v2.9.2
24462026-02-08T15:54:44.776Z Compiling futures v0.3.31
24472026-02-08T15:54:44.925Z Compiling slog-bunyan v2.5.0
24482026-02-08T15:54:45.163Z Compiling progenitor v0.11.2
24492026-02-08T15:54:45.393Z Compiling dropshot v0.16.7
24502026-02-08T15:54:45.459Z Compiling async-stream v0.3.6
24512026-02-08T15:54:45.491Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24522026-02-08T15:54:45.718Z Compiling tokio-rustls v0.25.0
24532026-02-08T15:54:45.751Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24542026-02-08T15:54:46.020Z Compiling waitgroup v0.1.2
24552026-02-08T15:54:46.059Z Compiling progenitor-macro v0.10.0
24562026-02-08T15:54:46.123Z Compiling rustls-pemfile v2.2.0
24572026-02-08T15:54:46.254Z Compiling serde_path_to_error v0.1.20
24582026-02-08T15:54:46.338Z Compiling hostname v0.4.2
24592026-02-08T15:54:46.452Z Compiling instant v0.1.13
24602026-02-08T15:54:46.565Z Compiling debug-ignore v1.0.5
24612026-02-08T15:54:46.658Z Compiling swrite v0.1.0
24622026-02-08T15:54:46.689Z Compiling colored v3.0.0
24632026-02-08T15:54:46.766Z Compiling backoff v0.4.0
24642026-02-08T15:54:46.821Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-02-08T15:54:46.852Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24662026-02-08T15:54:47.089Z Compiling parse-display v0.10.0
24672026-02-08T15:54:47.335Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24682026-02-08T15:54:47.583Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692026-02-08T15:54:47.799Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-02-08T15:54:47.840Z Compiling password-hash v0.5.0
24712026-02-08T15:54:48.202Z Compiling blake2 v0.10.6
24722026-02-08T15:54:48.981Z Compiling progenitor-client v0.10.0
24732026-02-08T15:54:49.155Z Compiling universal-hash v0.5.1
24742026-02-08T15:54:49.402Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
24752026-02-08T15:54:49.469Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24762026-02-08T15:54:49.668Z Compiling thiserror-impl-no-std v2.0.2
24772026-02-08T15:54:50.200Z Compiling macaddr v1.0.1
24782026-02-08T15:54:50.595Z Compiling derive-where v1.5.0
24792026-02-08T15:54:51.029Z Compiling opaque-debug v0.3.1
24802026-02-08T15:54:51.167Z Compiling poly1305 v0.8.0
24812026-02-08T15:54:51.461Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
24822026-02-08T15:54:51.570Z Compiling thiserror-no-std v2.0.2
24832026-02-08T15:54:51.732Z Compiling argon2 v0.5.3
24842026-02-08T15:54:52.335Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24852026-02-08T15:54:52.887Z Compiling chacha20 v0.9.1
24862026-02-08T15:54:53.363Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872026-02-08T15:54:53.640Z Compiling num-rational v0.4.2
24882026-02-08T15:54:54.677Z Compiling progenitor v0.10.0
24892026-02-08T15:54:54.786Z Compiling aead v0.5.2
24902026-02-08T15:54:54.817Z Compiling num-complex v0.4.6
24912026-02-08T15:54:54.840Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24922026-02-08T15:54:54.961Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24932026-02-08T15:54:55.144Z Compiling chacha20poly1305 v0.10.1
24942026-02-08T15:54:55.384Z Compiling vsss-rs v3.3.4
24952026-02-08T15:54:55.524Z Compiling console v0.15.10
24962026-02-08T15:54:55.702Z Compiling num v0.4.3
24972026-02-08T15:54:57.528Z Compiling float-ord v0.3.2
24982026-02-08T15:54:57.766Z Compiling toml v0.8.23
24992026-02-08T15:54:57.941Z Compiling newline-converter v0.3.0
25002026-02-08T15:54:57.969Z Compiling atomicwrites v0.4.4
25012026-02-08T15:54:58.215Z Compiling prettyplease v0.2.36
25022026-02-08T15:54:58.253Z Compiling slog-dtrace v0.3.0
25032026-02-08T15:54:58.637Z Compiling expectorate v1.2.0
25042026-02-08T15:54:59.005Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25052026-02-08T15:54:59.045Z Compiling owo-colors v4.2.2
25062026-02-08T15:54:59.045Z Compiling cancel-safe-futures v0.1.5
25072026-02-08T15:54:59.688Z Compiling resolv-conf v0.7.0
25082026-02-08T15:55:00.700Z Compiling libsw-core v0.3.1
25092026-02-08T15:55:00.917Z Compiling async-recursion v1.1.1
25102026-02-08T15:55:01.003Z Compiling libsw v3.5.0
25112026-02-08T15:55:01.915Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-02-08T15:55:03.423Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132026-02-08T15:55:03.555Z Compiling linear-map v1.2.0
25142026-02-08T15:55:03.697Z Compiling linked-hash-map v0.5.6
25152026-02-08T15:55:03.972Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25162026-02-08T15:55:04.071Z Compiling lru-cache v0.1.2
25172026-02-08T15:55:04.109Z Compiling unicode-xid v0.2.6
25182026-02-08T15:55:04.323Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25192026-02-08T15:55:04.353Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25202026-02-08T15:55:07.255Z Compiling hickory-proto v0.24.4
25212026-02-08T15:55:09.372Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25222026-02-08T15:55:10.041Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25232026-02-08T15:55:10.964Z Compiling globset v0.4.15
25242026-02-08T15:55:14.499Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-02-08T15:55:14.603Z Compiling hickory-resolver v0.24.4
25262026-02-08T15:55:16.054Z Compiling convert_case v0.7.1
25272026-02-08T15:55:16.100Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-02-08T15:55:16.675Z Compiling derive_more-impl v2.0.1
25292026-02-08T15:55:17.577Z Compiling qorb v0.4.1
25302026-02-08T15:55:18.051Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25312026-02-08T15:55:20.959Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25322026-02-08T15:55:21.502Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25332026-02-08T15:55:23.594Z Compiling derive_more v2.0.1
25342026-02-08T15:55:23.740Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25352026-02-08T15:55:23.820Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25362026-02-08T15:55:24.033Z Compiling pin-project-internal v1.1.6
25372026-02-08T15:55:24.219Z Compiling vte_generate_state_changes v0.1.2
25382026-02-08T15:55:24.724Z Compiling siphasher v1.0.1
25392026-02-08T15:55:25.109Z Compiling termtree v0.5.1
25402026-02-08T15:55:25.406Z Compiling phf_shared v0.12.1
25412026-02-08T15:55:25.611Z Compiling vte v0.11.1
25422026-02-08T15:55:25.832Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-02-08T15:55:25.948Z Compiling pin-project v1.1.6
25442026-02-08T15:55:26.137Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-02-08T15:55:26.850Z Compiling crossterm v0.29.0
25462026-02-08T15:55:31.198Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25472026-02-08T15:55:33.340Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25482026-02-08T15:55:34.075Z Compiling pem v3.0.5
25492026-02-08T15:55:34.255Z Compiling csv-core v0.1.11
25502026-02-08T15:55:34.980Z Compiling snafu-derive v0.8.5
25512026-02-08T15:55:35.382Z Compiling chrono-tz v0.10.4
25522026-02-08T15:55:35.413Z Compiling csv v1.3.1
25532026-02-08T15:55:35.735Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-02-08T15:55:36.117Z Compiling strip-ansi-escapes v0.2.0
25552026-02-08T15:55:36.709Z Compiling phf v0.12.1
25562026-02-08T15:55:36.857Z Compiling const_format_proc_macros v0.2.34
25572026-02-08T15:55:37.026Z Compiling papergrid v0.11.0
25582026-02-08T15:55:37.229Z Compiling tabled_derive v0.7.0
25592026-02-08T15:55:38.136Z Compiling olpc-cjson v0.1.4
25602026-02-08T15:55:38.280Z Compiling fd-lock v4.0.2
25612026-02-08T15:55:38.333Z Compiling snafu v0.8.5
25622026-02-08T15:55:38.492Z Compiling peg-macros v0.8.5
25632026-02-08T15:55:38.537Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642026-02-08T15:55:38.741Z Compiling serde_plain v1.0.2
25652026-02-08T15:55:39.220Z Compiling highway v1.3.0
25662026-02-08T15:55:39.288Z Compiling typed-path v0.9.3
25672026-02-08T15:55:39.352Z Compiling nu-ansi-term v0.50.1
25682026-02-08T15:55:40.306Z Compiling reedline v0.40.0
25692026-02-08T15:55:40.467Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25702026-02-08T15:55:40.721Z Compiling peg v0.8.5
25712026-02-08T15:55:40.900Z Compiling tabled v0.15.0
25722026-02-08T15:55:41.260Z Compiling const_format v0.2.34
25732026-02-08T15:55:42.244Z Compiling tough v0.20.0
25742026-02-08T15:55:44.711Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25752026-02-08T15:55:47.130Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25762026-02-08T15:55:50.801Z Compiling bcs v0.1.6
25772026-02-08T15:55:50.952Z Compiling base64 v0.21.7
25782026-02-08T15:55:51.543Z Compiling semver v0.1.20
25792026-02-08T15:55:51.892Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25802026-02-08T15:55:52.028Z Compiling rustc_version v0.1.7
25812026-02-08T15:55:52.287Z Compiling humantime v2.2.0
25822026-02-08T15:55:52.380Z Compiling newtype_derive v0.1.6
25832026-02-08T15:55:52.689Z Compiling smawk v0.3.2
25842026-02-08T15:55:52.975Z Compiling unicode-linebreak v0.1.5
25852026-02-08T15:55:53.126Z Compiling dropshot-api-manager-types v0.2.4
25862026-02-08T15:55:53.486Z Compiling textwrap v0.16.2
25872026-02-08T15:55:54.126Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25882026-02-08T15:55:54.871Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25892026-02-08T15:55:55.362Z Compiling steno v0.4.1
25902026-02-08T15:55:55.744Z Compiling utf-8 v0.7.6
25912026-02-08T15:55:56.079Z Compiling moka v0.12.10
25922026-02-08T15:55:56.394Z Compiling tagptr v0.2.0
25932026-02-08T15:55:56.438Z Compiling tungstenite v0.21.0
25942026-02-08T15:55:59.343Z Compiling hickory-resolver v0.25.2
25952026-02-08T15:55:59.554Z Compiling tokio-tungstenite v0.21.0
25962026-02-08T15:56:00.116Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25972026-02-08T15:56:00.461Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25982026-02-08T15:56:00.705Z Compiling radium v0.7.0
25992026-02-08T15:56:01.149Z Compiling tap v1.0.1
26002026-02-08T15:56:01.364Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26012026-02-08T15:56:03.890Z Compiling maybe-uninit v2.0.0
26022026-02-08T15:56:04.379Z Compiling wyz v0.5.1
26032026-02-08T15:56:05.266Z Compiling zerocopy-derive v0.6.6
26042026-02-08T15:56:06.545Z Compiling proc-macro-error-attr2 v2.0.0
26052026-02-08T15:56:07.154Z Compiling packed_struct v0.10.1
26062026-02-08T15:56:07.381Z Compiling funty v2.0.0
26072026-02-08T15:56:07.528Z Compiling crc-catalog v2.4.0
26082026-02-08T15:56:07.705Z Compiling display-error-chain v0.2.2
26092026-02-08T15:56:07.930Z Compiling crc v3.2.1
26102026-02-08T15:56:09.335Z Compiling bitvec v1.0.1
26112026-02-08T15:56:09.476Z Compiling proc-macro-error2 v2.0.1
26122026-02-08T15:56:10.064Z Compiling zerocopy v0.6.6
26132026-02-08T15:56:10.945Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
26142026-02-08T15:56:11.508Z Compiling packed_struct_codegen v0.10.1
26152026-02-08T15:56:11.683Z Compiling bitfield-macros v0.19.2
26162026-02-08T15:56:12.810Z Compiling indexmap v1.9.3
26172026-02-08T15:56:13.123Z Compiling nodrop v0.1.14
26182026-02-08T15:56:13.217Z Compiling bitfield v0.19.2
26192026-02-08T15:56:13.290Z Compiling array-init v0.0.4
26202026-02-08T15:56:13.331Z Compiling smallvec v0.6.14
26212026-02-08T15:56:13.648Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26222026-02-08T15:56:13.807Z Compiling num-derive v0.3.3
26232026-02-08T15:56:14.235Z Compiling hashbrown v0.12.3
26242026-02-08T15:56:15.269Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26252026-02-08T15:56:15.326Z Compiling libscf-sys v1.1.0
26262026-02-08T15:56:15.573Z Compiling serde-hex v0.1.0
26272026-02-08T15:56:16.399Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26282026-02-08T15:56:16.697Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-02-08T15:56:17.021Z Compiling ron v0.8.1
26302026-02-08T15:56:18.868Z Compiling hashbrown v0.13.2
26312026-02-08T15:56:18.964Z Compiling vergen-gitcl v1.0.8
26322026-02-08T15:56:19.307Z Compiling dirs-sys-next v0.1.2
26332026-02-08T15:56:19.734Z Compiling crc-any v2.5.0
26342026-02-08T15:56:19.896Z Compiling crunchy v0.2.2
26352026-02-08T15:56:19.994Z Compiling maplit v1.0.2
26362026-02-08T15:56:20.163Z Compiling object v0.30.4
26372026-02-08T15:56:20.363Z Compiling dirs-next v2.0.0
26382026-02-08T15:56:20.541Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-02-08T15:56:20.587Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26402026-02-08T15:56:21.637Z Compiling dsl_auto_type v0.1.2
26412026-02-08T15:56:21.744Z Compiling scheduled-thread-pool v0.2.7
26422026-02-08T15:56:21.876Z Compiling diesel_table_macro_syntax v0.2.0
26432026-02-08T15:56:22.230Z Compiling path-slash v0.1.5
26442026-02-08T15:56:22.493Z Compiling tiny-keccak v2.0.2
26452026-02-08T15:56:22.650Z Compiling diesel_derives v2.2.3
26462026-02-08T15:56:22.841Z Compiling r2d2 v0.8.10
26472026-02-08T15:56:22.870Z Compiling term v0.7.0
26482026-02-08T15:56:23.970Z Compiling tabled_derive v0.11.0
26492026-02-08T15:56:24.208Z Compiling papergrid v0.17.0
26502026-02-08T15:56:25.885Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26512026-02-08T15:56:30.068Z Compiling testing_table v0.3.0
26522026-02-08T15:56:30.098Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26532026-02-08T15:56:30.784Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26542026-02-08T15:56:31.145Z Compiling bit-vec v0.6.3
26552026-02-08T15:56:31.560Z Compiling arc-swap v1.7.1
26562026-02-08T15:56:32.208Z Compiling xshell-macros v0.2.7
26572026-02-08T15:56:32.891Z Compiling xshell v0.2.7
26582026-02-08T15:56:32.972Z Compiling slog-scope v4.4.0
26592026-02-08T15:56:33.749Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26602026-02-08T15:56:35.123Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26612026-02-08T15:56:35.340Z Compiling bit-set v0.5.3
26622026-02-08T15:56:35.720Z Compiling tabled v0.20.0
26632026-02-08T15:56:36.447Z Compiling diesel v2.2.12
26642026-02-08T15:56:38.573Z Compiling ascii-canvas v3.0.0
26652026-02-08T15:56:38.984Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26662026-02-08T15:56:39.692Z Compiling ena v0.14.3
26672026-02-08T15:56:40.091Z Compiling bindgen v0.71.1
26682026-02-08T15:56:40.513Z Compiling unicase v2.8.1
26692026-02-08T15:56:40.989Z Compiling diff v0.1.13
26702026-02-08T15:56:41.402Z Compiling regex-syntax v0.6.29
26712026-02-08T15:56:42.019Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-02-08T15:56:43.959Z Compiling slog-stdlog v4.1.1
26732026-02-08T15:56:44.715Z Compiling lalrpop v0.19.12
26742026-02-08T15:56:45.192Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26752026-02-08T15:56:47.368Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-02-08T15:56:47.405Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26772026-02-08T15:56:47.720Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26782026-02-08T15:56:47.956Z Compiling crc8 v0.1.1
26792026-02-08T15:56:48.297Z Compiling slog-envlogger v2.2.0
26802026-02-08T15:56:50.289Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26812026-02-08T15:56:50.328Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26822026-02-08T15:56:51.061Z Compiling headers-core v0.3.0
26832026-02-08T15:56:51.279Z Compiling libxml v0.3.3
26842026-02-08T15:56:51.686Z Compiling headers v0.4.1
26852026-02-08T15:56:54.804Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26862026-02-08T15:56:57.046Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26872026-02-08T15:56:57.420Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26882026-02-08T15:56:58.044Z Compiling samael v0.0.19
26892026-02-08T15:56:58.166Z Compiling strum_macros v0.24.3
26902026-02-08T15:56:59.297Z Compiling indoc v1.0.9
26912026-02-08T15:57:00.464Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26922026-02-08T15:57:01.087Z Compiling polar-core v0.27.3
26932026-02-08T15:57:01.512Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26942026-02-08T15:57:01.815Z Compiling derive_builder v0.20.2
26952026-02-08T15:57:01.995Z Compiling impl-trait-for-tuples v0.2.2
26962026-02-08T15:57:02.054Z Compiling oso-derive v0.27.3
26972026-02-08T15:57:02.855Z Compiling quick-xml v0.37.2
26982026-02-08T15:57:03.282Z Compiling half v1.8.3
26992026-02-08T15:57:03.709Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27002026-02-08T15:57:04.099Z Compiling serde_cbor v0.11.2
27012026-02-08T15:57:05.328Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-02-08T15:57:05.917Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032026-02-08T15:57:06.520Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-02-08T15:57:10.348Z Compiling diesel-dtrace v0.4.2
27052026-02-08T15:57:13.055Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27062026-02-08T15:57:17.401Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27072026-02-08T15:57:17.690Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-02-08T15:57:20.070Z Compiling oso v0.27.3
27092026-02-08T15:57:21.311Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27102026-02-08T15:57:21.350Z Compiling bb8 v0.8.5
27112026-02-08T15:57:21.929Z Compiling trait-variant v0.1.2
27122026-02-08T15:57:22.127Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27132026-02-08T15:57:22.546Z Compiling async-bb8-diesel v0.2.1
27142026-02-08T15:57:22.795Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27152026-02-08T15:57:23.420Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27162026-02-08T15:57:23.815Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27172026-02-08T15:57:24.315Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27182026-02-08T15:57:26.802Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-02-08T15:57:27.155Z Compiling fxhash v0.2.1
27202026-02-08T15:57:27.208Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27212026-02-08T15:57:27.435Z Compiling typify-impl v0.2.0
27222026-02-08T15:57:27.640Z Compiling kstat-rs v0.2.4
27232026-02-08T15:57:28.429Z Compiling libz-sys v1.1.20
27242026-02-08T15:57:28.990Z Compiling nonempty v0.12.0
27252026-02-08T15:57:29.501Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262026-02-08T15:57:33.220Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-02-08T15:57:34.600Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27282026-02-08T15:57:34.693Z Compiling typify-macro v0.2.0
27292026-02-08T15:57:37.391Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27302026-02-08T15:57:41.376Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27312026-02-08T15:57:44.917Z Compiling nanorand v0.7.0
27322026-02-08T15:57:45.512Z Compiling fs-err v2.11.0
27332026-02-08T15:57:46.211Z Compiling parking_lot_core v0.8.6
27342026-02-08T15:57:46.655Z Compiling mime_guess v2.0.5
27352026-02-08T15:57:46.910Z Compiling flume v0.11.1
27362026-02-08T15:57:47.414Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27372026-02-08T15:57:47.494Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27382026-02-08T15:57:47.619Z Compiling libgit2-sys v0.18.2+1.9.1
27392026-02-08T15:57:48.291Z Compiling salty v0.3.0
27402026-02-08T15:57:53.270Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-02-08T15:57:55.721Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-02-08T15:58:07.208Z Compiling tabled_derive v0.10.0
27432026-02-08T15:58:09.080Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-02-08T15:58:09.475Z Compiling ignore v0.4.23
27452026-02-08T15:58:10.992Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-02-08T15:58:13.184Z Compiling papergrid v0.14.0
27472026-02-08T15:58:14.835Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27482026-02-08T15:58:17.505Z Compiling castaway v0.2.3
27492026-02-08T15:58:17.731Z Compiling nibble_vec v0.1.0
27502026-02-08T15:58:18.007Z Compiling atty v0.2.14
27512026-02-08T15:58:18.219Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27522026-02-08T15:58:18.544Z Compiling http-range v0.1.5
27532026-02-08T15:58:18.593Z Compiling parse-size v1.1.0
27542026-02-08T15:58:18.931Z Compiling endian-type v0.1.2
27552026-02-08T15:58:19.107Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27562026-02-08T15:58:19.198Z Compiling radix_trie v0.2.1
27572026-02-08T15:58:19.482Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-02-08T15:58:19.922Z Compiling compact_str v0.8.0
27592026-02-08T15:58:19.983Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27602026-02-08T15:58:21.945Z Compiling tabled v0.18.0
27612026-02-08T15:58:23.073Z Compiling globwalk v0.9.1
27622026-02-08T15:58:23.150Z Compiling parking_lot v0.11.2
27632026-02-08T15:58:25.558Z Compiling typify v0.2.0
27642026-02-08T15:58:25.753Z Compiling predicates-tree v1.0.12
27652026-02-08T15:58:26.452Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-02-08T15:58:26.522Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-02-08T15:58:28.331Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27682026-02-08T15:58:30.200Z Compiling unicode-truncate v1.1.0
27692026-02-08T15:58:32.298Z Compiling primeorder v0.13.6
27702026-02-08T15:58:32.576Z Compiling prefix-trie v0.7.0
27712026-02-08T15:58:32.841Z Compiling lru v0.12.5
27722026-02-08T15:58:32.873Z Compiling vergen-git2 v1.0.7
27732026-02-08T15:58:33.230Z Compiling instability v0.3.2
27742026-02-08T15:58:33.258Z Compiling cassowary v0.3.0
27752026-02-08T15:58:33.475Z Compiling indoc v2.0.6
27762026-02-08T15:58:34.006Z Compiling hickory-server v0.25.2
27772026-02-08T15:58:34.172Z Compiling ratatui v0.29.0
27782026-02-08T15:58:36.329Z Compiling p384 v0.13.1
27792026-02-08T15:58:37.947Z Compiling git2 v0.20.2
27802026-02-08T15:58:40.188Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-02-08T15:58:41.544Z Compiling camino-tempfile-ext v0.3.2
27822026-02-08T15:58:42.757Z Compiling progenitor-impl v0.8.0
27832026-02-08T15:58:44.709Z Compiling hyper-staticfile v0.10.1
27842026-02-08T15:58:46.657Z Compiling sled v0.34.7
27852026-02-08T15:58:46.873Z Compiling hickory-client v0.25.2
27862026-02-08T15:58:47.787Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-02-08T15:58:48.546Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-02-08T15:58:48.889Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-02-08T15:58:49.853Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-02-08T15:58:52.426Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27912026-02-08T15:58:53.926Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
27922026-02-08T15:58:55.408Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27932026-02-08T15:58:56.139Z Compiling rand_seeder v0.4.0
27942026-02-08T15:58:56.549Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-02-08T15:58:57.346Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27962026-02-08T15:58:57.689Z Compiling lzma-sys v0.1.20
27972026-02-08T15:58:58.293Z Compiling rustls v0.21.12
27982026-02-08T15:58:58.603Z Compiling corncobs v0.1.4
27992026-02-08T15:58:58.982Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-02-08T15:59:00.385Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-02-08T15:59:00.682Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-02-08T15:59:01.595Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-02-08T15:59:09.623Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28042026-02-08T15:59:13.356Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-02-08T15:59:13.956Z Compiling progenitor-macro v0.8.0
28062026-02-08T15:59:14.088Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-02-08T15:59:21.701Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-02-08T15:59:22.803Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-02-08T15:59:27.710Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28102026-02-08T15:59:28.593Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-02-08T15:59:28.900Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-02-08T15:59:29.232Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-02-08T15:59:29.301Z Compiling progenitor-client v0.8.0
28142026-02-08T15:59:29.555Z Compiling rustls-webpki v0.101.7
28152026-02-08T15:59:30.119Z Compiling sct v0.7.1
28162026-02-08T15:59:30.544Z Compiling heck v0.3.3
28172026-02-08T15:59:30.868Z Compiling secrecy v0.8.0
28182026-02-08T15:59:31.180Z Compiling void v1.0.2
28192026-02-08T15:59:31.387Z Compiling lzss v0.8.2
28202026-02-08T15:59:32.636Z Compiling zone_cfg_derive v0.1.2
28212026-02-08T15:59:38.838Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28222026-02-08T15:59:39.217Z Compiling progenitor v0.8.0
28232026-02-08T15:59:39.611Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-02-08T15:59:41.609Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28252026-02-08T15:59:42.782Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-02-08T15:59:43.572Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-02-08T15:59:46.097Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-02-08T15:59:46.653Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-02-08T15:59:47.003Z Compiling tungstenite v0.23.0
28302026-02-08T15:59:51.448Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-02-08T15:59:51.744Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-02-08T15:59:51.865Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-02-08T15:59:52.060Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-02-08T15:59:52.180Z Compiling nix v0.27.1
28352026-02-08T15:59:52.374Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28362026-02-08T15:59:52.982Z Compiling serde_bytes v0.11.19
28372026-02-08T15:59:53.320Z Compiling number_prefix v0.4.0
28382026-02-08T15:59:53.486Z Compiling base64 v0.13.1
28392026-02-08T15:59:53.600Z Compiling indicatif v0.17.11
28402026-02-08T15:59:54.152Z Compiling ron v0.7.1
28412026-02-08T15:59:54.491Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28422026-02-08T15:59:55.284Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432026-02-08T15:59:55.962Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28442026-02-08T15:59:58.360Z Compiling tokio-tungstenite v0.23.1
28452026-02-08T15:59:58.921Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-02-08T15:59:59.057Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-02-08T16:00:02.375Z Compiling xz2 v0.1.7
28482026-02-08T16:00:16.785Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28492026-02-08T16:00:17.468Z Compiling tokio-rustls v0.24.1
28502026-02-08T16:00:17.918Z Compiling zone v0.1.8
28512026-02-08T16:00:20.609Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-02-08T16:00:22.655Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-02-08T16:00:26.410Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
28542026-02-08T16:00:29.338Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-02-08T16:00:32.960Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-02-08T16:00:35.002Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-02-08T16:00:35.943Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-02-08T16:00:36.620Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28592026-02-08T16:00:47.019Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-02-08T16:00:47.880Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-02-08T16:00:53.571Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-02-08T16:00:53.993Z Compiling rustls-pemfile v1.0.4
28632026-02-08T16:00:54.621Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-02-08T16:00:54.848Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28652026-02-08T16:00:55.211Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-02-08T16:00:57.192Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-02-08T16:00:58.634Z Compiling signal-hook-tokio v0.3.1
28682026-02-08T16:00:58.893Z Compiling twox-hash v2.1.0
28692026-02-08T16:00:59.791Z Compiling yasna v0.5.2
28702026-02-08T16:01:00.265Z Compiling is_ci v1.2.0
28712026-02-08T16:01:00.580Z Compiling supports-color v3.0.2
28722026-02-08T16:01:00.998Z Compiling rcgen v0.12.1
28732026-02-08T16:01:02.644Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28742026-02-08T16:01:04.824Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28752026-02-08T16:01:09.798Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-02-08T16:01:09.938Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772026-02-08T16:01:19.731Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28782026-02-08T16:01:34.430Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28792026-02-08T16:01:37.899Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-02-08T16:01:43.586Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-02-08T16:01:44.889Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-02-08T16:01:50.398Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-02-08T16:01:57.572Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-02-08T16:01:57.675Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-02-08T16:01:57.894Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-02-08T16:01:58.011Z Compiling fatfs v0.3.6
28872026-02-08T16:01:58.210Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-02-08T16:02:00.139Z Compiling subprocess v0.2.9
28892026-02-08T16:02:00.332Z Compiling rtoolbox v0.0.2
28902026-02-08T16:02:00.747Z Compiling assert_matches v1.5.0
28912026-02-08T16:02:00.897Z Compiling seq-macro v0.3.6
28922026-02-08T16:02:01.797Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-02-08T16:02:05.680Z Compiling rpassword v7.4.0
28942026-02-08T16:02:06.216Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28952026-02-08T16:02:11.237Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-02-08T16:02:11.421Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28972026-02-08T16:02:15.925Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-02-08T16:02:33.026Z Compiling tui-tree-widget v0.23.1
28992026-02-08T16:02:33.508Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-02-08T16:02:42.193Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-02-08T16:02:43.107Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-02-08T16:02:44.396Z Compiling uzers v0.12.1
29032026-02-08T16:02:47.217Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-02-08T16:02:48.068Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-02-08T16:02:58.888Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-02-08T16:03:05.066Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-02-08T16:03:18.896Z Compiling support-bundle-viewer v0.1.2
29082026-02-08T16:03:22.089Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29092026-02-08T16:03:22.382Z Compiling multimap v0.10.1
29102026-02-08T16:05:05.186Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-02-08T16:05:20.993Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-02-08T16:15:01.348Z Finished `release` profile [optimized] target(s) in 20m 22s
29132026-02-08T16:16:18.782Z
29142026-02-08T16:16:18.806Zreal 21:41.701738543
29152026-02-08T16:16:18.806Zuser 2:28:17.981575416
29162026-02-08T16:16:18.806Zsys 4:43.154381300
29172026-02-08T16:16:18.806Ztrap 4.203208206
29182026-02-08T16:16:18.806Ztflt 1.362324412
29192026-02-08T16:16:18.807Zdflt 5.772622410
29202026-02-08T16:16:18.807Zkflt 0.001645761
29212026-02-08T16:16:18.807Zlock 10:12:07.539488797
29222026-02-08T16:16:18.807Zslp 7:07:13.966851848
29232026-02-08T16:16:18.807Zlat 4:26.135379089
29242026-02-08T16:16:18.807Zstop 3:35.023602232
29252026-02-08T16:16:18.807Z+ mapfile -t packages
29262026-02-08T16:16:18.807Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-02-08T16:16:20.489Z Finished `release` profile [optimized] target(s) in 1.62s
29282026-02-08T16:16:20.566Z Running `target/release/omicron-package -t test list-outputs`
29292026-02-08T16:16:20.636ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-02-08T16:16:20.661Z+ ptime -m cargo build --locked --release -p xtask
29312026-02-08T16:16:21.797Z Compiling serde_core v1.0.228
29322026-02-08T16:16:21.797Z Compiling syn v2.0.114
29332026-02-08T16:16:21.822Z Compiling serde v1.0.228
29342026-02-08T16:16:21.822Z Compiling bitflags v2.9.4
29352026-02-08T16:16:21.822Z Compiling serde_json v1.0.149
29362026-02-08T16:16:21.822Z Compiling libc v0.2.180
29372026-02-08T16:16:21.822Z Compiling num-traits v0.2.19
29382026-02-08T16:16:21.853Z Compiling rustix v0.38.37
29392026-02-08T16:16:22.202Z Compiling hashbrown v0.16.1
29402026-02-08T16:16:22.258Z Compiling smallvec v1.15.1
29412026-02-08T16:16:22.680Z Compiling usdt-impl v0.5.0
29422026-02-08T16:16:22.721Z Compiling syn v1.0.109
29432026-02-08T16:16:23.269Z Compiling getrandom v0.3.4
29442026-02-08T16:16:23.384Z Compiling thread-id v4.2.2
29452026-02-08T16:16:23.526Z Compiling indexmap v2.13.0
29462026-02-08T16:16:23.550Z Compiling rustix v1.1.3
29472026-02-08T16:16:23.775Z Compiling log v0.4.29
29482026-02-08T16:16:24.067Z Compiling percent-encoding v2.3.2
29492026-02-08T16:16:24.516Z Compiling ordered-float v2.10.1
29502026-02-08T16:16:24.543Z Compiling form_urlencoded v1.2.2
29512026-02-08T16:16:24.728Z Compiling terminal_size v0.4.0
29522026-02-08T16:16:25.116Z Compiling fs-err v3.1.1
29532026-02-08T16:16:25.327Z Compiling once_cell v1.21.3
29542026-02-08T16:16:25.435Z Compiling anyhow v1.0.99
29552026-02-08T16:16:25.760Z Compiling heck v0.4.1
29562026-02-08T16:16:25.952Z Compiling clap_builder v4.5.48
29572026-02-08T16:16:26.797Z Compiling tempfile v3.24.0
29582026-02-08T16:16:27.785Z Compiling synstructure v0.13.1
29592026-02-08T16:16:27.810Z Compiling proc-macro-error v1.0.4
29602026-02-08T16:16:28.213Z Compiling textwrap v0.16.2
29612026-02-08T16:16:28.283Z Compiling camino-tempfile v1.4.1
29622026-02-08T16:16:28.984Z Compiling tabled_derive v0.7.0
29632026-02-08T16:16:29.841Z Compiling serde_derive v1.0.228
29642026-02-08T16:16:29.895Z Compiling thiserror-impl v2.0.18
29652026-02-08T16:16:30.171Z Compiling zerofrom-derive v0.1.4
29662026-02-08T16:16:30.213Z Compiling yoke-derive v0.7.4
29672026-02-08T16:16:30.281Z Compiling zerovec-derive v0.10.3
29682026-02-08T16:16:30.359Z Compiling displaydoc v0.2.5
29692026-02-08T16:16:31.559Z Compiling thiserror-impl v1.0.69
29702026-02-08T16:16:32.144Z Compiling icu_provider_macros v1.5.0
29712026-02-08T16:16:32.199Z Compiling thiserror v2.0.18
29722026-02-08T16:16:32.224Z Compiling zerocopy-derive v0.7.35
29732026-02-08T16:16:32.393Z Compiling pest v2.8.2
29742026-02-08T16:16:32.481Z Compiling zerofrom v0.1.4
29752026-02-08T16:16:32.758Z Compiling yoke v0.7.4
29762026-02-08T16:16:33.178Z Compiling zerovec v0.10.4
29772026-02-08T16:16:33.204Z Compiling scroll_derive v0.12.0
29782026-02-08T16:16:33.652Z Compiling zerocopy v0.7.35
29792026-02-08T16:16:33.708Z Compiling thiserror v1.0.69
29802026-02-08T16:16:34.285Z Compiling scroll v0.12.0
29812026-02-08T16:16:34.885Z Compiling pest_meta v2.8.2
29822026-02-08T16:16:34.909Z Compiling goblin v0.8.2
29832026-02-08T16:16:35.403Z Compiling tinystr v0.7.6
29842026-02-08T16:16:35.808Z Compiling icu_locid v1.5.0
29852026-02-08T16:16:35.840Z Compiling icu_collections v1.5.0
29862026-02-08T16:16:36.514Z Compiling pest_generator v2.8.2
29872026-02-08T16:16:37.838Z Compiling icu_provider v1.5.0
29882026-02-08T16:16:37.903Z Compiling pest_derive v2.8.2
29892026-02-08T16:16:38.324Z Compiling serde_spanned v0.6.9
29902026-02-08T16:16:38.608Z Compiling icu_locid_transform v1.5.0
29912026-02-08T16:16:38.632Z Compiling toml_datetime v0.6.11
29922026-02-08T16:16:39.247Z Compiling dof v0.3.0
29932026-02-08T16:16:39.356Z Compiling toml_edit v0.22.27
29942026-02-08T16:16:39.704Z Compiling dtrace-parser v0.2.0
29952026-02-08T16:16:39.965Z Compiling icu_properties v1.5.1
29962026-02-08T16:16:42.039Z Compiling serde_tokenstream v0.2.2
29972026-02-08T16:16:42.137Z Compiling erased-serde v0.4.6
29982026-02-08T16:16:43.375Z Compiling icu_normalizer v1.5.0
29992026-02-08T16:16:43.399Z Compiling toml v0.8.23
30002026-02-08T16:16:45.019Z Compiling idna_adapter v1.2.0
30012026-02-08T16:16:45.258Z Compiling idna v1.0.3
30022026-02-08T16:16:46.249Z Compiling url v2.5.4
30032026-02-08T16:16:47.352Z Compiling serde-untagged v0.1.7
30042026-02-08T16:16:47.880Z Compiling serde-value v0.7.0
30052026-02-08T16:16:48.021Z Compiling usdt-attr-macro v0.5.0
30062026-02-08T16:16:49.061Z Compiling cargo-util-schemas v0.8.2
30072026-02-08T16:16:49.434Z Compiling usdt-macro v0.5.0
30082026-02-08T16:16:50.360Z Compiling cargo-platform v0.2.0
30092026-02-08T16:16:50.487Z Compiling clap_derive v4.5.47
30102026-02-08T16:16:51.415Z Compiling cargo_metadata v0.21.0
30112026-02-08T16:16:52.076Z Compiling usdt v0.5.0
30122026-02-08T16:16:53.234Z Compiling cargo_toml v0.21.0
30132026-02-08T16:16:53.424Z Compiling macaddr v1.0.1
30142026-02-08T16:16:53.503Z Compiling clap v4.5.48
30152026-02-08T16:16:53.549Z Compiling tabled v0.15.0
30162026-02-08T16:17:03.577Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-02-08T16:17:09.795Z Finished `release` profile [optimized] target(s) in 49.06s
30182026-02-08T16:17:09.931Z
30192026-02-08T16:17:09.931Zreal 49.244065592
30202026-02-08T16:17:09.931Zuser 5:08.026485273
30212026-02-08T16:17:09.931Zsys 27.542718660
30222026-02-08T16:17:09.931Ztrap 0.165316628
30232026-02-08T16:17:09.955Ztflt 0.223414827
30242026-02-08T16:17:09.955Zdflt 0.542245897
30252026-02-08T16:17:09.955Zkflt 0.000009459
30262026-02-08T16:17:09.955Zlock 14:37.192230397
30272026-02-08T16:17:09.955Zslp 16:53.977506949
30282026-02-08T16:17:09.955Zlat 22.797948864
30292026-02-08T16:17:09.955Zstop 29.698776157
30302026-02-08T16:17:09.955Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-02-08T16:17:09.956Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-02-08T16:17:09.956Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-02-08T16:17:09.956Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-02-08T16:17:09.956Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-02-08T16:17:11.811Z Compiling regress v0.10.4
30362026-02-08T16:17:11.861Z Compiling unsafe-libyaml v0.2.11
30372026-02-08T16:17:11.890Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-02-08T16:17:11.890Z Compiling match_cfg v0.1.0
30392026-02-08T16:17:11.939Z Compiling structmeta-derive v0.3.0
30402026-02-08T16:17:11.939Z Compiling rustls v0.22.4
30412026-02-08T16:17:11.963Z Compiling newtype-uuid-macros v0.1.0
30422026-02-08T16:17:11.963Z Compiling multer v3.1.0
30432026-02-08T16:17:12.053Z Compiling hostname v0.3.1
30442026-02-08T16:17:12.322Z Compiling debug-ignore v1.0.5
30452026-02-08T16:17:12.407Z Compiling toml_parser v1.0.6+spec-1.1.0
30462026-02-08T16:17:12.457Z Compiling progenitor-client v0.10.0
30472026-02-08T16:17:12.533Z Compiling slog-json v2.6.1
30482026-02-08T16:17:12.857Z Compiling async-stream-impl v0.3.6
30492026-02-08T16:17:12.941Z Compiling serde_yaml v0.9.34+deprecated
30502026-02-08T16:17:13.304Z Compiling serde_spanned v1.0.4
30512026-02-08T16:17:13.436Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30522026-02-08T16:17:13.568Z Compiling toml_datetime v0.7.5+spec-1.1.0
30532026-02-08T16:17:13.695Z Compiling dropshot v0.16.7
30542026-02-08T16:17:13.931Z Compiling toml_writer v1.0.6+spec-1.1.0
30552026-02-08T16:17:14.065Z Compiling structmeta v0.3.0
30562026-02-08T16:17:14.114Z Compiling async-stream v0.3.6
30572026-02-08T16:17:14.143Z Compiling slog-bunyan v2.5.0
30582026-02-08T16:17:14.340Z Compiling toml v0.9.11+spec-1.1.0
30592026-02-08T16:17:14.417Z Compiling waitgroup v0.1.2
30602026-02-08T16:17:14.473Z Compiling rustls-pemfile v2.2.0
30612026-02-08T16:17:14.668Z Compiling dropshot_endpoint v0.16.7
30622026-02-08T16:17:14.693Z Compiling itertools v0.14.0
30632026-02-08T16:17:14.823Z Compiling typify-impl v0.4.3
30642026-02-08T16:17:15.235Z Compiling serde_path_to_error v0.1.20
30652026-02-08T16:17:15.957Z Compiling hostname v0.4.2
30662026-02-08T16:17:16.133Z Compiling tokio-rustls v0.25.0
30672026-02-08T16:17:16.261Z Compiling derive-ex v0.1.8
30682026-02-08T16:17:16.553Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30692026-02-08T16:17:16.766Z Compiling macaddr v1.0.1
30702026-02-08T16:17:17.178Z Compiling tabwriter v1.4.0
30712026-02-08T16:17:17.202Z Compiling instant v0.1.13
30722026-02-08T16:17:17.385Z Compiling progenitor-client v0.11.2
30732026-02-08T16:17:17.412Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-02-08T16:17:17.588Z Compiling parse-display-derive v0.10.0
30752026-02-08T16:17:17.924Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
30762026-02-08T16:17:17.989Z Compiling colored v3.0.0
30772026-02-08T16:17:18.087Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-02-08T16:17:18.314Z Compiling backoff v0.4.0
30792026-02-08T16:17:18.550Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-02-08T16:17:18.687Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30812026-02-08T16:17:18.713Z Compiling proc-macro-crate v1.3.1
30822026-02-08T16:17:19.246Z Compiling crucible-workspace-hack v0.1.0
30832026-02-08T16:17:19.522Z Compiling num_enum_derive v0.5.11
30842026-02-08T16:17:19.586Z Compiling proc-macro-error v1.0.4
30852026-02-08T16:17:19.626Z Compiling heapless v0.8.0
30862026-02-08T16:17:19.717Z Compiling test-strategy v0.4.3
30872026-02-08T16:17:20.165Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30882026-02-08T16:17:20.519Z Compiling ingot-macros v0.1.1
30892026-02-08T16:17:20.587Z Compiling hash32 v0.3.1
30902026-02-08T16:17:20.624Z Compiling smoltcp v0.11.0
30912026-02-08T16:17:20.804Z Compiling parse-display v0.10.0
30922026-02-08T16:17:20.872Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30932026-02-08T16:17:21.367Z Compiling foreign-types-macros v0.2.3
30942026-02-08T16:17:21.477Z Compiling foreign-types-shared v0.3.1
30952026-02-08T16:17:21.629Z Compiling num_enum v0.5.11
30962026-02-08T16:17:21.655Z Compiling cobs v0.2.3
30972026-02-08T16:17:21.979Z Compiling postcard v1.0.10
30982026-02-08T16:17:22.280Z Compiling nix v0.30.1
30992026-02-08T16:17:22.425Z Compiling foreign-types v0.5.0
31002026-02-08T16:17:22.567Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31012026-02-08T16:17:22.593Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31022026-02-08T16:17:22.750Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31032026-02-08T16:17:22.995Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31042026-02-08T16:17:23.190Z Compiling cstr-argument v0.1.2
31052026-02-08T16:17:23.296Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31062026-02-08T16:17:23.332Z Compiling pretty-hex v0.2.1
31072026-02-08T16:17:23.477Z Compiling rayon-core v1.12.1
31082026-02-08T16:17:23.569Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31092026-02-08T16:17:23.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31102026-02-08T16:17:23.866Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31112026-02-08T16:17:23.935Z Compiling crossbeam-deque v0.8.5
31122026-02-08T16:17:24.006Z Compiling colored v2.2.0
31132026-02-08T16:17:24.082Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31142026-02-08T16:17:24.835Z Compiling camino-tempfile v1.4.1
31152026-02-08T16:17:25.060Z Compiling typify-macro v0.4.3
31162026-02-08T16:17:25.284Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31172026-02-08T16:17:25.644Z Compiling rayon v1.10.0
31182026-02-08T16:17:25.811Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31192026-02-08T16:17:26.014Z Compiling ingot-types v0.1.2
31202026-02-08T16:17:26.056Z Compiling zone_cfg_derive v0.3.0
31212026-02-08T16:17:26.484Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
31222026-02-08T16:17:26.902Z Compiling ingot v0.1.1
31232026-02-08T16:17:26.939Z Compiling smf v0.2.3
31242026-02-08T16:17:26.990Z Compiling num-derive v0.4.2
31252026-02-08T16:17:27.371Z Compiling sigpipe v0.1.3
31262026-02-08T16:17:27.539Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-02-08T16:17:27.906Z Compiling zone v0.3.1
31282026-02-08T16:17:27.943Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
31292026-02-08T16:17:28.383Z Compiling toml v0.8.23
31302026-02-08T16:17:28.428Z Compiling typify v0.4.3
31312026-02-08T16:17:28.487Z Compiling convert_case v0.4.0
31322026-02-08T16:17:28.618Z Compiling progenitor-impl v0.11.2
31332026-02-08T16:17:28.728Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31342026-02-08T16:17:29.237Z Compiling derive_more v0.99.20
31352026-02-08T16:17:29.335Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31362026-02-08T16:17:29.441Z Compiling universal-hash v0.5.1
31372026-02-08T16:17:29.602Z Compiling opaque-debug v0.3.1
31382026-02-08T16:17:29.637Z Compiling secrecy v0.10.3
31392026-02-08T16:17:29.661Z Compiling progenitor-impl v0.10.0
31402026-02-08T16:17:29.700Z Compiling aead v0.5.2
31412026-02-08T16:17:29.734Z Compiling half v2.4.1
31422026-02-08T16:17:29.904Z Compiling ciborium-io v0.2.2
31432026-02-08T16:17:30.081Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31442026-02-08T16:17:30.107Z Compiling poly1305 v0.8.0
31452026-02-08T16:17:30.286Z Compiling ciborium-ll v0.2.2
31462026-02-08T16:17:30.406Z Compiling chacha20 v0.9.1
31472026-02-08T16:17:30.505Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31482026-02-08T16:17:30.695Z Compiling ciborium v0.2.2
31492026-02-08T16:17:30.894Z Compiling num-rational v0.4.2
31502026-02-08T16:17:31.468Z Compiling thiserror-impl-no-std v2.0.2
31512026-02-08T16:17:31.517Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
31522026-02-08T16:17:31.862Z Compiling num-complex v0.4.6
31532026-02-08T16:17:32.274Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
31542026-02-08T16:17:32.498Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31552026-02-08T16:17:32.763Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31562026-02-08T16:17:33.030Z Compiling num v0.4.3
31572026-02-08T16:17:33.171Z Compiling password-hash v0.5.0
31582026-02-08T16:17:33.826Z Compiling thiserror-no-std v2.0.2
31592026-02-08T16:17:33.983Z Compiling blake2 v0.10.6
31602026-02-08T16:17:33.983Z Compiling float-ord v0.3.2
31612026-02-08T16:17:34.214Z Compiling indent_write v2.2.0
31622026-02-08T16:17:34.402Z Compiling vsss-rs v3.3.4
31632026-02-08T16:17:34.459Z Compiling argon2 v0.5.3
31642026-02-08T16:17:34.520Z Compiling progenitor-macro v0.11.2
31652026-02-08T16:17:35.022Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31662026-02-08T16:17:35.251Z Compiling chacha20poly1305 v0.10.1
31672026-02-08T16:17:35.277Z Compiling progenitor-macro v0.10.0
31682026-02-08T16:17:35.527Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-02-08T16:17:35.955Z Compiling gethostname v0.5.0
31702026-02-08T16:17:36.200Z Compiling usdt-attr-macro v0.5.0
31712026-02-08T16:17:36.472Z Compiling usdt-macro v0.5.0
31722026-02-08T16:17:36.720Z Compiling derive-where v1.5.0
31732026-02-08T16:17:36.863Z Compiling cancel-safe-futures v0.1.5
31742026-02-08T16:17:36.986Z Compiling owo-colors v4.2.2
31752026-02-08T16:17:37.255Z Compiling console v0.15.10
31762026-02-08T16:17:37.612Z Compiling resolv-conf v0.7.0
31772026-02-08T16:17:37.664Z Compiling libsw-core v0.3.1
31782026-02-08T16:17:37.740Z Compiling usdt v0.5.0
31792026-02-08T16:17:37.964Z Compiling libsw v3.5.0
31802026-02-08T16:17:38.266Z Compiling async-recursion v1.1.1
31812026-02-08T16:17:38.290Z Compiling linear-map v1.2.0
31822026-02-08T16:17:38.416Z Compiling libefi-sys v0.1.0
31832026-02-08T16:17:38.658Z Compiling hickory-proto v0.24.4
31842026-02-08T16:17:38.754Z Compiling newline-converter v0.3.0
31852026-02-08T16:17:38.788Z Compiling atomicwrites v0.4.4
31862026-02-08T16:17:38.960Z Compiling bitfield-struct v0.6.2
31872026-02-08T16:17:39.136Z Compiling linked-hash-map v0.5.6
31882026-02-08T16:17:39.276Z Compiling semver v0.1.20
31892026-02-08T16:17:39.486Z Compiling lru-cache v0.1.2
31902026-02-08T16:17:39.510Z Compiling expectorate v1.2.0
31912026-02-08T16:17:39.714Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31922026-02-08T16:17:39.789Z Compiling rustc_version v0.1.7
31932026-02-08T16:17:39.873Z Compiling slog-dtrace v0.3.0
31942026-02-08T16:17:40.084Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-02-08T16:17:40.208Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-02-08T16:17:40.235Z Compiling siphasher v1.0.1
31972026-02-08T16:17:40.330Z Compiling newtype_derive v0.1.6
31982026-02-08T16:17:40.370Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31992026-02-08T16:17:40.632Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-02-08T16:17:40.656Z Compiling phf_shared v0.12.1
32012026-02-08T16:17:40.714Z Compiling tokio-dtrace v0.1.0
32022026-02-08T16:17:40.740Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32032026-02-08T16:17:40.998Z Compiling dropshot-api-manager-types v0.2.4
32042026-02-08T16:17:41.149Z Compiling pin-project-internal v1.1.6
32052026-02-08T16:17:41.420Z Compiling csv-core v0.1.11
32062026-02-08T16:17:41.668Z Compiling xshell-macros v0.2.7
32072026-02-08T16:17:41.747Z Compiling chrono-tz v0.10.4
32082026-02-08T16:17:41.891Z Compiling base64 v0.21.7
32092026-02-08T16:17:42.082Z Compiling const_format_proc_macros v0.2.34
32102026-02-08T16:17:42.331Z Compiling xshell v0.2.7
32112026-02-08T16:17:42.518Z Compiling csv v1.3.1
32122026-02-08T16:17:42.856Z Compiling hickory-resolver v0.24.4
32132026-02-08T16:17:43.266Z Compiling pin-project v1.1.6
32142026-02-08T16:17:43.354Z Compiling oxide-tokio-rt v0.1.2
32152026-02-08T16:17:43.458Z Compiling phf v0.12.1
32162026-02-08T16:17:43.706Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-02-08T16:17:43.745Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-02-08T16:17:43.777Z Compiling pem v3.0.5
32192026-02-08T16:17:44.290Z Compiling snafu-derive v0.8.5
32202026-02-08T16:17:44.441Z Compiling same-file v1.0.6
32212026-02-08T16:17:44.692Z Compiling highway v1.3.0
32222026-02-08T16:17:44.803Z Compiling walkdir v2.5.0
32232026-02-08T16:17:45.129Z Compiling qorb v0.4.1
32242026-02-08T16:17:45.154Z Compiling progenitor v0.11.2
32252026-02-08T16:17:45.394Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32262026-02-08T16:17:45.655Z Compiling const_format v0.2.34
32272026-02-08T16:17:45.912Z Compiling progenitor v0.10.0
32282026-02-08T16:17:46.264Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-02-08T16:17:46.339Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-02-08T16:17:47.491Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312026-02-08T16:17:47.799Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-02-08T16:17:47.869Z Compiling tabled_derive v0.7.0
32332026-02-08T16:17:48.221Z Compiling globset v0.4.15
32342026-02-08T16:17:48.386Z Compiling snafu v0.8.5
32352026-02-08T16:17:48.672Z Compiling olpc-cjson v0.1.4
32362026-02-08T16:17:48.879Z Compiling primeorder v0.13.6
32372026-02-08T16:17:48.972Z Compiling bcs v0.1.6
32382026-02-08T16:17:49.062Z Compiling serde_plain v1.0.2
32392026-02-08T16:17:49.219Z Compiling radium v0.7.0
32402026-02-08T16:17:49.387Z Compiling termtree v0.5.1
32412026-02-08T16:17:49.433Z Compiling typed-path v0.9.3
32422026-02-08T16:17:49.560Z Compiling utf-8 v0.7.6
32432026-02-08T16:17:49.586Z Compiling textwrap v0.16.2
32442026-02-08T16:17:49.674Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32452026-02-08T16:17:49.739Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-02-08T16:17:49.771Z Compiling tabled v0.15.0
32472026-02-08T16:17:49.894Z Compiling tungstenite v0.21.0
32482026-02-08T16:17:50.099Z Compiling steno v0.4.1
32492026-02-08T16:17:50.533Z Compiling typify-impl v0.2.0
32502026-02-08T16:17:51.589Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32512026-02-08T16:17:52.028Z Compiling tough v0.20.0
32522026-02-08T16:17:53.370Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32532026-02-08T16:17:53.610Z Compiling maybe-uninit v2.0.0
32542026-02-08T16:17:54.100Z Compiling humantime v2.2.0
32552026-02-08T16:17:54.125Z Compiling tap v1.0.1
32562026-02-08T16:17:54.340Z Compiling moka v0.12.10
32572026-02-08T16:17:54.579Z Compiling wyz v0.5.1
32582026-02-08T16:17:54.675Z Compiling tokio-tungstenite v0.21.0
32592026-02-08T16:17:54.970Z Compiling tagptr v0.2.0
32602026-02-08T16:17:55.075Z Compiling funty v2.0.0
32612026-02-08T16:17:55.151Z Compiling arc-swap v1.7.1
32622026-02-08T16:17:55.244Z Compiling salty v0.3.0
32632026-02-08T16:17:55.276Z Compiling packed_struct v0.10.1
32642026-02-08T16:17:55.684Z Compiling slog-scope v4.4.0
32652026-02-08T16:17:55.764Z Compiling p384 v0.13.1
32662026-02-08T16:17:55.845Z Compiling bitvec v1.0.1
32672026-02-08T16:17:56.103Z Compiling polyval v0.6.2
32682026-02-08T16:17:56.454Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32692026-02-08T16:17:56.538Z Compiling packed_struct_codegen v0.10.1
32702026-02-08T16:17:56.819Z Compiling zerocopy-derive v0.6.6
32712026-02-08T16:17:56.844Z Compiling bitfield-macros v0.19.2
32722026-02-08T16:17:57.046Z Compiling proc-macro-error-attr2 v2.0.0
32732026-02-08T16:17:57.739Z Compiling indexmap v1.9.3
32742026-02-08T16:17:58.068Z Compiling crc-catalog v2.4.0
32752026-02-08T16:17:58.093Z Compiling parking_lot_core v0.8.6
32762026-02-08T16:17:58.285Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-02-08T16:17:58.392Z Compiling nodrop v0.1.14
32782026-02-08T16:17:58.579Z Compiling array-init v0.0.4
32792026-02-08T16:17:58.644Z Compiling zerocopy v0.6.6
32802026-02-08T16:17:58.669Z Compiling crc v3.2.1
32812026-02-08T16:17:58.693Z Compiling bitfield v0.19.2
32822026-02-08T16:17:59.157Z Compiling proc-macro-error2 v2.0.1
32832026-02-08T16:17:59.223Z Compiling hickory-resolver v0.25.2
32842026-02-08T16:17:59.333Z Compiling ghash v0.5.1
32852026-02-08T16:17:59.500Z Compiling slog-stdlog v4.1.1
32862026-02-08T16:17:59.560Z Compiling smallvec v0.6.14
32872026-02-08T16:17:59.876Z Compiling typify-macro v0.2.0
32882026-02-08T16:17:59.906Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32892026-02-08T16:17:59.962Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32902026-02-08T16:17:59.990Z Compiling ctr v0.9.2
32912026-02-08T16:18:00.361Z Compiling num-derive v0.3.3
32922026-02-08T16:18:00.511Z Compiling lzma-sys v0.1.20
32932026-02-08T16:18:00.679Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-02-08T16:18:00.991Z Compiling hashbrown v0.12.3
32952026-02-08T16:18:01.233Z Compiling unicase v2.8.1
32962026-02-08T16:18:01.623Z Compiling mime_guess v2.0.5
32972026-02-08T16:18:01.968Z Compiling libscf-sys v1.1.0
32982026-02-08T16:18:02.057Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32992026-02-08T16:18:02.227Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-02-08T16:18:02.624Z Compiling aes-gcm v0.10.3
33012026-02-08T16:18:02.779Z Compiling serde-hex v0.1.0
33022026-02-08T16:18:02.954Z Compiling slog-envlogger v2.2.0
33032026-02-08T16:18:02.985Z Compiling tabled_derive v0.11.0
33042026-02-08T16:18:03.210Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-02-08T16:18:03.664Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33062026-02-08T16:18:03.987Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33072026-02-08T16:18:04.225Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33082026-02-08T16:18:04.755Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33092026-02-08T16:18:05.258Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-02-08T16:18:05.382Z Compiling typify v0.2.0
33112026-02-08T16:18:05.585Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33122026-02-08T16:18:06.524Z Compiling progenitor-impl v0.8.0
33132026-02-08T16:18:07.236Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33142026-02-08T16:18:07.646Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33152026-02-08T16:18:07.872Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33162026-02-08T16:18:08.573Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33172026-02-08T16:18:08.769Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33182026-02-08T16:18:09.555Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33192026-02-08T16:18:10.642Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33202026-02-08T16:18:10.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33212026-02-08T16:18:10.877Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33222026-02-08T16:18:10.997Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33232026-02-08T16:18:11.028Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33242026-02-08T16:18:11.070Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-02-08T16:18:11.448Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33262026-02-08T16:18:11.947Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33272026-02-08T16:18:12.629Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33282026-02-08T16:18:12.732Z Compiling progenitor-macro v0.8.0
33292026-02-08T16:18:13.812Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33302026-02-08T16:18:13.843Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33312026-02-08T16:18:14.252Z Compiling ron v0.8.1
33322026-02-08T16:18:14.385Z Compiling papergrid v0.17.0
33332026-02-08T16:18:15.906Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33342026-02-08T16:18:16.340Z Compiling testing_table v0.3.0
33352026-02-08T16:18:16.432Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33362026-02-08T16:18:16.644Z Compiling hashbrown v0.13.2
33372026-02-08T16:18:17.378Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33382026-02-08T16:18:17.577Z Compiling heck v0.3.3
33392026-02-08T16:18:17.957Z Compiling progenitor-client v0.8.0
33402026-02-08T16:18:17.991Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33412026-02-08T16:18:18.342Z Compiling ssh-encoding v0.2.0
33422026-02-08T16:18:18.446Z Compiling blowfish v0.9.1
33432026-02-08T16:18:18.819Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-02-08T16:18:18.869Z Compiling nibble_vec v0.1.0
33452026-02-08T16:18:18.908Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33462026-02-08T16:18:19.115Z Compiling corncobs v0.1.4
33472026-02-08T16:18:19.245Z Compiling crc-any v2.5.0
33482026-02-08T16:18:19.295Z Compiling endian-type v0.1.2
33492026-02-08T16:18:19.449Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-02-08T16:18:19.569Z Compiling radix_trie v0.2.1
33512026-02-08T16:18:19.593Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33522026-02-08T16:18:19.728Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33532026-02-08T16:18:20.141Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33542026-02-08T16:18:20.222Z Compiling ssh-cipher v0.2.0
33552026-02-08T16:18:20.582Z Compiling bcrypt-pbkdf v0.10.0
33562026-02-08T16:18:21.304Z Compiling zone_cfg_derive v0.1.2
33572026-02-08T16:18:21.390Z Compiling object v0.30.4
33582026-02-08T16:18:22.427Z Compiling tabled v0.20.0
33592026-02-08T16:18:22.641Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-02-08T16:18:23.057Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-02-08T16:18:23.191Z Compiling progenitor v0.8.0
33622026-02-08T16:18:23.445Z Compiling parking_lot v0.11.2
33632026-02-08T16:18:24.172Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-02-08T16:18:26.098Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-02-08T16:18:27.172Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33662026-02-08T16:18:28.116Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33672026-02-08T16:18:28.145Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33682026-02-08T16:18:28.551Z Compiling prefix-trie v0.7.0
33692026-02-08T16:18:28.850Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33702026-02-08T16:18:29.311Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33712026-02-08T16:18:29.629Z Compiling password-hash v0.4.2
33722026-02-08T16:18:30.040Z Compiling fxhash v0.2.1
33732026-02-08T16:18:30.297Z Compiling secrecy v0.8.0
33742026-02-08T16:18:30.441Z Compiling base64 v0.13.1
33752026-02-08T16:18:30.579Z Compiling http-range v0.1.5
33762026-02-08T16:18:30.906Z Compiling path-slash v0.1.5
33772026-02-08T16:18:30.938Z Compiling number_prefix v0.4.0
33782026-02-08T16:18:30.964Z Compiling half v1.8.3
33792026-02-08T16:18:31.215Z Compiling indicatif v0.17.11
33802026-02-08T16:18:31.264Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-02-08T16:18:31.554Z Compiling serde_cbor v0.11.2
33822026-02-08T16:18:31.580Z Compiling ron v0.7.1
33832026-02-08T16:18:32.924Z Compiling sled v0.34.7
33842026-02-08T16:18:33.352Z Compiling pbkdf2 v0.11.0
33852026-02-08T16:18:33.699Z Compiling hickory-server v0.25.2
33862026-02-08T16:18:33.962Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-02-08T16:18:34.175Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33882026-02-08T16:18:34.746Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33892026-02-08T16:18:36.076Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33902026-02-08T16:18:36.462Z Compiling xz2 v0.1.7
33912026-02-08T16:18:36.920Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33922026-02-08T16:18:37.277Z Compiling zone v0.1.8
33932026-02-08T16:18:37.320Z Compiling ssh-key v0.6.6
33942026-02-08T16:18:37.748Z Compiling hickory-client v0.25.2
33952026-02-08T16:18:38.322Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33962026-02-08T16:18:38.505Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-02-08T16:18:39.096Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33982026-02-08T16:18:39.473Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
33992026-02-08T16:18:40.335Z Compiling p256 v0.13.2
34002026-02-08T16:18:40.463Z Compiling p521 v0.13.3
34012026-02-08T16:18:40.630Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
34022026-02-08T16:18:40.704Z Compiling yasna v0.5.2
34032026-02-08T16:18:41.051Z Compiling headers-core v0.3.0
34042026-02-08T16:18:41.288Z Compiling kstat-rs v0.2.4
34052026-02-08T16:18:41.707Z Compiling nanorand v0.7.0
34062026-02-08T16:18:41.833Z Compiling atty v0.2.14
34072026-02-08T16:18:42.028Z Compiling russh-cryptovec v0.7.3
34082026-02-08T16:18:42.099Z Compiling md5 v0.7.0
34092026-02-08T16:18:42.123Z Compiling crc8 v0.1.1
34102026-02-08T16:18:42.221Z Compiling flume v0.11.1
34112026-02-08T16:18:42.281Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
34122026-02-08T16:18:42.348Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34132026-02-08T16:18:42.389Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34142026-02-08T16:18:42.581Z Compiling russh-keys v0.45.0
34152026-02-08T16:18:42.624Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-02-08T16:18:42.843Z Compiling rcgen v0.12.1
34172026-02-08T16:18:43.327Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-02-08T16:18:43.866Z Compiling headers v0.4.1
34192026-02-08T16:18:44.582Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34202026-02-08T16:18:45.401Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34212026-02-08T16:18:45.694Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34222026-02-08T16:18:47.233Z Compiling hyper-staticfile v0.10.1
34232026-02-08T16:18:48.218Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-02-08T16:18:48.818Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-02-08T16:18:49.983Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34262026-02-08T16:18:51.629Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-02-08T16:18:51.676Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-02-08T16:18:52.113Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-02-08T16:18:52.859Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34302026-02-08T16:18:53.575Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34312026-02-08T16:18:54.491Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34322026-02-08T16:18:54.904Z Compiling num-bigint v0.4.6
34332026-02-08T16:18:55.705Z Compiling des v0.8.1
34342026-02-08T16:18:55.742Z Compiling subprocess v0.2.9
34352026-02-08T16:18:56.055Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-02-08T16:18:56.780Z Compiling hex-literal v0.4.1
34372026-02-08T16:18:56.845Z Compiling display-error-chain v0.2.2
34382026-02-08T16:18:56.991Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-02-08T16:18:57.090Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-02-08T16:18:57.120Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-02-08T16:18:57.558Z Compiling russh v0.45.0
34422026-02-08T16:18:57.717Z Compiling internet-checksum v0.2.1
34432026-02-08T16:19:00.630Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-02-08T16:19:03.374Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34452026-02-08T16:19:03.525Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34462026-02-08T16:19:03.552Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34472026-02-08T16:19:04.577Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34482026-02-08T16:19:06.739Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34492026-02-08T16:19:16.075Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34502026-02-08T16:19:59.334Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34512026-02-08T16:20:36.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s
34522026-02-08T16:20:36.719Z
34532026-02-08T16:20:36.719Zreal 3:26.717179032
34542026-02-08T16:20:36.719Zuser 16:28.871474939
34552026-02-08T16:20:36.719Zsys 2:32.876102740
34562026-02-08T16:20:36.719Ztrap 0.444192018
34572026-02-08T16:20:36.719Ztflt 0.187183319
34582026-02-08T16:20:36.719Zdflt 1.328836446
34592026-02-08T16:20:36.719Zkflt 0.000388622
34602026-02-08T16:20:36.719Zlock 44:35.376158381
34612026-02-08T16:20:36.719Zslp 58:25.102849315
34622026-02-08T16:20:36.719Zlat 1:00.568334408
34632026-02-08T16:20:36.744Zstop 2:19.434468396
34642026-02-08T16:20:36.744Z+ mkdir tests
34652026-02-08T16:20:36.744Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34662026-02-08T16:20:36.744Z+ xargs -I '{}' -t cp '{}' tests/
34672026-02-08T16:20:36.770Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-206d891f82aa7232 tests/
34682026-02-08T16:20:36.794Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ba63e676f52eeb39 tests/
34692026-02-08T16:20:36.818Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0dd10ed50bc0e12b tests/
34702026-02-08T16:20:36.842Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-33317d6f77933e69 tests/
34712026-02-08T16:20:37.107Z+ 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/*)
34722026-02-08T16:20:37.132Z+ 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-ba63e676f52eeb39 tests/commtest-0dd10ed50bc0e12b tests/dhcp_server-206d891f82aa7232 tests/end_to_end_tests-33317d6f77933e69 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
34732026-02-08T16:22:48.816ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34742026-02-08T16:22:48.816Za .github/buildomat/ci-env.sh 1K
34752026-02-08T16:22:48.816Za out/target/test 1K
34762026-02-08T16:22:48.816Za out/npuzone/npuzone 27402K
34772026-02-08T16:22:48.816Za package-manifest.toml 35K
34782026-02-08T16:22:48.816Za smf/sled-agent/non-gimlet/config.toml 6K
34792026-02-08T16:22:48.816Za target/release/omicron-package 43169K
34802026-02-08T16:22:48.816Za target/release/xtask 11507K
34812026-02-08T16:22:48.816Za target/debug/bootstrap 322071K
34822026-02-08T16:22:48.816Za tests/bootstrap-ba63e676f52eeb39 31130K
34832026-02-08T16:22:48.816Za tests/commtest-0dd10ed50bc0e12b 31430K
34842026-02-08T16:22:48.816Za tests/dhcp_server-206d891f82aa7232 31130K
34852026-02-08T16:22:48.816Za tests/end_to_end_tests-33317d6f77933e69 366402K
34862026-02-08T16:22:48.816Za out/clickhouse.tar.gz 319489K
34872026-02-08T16:22:48.816Za out/clickhouse_keeper.tar.gz 302476K
34882026-02-08T16:22:48.816Za out/clickhouse_server.tar.gz 319488K
34892026-02-08T16:22:48.816Za out/cockroachdb.tar.gz 165099K
34902026-02-08T16:22:48.816Za out/crucible-pantry-zone.tar.gz 41537K
34912026-02-08T16:22:48.816Za out/crucible-utils.tar 17744K
34922026-02-08T16:22:48.816Za out/crucible-zone.tar.gz 55675K
34932026-02-08T16:22:48.816Za out/external-dns.tar.gz 48770K
34942026-02-08T16:22:48.816Za out/internal-dns.tar.gz 48770K
34952026-02-08T16:22:48.816Za out/mg-ddm-gz.tar 79965K
34962026-02-08T16:22:48.816Za out/nexus.tar.gz 210734K
34972026-02-08T16:22:48.816Za out/ntp.tar.gz 29642K
34982026-02-08T16:22:48.816Za out/omicron-gateway-softnpu.tar.gz 29551K
34992026-02-08T16:22:48.816Za out/omicron-sled-agent.tar 190889K
35002026-02-08T16:22:48.816Za out/overlay.tar.gz 3K
35012026-02-08T16:22:48.816Za out/oximeter.tar.gz 64052K
35022026-02-08T16:22:48.816Za out/oxlog.tar 3946K
35032026-02-08T16:22:48.816Za out/probe.tar.gz 3037K
35042026-02-08T16:22:48.816Za out/propolis-server.tar.gz 74621K
35052026-02-08T16:22:48.816Za out/pumpkind-gz.tar 26647K
35062026-02-08T16:22:48.816Za out/switch-softnpu.tar.gz 373770K
35072026-02-08T16:22:48.846Z
35082026-02-08T16:22:48.846Zreal 2:11.711853647
35092026-02-08T16:22:48.846Zuser 2:01.682791055
35102026-02-08T16:22:48.846Zsys 12.106000615
35112026-02-08T16:22:48.846Ztrap 0.040581900
35122026-02-08T16:22:48.846Ztflt 0.000000000
35132026-02-08T16:22:48.846Zdflt 0.000000000
35142026-02-08T16:22:48.846Zkflt 0.000000000
35152026-02-08T16:22:48.846Zlock 0.000000000
35162026-02-08T16:22:48.846Zslp 2:02.002011316
35172026-02-08T16:22:48.846Zlat 7.587688405
35182026-02-08T16:22:48.846Zstop 0.000220896
35192026-02-08T16:22:48.846Zprocess exited: duration 2382676 ms, exit code 0
 
35202026-02-08T16:22:48.943Zfound 1 output files
35212026-02-08T16:22:48.943Zuploading: /work/package.tar.gz (2410088345 bytes)
35222026-02-08T16:25:22.420Zuploaded: /work/package.tar.gz