01KJR76A3DJ94TKMPBNAH8JMJR: 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: 01KJR772HN43SEJ95PXT5JMMQ4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-02T21:29:18.237Zjob assigned to worker 01KJR76XTDB8ZG0ZBVWXAVBMST [factory aws, i-05fffbb17c9025934] (queued for 1 m 10 s)
 
22026-03-02T21:29:26.732Zstarting task 0: "setup"
32026-03-02T21:29:26.739Z++ uname -s
42026-03-02T21:29:26.744Z+ kern=SunOS
52026-03-02T21:29:26.744Z+ build_user=build
62026-03-02T21:29:26.744Z+ build_uid=12345
72026-03-02T21:29:26.744Z+ work_dir=/work
82026-03-02T21:29:26.744Z+ input_dir=/input
92026-03-02T21:29:26.744Z+ [[ 0 == 12345 ]]
102026-03-02T21:29:26.744Z+ case "$kern" in
112026-03-02T21:29:26.744Z+ groupadd -g 12345 build
122026-03-02T21:29:26.744Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-02T21:29:28.752Z+ zfs create -o mountpoint=/work rpool/work
142026-03-02T21:29:28.933Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-02T21:29:28.966Z+ home_fs=zfs
162026-03-02T21:29:28.967Z+ [[ zfs == autofs ]]
172026-03-02T21:29:28.967Z+ mkdir -p /home/build
182026-03-02T21:29:28.967Z+ chown build:build /home/build /work
192026-03-02T21:29:30.940Z+ chmod 0700 /home/build /work
202026-03-02T21:29:30.943Zprocess exited: duration 4213 ms, exit code 0
 
212026-03-02T21:29:30.950Zstarting task 1: "rust-toolchain"
222026-03-02T21:29:30.955Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-02T21:29:30.955Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-02T21:29:30.955Z * rust toolchain channel = "1.91.1"
252026-03-02T21:29:30.955Z * rust toolchain profile = "default"
262026-03-02T21:29:30.956Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-02T21:29:30.956Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-02T21:29:30.958Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-02T21:29:30.958Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-02T21:29:31.101Zinfo: downloading installer
312026-03-02T21:29:32.980Zwarn: It looks like you have an existing installation of Rust at:
322026-03-02T21:29:32.980Zwarn: /opt/ooce/bin
332026-03-02T21:29:32.980Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-02T21:29:32.980Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-02T21:29:32.980Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-02T21:29:32.980Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-02T21:29:32.980Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-02T21:29:32.980Zerror: cannot install while Rust is installed
392026-03-02T21:29:32.980Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-02T21:29:32.990Zinfo: profile set to 'default'
412026-03-02T21:29:32.990Zinfo: default host triple is x86_64-unknown-illumos
422026-03-02T21:29:32.993Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-02T21:29:33.193Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-02T21:29:33.193Zinfo: downloading component 'cargo'
452026-03-02T21:29:34.232Zinfo: downloading component 'clippy'
462026-03-02T21:29:34.624Zinfo: downloading component 'rust-docs'
472026-03-02T21:29:36.029Zinfo: downloading component 'rust-std'
482026-03-02T21:29:37.883Zinfo: downloading component 'rustc'
492026-03-02T21:29:45.260Zinfo: downloading component 'rustfmt'
502026-03-02T21:29:45.538Zinfo: installing component 'cargo'
512026-03-02T21:29:46.504Zinfo: installing component 'clippy'
522026-03-02T21:29:46.906Zinfo: installing component 'rust-docs'
532026-03-02T21:29:48.884Zinfo: installing component 'rust-std'
542026-03-02T21:29:50.719Zinfo: installing component 'rustc'
552026-03-02T21:29:58.804Zinfo: installing component 'rustfmt'
562026-03-02T21:29:58.809Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-02T21:29:58.809Z
582026-03-02T21:29:58.809Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-02T21:29:58.809Z
602026-03-02T21:29:58.809Z
612026-03-02T21:29:58.809ZRust is installed now. Great!
622026-03-02T21:29:58.809Z
632026-03-02T21:29:58.809ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-02T21:29:58.809Zenvironment variable. This has not been done automatically.
652026-03-02T21:29:58.809Z
662026-03-02T21:29:58.809ZTo configure your current shell, you need to source
672026-03-02T21:29:58.809Zthe corresponding env file under $HOME/.cargo.
682026-03-02T21:29:58.810Z
692026-03-02T21:29:58.810ZThis is usually done by running one of the following (note the leading DOT):
702026-03-02T21:29:58.810Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-02T21:29:58.810Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-02T21:29:58.810Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-02T21:29:58.810Z+ rustup --version
742026-03-02T21:29:58.810Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-02T21:29:58.810Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-02T21:29:58.866Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-02T21:29:58.871Z+ cargo --version
782026-03-02T21:29:58.948Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-02T21:29:58.951Z+ rustc --version
802026-03-02T21:29:59.034Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-02T21:29:59.038Zprocess exited: duration 28086 ms, exit code 0
 
822026-03-02T21:29:59.045Zstarting task 2: "authentication"
832026-03-02T21:29:59.069Zprocess exited: duration 24 ms, exit code 0
 
842026-03-02T21:29:59.075Zstarting task 3: "clone repository"
852026-03-02T21:29:59.081Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-02T21:29:59.083Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-02T21:29:59.117ZCloning into '/work/oxidecomputer/omicron'...
882026-03-02T21:30:47.994Z+ cd /work/oxidecomputer/omicron
892026-03-02T21:30:47.997Z+ git fetch origin fda073a7a56467a7051f311b0923db1e5f3f0afa
902026-03-02T21:30:48.336ZFrom https://github.com/oxidecomputer/omicron
912026-03-02T21:30:48.336Z * branch fda073a7a56467a7051f311b0923db1e5f3f0afa -> FETCH_HEAD
922026-03-02T21:30:48.350Z+ [[ -n jmcarp/document-distribution-estimates ]]
932026-03-02T21:30:48.355Z++ git branch --show-current
942026-03-02T21:30:48.355Z+ current=main
952026-03-02T21:30:48.355Z+ [[ main != jmcarp/document-distribution-estimates ]]
962026-03-02T21:30:48.356Z+ git branch -f jmcarp/document-distribution-estimates fda073a7a56467a7051f311b0923db1e5f3f0afa
972026-03-02T21:30:48.361Z+ git checkout -f jmcarp/document-distribution-estimates
982026-03-02T21:30:48.747ZSwitched to branch 'jmcarp/document-distribution-estimates'
992026-03-02T21:30:48.750Z+ git reset --hard fda073a7a56467a7051f311b0923db1e5f3f0afa
1002026-03-02T21:30:48.787ZHEAD is now at fda073a7a Document distribution statistics.
1012026-03-02T21:30:48.790Zprocess exited: duration 49711 ms, exit code 0
 
1022026-03-02T21:30:48.796Zstarting task 4: "build"
1032026-03-02T21:30:48.802Z+ source .github/buildomat/ci-env.sh
1042026-03-02T21:30:48.802Z++ export CARGO_TERM_COLOR=always
1052026-03-02T21:30:48.802Z++ CARGO_TERM_COLOR=always
1062026-03-02T21:30:48.802Z+ cargo --version
1072026-03-02T21:30:48.870Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-02T21:30:48.873Z+ rustc --version
1092026-03-02T21:30:48.954Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-02T21:30:48.958Z+ WORK=/work
1112026-03-02T21:30:48.958Z+ pfexec mkdir -p /work
1122026-03-02T21:30:48.963Z+ pfexec chown build /work
1132026-03-02T21:30:48.966Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-02T21:31:03.131Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-02T21:31:13.987Z Startup: Caching catalogs ... Done
1162026-03-02T21:31:38.498ZPlanning: Solver setup ... Done (22.630s)
1172026-03-02T21:31:38.670ZPlanning: Running solver ... Done (0.172s)
1182026-03-02T21:31:38.854ZPlanning: Finding local manifests ... Done (0.002s)
1192026-03-02T21:31:38.868ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-02T21:31:39.016ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-02T21:31:39.070ZPlanning: Package planning ... Done (0.054s)
1222026-03-02T21:31:39.122ZPlanning: Merging actions ... Done (0.052s)
1232026-03-02T21:31:39.463ZPlanning: Checking for conflicting actions ... Done (0.340s)
1242026-03-02T21:31:39.476ZPlanning: Consolidating action changes ... Done (0.012s)
1252026-03-02T21:31:41.728ZPlanning: Evaluating mediators ... Done (2.252s)
1262026-03-02T21:31:41.742ZPlanning: Planning completed in 27.59 seconds
1272026-03-02T21:31:41.755Z Packages to install: 4
1282026-03-02T21:31:41.755Z Mediators to change: 2
1292026-03-02T21:31:41.755Z Services to change: 1
1302026-03-02T21:31:41.759Z Estimated space available: 155.43 GB
1312026-03-02T21:31:41.759ZEstimated space to be consumed: 1.82 GB
1322026-03-02T21:31:41.759Z Create boot environment: No
1332026-03-02T21:31:41.759ZCreate backup boot environment: No
1342026-03-02T21:31:41.759Z Rebuild boot archive: No
1352026-03-02T21:31:41.759Z
1362026-03-02T21:31:41.759ZChanged mediators:
1372026-03-02T21:31:41.759Z mediator clang:
1382026-03-02T21:31:41.759Z version: None -> 15 (system default)
1392026-03-02T21:31:41.759Z
1402026-03-02T21:31:41.759Z mediator llvm:
1412026-03-02T21:31:41.759Z version: 14 (system default) -> 15 (system default)
1422026-03-02T21:31:41.759Z
1432026-03-02T21:31:41.759ZChanged packages:
1442026-03-02T21:31:41.759Zhelios-dev
1452026-03-02T21:31:41.759Z developer/build-essential
1462026-03-02T21:31:41.759Z None -> 11-2.0
1472026-03-02T21:31:41.759Z library/libxmlsec1
1482026-03-02T21:31:41.759Z None -> 1.2.35-2.0
1492026-03-02T21:31:41.759Z ooce/developer/clang-15
1502026-03-02T21:31:41.759Z None -> 15.0.7-2.0
1512026-03-02T21:31:41.759Z ooce/developer/llvm-15
1522026-03-02T21:31:41.759Z None -> 15.0.7-2.0
1532026-03-02T21:31:41.759Z
1542026-03-02T21:31:41.759ZServices:
1552026-03-02T21:31:41.759Z restart_fmri:
1562026-03-02T21:31:41.759Z svc:/system/update-man-index:default
1572026-03-02T21:31:41.871Z
1582026-03-02T21:31:41.871ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-02T21:31:46.872ZDownload: 2573/3290 items 120.2/212.6MB 56% complete (24.2M/s)
1602026-03-02T21:31:48.999ZDownload: Completed 212.60 MB in 7.13 seconds (29.8M/s)
1612026-03-02T21:31:50.823Z Actions: 1/3689 actions (Installing new actions)
1622026-03-02T21:31:55.670Z Actions: Completed 3689 actions in 4.85 seconds.
1632026-03-02T21:31:56.121Z Done (0.446s)
1642026-03-02T21:31:56.121Z Done (0.000s)
1652026-03-02T21:31:57.233Z Done (1.111s)
1662026-03-02T21:32:02.113Z Done (4.484s)
1672026-03-02T21:32:02.210Z Done (0.017s)
1682026-03-02T21:32:02.218Z Done (0.000s)
1692026-03-02T21:32:02.370Z Done (0.000s)
1702026-03-02T21:32:03.438ZPlanning: Evaluating mediator changes ... Done
1712026-03-02T21:32:03.610ZPlanning: Checking for conflicting actions ... Done
1722026-03-02T21:32:03.613ZPlanning: Consolidating action changes ... Done
1732026-03-02T21:32:03.905ZPlanning: Evaluating mediators ... Done
1742026-03-02T21:32:03.908ZPlanning: Planning completed in 0.47 seconds
1752026-03-02T21:32:03.942Z Mediators to change: 2
1762026-03-02T21:32:03.942Z Create boot environment: No
1772026-03-02T21:32:03.942ZCreate backup boot environment: No
1782026-03-02T21:32:04.036Z Done
1792026-03-02T21:32:04.036Z Done
1802026-03-02T21:32:04.875Z Done
1812026-03-02T21:32:09.175Z Done
1822026-03-02T21:32:09.277Z Done
1832026-03-02T21:32:09.280Z Done
1842026-03-02T21:32:09.369Z Done
1852026-03-02T21:32:10.040ZPlanning: Evaluating mediator changes ... Done
1862026-03-02T21:32:10.043ZPlanning: Merging actions ... Done
1872026-03-02T21:32:10.246ZPlanning: Checking for conflicting actions ... Done
1882026-03-02T21:32:10.249ZPlanning: Consolidating action changes ... Done
1892026-03-02T21:32:10.528ZPlanning: Evaluating mediators ... Done
1902026-03-02T21:32:10.589ZPlanning: Planning completed in 0.81 seconds
1912026-03-02T21:32:10.625Z Packages to change: 1
1922026-03-02T21:32:10.625Z Mediators to change: 1
1932026-03-02T21:32:10.625Z Services to change: 1
1942026-03-02T21:32:10.629Z Create boot environment: No
1952026-03-02T21:32:10.629ZCreate backup boot environment: Yes
1962026-03-02T21:32:12.359Z Actions: 1/6 actions (Updating modified actions)
1972026-03-02T21:32:12.363Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-02T21:32:12.363Z Done
1992026-03-02T21:32:12.363Z Done
2002026-03-02T21:32:12.584Z Done
2012026-03-02T21:32:16.755Z Done
2022026-03-02T21:32:16.852Z Done
2032026-03-02T21:32:16.856Z Done
2042026-03-02T21:32:17.021Z Done
2052026-03-02T21:32:17.519ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-02T21:32:17.519Zclang system 15 system
2072026-03-02T21:32:17.519Zcsh system system illumos
2082026-03-02T21:32:17.519Zctags system system illumos
2092026-03-02T21:32:17.519Zfile system system illumos
2102026-03-02T21:32:17.519Zgcc vendor 12 vendor
2112026-03-02T21:32:17.519Zgcc system 10 system
2122026-03-02T21:32:17.520Zgcc system 7 system
2132026-03-02T21:32:17.520Zgo system 1.20 system
2142026-03-02T21:32:17.520Zgo system 1.19 system
2152026-03-02T21:32:17.520Zllvm system 15 system
2162026-03-02T21:32:17.520Zllvm system 14 system
2172026-03-02T21:32:17.520Zmariadb system 10.6 system
2182026-03-02T21:32:17.520Zmta vendor vendor dma
2192026-03-02T21:32:17.520Zopenjdk system 17 system
2202026-03-02T21:32:17.520Zopenjdk system 11 system
2212026-03-02T21:32:17.520Zopenjdk system 1.8 system
2222026-03-02T21:32:17.520Zopenssl vendor 3 vendor
2232026-03-02T21:32:17.520Zperl system 5.36 system
2242026-03-02T21:32:17.520Zpostgresql system 15 system
2252026-03-02T21:32:17.520Zpostgresql system 13 system
2262026-03-02T21:32:17.521Zpython vendor 3 vendor
2272026-03-02T21:32:17.521Zpython system 2 system
2282026-03-02T21:32:17.521Zpython3 system 3.11 system
2292026-03-02T21:32:17.521Zruby system 3.0 system
2302026-03-02T21:32:17.521Zwords vendor vendor american-english
2312026-03-02T21:32:17.521Zwords system system australian-english
2322026-03-02T21:32:17.521Zwords system system british-english
2332026-03-02T21:32:17.521Zwords system system canadian-english
2342026-03-02T21:32:17.521Zwords system system french
2352026-03-02T21:32:17.521Zwords system system italian
2362026-03-02T21:32:17.521Zwords system system ngerman
2372026-03-02T21:32:17.521Zwords system system ogerman
2382026-03-02T21:32:17.521Zwords system system spanish
2392026-03-02T21:32:17.886ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-02T21:32:17.886Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-02T21:32:24.633ZFMRI IFO
2422026-03-02T21:32:24.633Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-02T21:32:24.633Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-02T21:32:24.633Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-02T21:32:24.633Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-02T21:32:24.633Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-02T21:32:24.633Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-02T21:32:24.633Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-02T21:32:24.633Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-02T21:32:24.633Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-02T21:32:24.633Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-02T21:32:24.634Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-02T21:32:24.634Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-02T21:32:24.634Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-02T21:32:24.634Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-02T21:32:24.634Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-02T21:32:24.634Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-02T21:32:25.966Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-02T21:32:26.280Z Updating crates.io index
2602026-03-02T21:32:26.283Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-02T21:32:26.610Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-02T21:32:27.294Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-03-02T21:32:27.734Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-02T21:32:28.184Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-02T21:32:29.733Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-02T21:32:32.214Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-02T21:32:33.499Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-02T21:32:33.808Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692026-03-02T21:32:36.081Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702026-03-02T21:32:36.608Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-02T21:32:37.655Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-02T21:32:38.211Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-02T21:32:38.575Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-02T21:32:38.944Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-02T21:32:40.365Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-02T21:32:40.884Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-02T21:32:41.283Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-02T21:32:41.680Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-02T21:32:42.101Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-02T21:32:42.366Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-02T21:32:42.634Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-02T21:32:42.937Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-02T21:32:43.418Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-02T21:32:43.836Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-02T21:32:44.488Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-02T21:32:44.839Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-02T21:32:45.235Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-02T21:32:45.584Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-02T21:32:47.318Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-03-02T21:32:47.763Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-03-02T21:32:48.112Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-03-02T21:32:48.610Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-03-02T21:32:48.946Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-03-02T21:32:49.390Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-03-02T21:32:49.908Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-03-02T21:32:50.231Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-03-02T21:32:50.866Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-03-02T21:32:51.293Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-03-02T21:33:05.419Z Downloading crates ...
3002026-03-02T21:33:05.477Z Downloaded anstream v0.6.18
3012026-03-02T21:33:05.483Z Downloaded colorchoice v1.0.2
3022026-03-02T21:33:05.486Z Downloaded litemap v0.7.3
3032026-03-02T21:33:05.489Z Downloaded errno v0.3.12
3042026-03-02T21:33:05.489Z Downloaded autocfg v1.4.0
3052026-03-02T21:33:05.492Z Downloaded fastrand v2.1.1
3062026-03-02T21:33:05.495Z Downloaded erased-serde v0.4.6
3072026-03-02T21:33:05.495Z Downloaded cargo-util-schemas v0.8.2
3082026-03-02T21:33:05.498Z Downloaded anstyle-query v1.1.1
3092026-03-02T21:33:05.501Z Downloaded dtrace-parser v0.2.0
3102026-03-02T21:33:05.501Z Downloaded fnv v1.0.7
3112026-03-02T21:33:05.501Z Downloaded cargo_toml v0.21.0
3122026-03-02T21:33:05.504Z Downloaded cargo_metadata v0.21.0
3132026-03-02T21:33:05.506Z Downloaded bitflags v2.9.4
3142026-03-02T21:33:05.509Z Downloaded thiserror v2.0.18
3152026-03-02T21:33:05.515Z Downloaded yoke-derive v0.7.4
3162026-03-02T21:33:05.517Z Downloaded toml_datetime v0.6.11
3172026-03-02T21:33:05.517Z Downloaded tabled_derive v0.7.0
3182026-03-02T21:33:05.521Z Downloaded byteorder v1.5.0
3192026-03-02T21:33:05.521Z Downloaded anstyle-parse v0.2.5
3202026-03-02T21:33:05.524Z Downloaded clap_builder v4.5.48
3212026-03-02T21:33:05.529Z Downloaded zerocopy-derive v0.7.35
3222026-03-02T21:33:05.534Z Downloaded equivalent v1.0.2
3232026-03-02T21:33:05.536Z Downloaded zerofrom-derive v0.1.4
3242026-03-02T21:33:05.539Z Downloaded zerovec-derive v0.10.3
3252026-03-02T21:33:05.539Z Downloaded proc-macro-error-attr v1.0.4
3262026-03-02T21:33:05.542Z Downloaded clap_lex v0.7.4
3272026-03-02T21:33:05.542Z Downloaded icu_provider_macros v1.5.0
3282026-03-02T21:33:05.542Z Downloaded heck v0.5.0
3292026-03-02T21:33:05.545Z Downloaded strsim v0.11.1
3302026-03-02T21:33:05.545Z Downloaded utf8parse v0.2.2
3312026-03-02T21:33:05.548Z Downloaded heck v0.4.1
3322026-03-02T21:33:05.548Z Downloaded writeable v0.5.5
3332026-03-02T21:33:05.585Z Downloaded thiserror-impl v2.0.18
3342026-03-02T21:33:05.585Z Downloaded serde-value v0.7.0
3352026-03-02T21:33:05.585Z Downloaded unicode-xid v0.2.6
3362026-03-02T21:33:05.585Z Downloaded tinystr v0.7.6
3372026-03-02T21:33:05.585Z Downloaded zmij v1.0.15
3382026-03-02T21:33:05.585Z Downloaded sha2 v0.10.9
3392026-03-02T21:33:05.585Z Downloaded usdt-impl v0.5.0
3402026-03-02T21:33:05.585Z Downloaded unicode-linebreak v0.1.5
3412026-03-02T21:33:05.585Z Downloaded typenum v1.17.0
3422026-03-02T21:33:05.585Z Downloaded yoke v0.7.4
3432026-03-02T21:33:05.585Z Downloaded ucd-trie v0.1.7
3442026-03-02T21:33:05.585Z Downloaded swrite v0.1.0
3452026-03-02T21:33:05.585Z Downloaded terminal_size v0.4.0
3462026-03-02T21:33:05.585Z Downloaded scroll_derive v0.12.0
3472026-03-02T21:33:05.585Z Downloaded utf16_iter v1.0.5
3482026-03-02T21:33:05.585Z Downloaded zerofrom v0.1.4
3492026-03-02T21:33:05.585Z Downloaded usdt-macro v0.5.0
3502026-03-02T21:33:05.585Z Downloaded thread-id v4.2.2
3512026-03-02T21:33:05.585Z Downloaded unicode-ident v1.0.24
3522026-03-02T21:33:05.585Z Downloaded pretty-hex v0.4.1
3532026-03-02T21:33:05.585Z Downloaded stable_deref_trait v1.2.0
3542026-03-02T21:33:05.585Z Downloaded write16 v1.0.0
3552026-03-02T21:33:05.585Z Downloaded is_terminal_polyfill v1.70.1
3562026-03-02T21:33:05.586Z Downloaded plain v0.2.3
3572026-03-02T21:33:05.590Z Downloaded idna_adapter v1.2.0
3582026-03-02T21:33:05.590Z Downloaded ordered-float v2.10.1
3592026-03-02T21:33:05.590Z Downloaded memmap v0.7.0
3602026-03-02T21:33:05.590Z Downloaded version_check v0.9.5
3612026-03-02T21:33:05.593Z Downloaded toml_write v0.1.2
3622026-03-02T21:33:05.593Z Downloaded smawk v0.3.2
3632026-03-02T21:33:05.596Z Downloaded utf8_iter v1.0.4
3642026-03-02T21:33:05.596Z Downloaded generic-array v0.14.7
3652026-03-02T21:33:05.596Z Downloaded cargo-platform v0.2.0
3662026-03-02T21:33:05.601Z Downloaded thiserror-impl v1.0.69
3672026-03-02T21:33:05.601Z Downloaded toml_edit v0.22.27
3682026-03-02T21:33:05.603Z Downloaded serde_spanned v0.6.9
3692026-03-02T21:33:05.606Z Downloaded toml v0.8.23
3702026-03-02T21:33:05.609Z Downloaded synstructure v0.13.1
3712026-03-02T21:33:05.609Z Downloaded url v2.5.4
3722026-03-02T21:33:05.614Z Downloaded camino-tempfile v1.4.1
3732026-03-02T21:33:05.617Z Downloaded displaydoc v0.2.5
3742026-03-02T21:33:05.617Z Downloaded semver v1.0.27
3752026-03-02T21:33:05.620Z Downloaded itoa v1.0.11
3762026-03-02T21:33:05.620Z Downloaded digest v0.10.7
3772026-03-02T21:33:05.623Z Downloaded scroll v0.12.0
3782026-03-02T21:33:05.626Z Downloaded percent-encoding v2.3.2
3792026-03-02T21:33:05.626Z Downloaded icu_locid_transform v1.5.0
3802026-03-02T21:33:05.630Z Downloaded form_urlencoded v1.2.2
3812026-03-02T21:33:05.630Z Downloaded bytecount v0.6.8
3822026-03-02T21:33:05.630Z Downloaded serde_tokenstream v0.2.3
3832026-03-02T21:33:05.633Z Downloaded zerocopy v0.7.35
3842026-03-02T21:33:05.647Z Downloaded zerovec v0.10.4
3852026-03-02T21:33:05.651Z Downloaded winnow v0.7.14
3862026-03-02T21:33:05.660Z Downloaded anyhow v1.0.99
3872026-03-02T21:33:05.664Z Downloaded unicode-width v0.1.14
3882026-03-02T21:33:05.669Z Downloaded tempfile v3.24.0
3892026-03-02T21:33:05.674Z Downloaded smallvec v1.15.1
3902026-03-02T21:33:05.678Z Downloaded unicode-width v0.2.0
3912026-03-02T21:33:05.681Z Downloaded papergrid v0.11.0
3922026-03-02T21:33:05.684Z Downloaded pest_meta v2.8.2
3932026-03-02T21:33:05.687Z Downloaded getrandom v0.3.4
3942026-03-02T21:33:05.691Z Downloaded icu_provider v1.5.0
3952026-03-02T21:33:05.695Z Downloaded serde_derive v1.0.228
3962026-03-02T21:33:05.695Z Downloaded icu_normalizer v1.5.0
3972026-03-02T21:33:05.699Z Downloaded serde_core v1.0.228
3982026-03-02T21:33:05.702Z Downloaded num-traits v0.2.19
3992026-03-02T21:33:05.702Z Downloaded icu_properties v1.5.1
4002026-03-02T21:33:05.707Z Downloaded once_cell v1.21.3
4012026-03-02T21:33:05.707Z Downloaded icu_locid v1.5.0
4022026-03-02T21:33:05.710Z Downloaded proc-macro2 v1.0.106
4032026-03-02T21:33:05.714Z Downloaded icu_normalizer_data v1.5.0
4042026-03-02T21:33:05.716Z Downloaded icu_collections v1.5.0
4052026-03-02T21:33:05.720Z Downloaded memchr v2.7.4
4062026-03-02T21:33:05.724Z Downloaded log v0.4.29
4072026-03-02T21:33:05.731Z Downloaded textwrap v0.16.2
4082026-03-02T21:33:05.734Z Downloaded quote v1.0.44
4092026-03-02T21:33:05.734Z Downloaded pest_derive v2.8.2
4102026-03-02T21:33:05.734Z Downloaded serde v1.0.228
4112026-03-02T21:33:05.737Z Downloaded hashbrown v0.16.1
4122026-03-02T21:33:05.744Z Downloaded indexmap v2.13.0
4132026-03-02T21:33:05.749Z Downloaded pest v2.8.2
4142026-03-02T21:33:05.752Z Downloaded icu_locid_transform_data v1.5.0
4152026-03-02T21:33:05.755Z Downloaded camino v1.2.2
4162026-03-02T21:33:05.755Z Downloaded pest_generator v2.8.2
4172026-03-02T21:33:05.758Z Downloaded proc-macro-error v1.0.4
4182026-03-02T21:33:05.761Z Downloaded serde-untagged v0.1.7
4192026-03-02T21:33:05.764Z Downloaded idna v1.0.3
4202026-03-02T21:33:05.767Z Downloaded goblin v0.8.2
4212026-03-02T21:33:05.770Z Downloaded serde_json v1.0.149
4222026-03-02T21:33:05.776Z Downloaded usdt v0.5.0
4232026-03-02T21:33:05.780Z Downloaded block-buffer v0.10.4
4242026-03-02T21:33:05.780Z Downloaded usdt-attr-macro v0.5.0
4252026-03-02T21:33:05.780Z Downloaded macaddr v1.0.1
4262026-03-02T21:33:05.783Z Downloaded dof v0.3.0
4272026-03-02T21:33:05.783Z Downloaded cfg-if v1.0.4
4282026-03-02T21:33:05.783Z Downloaded anstyle v1.0.11
4292026-03-02T21:33:05.783Z Downloaded typeid v1.0.3
4302026-03-02T21:33:05.787Z Downloaded tabled v0.15.0
4312026-03-02T21:33:05.798Z Downloaded thiserror v1.0.69
4322026-03-02T21:33:05.803Z Downloaded fs-err v3.1.1
4332026-03-02T21:33:05.806Z Downloaded syn v1.0.109
4342026-03-02T21:33:05.814Z Downloaded icu_properties_data v1.5.0
4352026-03-02T21:33:05.824Z Downloaded crypto-common v0.1.6
4362026-03-02T21:33:05.826Z Downloaded syn v2.0.117
4372026-03-02T21:33:05.834Z Downloaded cpufeatures v0.2.14
4382026-03-02T21:33:05.837Z Downloaded clap_derive v4.5.47
4392026-03-02T21:33:05.840Z Downloaded clap v4.5.48
4402026-03-02T21:33:05.846Z Downloaded rustix v0.38.37
4412026-03-02T21:33:05.866Z Downloaded rustix v1.1.3
4422026-03-02T21:33:05.904Z Downloaded libc v0.2.180
4432026-03-02T21:33:06.006Z Compiling proc-macro2 v1.0.106
4442026-03-02T21:33:06.007Z Compiling unicode-ident v1.0.24
4452026-03-02T21:33:06.010Z Compiling quote v1.0.44
4462026-03-02T21:33:06.010Z Compiling serde_core v1.0.228
4472026-03-02T21:33:06.010Z Compiling version_check v0.9.5
4482026-03-02T21:33:06.010Z Compiling serde v1.0.228
4492026-03-02T21:33:06.010Z Compiling libc v0.2.180
4502026-03-02T21:33:06.242Z Compiling memchr v2.7.4
4512026-03-02T21:33:06.513Z Compiling thiserror v2.0.18
4522026-03-02T21:33:07.030Z Compiling stable_deref_trait v1.2.0
4532026-03-02T21:33:07.109Z Compiling zmij v1.0.15
4542026-03-02T21:33:07.136Z Compiling autocfg v1.4.0
4552026-03-02T21:33:07.172Z Compiling ucd-trie v0.1.7
4562026-03-02T21:33:07.700Z Compiling writeable v0.5.5
4572026-03-02T21:33:07.727Z Compiling litemap v0.7.3
4582026-03-02T21:33:08.122Z Compiling thiserror v1.0.69
4592026-03-02T21:33:08.205Z Compiling itoa v1.0.11
4602026-03-02T21:33:08.298Z Compiling byteorder v1.5.0
4612026-03-02T21:33:08.358Z Compiling icu_locid_transform_data v1.5.0
4622026-03-02T21:33:08.416Z Compiling bitflags v2.9.4
4632026-03-02T21:33:08.782Z Compiling errno v0.3.12
4642026-03-02T21:33:08.877Z Compiling icu_properties_data v1.5.0
4652026-03-02T21:33:09.067Z Compiling syn v2.0.117
4662026-03-02T21:33:09.146Z Compiling serde_json v1.0.149
4672026-03-02T21:33:09.149Z Compiling num-traits v0.2.19
4682026-03-02T21:33:09.201Z Compiling equivalent v1.0.2
4692026-03-02T21:33:09.352Z Compiling typeid v1.0.3
4702026-03-02T21:33:09.475Z Compiling utf8_iter v1.0.4
4712026-03-02T21:33:09.565Z Compiling icu_normalizer_data v1.5.0
4722026-03-02T21:33:09.697Z Compiling hashbrown v0.16.1
4732026-03-02T21:33:09.742Z Compiling smallvec v1.15.1
4742026-03-02T21:33:09.900Z Compiling utf16_iter v1.0.5
4752026-03-02T21:33:09.903Z Compiling write16 v1.0.0
4762026-03-02T21:33:10.009Z Compiling rustix v0.38.37
4772026-03-02T21:33:10.261Z Compiling usdt-impl v0.5.0
4782026-03-02T21:33:10.517Z Compiling proc-macro-error-attr v1.0.4
4792026-03-02T21:33:10.703Z Compiling toml_write v0.1.2
4802026-03-02T21:33:10.901Z Compiling indexmap v2.13.0
4812026-03-02T21:33:10.934Z Compiling winnow v0.7.14
4822026-03-02T21:33:10.963Z Compiling syn v1.0.109
4832026-03-02T21:33:11.043Z Compiling thread-id v4.2.2
4842026-03-02T21:33:12.070Z Compiling proc-macro-error v1.0.4
4852026-03-02T21:33:12.404Z Compiling rustix v1.1.3
4862026-03-02T21:33:12.450Z Compiling getrandom v0.3.4
4872026-03-02T21:33:12.641Z Compiling log v0.4.29
4882026-03-02T21:33:13.027Z Compiling camino v1.2.2
4892026-03-02T21:33:13.188Z Compiling percent-encoding v2.3.2
4902026-03-02T21:33:13.268Z Compiling plain v0.2.3
4912026-03-02T21:33:13.588Z Compiling utf8parse v0.2.2
4922026-03-02T21:33:13.592Z Compiling form_urlencoded v1.2.2
4932026-03-02T21:33:13.767Z Compiling anstyle-parse v0.2.5
4942026-03-02T21:33:13.989Z Compiling ordered-float v2.10.1
4952026-03-02T21:33:14.149Z Compiling terminal_size v0.4.0
4962026-03-02T21:33:14.565Z Compiling anstyle v1.0.11
4972026-03-02T21:33:14.609Z Compiling pretty-hex v0.4.1
4982026-03-02T21:33:14.804Z Compiling is_terminal_polyfill v1.70.1
4992026-03-02T21:33:14.832Z Compiling colorchoice v1.0.2
5002026-03-02T21:33:14.874Z Compiling anstyle-query v1.1.1
5012026-03-02T21:33:14.956Z Compiling cfg-if v1.0.4
5022026-03-02T21:33:15.023Z Compiling anstream v0.6.18
5032026-03-02T21:33:15.267Z Compiling semver v1.0.27
5042026-03-02T21:33:15.821Z Compiling fs-err v3.1.1
5052026-03-02T21:33:15.986Z Compiling bytecount v0.6.8
5062026-03-02T21:33:16.019Z Compiling anyhow v1.0.99
5072026-03-02T21:33:16.092Z Compiling synstructure v0.13.1
5082026-03-02T21:33:16.183Z Compiling heck v0.4.1
5092026-03-02T21:33:16.244Z Compiling once_cell v1.21.3
5102026-03-02T21:33:16.657Z Compiling fastrand v2.1.1
5112026-03-02T21:33:16.688Z Compiling heck v0.5.0
5122026-03-02T21:33:16.717Z Compiling strsim v0.11.1
5132026-03-02T21:33:17.258Z Compiling fnv v1.0.7
5142026-03-02T21:33:17.349Z Compiling clap_lex v0.7.4
5152026-03-02T21:33:17.443Z Compiling unicode-xid v0.2.6
5162026-03-02T21:33:17.565Z Compiling unicode-width v0.1.14
5172026-03-02T21:33:17.596Z Compiling tempfile v3.24.0
5182026-03-02T21:33:17.697Z Compiling clap_builder v4.5.48
5192026-03-02T21:33:18.030Z Compiling memmap v0.7.0
5202026-03-02T21:33:18.174Z Compiling papergrid v0.11.0
5212026-03-02T21:33:18.327Z Compiling smawk v0.3.2
5222026-03-02T21:33:18.359Z Compiling unicode-linebreak v0.1.5
5232026-03-02T21:33:18.429Z Compiling unicode-width v0.2.0
5242026-03-02T21:33:18.898Z Compiling camino-tempfile v1.4.1
5252026-03-02T21:33:19.009Z Compiling textwrap v0.16.2
5262026-03-02T21:33:19.419Z Compiling swrite v0.1.0
5272026-03-02T21:33:19.596Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5282026-03-02T21:33:19.709Z Compiling tabled_derive v0.7.0
5292026-03-02T21:33:20.571Z Compiling serde_derive v1.0.228
5302026-03-02T21:33:20.571Z Compiling zerofrom-derive v0.1.4
5312026-03-02T21:33:20.686Z Compiling yoke-derive v0.7.4
5322026-03-02T21:33:20.761Z Compiling zerovec-derive v0.10.3
5332026-03-02T21:33:20.903Z Compiling thiserror-impl v2.0.18
5342026-03-02T21:33:21.687Z Compiling displaydoc v0.2.5
5352026-03-02T21:33:23.411Z Compiling icu_provider_macros v1.5.0
5362026-03-02T21:33:23.459Z Compiling thiserror-impl v1.0.69
5372026-03-02T21:33:23.565Z Compiling zerocopy-derive v0.7.35
5382026-03-02T21:33:24.107Z Compiling zerofrom v0.1.4
5392026-03-02T21:33:24.385Z Compiling yoke v0.7.4
5402026-03-02T21:33:24.473Z Compiling pest v2.8.2
5412026-03-02T21:33:24.522Z Compiling scroll_derive v0.12.0
5422026-03-02T21:33:24.796Z Compiling zerovec v0.10.4
5432026-03-02T21:33:25.522Z Compiling clap_derive v4.5.47
5442026-03-02T21:33:25.556Z Compiling zerocopy v0.7.35
5452026-03-02T21:33:26.045Z Compiling scroll v0.12.0
5462026-03-02T21:33:26.395Z Compiling tabled v0.15.0
5472026-03-02T21:33:26.626Z Compiling goblin v0.8.2
5482026-03-02T21:33:26.695Z Compiling tinystr v0.7.6
5492026-03-02T21:33:27.035Z Compiling icu_collections v1.5.0
5502026-03-02T21:33:27.157Z Compiling icu_locid v1.5.0
5512026-03-02T21:33:27.299Z Compiling pest_meta v2.8.2
5522026-03-02T21:33:28.381Z Compiling icu_provider v1.5.0
5532026-03-02T21:33:29.297Z Compiling icu_locid_transform v1.5.0
5542026-03-02T21:33:29.440Z Compiling pest_generator v2.8.2
5552026-03-02T21:33:29.468Z Compiling toml_datetime v0.6.11
5562026-03-02T21:33:29.468Z Compiling serde_spanned v0.6.9
5572026-03-02T21:33:29.748Z Compiling dof v0.3.0
5582026-03-02T21:33:29.779Z Compiling serde_tokenstream v0.2.3
5592026-03-02T21:33:30.044Z Compiling toml_edit v0.22.27
5602026-03-02T21:33:30.447Z Compiling erased-serde v0.4.6
5612026-03-02T21:33:30.684Z Compiling icu_properties v1.5.1
5622026-03-02T21:33:31.323Z Compiling serde-value v0.7.0
5632026-03-02T21:33:31.663Z Compiling serde-untagged v0.1.7
5642026-03-02T21:33:31.759Z Compiling cargo-platform v0.2.0
5652026-03-02T21:33:31.863Z Compiling pest_derive v2.8.2
5662026-03-02T21:33:32.203Z Compiling clap v4.5.48
5672026-03-02T21:33:32.239Z Compiling macaddr v1.0.1
5682026-03-02T21:33:32.715Z Compiling dtrace-parser v0.2.0
5692026-03-02T21:33:33.676Z Compiling toml v0.8.23
5702026-03-02T21:33:34.527Z Compiling icu_normalizer v1.5.0
5712026-03-02T21:33:34.660Z Compiling cargo_toml v0.21.0
5722026-03-02T21:33:34.767Z Compiling usdt-macro v0.5.0
5732026-03-02T21:33:34.815Z Compiling usdt-attr-macro v0.5.0
5742026-03-02T21:33:35.524Z Compiling idna_adapter v1.2.0
5752026-03-02T21:33:35.728Z Compiling idna v1.0.3
5762026-03-02T21:33:36.086Z Compiling usdt v0.5.0
5772026-03-02T21:33:36.230Z Compiling url v2.5.4
5782026-03-02T21:33:36.974Z Compiling cargo-util-schemas v0.8.2
5792026-03-02T21:33:38.796Z Compiling cargo_metadata v0.21.0
5802026-03-02T21:33:40.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5812026-03-02T21:33:44.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
5822026-03-02T21:33:44.634Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5832026-03-02T21:33:45.544Z Downloading crates ...
5842026-03-02T21:33:45.692Z Downloaded addr2line v0.24.2
5852026-03-02T21:33:45.700Z Downloaded crc32fast v1.4.2
5862026-03-02T21:33:45.706Z Downloaded console v0.15.10
5872026-03-02T21:33:45.714Z Downloaded cbc v0.1.2
5882026-03-02T21:33:45.734Z Downloaded chacha20 v0.9.1
5892026-03-02T21:33:45.741Z Downloaded cstr-argument v0.1.2
5902026-03-02T21:33:45.745Z Downloaded futures-core v0.3.32
5912026-03-02T21:33:45.750Z Downloaded data-encoding v2.9.0
5922026-03-02T21:33:45.755Z Downloaded fs-err v2.11.0
5932026-03-02T21:33:45.761Z Downloaded crunchy v0.2.2
5942026-03-02T21:33:45.766Z Downloaded convert_case v0.7.1
5952026-03-02T21:33:45.772Z Downloaded derive_more-impl v2.0.1
5962026-03-02T21:33:45.781Z Downloaded ed25519 v2.2.3
5972026-03-02T21:33:45.786Z Downloaded debug-ignore v1.0.5
5982026-03-02T21:33:45.794Z Downloaded array-init v0.0.4
5992026-03-02T21:33:45.797Z Downloaded foreign-types v0.5.0
6002026-03-02T21:33:45.800Z Downloaded diesel_table_macro_syntax v0.2.0
6012026-03-02T21:33:45.805Z Downloaded flagset v0.4.6
6022026-03-02T21:33:45.810Z Downloaded crc v3.2.1
6032026-03-02T21:33:45.817Z Downloaded drift v0.1.3
6042026-03-02T21:33:45.826Z Downloaded foreign-types-shared v0.1.1
6052026-03-02T21:33:45.831Z Downloaded float-ord v0.3.2
6062026-03-02T21:33:45.836Z Downloaded futures-macro v0.3.31
6072026-03-02T21:33:45.840Z Downloaded ghash v0.5.1
6082026-03-02T21:33:45.844Z Downloaded gethostname v0.5.0
6092026-03-02T21:33:45.849Z Downloaded futures-executor v0.3.31
6102026-03-02T21:33:45.854Z Downloaded futures-io v0.3.31
6112026-03-02T21:33:45.858Z Downloaded foreign-types-macros v0.2.3
6122026-03-02T21:33:45.862Z Downloaded cassowary v0.3.0
6132026-03-02T21:33:45.867Z Downloaded hash32 v0.2.1
6142026-03-02T21:33:45.872Z Downloaded fs_extra v1.3.0
6152026-03-02T21:33:45.877Z Downloaded headers-core v0.3.0
6162026-03-02T21:33:45.881Z Downloaded http-range v0.1.5
6172026-03-02T21:33:45.885Z Downloaded hex-literal v0.4.1
6182026-03-02T21:33:45.889Z Downloaded hex v0.4.3
6192026-03-02T21:33:45.894Z Downloaded hostname v0.3.1
6202026-03-02T21:33:45.899Z Downloaded erased-serde v0.3.31
6212026-03-02T21:33:45.905Z Downloaded hubpack_derive v0.1.1
6222026-03-02T21:33:45.908Z Downloaded cexpr v0.6.0
6232026-03-02T21:33:45.913Z Downloaded ident_case v1.0.1
6242026-03-02T21:33:45.917Z Downloaded impl-trait-for-tuples v0.2.2
6252026-03-02T21:33:45.923Z Downloaded inout v0.1.3
6262026-03-02T21:33:45.927Z Downloaded is_ci v1.2.0
6272026-03-02T21:33:45.931Z Downloaded instability v0.3.2
6282026-03-02T21:33:45.936Z Downloaded ecdsa v0.16.9
6292026-03-02T21:33:45.941Z Downloaded libscf-sys v1.1.0
6302026-03-02T21:33:45.993Z Downloaded lazy_static v1.5.0
6312026-03-02T21:33:45.993Z Downloaded globset v0.4.15
6322026-03-02T21:33:45.993Z Downloaded http-body-util v0.1.3
6332026-03-02T21:33:45.993Z Downloaded ff v0.13.0
6342026-03-02T21:33:45.993Z Downloaded arc-swap v1.7.1
6352026-03-02T21:33:45.993Z Downloaded linked-hash-map v0.5.6
6362026-03-02T21:33:45.993Z Downloaded lockfree-object-pool v0.1.6
6372026-03-02T21:33:45.993Z Downloaded maplit v1.0.2
6382026-03-02T21:33:45.996Z Downloaded crossbeam-deque v0.8.5
6392026-03-02T21:33:45.996Z Downloaded md5 v0.7.0
6402026-03-02T21:33:45.996Z Downloaded maybe-uninit v2.0.0
6412026-03-02T21:33:45.996Z Downloaded mime v0.3.17
6422026-03-02T21:33:45.999Z Downloaded ingot-types v0.1.2
6432026-03-02T21:33:46.002Z Downloaded libefi-sys v0.1.0
6442026-03-02T21:33:46.006Z Downloaded nodrop v0.1.14
6452026-03-02T21:33:46.009Z Downloaded nibble_vec v0.1.0
6462026-03-02T21:33:46.013Z Downloaded num-conv v0.2.0
6472026-03-02T21:33:46.017Z Downloaded elliptic-curve v0.13.8
6482026-03-02T21:33:46.024Z Downloaded newline-converter v0.3.0
6492026-03-02T21:33:46.028Z Downloaded num-derive v0.3.3
6502026-03-02T21:33:46.033Z Downloaded lock_api v0.4.12
6512026-03-02T21:33:46.038Z Downloaded openssl-macros v0.1.1
6522026-03-02T21:33:46.041Z Downloaded jobserver v0.1.32
6532026-03-02T21:33:46.046Z Downloaded oso-derive v0.27.3
6542026-03-02T21:33:46.049Z Downloaded num-iter v0.1.45
6552026-03-02T21:33:46.053Z Downloaded packed_struct_codegen v0.10.1
6562026-03-02T21:33:46.056Z Downloaded opaque-debug v0.3.1
6572026-03-02T21:33:46.060Z Downloaded native-tls v0.2.12
6582026-03-02T21:33:46.064Z Downloaded nanorand v0.7.0
6592026-03-02T21:33:46.069Z Downloaded httparse v1.9.5
6602026-03-02T21:33:46.074Z Downloaded parse-display v0.10.0
6612026-03-02T21:33:46.078Z Downloaded nu-ansi-term v0.50.1
6622026-03-02T21:33:46.082Z Downloaded olpc-cjson v0.1.4
6632026-03-02T21:33:46.085Z Downloaded mime_guess v2.0.5
6642026-03-02T21:33:46.089Z Downloaded path-slash v0.1.5
6652026-03-02T21:33:46.093Z Downloaded cc v1.2.56
6662026-03-02T21:33:46.098Z Downloaded multer v3.1.0
6672026-03-02T21:33:46.104Z Downloaded peg-runtime v0.8.5
6682026-03-02T21:33:46.107Z Downloaded phf_shared v0.12.1
6692026-03-02T21:33:46.110Z Downloaded ingot-macros v0.1.1
6702026-03-02T21:33:46.113Z Downloaded pbkdf2 v0.12.2
6712026-03-02T21:33:46.117Z Downloaded pbkdf2 v0.11.0
6722026-03-02T21:33:46.121Z Downloaded pin-utils v0.1.0
6732026-03-02T21:33:46.126Z Downloaded phf_shared v0.11.2
6742026-03-02T21:33:46.129Z Downloaded num_enum v0.5.11
6752026-03-02T21:33:46.136Z Downloaded powerfmt v0.2.0
6762026-03-02T21:33:46.139Z Downloaded pretty-hex v0.2.1
6772026-03-02T21:33:46.142Z Downloaded bumpalo v3.16.0
6782026-03-02T21:33:46.147Z Downloaded parking_lot_core v0.9.10
6792026-03-02T21:33:46.151Z Downloaded predicates-core v1.0.8
6802026-03-02T21:33:46.154Z Downloaded progenitor-client v0.10.0
6812026-03-02T21:33:46.157Z Downloaded progenitor-client v0.8.0
6822026-03-02T21:33:46.160Z Downloaded proc-macro-error-attr2 v2.0.0
6832026-03-02T21:33:46.163Z Downloaded ed25519-dalek v2.1.1
6842026-03-02T21:33:46.167Z Downloaded password-hash v0.5.0
6852026-03-02T21:33:46.170Z Downloaded progenitor-macro v0.11.2
6862026-03-02T21:33:46.173Z Downloaded progenitor-macro v0.13.0
6872026-03-02T21:33:46.177Z Downloaded progenitor-macro v0.10.0
6882026-03-02T21:33:46.180Z Downloaded phf v0.12.1
6892026-03-02T21:33:46.183Z Downloaded pin-project-internal v1.1.6
6902026-03-02T21:33:46.187Z Downloaded pem-rfc7468 v0.7.0
6912026-03-02T21:33:46.190Z Downloaded quick-error v1.2.3
6922026-03-02T21:33:46.193Z Downloaded psl-types v2.0.11
6932026-03-02T21:33:46.196Z Downloaded radium v0.7.0
6942026-03-02T21:33:46.199Z Downloaded pkg-config v0.3.31
6952026-03-02T21:33:46.202Z Downloaded polyval v0.6.2
6962026-03-02T21:33:46.205Z Downloaded poly1305 v0.8.0
6972026-03-02T21:33:46.209Z Downloaded recursive v0.1.1
6982026-03-02T21:33:46.211Z Downloaded pin-project-lite v0.2.14
6992026-03-02T21:33:46.218Z Downloaded rand_xorshift v0.4.0
7002026-03-02T21:33:46.221Z Downloaded miniz_oxide v0.8.5
7012026-03-02T21:33:46.226Z Downloaded predicates v3.1.3
7022026-03-02T21:33:46.230Z Downloaded recursive-proc-macro-impl v0.1.1
7032026-03-02T21:33:46.233Z Downloaded ref-cast v1.0.25
7042026-03-02T21:33:46.237Z Downloaded ref-cast-impl v1.0.25
7052026-03-02T21:33:46.240Z Downloaded progenitor v0.11.2
7062026-03-02T21:33:46.243Z Downloaded progenitor-extras v0.1.0
7072026-03-02T21:33:46.245Z Downloaded progenitor v0.10.0
7082026-03-02T21:33:46.248Z Downloaded psm v0.1.30
7092026-03-02T21:33:46.253Z Downloaded rustc-hash v2.1.1
7102026-03-02T21:33:46.256Z Downloaded russh-cryptovec v0.7.3
7112026-03-02T21:33:46.259Z Downloaded rtoolbox v0.0.2
7122026-03-02T21:33:46.262Z Downloaded oso v0.27.3
7132026-03-02T21:33:46.265Z Downloaded rfc6979 v0.4.0
7142026-03-02T21:33:46.268Z Downloaded rustc_version v0.1.7
7152026-03-02T21:33:46.271Z Downloaded parking_lot v0.11.2
7162026-03-02T21:33:46.276Z Downloaded sapling-renderdag v0.1.0
7172026-03-02T21:33:46.278Z Downloaded scopeguard v1.2.0
7182026-03-02T21:33:46.278Z Downloaded rand_core v0.6.4
7192026-03-02T21:33:46.281Z Downloaded rustc_version v0.4.1
7202026-03-02T21:33:46.284Z Downloaded r2d2 v0.8.10
7212026-03-02T21:33:46.287Z Downloaded jiff-static v0.2.15
7222026-03-02T21:33:46.292Z Downloaded predicates-tree v1.0.12
7232026-03-02T21:33:46.296Z Downloaded rand_seeder v0.4.0
7242026-03-02T21:33:46.298Z Downloaded postgres-types v0.2.9
7252026-03-02T21:33:46.302Z Downloaded scheduled-thread-pool v0.2.7
7262026-03-02T21:33:46.305Z Downloaded postgres-protocol v0.6.8
7272026-03-02T21:33:46.307Z Downloaded p256 v0.13.2
7282026-03-02T21:33:46.310Z Downloaded proc-macro-error2 v2.0.1
7292026-03-02T21:33:46.315Z Downloaded salsa20 v0.10.2
7302026-03-02T21:33:46.318Z Downloaded papergrid v0.14.0
7312026-03-02T21:33:46.323Z Downloaded secrecy v0.10.3
7322026-03-02T21:33:46.326Z Downloaded serde-big-array v0.5.1
7332026-03-02T21:33:46.329Z Downloaded seq-macro v0.3.6
7342026-03-02T21:33:46.332Z Downloaded semver v0.1.20
7352026-03-02T21:33:46.335Z Downloaded openssl-sys v0.9.109
7362026-03-02T21:33:46.341Z Downloaded resolv-conf v0.7.0
7372026-03-02T21:33:46.344Z Downloaded serde_urlencoded v0.7.1
7382026-03-02T21:33:46.347Z Downloaded serde_spanned v1.0.4
7392026-03-02T21:33:46.350Z Downloaded sigpipe v0.1.3
7402026-03-02T21:33:46.353Z Downloaded signal-hook-tokio v0.3.1
7412026-03-02T21:33:46.356Z Downloaded siphasher v0.3.11
7422026-03-02T21:33:46.359Z Downloaded signature v2.2.0
7432026-03-02T21:33:46.359Z Downloaded hashbrown v0.13.2
7442026-03-02T21:33:46.364Z Downloaded sha1 v0.10.6
7452026-03-02T21:33:46.367Z Downloaded rustversion v1.0.22
7462026-03-02T21:33:46.371Z Downloaded scroll_derive v0.13.1
7472026-03-02T21:33:46.375Z Downloaded siphasher v1.0.1
7482026-03-02T21:33:46.378Z Downloaded http v1.4.0
7492026-03-02T21:33:46.381Z Downloaded signal-hook-mio v0.2.4
7502026-03-02T21:33:46.384Z Downloaded slog-bunyan v2.5.0
7512026-03-02T21:33:46.387Z Downloaded hyper-util v0.1.19
7522026-03-02T21:33:46.392Z Downloaded rusty-fork v0.3.0
7532026-03-02T21:33:46.395Z Downloaded slog-envlogger v2.2.0
7542026-03-02T21:33:46.398Z Downloaded serde_bytes v0.11.19
7552026-03-02T21:33:46.401Z Downloaded schemars_derive v0.8.22
7562026-03-02T21:33:46.404Z Downloaded progenitor-impl v0.10.0
7572026-03-02T21:33:46.407Z Downloaded ssh-cipher v0.2.0
7582026-03-02T21:33:46.410Z Downloaded sqlparser_derive v0.5.0
7592026-03-02T21:33:46.410Z Downloaded progenitor-impl v0.13.0
7602026-03-02T21:33:46.415Z Downloaded serde_derive_internals v0.29.1
7612026-03-02T21:33:46.418Z Downloaded rustls-pemfile v1.0.4
7622026-03-02T21:33:46.421Z Downloaded serde-hex v0.1.0
7632026-03-02T21:33:46.424Z Downloaded simd-adler32 v0.3.7
7642026-03-02T21:33:46.426Z Downloaded ssh-encoding v0.2.0
7652026-03-02T21:33:46.426Z Downloaded shlex v1.3.0
7662026-03-02T21:33:46.430Z Downloaded structmeta v0.3.0
7672026-03-02T21:33:46.433Z Downloaded pkcs1 v0.7.5
7682026-03-02T21:33:46.436Z Downloaded serde_path_to_error v0.1.20
7692026-03-02T21:33:46.439Z Downloaded ryu v1.0.18
7702026-03-02T21:33:46.443Z Downloaded strum v0.27.2
7712026-03-02T21:33:46.446Z Downloaded strum v0.26.3
7722026-03-02T21:33:46.446Z Downloaded subtle v2.6.1
7732026-03-02T21:33:46.449Z Downloaded structmeta-derive v0.3.0
7742026-03-02T21:33:46.449Z Downloaded strip-ansi-escapes v0.2.0
7752026-03-02T21:33:46.453Z Downloaded signal-hook-registry v1.4.2
7762026-03-02T21:33:46.456Z Downloaded tabwriter v1.4.0
7772026-03-02T21:33:46.456Z Downloaded supports-color v3.0.2
7782026-03-02T21:33:46.460Z Downloaded tagptr v0.2.0
7792026-03-02T21:33:46.460Z Downloaded take_mut v0.2.2
7802026-03-02T21:33:46.463Z Downloaded sync-ptr v0.1.4
7812026-03-02T21:33:46.463Z Downloaded sync_wrapper v1.0.1
7822026-03-02T21:33:46.466Z Downloaded rustls-pemfile v2.2.0
7832026-03-02T21:33:46.468Z Downloaded slog-async v2.8.0
7842026-03-02T21:33:46.471Z Downloaded slog-stdlog v4.1.1
7852026-03-02T21:33:46.471Z Downloaded slog-dtrace v0.3.0
7862026-03-02T21:33:46.474Z Downloaded smf v0.2.3
7872026-03-02T21:33:46.477Z Downloaded tabled_derive v0.10.0
7882026-03-02T21:33:46.480Z Downloaded termtree v0.5.1
7892026-03-02T21:33:46.480Z Downloaded testing_table v0.3.0
7902026-03-02T21:33:46.483Z Downloaded progenitor-impl v0.11.2
7912026-03-02T21:33:46.485Z Downloaded tap v1.0.1
7922026-03-02T21:33:46.485Z Downloaded string_cache v0.8.9
7932026-03-02T21:33:46.490Z Downloaded sqlformat v0.3.5
7942026-03-02T21:33:46.493Z Downloaded smallvec v0.6.14
7952026-03-02T21:33:46.493Z Downloaded sct v0.7.1
7962026-03-02T21:33:46.496Z Downloaded static_assertions v1.1.0
7972026-03-02T21:33:46.499Z Downloaded thiserror-impl-no-std v2.0.2
7982026-03-02T21:33:46.502Z Downloaded time-core v0.1.8
7992026-03-02T21:33:46.502Z Downloaded spki v0.7.3
8002026-03-02T21:33:46.505Z Downloaded stacker v0.1.23
8012026-03-02T21:33:46.508Z Downloaded ron v0.7.1
8022026-03-02T21:33:46.515Z Downloaded rcgen v0.12.1
8032026-03-02T21:33:46.518Z Downloaded strum_macros v0.27.2
8042026-03-02T21:33:46.522Z Downloaded strum_macros v0.26.4
8052026-03-02T21:33:46.525Z Downloaded libm v0.2.8
8062026-03-02T21:33:46.530Z Downloaded tabled_derive v0.11.0
8072026-03-02T21:33:46.533Z Downloaded stringprep v0.1.5
8082026-03-02T21:33:46.536Z Downloaded pretty_assertions v1.4.1
8092026-03-02T21:33:46.539Z Downloaded slog-scope v4.4.0
8102026-03-02T21:33:46.539Z Downloaded snafu-derive v0.8.5
8112026-03-02T21:33:46.542Z Downloaded rayon-core v1.12.1
8122026-03-02T21:33:46.547Z Downloaded support-bundle-viewer v0.1.2
8132026-03-02T21:33:46.550Z Downloaded thiserror-no-std v2.0.2
8142026-03-02T21:33:46.553Z Downloaded termios v0.3.3
8152026-03-02T21:33:46.553Z Downloaded rand v0.8.5
8162026-03-02T21:33:46.557Z Downloaded serde_yaml v0.9.34+deprecated
8172026-03-02T21:33:46.560Z Downloaded tower-service v0.3.3
8182026-03-02T21:33:46.563Z Downloaded serde_cbor v0.11.2
8192026-03-02T21:33:46.566Z Downloaded try-lock v0.2.5
8202026-03-02T21:33:46.566Z Downloaded trait-variant v0.1.2
8212026-03-02T21:33:46.569Z Downloaded tiny-keccak v2.0.2
8222026-03-02T21:33:46.572Z Downloaded time-macros v0.2.27
8232026-03-02T21:33:46.575Z Downloaded num-bigint v0.4.6
8242026-03-02T21:33:46.578Z Downloaded tls_codec_derive v0.4.1
8252026-03-02T21:33:46.581Z Downloaded schemars v0.9.0
8262026-03-02T21:33:46.594Z Downloaded typify-macro v0.4.3
8272026-03-02T21:33:46.597Z Downloaded typify-macro v0.2.0
8282026-03-02T21:33:46.597Z Downloaded tokio-rustls v0.25.0
8292026-03-02T21:33:46.600Z Downloaded tokio-native-tls v0.3.1
8302026-03-02T21:33:46.600Z Downloaded unit-prefix v0.5.1
8312026-03-02T21:33:46.603Z Downloaded unarray v0.1.4
8322026-03-02T21:33:46.603Z Downloaded tokio-macros v2.6.0
8332026-03-02T21:33:46.606Z Downloaded typify-macro v0.6.1
8342026-03-02T21:33:46.606Z Downloaded tokio-dtrace v0.1.0
8352026-03-02T21:33:46.610Z Downloaded tls_codec v0.4.1
8362026-03-02T21:33:46.615Z Downloaded unicode-truncate v1.1.0
8372026-03-02T21:33:46.615Z Downloaded spin v0.9.8
8382026-03-02T21:33:46.620Z Downloaded tinyvec_macros v0.1.1
8392026-03-02T21:33:46.620Z Downloaded subprocess v0.2.9
8402026-03-02T21:33:46.620Z Downloaded untrusted v0.7.1
8412026-03-02T21:33:46.620Z Downloaded aho-corasick v1.1.3
8422026-03-02T21:33:46.624Z Downloaded utf-8 v0.7.6
8432026-03-02T21:33:46.627Z Downloaded usdt-attr-macro v0.6.0
8442026-03-02T21:33:46.627Z Downloaded minimal-lexical v0.2.1
8452026-03-02T21:33:46.631Z Downloaded toml_writer v1.0.6+spec-1.1.0
8462026-03-02T21:33:46.634Z Downloaded qorb v0.4.1
8472026-03-02T21:33:46.637Z Downloaded usdt-macro v0.6.0
8482026-03-02T21:33:46.640Z Downloaded tui-tree-widget v0.23.1
8492026-03-02T21:33:46.640Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8502026-03-02T21:33:46.643Z Downloaded socket2 v0.5.10
8512026-03-02T21:33:46.645Z Downloaded socket2 v0.6.1
8522026-03-02T21:33:46.646Z Downloaded tower-layer v0.3.3
8532026-03-02T21:33:46.648Z Downloaded rand v0.9.2
8542026-03-02T21:33:46.651Z Downloaded vte_generate_state_changes v0.1.2
8552026-03-02T21:33:46.654Z Downloaded h2 v0.4.6
8562026-03-02T21:33:46.658Z Downloaded typify v0.2.0
8572026-03-02T21:33:46.663Z Downloaded itertools v0.13.0
8582026-03-02T21:33:46.669Z Downloaded waitgroup v0.1.2
8592026-03-02T21:33:46.673Z Downloaded void v1.0.2
8602026-03-02T21:33:46.673Z Downloaded tokio-rustls v0.24.1
8612026-03-02T21:33:46.673Z Downloaded want v0.3.1
8622026-03-02T21:33:46.676Z Downloaded xattr v1.3.1
8632026-03-02T21:33:46.676Z Downloaded wait-timeout v0.2.0
8642026-03-02T21:33:46.680Z Downloaded rustls-platform-verifier v0.6.2
8652026-03-02T21:33:46.683Z Downloaded term v0.7.0
8662026-03-02T21:33:46.686Z Downloaded unicase v2.8.1
8672026-03-02T21:33:46.686Z Downloaded tokio-stream v0.1.17
8682026-03-02T21:33:46.691Z Downloaded tokio-tungstenite v0.21.0
8692026-03-02T21:33:46.693Z Downloaded xshell-macros v0.2.7
8702026-03-02T21:33:46.697Z Downloaded tokio-rustls v0.26.0
8712026-03-02T21:33:46.697Z Downloaded schemars v1.0.4
8722026-03-02T21:33:46.710Z Downloaded zone_cfg_derive v0.1.2
8732026-03-02T21:33:46.713Z Downloaded uzers v0.12.1
8742026-03-02T21:33:46.713Z Downloaded zone_cfg_derive v0.3.0
8752026-03-02T21:33:46.715Z Downloaded zone v0.3.1
8762026-03-02T21:33:46.716Z Downloaded twox-hash v2.1.0
8772026-03-02T21:33:46.718Z Downloaded toml_parser v1.0.6+spec-1.1.0
8782026-03-02T21:33:46.721Z Downloaded zone v0.1.8
8792026-03-02T21:33:46.721Z Downloaded vsss-rs v3.3.4
8802026-03-02T21:33:46.725Z Downloaded russh v0.45.0
8812026-03-02T21:33:46.729Z Downloaded tinyvec v1.8.0
8822026-03-02T21:33:46.732Z Downloaded vergen-lib v0.1.6
8832026-03-02T21:33:46.734Z Downloaded walkdir v2.5.0
8842026-03-02T21:33:46.737Z Downloaded vergen-gitcl v1.0.8
8852026-03-02T21:33:46.737Z Downloaded hkdf v0.12.4
8862026-03-02T21:33:46.740Z Downloaded vergen-git2 v1.0.7
8872026-03-02T21:33:46.743Z Downloaded unicode-properties v0.1.3
8882026-03-02T21:33:46.743Z Downloaded blake3 v1.5.4
8892026-03-02T21:33:46.750Z Downloaded xshell v0.2.7
8902026-03-02T21:33:46.753Z Downloaded zeroize_derive v1.4.2
8912026-03-02T21:33:46.756Z Downloaded zeroize v1.8.1
8922026-03-02T21:33:46.756Z Downloaded wyz v0.5.1
8932026-03-02T21:33:46.759Z Downloaded value-bag v1.12.0
8942026-03-02T21:33:46.759Z Downloaded toml v0.7.8
8952026-03-02T21:33:46.762Z Downloaded bindgen v0.71.1
8962026-03-02T21:33:46.769Z Downloaded xz2 v0.1.7
8972026-03-02T21:33:46.772Z Downloaded usdt-impl v0.6.0
8982026-03-02T21:33:46.775Z Downloaded tungstenite v0.21.0
8992026-03-02T21:33:46.777Z Downloaded vte v0.11.1
9002026-03-02T21:33:46.777Z Downloaded itertools v0.14.0
9012026-03-02T21:33:46.786Z Downloaded test-strategy v0.4.3
9022026-03-02T21:33:46.790Z Downloaded vergen v9.0.6
9032026-03-02T21:33:46.792Z Downloaded tungstenite v0.23.0
9042026-03-02T21:33:46.795Z Downloaded zstd-safe v7.2.3
9052026-03-02T21:33:46.795Z Downloaded snafu v0.8.5
9062026-03-02T21:33:46.801Z Downloaded rustls-webpki v0.103.9
9072026-03-02T21:33:46.805Z Downloaded zstd v0.13.3
9082026-03-02T21:33:46.808Z Downloaded unicode-bidi v0.3.17
9092026-03-02T21:33:46.812Z Downloaded steno v0.4.1
9102026-03-02T21:33:46.816Z Downloaded whoami v1.5.2
9112026-03-02T21:33:46.819Z Downloaded rpassword v7.4.0
9122026-03-02T21:33:46.819Z Downloaded tar v0.4.44
9132026-03-02T21:33:46.822Z Downloaded signal-hook v0.3.18
9142026-03-02T21:33:46.826Z Downloaded tracing v0.1.40
9152026-03-02T21:33:46.831Z Downloaded yasna v0.5.2
9162026-03-02T21:33:46.834Z Downloaded zerocopy v0.6.6
9172026-03-02T21:33:46.834Z Downloaded typify v0.6.1
9182026-03-02T21:33:46.837Z Downloaded unsafe-libyaml v0.2.11
9192026-03-02T21:33:46.840Z Downloaded schemars v0.8.22
9202026-03-02T21:33:46.852Z Downloaded uuid v1.19.0
9212026-03-02T21:33:46.855Z Downloaded typify v0.4.3
9222026-03-02T21:33:46.859Z Downloaded tracing-core v0.1.32
9232026-03-02T21:33:46.862Z Downloaded tokio-postgres v0.7.13
9242026-03-02T21:33:46.866Z Downloaded toml v0.9.11+spec-1.1.0
9252026-03-02T21:33:46.871Z Downloaded ssh-key v0.6.6
9262026-03-02T21:33:46.878Z Downloaded reedline v0.40.0
9272026-03-02T21:33:46.886Z Downloaded bitvec v1.0.1
9282026-03-02T21:33:46.917Z Downloaded zopfli v0.8.1
9292026-03-02T21:33:46.921Z Downloaded yansi v1.0.1
9302026-03-02T21:33:46.924Z Downloaded rustyline v14.0.0
9312026-03-02T21:33:46.930Z Downloaded lalrpop v0.19.12
9322026-03-02T21:33:46.943Z Downloaded unicode-segmentation v1.12.0
9332026-03-02T21:33:46.948Z Downloaded unicode_categories v0.1.1
9342026-03-02T21:33:46.951Z Downloaded p384 v0.13.1
9352026-03-02T21:33:46.955Z Downloaded zip v0.6.6
9362026-03-02T21:33:46.958Z Downloaded toml_edit v0.19.15
9372026-03-02T21:33:46.976Z Downloaded rayon v1.10.0
9382026-03-02T21:33:46.985Z Downloaded quick-xml v0.37.2
9392026-03-02T21:33:46.993Z Downloaded zerocopy-derive v0.8.27
9402026-03-02T21:33:46.996Z Downloaded tokio-util v0.7.15
9412026-03-02T21:33:47.003Z Downloaded tower v0.5.2
9422026-03-02T21:33:47.013Z Downloaded reqwest v0.13.2
9432026-03-02T21:33:47.020Z Downloaded unicode-normalization v0.1.24
9442026-03-02T21:33:47.023Z Downloaded x509-cert v0.2.5
9452026-03-02T21:33:47.030Z Downloaded salty v0.3.0
9462026-03-02T21:33:47.037Z Downloaded zip v4.2.0
9472026-03-02T21:33:47.041Z Downloaded rustls-webpki v0.102.8
9482026-03-02T21:33:47.063Z Downloaded tower-http v0.6.8
9492026-03-02T21:33:47.068Z Downloaded proptest v1.7.0
9502026-03-02T21:33:47.077Z Downloaded serde_with v3.16.1
9512026-03-02T21:33:47.091Z Downloaded petname v2.0.2
9522026-03-02T21:33:47.096Z Downloaded curve25519-dalek v4.1.3
9532026-03-02T21:33:47.105Z Downloaded quinn-proto v0.11.13
9542026-03-02T21:33:47.112Z Downloaded winnow v0.6.26
9552026-03-02T21:33:47.122Z Downloaded winnow v0.5.40
9562026-03-02T21:33:47.130Z Downloaded object v0.30.4
9572026-03-02T21:33:47.140Z Downloaded radix_trie v0.2.1
9582026-03-02T21:33:47.144Z Downloaded nix v0.27.1
9592026-03-02T21:33:47.158Z Downloaded zlib-rs v0.5.1
9602026-03-02T21:33:47.163Z Downloaded time v0.3.47
9612026-03-02T21:33:47.175Z Downloaded rustls v0.21.12
9622026-03-02T21:33:47.187Z Downloaded regex-syntax v0.6.29
9632026-03-02T21:33:47.197Z Downloaded vcpkg v0.2.15
9642026-03-02T21:33:47.237Z Downloaded tabled v0.18.0
9652026-03-02T21:33:47.271Z Downloaded polar-core v0.27.3
9662026-03-02T21:33:47.271Z Downloaded regress v0.10.5
9672026-03-02T21:33:47.276Z Downloaded regex-syntax v0.8.5
9682026-03-02T21:33:47.281Z Downloaded diesel v2.2.12
9692026-03-02T21:33:47.301Z Downloaded smoltcp v0.9.1
9702026-03-02T21:33:47.311Z Downloaded nix v0.30.1
9712026-03-02T21:33:47.325Z Downloaded webpki-roots v1.0.1
9722026-03-02T21:33:47.329Z Downloaded hickory-proto v0.25.2
9732026-03-02T21:33:47.344Z Downloaded zerocopy v0.8.27
9742026-03-02T21:33:47.366Z Downloaded openapiv3 v2.2.0
9752026-03-02T21:33:47.376Z Downloaded smoltcp v0.11.0
9762026-03-02T21:33:47.389Z Downloaded rustls v0.23.37
9772026-03-02T21:33:47.401Z Downloaded rustls v0.22.4
9782026-03-02T21:33:47.414Z Downloaded sqlparser v0.61.0
9792026-03-02T21:33:47.423Z Downloaded object v0.36.5
9802026-03-02T21:33:47.434Z Downloaded typify-impl v0.2.0
9812026-03-02T21:33:47.445Z Downloaded typify-impl v0.4.3
9822026-03-02T21:33:47.458Z Downloaded ratatui v0.29.0
9832026-03-02T21:33:47.476Z Downloaded bzip2-sys v0.1.13+1.0.8
9842026-03-02T21:33:47.486Z Downloaded regex-automata v0.4.14
9852026-03-02T21:33:47.499Z Downloaded hickory-proto v0.24.4
9862026-03-02T21:33:47.515Z Downloaded sled v0.34.7
9872026-03-02T21:33:47.525Z Downloaded chrono-tz v0.10.4
9882026-03-02T21:33:47.543Z Downloaded typify-impl v0.6.1
9892026-03-02T21:33:47.557Z Downloaded jiff v0.2.15
9902026-03-02T21:33:47.572Z Downloaded dropshot v0.16.7
9912026-03-02T21:33:47.594Z Downloaded object v0.37.3
9922026-03-02T21:33:47.608Z Downloaded libz-sys v1.1.20
9932026-03-02T21:33:47.625Z Downloaded bstr v1.10.0
9942026-03-02T21:33:47.634Z Downloaded nix v0.29.0
9952026-03-02T21:33:47.646Z Downloaded nix v0.28.0
9962026-03-02T21:33:47.656Z Downloaded zerocopy-derive v0.6.6
9972026-03-02T21:33:47.667Z Downloaded tabled v0.20.0
9982026-03-02T21:33:47.686Z Downloaded openssl v0.10.73
9992026-03-02T21:33:47.694Z Downloaded rustls-webpki v0.101.7
10002026-03-02T21:33:47.708Z Downloaded tough v0.20.0
10012026-03-02T21:33:47.717Z Downloaded moka v0.12.10
10022026-03-02T21:33:47.727Z Downloaded petgraph v0.6.5
10032026-03-02T21:33:47.744Z Downloaded lzma-sys v0.1.20
10042026-03-02T21:33:47.773Z Downloaded csv v1.3.1
10052026-03-02T21:33:47.791Z Downloaded petgraph v0.8.2
10062026-03-02T21:33:47.809Z Downloaded gimli v0.31.1
10072026-03-02T21:33:47.818Z Downloaded typed-path v0.9.3
10082026-03-02T21:33:47.824Z Downloaded goblin v0.10.2
10092026-03-02T21:33:47.830Z Downloaded regex v1.12.3
10102026-03-02T21:33:47.836Z Downloaded git2 v0.20.2
10112026-03-02T21:33:47.845Z Downloaded portable-atomic v1.11.0
10122026-03-02T21:33:47.852Z Downloaded reqwest v0.12.28
10132026-03-02T21:33:47.857Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10142026-03-02T21:33:47.876Z Downloaded sha3 v0.10.8
10152026-03-02T21:33:47.883Z Downloaded tokio v1.49.0
10162026-03-02T21:33:47.919Z Downloaded aws-lc-rs v1.16.0
10172026-03-02T21:33:47.928Z Downloaded p521 v0.13.3
10182026-03-02T21:33:47.933Z Downloaded num-bigint-dig v0.8.6
10192026-03-02T21:33:47.936Z Downloaded itertools v0.12.1
10202026-03-02T21:33:47.942Z Downloaded tracing-attributes v0.1.27
10212026-03-02T21:33:47.945Z Downloaded samael v0.0.19
10222026-03-02T21:33:47.950Z Downloaded rsa v0.9.8
10232026-03-02T21:33:47.955Z Downloaded usdt v0.6.0
10242026-03-02T21:33:47.958Z Downloaded untrusted v0.9.0
10252026-03-02T21:33:47.958Z Downloaded universal-hash v0.5.1
10262026-03-02T21:33:47.961Z Downloaded tokio-tungstenite v0.23.1
10272026-03-02T21:33:47.961Z Downloaded term v1.1.0
10282026-03-02T21:33:47.964Z Downloaded futures-util v0.3.31
10292026-03-02T21:33:47.976Z Downloaded slog v2.8.2
10302026-03-02T21:33:47.980Z Downloaded nom v7.1.3
10312026-03-02T21:33:47.985Z Downloaded encoding_rs v0.8.34
10322026-03-02T21:33:48.004Z Downloaded hyper v1.8.1
10332026-03-02T21:33:48.011Z Downloaded quinn v0.11.9
10342026-03-02T21:33:48.014Z Downloaded hashbrown v0.12.3
10352026-03-02T21:33:48.018Z Downloaded hashbrown v0.15.4
10362026-03-02T21:33:48.023Z Downloaded topological-sort v0.2.2
10372026-03-02T21:33:48.026Z Downloaded similar v2.7.0
10382026-03-02T21:33:48.029Z Downloaded publicsuffix v2.3.0
10392026-03-02T21:33:48.031Z Downloaded mio v1.0.2
10402026-03-02T21:33:48.036Z Downloaded iri-string v0.7.8
10412026-03-02T21:33:48.044Z Downloaded iddqd v0.3.16
10422026-03-02T21:33:48.051Z Downloaded slog-term v2.9.2
10432026-03-02T21:33:48.054Z Downloaded chrono v0.4.43
10442026-03-02T21:33:48.060Z Downloaded libxml v0.3.3
10452026-03-02T21:33:48.067Z Downloaded strum_macros v0.24.3
10462026-03-02T21:33:48.071Z Downloaded itertools v0.10.5
10472026-03-02T21:33:48.074Z Downloaded thread_local v1.1.8
10482026-03-02T21:33:48.074Z Downloaded thread-id v5.0.0
10492026-03-02T21:33:48.079Z Downloaded serde_with_macros v3.16.1
10502026-03-02T21:33:48.079Z Downloaded ron v0.8.1
10512026-03-02T21:33:48.086Z Downloaded slog-json v2.6.1
10522026-03-02T21:33:48.090Z Downloaded sec1 v0.7.3
10532026-03-02T21:33:48.090Z Downloaded rustls-pki-types v1.14.0
10542026-03-02T21:33:48.091Z Downloaded slab v0.4.9
10552026-03-02T21:33:48.094Z Downloaded ring v0.17.14
10562026-03-02T21:33:48.131Z Downloaded hickory-server v0.25.2
10572026-03-02T21:33:48.135Z Downloaded prettyplease v0.2.36
10582026-03-02T21:33:48.140Z Downloaded russh-keys v0.45.0
10592026-03-02T21:33:48.144Z Downloaded progenitor-impl v0.8.0
10602026-03-02T21:33:48.144Z Downloaded prefix-trie v0.7.0
10612026-03-02T21:33:48.152Z Downloaded scroll v0.13.0
10622026-03-02T21:33:48.152Z Downloaded ar_archive_writer v0.5.1
10632026-03-02T21:33:48.155Z Downloaded rand_chacha v0.3.1
10642026-03-02T21:33:48.155Z Downloaded shell-words v1.1.0
10652026-03-02T21:33:48.155Z Downloaded serde_repr v0.1.19
10662026-03-02T21:33:48.155Z Downloaded rustc-demangle v0.1.24
10672026-03-02T21:33:48.155Z Downloaded aes-gcm v0.10.3
10682026-03-02T21:33:48.159Z Downloaded serde_plain v1.0.2
10692026-03-02T21:33:48.159Z Downloaded libgit2-sys v0.18.2+1.9.1
10702026-03-02T21:33:48.214Z Downloaded rustls-native-certs v0.8.1
10712026-03-02T21:33:48.218Z Downloaded pin-project v1.1.6
10722026-03-02T21:33:48.227Z Downloaded secrecy v0.8.0
10732026-03-02T21:33:48.231Z Downloaded scrypt v0.11.0
10742026-03-02T21:33:48.231Z Downloaded indicatif v0.18.0
10752026-03-02T21:33:48.235Z Downloaded hickory-resolver v0.25.2
10762026-03-02T21:33:48.238Z Downloaded papergrid v0.17.0
10772026-03-02T21:33:48.242Z Downloaded bytes v1.11.1
10782026-03-02T21:33:48.245Z Downloaded quinn-udp v0.5.5
10792026-03-02T21:33:48.249Z Downloaded postcard v1.0.10
10802026-03-02T21:33:48.249Z Downloaded pkcs5 v0.7.1
10812026-03-02T21:33:48.253Z Downloaded rand_core v0.9.3
10822026-03-02T21:33:48.253Z Downloaded rand_chacha v0.9.0
10832026-03-02T21:33:48.257Z Downloaded omicron-zone-package v0.12.2
10842026-03-02T21:33:48.257Z Downloaded expectorate v1.2.0
10852026-03-02T21:33:48.261Z Downloaded same-file v1.0.6
10862026-03-02T21:33:48.261Z Downloaded heapless v0.8.0
10872026-03-02T21:33:48.265Z Downloaded primeorder v0.13.6
10882026-03-02T21:33:48.265Z Downloaded peg-macros v0.8.5
10892026-03-02T21:33:48.271Z Downloaded indicatif v0.17.11
10902026-03-02T21:33:48.271Z Downloaded flate2 v1.1.2
10912026-03-02T21:33:48.276Z Downloaded aes v0.8.4
10922026-03-02T21:33:48.279Z Downloaded progenitor-client v0.13.0
10932026-03-02T21:33:48.280Z Downloaded derive_more v2.0.1
10942026-03-02T21:33:48.288Z Downloaded der v0.7.10
10952026-03-02T21:33:48.291Z Downloaded progenitor v0.13.0
10962026-03-02T21:33:48.294Z Downloaded hickory-resolver v0.24.4
10972026-03-02T21:33:48.299Z Downloaded ppv-lite86 v0.2.20
10982026-03-02T21:33:48.302Z Downloaded paste v1.0.15
10992026-03-02T21:33:48.303Z Downloaded parking_lot v0.12.3
11002026-03-02T21:33:48.306Z Downloaded base64 v0.21.7
11012026-03-02T21:33:48.309Z Downloaded pkcs8 v0.10.2
11022026-03-02T21:33:48.309Z Downloaded oxide-tokio-rt v0.1.2
11032026-03-02T21:33:48.313Z Downloaded owo-colors v4.2.3
11042026-03-02T21:33:48.316Z Downloaded heapless v0.7.17
11052026-03-02T21:33:48.320Z Downloaded headers v0.4.1
11062026-03-02T21:33:48.323Z Downloaded phf v0.11.2
11072026-03-02T21:33:48.323Z Downloaded pem v3.0.5
11082026-03-02T21:33:48.327Z Downloaded litrs v0.4.1
11092026-03-02T21:33:48.327Z Downloaded fatfs v0.3.6
11102026-03-02T21:33:48.330Z Downloaded peg v0.8.5
11112026-03-02T21:33:48.333Z Downloaded parse-display-derive v0.10.0
11122026-03-02T21:33:48.333Z Downloaded progenitor-client v0.11.2
11132026-03-02T21:33:48.333Z Downloaded progenitor v0.8.0
11142026-03-02T21:33:48.336Z Downloaded progenitor-macro v0.8.0
11152026-03-02T21:33:48.336Z Downloaded proc-macro-crate v1.3.1
11162026-03-02T21:33:48.336Z Downloaded password-hash v0.4.2
11172026-03-02T21:33:48.339Z Downloaded newtype-uuid v1.3.2
11182026-03-02T21:33:48.339Z Downloaded diesel_derives v2.2.3
11192026-03-02T21:33:48.342Z Downloaded darling_core v0.21.0
11202026-03-02T21:33:48.347Z Downloaded dropshot-api-manager v0.5.2
11212026-03-02T21:33:48.351Z Downloaded parking_lot_core v0.8.6
11222026-03-02T21:33:48.354Z Downloaded memmap2 v0.9.8
11232026-03-02T21:33:48.354Z Downloaded indexmap v1.9.3
11242026-03-02T21:33:48.356Z Downloaded oxnet v0.1.4
11252026-03-02T21:33:48.359Z Downloaded precomputed-hash v0.1.1
11262026-03-02T21:33:48.359Z Downloaded libsw v3.5.0
11272026-03-02T21:33:48.362Z Downloaded hmac v0.12.1
11282026-03-02T21:33:48.362Z Downloaded packed_struct v0.10.1
11292026-03-02T21:33:48.367Z Downloaded const_format v0.2.34
11302026-03-02T21:33:48.370Z Downloaded compact_str v0.8.0
11312026-03-02T21:33:48.373Z Downloaded num-integer v0.1.46
11322026-03-02T21:33:48.373Z Downloaded num-rational v0.4.2
11332026-03-02T21:33:48.376Z Downloaded num-complex v0.4.6
11342026-03-02T21:33:48.376Z Downloaded futures v0.3.31
11352026-03-02T21:33:48.379Z Downloaded flume v0.11.1
11362026-03-02T21:33:48.383Z Downloaded crossterm v0.28.1
11372026-03-02T21:33:48.392Z Downloaded backtrace v0.3.74
11382026-03-02T21:33:48.400Z Downloaded parse-size v1.1.0
11392026-03-02T21:33:48.400Z Downloaded ignore v0.4.23
11402026-03-02T21:33:48.410Z Downloaded libz-rs-sys v0.5.1
11412026-03-02T21:33:48.410Z Downloaded libloading v0.8.5
11422026-03-02T21:33:48.410Z Downloaded iana-time-zone v0.1.63
11432026-03-02T21:33:48.410Z Downloaded chacha20poly1305 v0.10.1
11442026-03-02T21:33:48.410Z Downloaded cookie_store v0.22.1
11452026-03-02T21:33:48.417Z Downloaded colored v2.2.0
11462026-03-02T21:33:48.417Z Downloaded half v2.4.1
11472026-03-02T21:33:48.417Z Downloaded openssl-probe v0.1.5
11482026-03-02T21:33:48.418Z Downloaded num-derive v0.4.2
11492026-03-02T21:33:48.419Z Downloaded nonempty v0.12.0
11502026-03-02T21:33:48.419Z Downloaded newtype_derive v0.1.6
11512026-03-02T21:33:48.424Z Downloaded number_prefix v0.4.0
11522026-03-02T21:33:48.424Z Downloaded num_threads v0.1.7
11532026-03-02T21:33:48.425Z Downloaded num_enum_derive v0.5.11
11542026-03-02T21:33:48.425Z Downloaded ingot v0.1.1
11552026-03-02T21:33:48.425Z Downloaded indoc v2.0.6
11562026-03-02T21:33:48.425Z Downloaded hickory-client v0.25.2
11572026-03-02T21:33:48.425Z Downloaded linear-map v1.2.0
11582026-03-02T21:33:48.436Z Downloaded ipnetwork v0.21.1
11592026-03-02T21:33:48.436Z Downloaded derive_more v0.99.20
11602026-03-02T21:33:48.446Z Downloaded num v0.4.3
11612026-03-02T21:33:48.446Z Downloaded normalize-line-endings v0.3.0
11622026-03-02T21:33:48.446Z Downloaded newtype-uuid-macros v0.1.0
11632026-03-02T21:33:48.446Z Downloaded hyper-rustls v0.27.7
11642026-03-02T21:33:48.446Z Downloaded half v1.8.3
11652026-03-02T21:33:48.446Z Downloaded darling_core v0.20.10
11662026-03-02T21:33:48.450Z Downloaded memoffset v0.9.1
11672026-03-02T21:33:48.450Z Downloaded dropshot_endpoint v0.16.7
11682026-03-02T21:33:48.451Z Downloaded diff v0.1.13
11692026-03-02T21:33:48.451Z Downloaded derive-where v1.5.0
11702026-03-02T21:33:48.456Z Downloaded base64 v0.22.1
11712026-03-02T21:33:48.456Z Downloaded allocator-api2 v0.2.21
11722026-03-02T21:33:48.459Z Downloaded new_debug_unreachable v1.0.6
11732026-03-02T21:33:48.460Z Downloaded multimap v0.10.1
11742026-03-02T21:33:48.460Z Downloaded lalrpop-util v0.19.12
11752026-03-02T21:33:48.463Z Downloaded arrayvec v0.7.6
11762026-03-02T21:33:48.463Z Downloaded getrandom v0.2.15
11772026-03-02T21:33:48.468Z Downloaded base64 v0.13.1
11782026-03-02T21:33:48.468Z Downloaded match_cfg v0.1.0
11792026-03-02T21:33:48.474Z Downloaded darling v0.21.0
11802026-03-02T21:33:48.477Z Downloaded crc-any v2.5.0
11812026-03-02T21:33:48.477Z Downloaded managed v0.8.0
11822026-03-02T21:33:48.477Z Downloaded ipnet v2.11.0
11832026-03-02T21:33:48.478Z Downloaded md-5 v0.10.6
11842026-03-02T21:33:48.481Z Downloaded lzss v0.8.2
11852026-03-02T21:33:48.481Z Downloaded lru-cache v0.1.2
11862026-03-02T21:33:48.481Z Downloaded lru v0.12.5
11872026-03-02T21:33:48.485Z Downloaded internet-checksum v0.2.1
11882026-03-02T21:33:48.485Z Downloaded crossbeam-epoch v0.9.18
11892026-03-02T21:33:48.489Z Downloaded const-oid v0.9.6
11902026-03-02T21:33:48.489Z Downloaded lru-slab v0.1.2
11912026-03-02T21:33:48.489Z Downloaded console v0.16.0
11922026-03-02T21:33:48.492Z Downloaded colored v3.0.0
11932026-03-02T21:33:48.492Z Downloaded highway v1.3.0
11942026-03-02T21:33:48.496Z Downloaded libsw-core v0.3.1
11952026-03-02T21:33:48.496Z Downloaded keccak v0.1.5
11962026-03-02T21:33:48.496Z Downloaded hyper-staticfile v0.10.1
11972026-03-02T21:33:48.500Z Downloaded humantime v2.2.0
11982026-03-02T21:33:48.500Z Downloaded heck v0.3.3
11992026-03-02T21:33:48.504Z Downloaded des v0.8.1
12002026-03-02T21:33:48.504Z Downloaded glob v0.3.2
12012026-03-02T21:33:48.504Z Downloaded darling v0.20.10
12022026-03-02T21:33:48.508Z Downloaded kstat-rs v0.2.4
12032026-03-02T21:33:48.508Z Downloaded instant v0.1.13
12042026-03-02T21:33:48.512Z Downloaded group v0.13.0
12052026-03-02T21:33:48.512Z Downloaded is-terminal v0.4.13
12062026-03-02T21:33:48.512Z Downloaded cookie v0.18.1
12072026-03-02T21:33:48.515Z Downloaded clang-sys v1.8.1
12082026-03-02T21:33:48.515Z Downloaded cancel-safe-futures v0.1.5
12092026-03-02T21:33:48.520Z Downloaded blake2 v0.10.6
12102026-03-02T21:33:48.523Z Downloaded indoc v1.0.9
12112026-03-02T21:33:48.523Z Downloaded indent_write v2.2.0
12122026-03-02T21:33:48.523Z Downloaded git-stub-vcs v0.1.0
12132026-03-02T21:33:48.528Z Downloaded filetime v0.2.26
12142026-03-02T21:33:48.529Z Downloaded either v1.15.0
12152026-03-02T21:33:48.529Z Downloaded daft-derive v0.1.4
12162026-03-02T21:33:48.533Z Downloaded bzip2 v0.5.2
12172026-03-02T21:33:48.533Z Downloaded bit-vec v0.8.0
12182026-03-02T21:33:48.537Z Downloaded bit-vec v0.6.3
12192026-03-02T21:33:48.537Z Downloaded hyper-tls v0.6.0
12202026-03-02T21:33:48.537Z Downloaded funty v2.0.0
12212026-03-02T21:33:48.537Z Downloaded derive-ex v0.1.8
12222026-03-02T21:33:48.543Z Downloaded hubpack v0.1.2
12232026-03-02T21:33:48.543Z Downloaded httpdate v1.0.3
12242026-03-02T21:33:48.543Z Downloaded hostname v0.4.2
12252026-03-02T21:33:48.549Z Downloaded find-msvc-tools v0.1.9
12262026-03-02T21:33:48.549Z Downloaded futures-channel v0.3.31
12272026-03-02T21:33:48.549Z Downloaded fallible-iterator v0.2.0
12282026-03-02T21:33:48.549Z Downloaded ena v0.14.3
12292026-03-02T21:33:48.549Z Downloaded difflib v0.4.0
12302026-03-02T21:33:48.549Z Downloaded derive_builder_core v0.20.2
12312026-03-02T21:33:48.553Z Downloaded critical-section v1.1.3
12322026-03-02T21:33:48.553Z Downloaded cmake v0.1.57
12332026-03-02T21:33:48.553Z Downloaded blowfish v0.9.1
12342026-03-02T21:33:48.553Z Downloaded argon2 v0.5.3
12352026-03-02T21:33:48.556Z Downloaded env_logger v0.11.8
12362026-03-02T21:33:48.556Z Downloaded dirs-sys-next v0.1.2
12372026-03-02T21:33:48.560Z Downloaded defmt-macros v0.3.9
12382026-03-02T21:33:48.564Z Downloaded cipher v0.4.4
12392026-03-02T21:33:48.564Z Downloaded camino-tempfile-ext v0.3.2
12402026-03-02T21:33:48.564Z Downloaded bitfield v0.19.2
12412026-03-02T21:33:48.564Z Downloaded foldhash v0.1.5
12422026-03-02T21:33:48.569Z Downloaded const_format_proc_macros v0.2.34
12432026-03-02T21:33:48.569Z Downloaded defmt v0.3.8
12442026-03-02T21:33:48.574Z Downloaded http-body v1.0.1
12452026-03-02T21:33:48.574Z Downloaded home v0.5.9
12462026-03-02T21:33:48.574Z Downloaded hash32 v0.3.1
12472026-03-02T21:33:48.574Z Downloaded foldhash v0.2.0
12482026-03-02T21:33:48.578Z Downloaded dirs-next v2.0.0
12492026-03-02T21:33:48.578Z Downloaded diesel-dtrace v0.4.2
12502026-03-02T21:33:48.578Z Downloaded darling_macro v0.21.0
12512026-03-02T21:33:48.578Z Downloaded ctr v0.9.2
12522026-03-02T21:33:48.578Z Downloaded crossterm v0.29.0
12532026-03-02T21:33:48.583Z Downloaded globwalk v0.9.1
12542026-03-02T21:33:48.590Z Downloaded git-stub v1.0.0
12552026-03-02T21:33:48.590Z Downloaded float-cmp v0.10.0
12562026-03-02T21:33:48.590Z Downloaded dropshot-api-manager-types v0.5.2
12572026-03-02T21:33:48.593Z Downloaded dyn-clone v1.0.20
12582026-03-02T21:33:48.593Z Downloaded cargo_metadata v0.19.2
12592026-03-02T21:33:48.593Z Downloaded dtrace-parser v0.3.0
12602026-03-02T21:33:48.593Z Downloaded backoff v0.4.0
12612026-03-02T21:33:48.593Z Downloaded foreign-types-shared v0.3.1
12622026-03-02T21:33:48.596Z Downloaded deranged v0.5.3
12632026-03-02T21:33:48.596Z Downloaded der_derive v0.7.3
12642026-03-02T21:33:48.596Z Downloaded corncobs v0.1.4
12652026-03-02T21:33:48.599Z Downloaded fxhash v0.2.1
12662026-03-02T21:33:48.599Z Downloaded dsl_auto_type v0.1.2
12672026-03-02T21:33:48.599Z Downloaded futures-task v0.3.31
12682026-03-02T21:33:48.602Z Downloaded futures-sink v0.3.31
12692026-03-02T21:33:48.602Z Downloaded env_filter v0.1.2
12702026-03-02T21:33:48.602Z Downloaded cobs v0.2.3
12712026-03-02T21:33:48.604Z Downloaded embedded-io v0.6.1
12722026-03-02T21:33:48.604Z Downloaded darling_macro v0.20.10
12732026-03-02T21:33:48.604Z Downloaded adler2 v2.0.0
12742026-03-02T21:33:48.608Z Downloaded fixedbitset v0.4.2
12752026-03-02T21:33:48.608Z Downloaded enum-as-inner v0.6.1
12762026-03-02T21:33:48.611Z Downloaded document-features v0.2.11
12772026-03-02T21:33:48.611Z Downloaded defmt-parser v0.3.4
12782026-03-02T21:33:48.611Z Downloaded crucible-workspace-hack v0.1.0
12792026-03-02T21:33:48.611Z Downloaded bb8 v0.8.5
12802026-03-02T21:33:48.615Z Downloaded atomic-waker v1.1.2
12812026-03-02T21:33:48.615Z Downloaded async-recursion v1.1.1
12822026-03-02T21:33:48.620Z Downloaded convert_case v0.4.0
12832026-03-02T21:33:48.620Z Downloaded ciborium-ll v0.2.2
12842026-03-02T21:33:48.620Z Downloaded constant_time_eq v0.3.1
12852026-03-02T21:33:48.620Z Downloaded base16ct v0.2.0
12862026-03-02T21:33:48.621Z Downloaded dof v0.4.0
12872026-03-02T21:33:48.624Z Downloaded display-error-chain v0.2.2
12882026-03-02T21:33:48.624Z Downloaded backon v1.6.0
12892026-03-02T21:33:48.624Z Downloaded bitflags v1.3.2
12902026-03-02T21:33:48.628Z Downloaded endian-type v0.1.2
12912026-03-02T21:33:48.628Z Downloaded embedded-io v0.4.0
12922026-03-02T21:33:48.628Z Downloaded dunce v1.0.5
12932026-03-02T21:33:48.632Z Downloaded derive_builder_macro v0.20.2
12942026-03-02T21:33:48.632Z Downloaded curve25519-dalek-derive v0.1.1
12952026-03-02T21:33:48.632Z Downloaded ascii-canvas v3.0.0
12962026-03-02T21:33:48.632Z Downloaded daft v0.1.4
12972026-03-02T21:33:48.637Z Downloaded crossbeam-utils v0.8.21
12982026-03-02T21:33:48.637Z Downloaded crossbeam-channel v0.5.15
12992026-03-02T21:33:48.642Z Downloaded bitfield-struct v0.6.2
13002026-03-02T21:33:48.643Z Downloaded bcrypt-pbkdf v0.10.0
13012026-03-02T21:33:48.646Z Downloaded crc8 v0.1.1
13022026-03-02T21:33:48.646Z Downloaded cfg_aliases v0.1.1
13032026-03-02T21:33:48.646Z Downloaded block-padding v0.3.3
13042026-03-02T21:33:48.646Z Downloaded bit-set v0.5.3
13052026-03-02T21:33:48.646Z Downloaded arrayref v0.3.9
13062026-03-02T21:33:48.646Z Downloaded crypto-bigint v0.5.5
13072026-03-02T21:33:48.650Z Downloaded crc-catalog v2.4.0
13082026-03-02T21:33:48.653Z Downloaded atomicwrites v0.4.4
13092026-03-02T21:33:48.653Z Downloaded bitfield-macros v0.19.2
13102026-03-02T21:33:48.654Z Downloaded bit-set v0.8.0
13112026-03-02T21:33:48.654Z Downloaded bcs v0.1.6
13122026-03-02T21:33:48.658Z Downloaded atty v0.2.14
13132026-03-02T21:33:48.658Z Downloaded aead v0.5.2
13142026-03-02T21:33:48.658Z Downloaded fixedbitset v0.5.7
13152026-03-02T21:33:48.662Z Downloaded base64ct v1.6.0
13162026-03-02T21:33:48.662Z Downloaded async-trait v0.1.89
13172026-03-02T21:33:48.665Z Downloaded csv-core v0.1.11
13182026-03-02T21:33:48.665Z Downloaded cargo-platform v0.1.8
13192026-03-02T21:33:48.668Z Downloaded foreign-types v0.3.2
13202026-03-02T21:33:48.668Z Downloaded fd-lock v4.0.2
13212026-03-02T21:33:48.668Z Downloaded derive_builder v0.20.2
13222026-03-02T21:33:48.674Z Downloaded ciborium v0.2.2
13232026-03-02T21:33:48.679Z Downloaded async-bb8-diesel v0.2.1
13242026-03-02T21:33:48.679Z Downloaded castaway v0.2.3
13252026-03-02T21:33:48.712Z Downloaded bzip2 v0.4.4
13262026-03-02T21:33:48.712Z Downloaded buf-list v1.0.3
13272026-03-02T21:33:48.712Z Downloaded async-stream-impl v0.3.6
13282026-03-02T21:33:48.712Z Downloaded async-stream v0.3.6
13292026-03-02T21:33:48.720Z Downloaded assert_matches v1.5.0
13302026-03-02T21:33:48.720Z Downloaded ahash v0.8.12
13312026-03-02T21:33:48.720Z Downloaded ciborium-io v0.2.2
13322026-03-02T21:33:48.720Z Downloaded cfg_aliases v0.2.1
13332026-03-02T21:33:48.905Z Downloaded aws-lc-sys v0.37.1
13342026-03-02T21:33:49.278Z Compiling value-bag v1.12.0
13352026-03-02T21:33:49.281Z Compiling find-msvc-tools v0.1.9
13362026-03-02T21:33:49.281Z Compiling shlex v1.3.0
13372026-03-02T21:33:49.281Z Compiling smallvec v1.15.1
13382026-03-02T21:33:49.281Z Compiling syn v2.0.117
13392026-03-02T21:33:49.451Z Compiling getrandom v0.2.15
13402026-03-02T21:33:49.454Z Compiling jobserver v0.1.32
13412026-03-02T21:33:49.454Z Compiling typenum v1.17.0
13422026-03-02T21:33:49.847Z Compiling rand_core v0.6.4
13432026-03-02T21:33:49.851Z Compiling generic-array v0.14.7
13442026-03-02T21:33:49.938Z Compiling cc v1.2.56
13452026-03-02T21:33:49.983Z Compiling log v0.4.29
13462026-03-02T21:33:49.992Z Compiling lock_api v0.4.12
13472026-03-02T21:33:50.284Z Compiling scopeguard v1.2.0
13482026-03-02T21:33:50.314Z Compiling subtle v2.6.1
13492026-03-02T21:33:50.397Z Compiling portable-atomic v1.11.0
13502026-03-02T21:33:50.466Z Compiling critical-section v1.1.3
13512026-03-02T21:33:50.647Z Compiling const-oid v0.9.6
13522026-03-02T21:33:50.708Z Compiling serde_json v1.0.149
13532026-03-02T21:33:50.729Z Compiling pkg-config v0.3.31
13542026-03-02T21:33:50.983Z Compiling parking_lot_core v0.9.10
13552026-03-02T21:33:51.108Z Compiling pin-project-lite v0.2.14
13562026-03-02T21:33:51.273Z Compiling getrandom v0.3.4
13572026-03-02T21:33:52.031Z Compiling signal-hook-registry v1.4.2
13582026-03-02T21:33:52.659Z Compiling allocator-api2 v0.2.21
13592026-03-02T21:33:52.846Z Compiling once_cell v1.21.3
13602026-03-02T21:33:52.875Z Compiling libm v0.2.8
13612026-03-02T21:33:52.935Z Compiling parking_lot v0.12.3
13622026-03-02T21:33:53.259Z Compiling mio v1.0.2
13632026-03-02T21:33:53.316Z Compiling num-traits v0.2.19
13642026-03-02T21:33:53.394Z Compiling futures-core v0.3.32
13652026-03-02T21:33:53.681Z Compiling percent-encoding v2.3.2
13662026-03-02T21:33:53.845Z Compiling socket2 v0.6.1
13672026-03-02T21:33:53.988Z Compiling slab v0.4.9
13682026-03-02T21:33:54.076Z Compiling futures-sink v0.3.31
13692026-03-02T21:33:54.080Z Compiling cpufeatures v0.2.14
13702026-03-02T21:33:54.240Z Compiling foldhash v0.2.0
13712026-03-02T21:33:54.285Z Compiling futures-channel v0.3.31
13722026-03-02T21:33:54.609Z Compiling hashbrown v0.16.1
13732026-03-02T21:33:54.663Z Compiling futures-io v0.3.31
13742026-03-02T21:33:54.723Z Compiling futures-task v0.3.31
13752026-03-02T21:33:54.746Z Compiling pin-utils v0.1.0
13762026-03-02T21:33:54.776Z Compiling rustversion v1.0.22
13772026-03-02T21:33:54.870Z Compiling form_urlencoded v1.2.2
13782026-03-02T21:33:54.907Z Compiling cmake v0.1.57
13792026-03-02T21:33:54.950Z Compiling ident_case v1.0.1
13802026-03-02T21:33:55.040Z Compiling dunce v1.0.5
13812026-03-02T21:33:55.186Z Compiling fs_extra v1.3.0
13822026-03-02T21:33:55.215Z Compiling base64ct v1.6.0
13832026-03-02T21:33:55.237Z Compiling flagset v0.4.6
13842026-03-02T21:33:55.493Z Compiling foldhash v0.1.5
13852026-03-02T21:33:55.826Z Compiling pem-rfc7468 v0.7.0
13862026-03-02T21:33:55.853Z Compiling hashbrown v0.15.4
13872026-03-02T21:33:55.861Z Compiling aws-lc-sys v0.37.1
13882026-03-02T21:33:55.900Z Compiling rand_core v0.9.3
13892026-03-02T21:33:56.089Z Compiling indexmap v2.13.0
13902026-03-02T21:33:56.257Z Compiling iana-time-zone v0.1.63
13912026-03-02T21:33:56.494Z Compiling ring v0.17.14
13922026-03-02T21:33:56.516Z Compiling rustc_version v0.4.1
13932026-03-02T21:33:56.639Z Compiling uuid v1.19.0
13942026-03-02T21:33:56.975Z Compiling spin v0.9.8
13952026-03-02T21:33:57.204Z Compiling vcpkg v0.2.15
13962026-03-02T21:33:57.235Z Compiling zerocopy v0.8.27
13972026-03-02T21:33:57.408Z Compiling synstructure v0.13.1
13982026-03-02T21:33:57.674Z Compiling aws-lc-rs v1.16.0
13992026-03-02T21:33:57.702Z Compiling regex-syntax v0.8.5
14002026-03-02T21:33:58.261Z Compiling tracing-core v0.1.32
14012026-03-02T21:33:58.294Z Compiling serde_derive_internals v0.29.1
14022026-03-02T21:33:58.811Z Compiling schemars v0.8.22
14032026-03-02T21:33:58.897Z Compiling openssl-sys v0.9.109
14042026-03-02T21:33:59.204Z Compiling untrusted v0.7.1
14052026-03-02T21:33:59.422Z Compiling rustix v0.38.37
14062026-03-02T21:33:59.509Z Compiling adler2 v2.0.0
14072026-03-02T21:33:59.731Z Compiling base64 v0.22.1
14082026-03-02T21:34:00.068Z Compiling rustix v1.1.3
14092026-03-02T21:34:00.088Z Compiling openssl-probe v0.1.5
14102026-03-02T21:34:00.424Z Compiling untrusted v0.9.0
14112026-03-02T21:34:00.430Z Compiling httparse v1.9.5
14122026-03-02T21:34:00.599Z Compiling miniz_oxide v0.8.5
14132026-03-02T21:34:00.696Z Compiling darling_core v0.20.10
14142026-03-02T21:34:01.167Z Compiling tower-layer v0.3.3
14152026-03-02T21:34:01.230Z Compiling atomic-waker v1.1.2
14162026-03-02T21:34:01.448Z Compiling tower-service v0.3.3
14172026-03-02T21:34:01.493Z Compiling dyn-clone v1.0.20
14182026-03-02T21:34:01.599Z Compiling rustls v0.23.37
14192026-03-02T21:34:01.717Z Compiling try-lock v0.2.5
14202026-03-02T21:34:01.907Z Compiling tinyvec_macros v0.1.1
14212026-03-02T21:34:01.941Z Compiling want v0.3.1
14222026-03-02T21:34:02.030Z Compiling tinyvec v1.8.0
14232026-03-02T21:34:02.112Z Compiling serde_derive v1.0.228
14242026-03-02T21:34:02.136Z Compiling zeroize_derive v1.4.2
14252026-03-02T21:34:02.248Z Compiling zerofrom-derive v0.1.4
14262026-03-02T21:34:03.479Z Compiling yoke-derive v0.7.4
14272026-03-02T21:34:03.534Z Compiling zeroize v1.8.1
14282026-03-02T21:34:03.566Z Compiling zerovec-derive v0.10.3
14292026-03-02T21:34:03.919Z Compiling displaydoc v0.2.5
14302026-03-02T21:34:05.410Z Compiling crypto-common v0.1.6
14312026-03-02T21:34:05.578Z Compiling block-buffer v0.10.4
14322026-03-02T21:34:05.612Z Compiling zerofrom v0.1.4
14332026-03-02T21:34:05.691Z Compiling icu_provider_macros v1.5.0
14342026-03-02T21:34:05.876Z Compiling digest v0.10.7
14352026-03-02T21:34:05.898Z Compiling zerocopy-derive v0.7.35
14362026-03-02T21:34:06.096Z Compiling tokio-macros v2.6.0
14372026-03-02T21:34:06.311Z Compiling yoke v0.7.4
14382026-03-02T21:34:06.406Z Compiling hmac v0.12.1
14392026-03-02T21:34:06.642Z Compiling futures-macro v0.3.31
14402026-03-02T21:34:06.704Z Compiling zerovec v0.10.4
14412026-03-02T21:34:06.725Z Compiling thiserror-impl v2.0.18
14422026-03-02T21:34:06.742Z Compiling block-padding v0.3.3
14432026-03-02T21:34:07.080Z Compiling inout v0.1.3
14442026-03-02T21:34:07.421Z Compiling cipher v0.4.4
14452026-03-02T21:34:07.804Z Compiling sha2 v0.10.9
14462026-03-02T21:34:07.829Z Compiling der_derive v0.7.3
14472026-03-02T21:34:08.016Z Compiling zerocopy v0.7.35
14482026-03-02T21:34:08.598Z Compiling tinystr v0.7.6
14492026-03-02T21:34:08.865Z Compiling icu_collections v1.5.0
14502026-03-02T21:34:09.016Z Compiling icu_locid v1.5.0
14512026-03-02T21:34:09.423Z Compiling futures-util v0.3.31
14522026-03-02T21:34:09.610Z Compiling serde v1.0.228
14532026-03-02T21:34:09.947Z Compiling thiserror v2.0.18
14542026-03-02T21:34:10.013Z Compiling ppv-lite86 v0.2.20
14552026-03-02T21:34:10.077Z Compiling der v0.7.10
14562026-03-02T21:34:10.105Z Compiling icu_provider v1.5.0
14572026-03-02T21:34:10.846Z Compiling bytes v1.11.1
14582026-03-02T21:34:10.898Z Compiling bitflags v2.9.4
14592026-03-02T21:34:10.944Z Compiling icu_locid_transform v1.5.0
14602026-03-02T21:34:11.065Z Compiling chrono v0.4.43
14612026-03-02T21:34:11.233Z Compiling pest v2.8.2
14622026-03-02T21:34:11.375Z Compiling salsa20 v0.10.2
14632026-03-02T21:34:11.624Z Compiling pbkdf2 v0.12.2
14642026-03-02T21:34:11.813Z Compiling scrypt v0.11.0
14652026-03-02T21:34:12.354Z Compiling tokio v1.49.0
14662026-03-02T21:34:12.377Z Compiling icu_properties v1.5.1
14672026-03-02T21:34:13.117Z Compiling spki v0.7.3
14682026-03-02T21:34:13.321Z Compiling http v1.4.0
14692026-03-02T21:34:13.519Z Compiling rand_chacha v0.9.0
14702026-03-02T21:34:14.115Z Compiling pest_meta v2.8.2
14712026-03-02T21:34:14.445Z Compiling cbc v0.1.2
14722026-03-02T21:34:14.731Z Compiling aes v0.8.4
14732026-03-02T21:34:14.861Z Compiling rustls-pki-types v1.14.0
14742026-03-02T21:34:15.186Z Compiling zerocopy-derive v0.8.27
14752026-03-02T21:34:15.570Z Compiling tracing-attributes v0.1.27
14762026-03-02T21:34:15.891Z Compiling pkcs5 v0.7.1
14772026-03-02T21:34:16.933Z Compiling icu_normalizer v1.5.0
14782026-03-02T21:34:17.058Z Compiling pest_generator v2.8.2
14792026-03-02T21:34:17.419Z Compiling http-body v1.0.1
14802026-03-02T21:34:17.709Z Compiling rand v0.9.2
14812026-03-02T21:34:18.429Z Compiling idna_adapter v1.2.0
14822026-03-02T21:34:18.631Z Compiling idna v1.0.3
14832026-03-02T21:34:18.701Z Compiling pkcs8 v0.10.2
14842026-03-02T21:34:18.835Z Compiling tracing v0.1.40
14852026-03-02T21:34:18.842Z Compiling pest_derive v2.8.2
14862026-03-02T21:34:19.633Z Compiling url v2.5.4
14872026-03-02T21:34:19.640Z Compiling scroll_derive v0.13.1
14882026-03-02T21:34:19.684Z Compiling schemars_derive v0.8.22
14892026-03-02T21:34:21.393Z Compiling scroll v0.13.0
14902026-03-02T21:34:22.084Z Compiling tokio-util v0.7.15
14912026-03-02T21:34:22.252Z Compiling ipnet v2.11.0
14922026-03-02T21:34:23.188Z Compiling darling_macro v0.20.10
14932026-03-02T21:34:23.434Z Compiling h2 v0.4.6
14942026-03-02T21:34:24.140Z Compiling lazy_static v1.5.0
14952026-03-02T21:34:24.189Z Compiling bzip2-sys v0.1.13+1.0.8
14962026-03-02T21:34:24.284Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14972026-03-02T21:34:24.288Z Compiling aho-corasick v1.1.3
14982026-03-02T21:34:24.722Z Compiling time-core v0.1.8
14992026-03-02T21:34:25.067Z Compiling openssl v0.10.73
15002026-03-02T21:34:25.130Z Compiling httpdate v1.0.3
15012026-03-02T21:34:25.554Z Compiling num-conv v0.2.0
15022026-03-02T21:34:25.601Z Compiling foreign-types-shared v0.1.1
15032026-03-02T21:34:25.758Z Compiling powerfmt v0.2.0
15042026-03-02T21:34:25.795Z Compiling tempfile v3.24.0
15052026-03-02T21:34:25.839Z Compiling time-macros v0.2.27
15062026-03-02T21:34:26.174Z Compiling deranged v0.5.3
15072026-03-02T21:34:26.322Z Compiling regex-automata v0.4.14
15082026-03-02T21:34:26.630Z Compiling foreign-types v0.3.2
15092026-03-02T21:34:28.339Z Compiling darling v0.20.10
15102026-03-02T21:34:28.403Z Compiling goblin v0.10.2
15112026-03-02T21:34:28.470Z Compiling openssl-macros v0.1.1
15122026-03-02T21:34:28.779Z Compiling wait-timeout v0.2.0
15132026-03-02T21:34:29.244Z Compiling num_threads v0.1.7
15142026-03-02T21:34:29.272Z Compiling native-tls v0.2.12
15152026-03-02T21:34:29.391Z Compiling quick-error v1.2.3
15162026-03-02T21:34:29.582Z Compiling gimli v0.31.1
15172026-03-02T21:34:29.660Z Compiling bit-vec v0.8.0
15182026-03-02T21:34:29.927Z Compiling crossbeam-utils v0.8.21
15192026-03-02T21:34:30.168Z Compiling syn v1.0.109
15202026-03-02T21:34:30.525Z Compiling usdt-impl v0.6.0
15212026-03-02T21:34:30.801Z Compiling hyper v1.8.1
15222026-03-02T21:34:31.111Z Compiling bit-set v0.8.0
15232026-03-02T21:34:33.305Z Compiling hyper-util v0.1.19
15242026-03-02T21:34:34.459Z Compiling addr2line v0.24.2
15252026-03-02T21:34:34.565Z Compiling rusty-fork v0.3.0
15262026-03-02T21:34:35.153Z Compiling time v0.3.47
15272026-03-02T21:34:35.284Z Compiling derive_builder_core v0.20.2
15282026-03-02T21:34:36.908Z Compiling dof v0.4.0
15292026-03-02T21:34:37.407Z Compiling dtrace-parser v0.3.0
15302026-03-02T21:34:37.542Z Compiling rustls-native-certs v0.8.1
15312026-03-02T21:34:38.114Z Compiling signature v2.2.0
15322026-03-02T21:34:38.432Z Compiling unicode-normalization v0.1.24
15332026-03-02T21:34:38.786Z Compiling thiserror-impl v1.0.69
15342026-03-02T21:34:39.066Z Compiling scroll_derive v0.12.0
15352026-03-02T21:34:39.124Z Compiling darling_core v0.21.0
15362026-03-02T21:34:39.255Z Compiling heapless v0.7.17
15372026-03-02T21:34:39.403Z Compiling slog v2.8.2
15382026-03-02T21:34:39.451Z Compiling rand_xorshift v0.4.0
15392026-03-02T21:34:39.725Z Compiling sync_wrapper v1.0.1
15402026-03-02T21:34:39.747Z Compiling thread-id v5.0.0
15412026-03-02T21:34:39.750Z Compiling object v0.36.5
15422026-03-02T21:34:39.885Z Compiling cookie v0.18.1
15432026-03-02T21:34:39.909Z Compiling crc32fast v1.4.2
15442026-03-02T21:34:40.222Z Compiling unicode-properties v0.1.3
15452026-03-02T21:34:40.247Z Compiling unarray v0.1.4
15462026-03-02T21:34:40.426Z Compiling anyhow v1.0.99
15472026-03-02T21:34:40.544Z Compiling zlib-rs v0.5.1
15482026-03-02T21:34:40.648Z Compiling signal-hook v0.3.18
15492026-03-02T21:34:40.988Z Compiling rustc-demangle v0.1.24
15502026-03-02T21:34:41.071Z Compiling siphasher v0.3.11
15512026-03-02T21:34:41.339Z Compiling unicode-bidi v0.3.17
15522026-03-02T21:34:41.492Z Compiling paste v1.0.15
15532026-03-02T21:34:41.683Z Compiling zstd-safe v7.2.3
15542026-03-02T21:34:41.847Z Compiling thiserror v1.0.69
15552026-03-02T21:34:42.064Z Compiling phf_shared v0.11.2
15562026-03-02T21:34:42.137Z Compiling stringprep v0.1.5
15572026-03-02T21:34:42.510Z Compiling scroll v0.12.0
15582026-03-02T21:34:42.621Z Compiling proptest v1.7.0
15592026-03-02T21:34:42.986Z Compiling tower v0.5.2
15602026-03-02T21:34:43.326Z Compiling derive_builder_macro v0.20.2
15612026-03-02T21:34:44.704Z Compiling ipnetwork v0.21.1
15622026-03-02T21:34:45.281Z Compiling darling_macro v0.21.0
15632026-03-02T21:34:45.307Z Compiling http-body-util v0.1.3
15642026-03-02T21:34:45.599Z Compiling webpki-roots v1.0.1
15652026-03-02T21:34:45.823Z Compiling rand_chacha v0.3.1
15662026-03-02T21:34:45.823Z Compiling toml_datetime v0.6.11
15672026-03-02T21:34:46.229Z Compiling backtrace v0.3.74
15682026-03-02T21:34:46.404Z Compiling serde_spanned v0.6.9
15692026-03-02T21:34:46.625Z Compiling erased-serde v0.3.31
15702026-03-02T21:34:46.691Z Compiling libz-rs-sys v0.5.1
15712026-03-02T21:34:47.035Z Compiling serde_tokenstream v0.2.3
15722026-03-02T21:34:47.650Z Compiling md-5 v0.10.6
15732026-03-02T21:34:47.674Z Compiling curve25519-dalek v4.1.3
15742026-03-02T21:34:47.853Z Compiling vergen-lib v0.1.6
15752026-03-02T21:34:47.949Z Compiling num-integer v0.1.46
15762026-03-02T21:34:47.976Z Compiling hash32 v0.2.1
15772026-03-02T21:34:48.199Z Compiling ff v0.13.0
15782026-03-02T21:34:48.354Z Compiling memoffset v0.9.1
15792026-03-02T21:34:48.404Z Compiling fallible-iterator v0.2.0
15802026-03-02T21:34:48.452Z Compiling ref-cast v1.0.25
15812026-03-02T21:34:48.651Z Compiling iri-string v0.7.8
15822026-03-02T21:34:48.701Z Compiling base16ct v0.2.0
15832026-03-02T21:34:49.033Z Compiling num-bigint-dig v0.8.6
15842026-03-02T21:34:49.057Z Compiling smoltcp v0.9.1
15852026-03-02T21:34:49.097Z Compiling psl-types v2.0.11
15862026-03-02T21:34:49.100Z Compiling ryu v1.0.18
15872026-03-02T21:34:49.320Z Compiling cfg_aliases v0.2.1
15882026-03-02T21:34:49.385Z Compiling litrs v0.4.1
15892026-03-02T21:34:49.440Z Compiling nix v0.29.0
15902026-03-02T21:34:49.507Z Compiling serde_urlencoded v0.7.1
15912026-03-02T21:34:49.773Z Compiling publicsuffix v2.3.0
15922026-03-02T21:34:50.048Z Compiling postgres-protocol v0.6.8
15932026-03-02T21:34:50.173Z Compiling sec1 v0.7.3
15942026-03-02T21:34:50.423Z Compiling newtype-uuid v1.3.2
15952026-03-02T21:34:50.445Z Compiling document-features v0.2.11
15962026-03-02T21:34:50.777Z Compiling num-iter v0.1.45
15972026-03-02T21:34:51.009Z Compiling group v0.13.0
15982026-03-02T21:34:51.755Z Compiling tower-http v0.6.8
15992026-03-02T21:34:52.157Z Compiling flate2 v1.1.2
16002026-03-02T21:34:52.187Z Compiling rand v0.8.5
16012026-03-02T21:34:52.303Z Compiling darling v0.21.0
16022026-03-02T21:34:52.444Z Compiling oxnet v0.1.4
16032026-03-02T21:34:52.596Z Compiling tokio-native-tls v0.3.1
16042026-03-02T21:34:52.713Z Compiling derive_builder v0.20.2
16052026-03-02T21:34:52.895Z Compiling goblin v0.8.2
16062026-03-02T21:34:53.879Z Compiling regex v1.12.3
16072026-03-02T21:34:54.139Z Compiling terminal_size v0.4.0
16082026-03-02T21:34:54.166Z Compiling cargo-platform v0.1.8
16092026-03-02T21:34:54.398Z Compiling hkdf v0.12.4
16102026-03-02T21:34:54.697Z Compiling crypto-bigint v0.5.5
16112026-03-02T21:34:54.720Z Compiling ref-cast-impl v1.0.25
16122026-03-02T21:34:54.901Z Compiling daft-derive v0.1.4
16132026-03-02T21:34:54.926Z Compiling async-trait v0.1.89
16142026-03-02T21:34:55.915Z Compiling curve25519-dalek-derive v0.1.1
16152026-03-02T21:34:56.140Z Compiling hubpack_derive v0.1.1
16162026-03-02T21:34:56.604Z Compiling strum_macros v0.27.2
16172026-03-02T21:34:57.132Z Compiling vergen v9.0.6
16182026-03-02T21:34:57.404Z Compiling ahash v0.8.12
16192026-03-02T21:34:57.492Z Compiling fs-err v3.1.1
16202026-03-02T21:34:57.554Z Compiling bitflags v1.3.2
16212026-03-02T21:34:57.714Z Compiling lockfree-object-pool v0.1.6
16222026-03-02T21:34:57.817Z Compiling simd-adler32 v0.3.7
16232026-03-02T21:34:57.856Z Compiling unicode-segmentation v1.12.0
16242026-03-02T21:34:57.989Z Compiling winnow v0.5.40
16252026-03-02T21:34:58.351Z Compiling either v1.15.0
16262026-03-02T21:34:58.745Z Compiling managed v0.8.0
16272026-03-02T21:34:58.827Z Compiling bumpalo v3.16.0
16282026-03-02T21:34:59.219Z Compiling buf-list v1.0.3
16292026-03-02T21:34:59.344Z Compiling zopfli v0.8.1
16302026-03-02T21:35:00.988Z Compiling dof v0.3.0
16312026-03-02T21:35:01.014Z Compiling elliptic-curve v0.13.8
16322026-03-02T21:35:01.737Z Compiling toml_edit v0.19.15
16332026-03-02T21:35:01.805Z Compiling strum v0.27.2
16342026-03-02T21:35:02.049Z Compiling clap_builder v4.5.48
16352026-03-02T21:35:02.169Z Compiling hubpack v0.1.2
16362026-03-02T21:35:02.200Z Compiling daft v0.1.4
16372026-03-02T21:35:02.806Z Compiling cargo_metadata v0.19.2
16382026-03-02T21:35:02.809Z Compiling zstd v0.13.3
16392026-03-02T21:35:03.412Z Compiling cookie_store v0.22.1
16402026-03-02T21:35:05.008Z Compiling signal-hook-mio v0.2.4
16412026-03-02T21:35:06.039Z Compiling hyper-tls v0.6.0
16422026-03-02T21:35:06.173Z Compiling serde_with_macros v3.16.1
16432026-03-02T21:35:06.465Z Compiling postgres-types v0.2.9
16442026-03-02T21:35:07.988Z Compiling usdt-macro v0.6.0
16452026-03-02T21:35:08.775Z Compiling usdt-attr-macro v0.6.0
16462026-03-02T21:35:08.844Z Compiling phf v0.11.2
16472026-03-02T21:35:09.173Z Compiling dtrace-parser v0.2.0
16482026-03-02T21:35:09.517Z Compiling ed25519 v2.2.3
16492026-03-02T21:35:10.033Z Compiling bzip2 v0.5.2
16502026-03-02T21:35:10.195Z Compiling bzip2 v0.4.4
16512026-03-02T21:35:10.412Z Compiling bstr v1.10.0
16522026-03-02T21:35:10.466Z Compiling pkcs1 v0.7.5
16532026-03-02T21:35:10.548Z Compiling serde-big-array v0.5.1
16542026-03-02T21:35:10.616Z Compiling hex v0.4.3
16552026-03-02T21:35:10.819Z Compiling rfc6979 v0.4.0
16562026-03-02T21:35:11.059Z Compiling serde_repr v0.1.19
16572026-03-02T21:35:11.176Z Compiling strum_macros v0.26.4
16582026-03-02T21:35:11.253Z Compiling clap_derive v4.5.47
16592026-03-02T21:35:11.421Z Compiling enum-as-inner v0.6.1
16602026-03-02T21:35:11.650Z Compiling float-cmp v0.10.0
16612026-03-02T21:35:11.945Z Compiling env_filter v0.1.2
16622026-03-02T21:35:12.008Z Compiling socket2 v0.5.10
16632026-03-02T21:35:12.205Z Compiling memmap2 v0.9.8
16642026-03-02T21:35:12.513Z Compiling encoding_rs v0.8.34
16652026-03-02T21:35:12.601Z Compiling jiff v0.2.15
16662026-03-02T21:35:12.623Z Compiling mime v0.3.17
16672026-03-02T21:35:12.949Z Compiling data-encoding v2.9.0
16682026-03-02T21:35:13.150Z Compiling normalize-line-endings v0.3.0
16692026-03-02T21:35:13.308Z Compiling precomputed-hash v0.1.1
16702026-03-02T21:35:13.460Z Compiling whoami v1.5.2
16712026-03-02T21:35:14.044Z Compiling fixedbitset v0.4.2
16722026-03-02T21:35:14.513Z Compiling difflib v0.4.0
16732026-03-02T21:35:14.710Z Compiling new_debug_unreachable v1.0.6
16742026-03-02T21:35:14.842Z Compiling static_assertions v1.1.0
16752026-03-02T21:35:14.975Z Compiling predicates-core v1.0.8
16762026-03-02T21:35:15.313Z Compiling keccak v0.1.5
16772026-03-02T21:35:15.677Z Compiling fixedbitset v0.5.7
16782026-03-02T21:35:15.700Z Compiling rustc-hash v2.1.1
16792026-03-02T21:35:15.866Z Compiling toml_edit v0.22.27
16802026-03-02T21:35:15.924Z Compiling iddqd v0.3.16
16812026-03-02T21:35:16.319Z Compiling petgraph v0.8.2
16822026-03-02T21:35:16.373Z Compiling strum v0.26.3
16832026-03-02T21:35:16.582Z Compiling clap v4.5.48
16842026-03-02T21:35:16.730Z Compiling sha3 v0.10.8
16852026-03-02T21:35:16.868Z Compiling predicates v3.1.3
16862026-03-02T21:35:17.692Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16872026-03-02T21:35:17.916Z Compiling string_cache v0.8.9
16882026-03-02T21:35:18.383Z Compiling petgraph v0.6.5
16892026-03-02T21:35:18.501Z Compiling tokio-postgres v0.7.13
16902026-03-02T21:35:18.680Z Compiling hickory-proto v0.25.2
16912026-03-02T21:35:21.194Z Compiling zip v4.2.0
16922026-03-02T21:35:22.167Z Compiling usdt-impl v0.5.0
16932026-03-02T21:35:23.119Z Compiling usdt v0.6.0
16942026-03-02T21:35:23.486Z Compiling env_logger v0.11.8
16952026-03-02T21:35:23.511Z Compiling similar v2.7.0
16962026-03-02T21:35:23.629Z Compiling serde_with v3.16.1
16972026-03-02T21:35:23.998Z Compiling ecdsa v0.16.9
16982026-03-02T21:35:24.244Z Compiling rsa v0.9.8
16992026-03-02T21:35:24.723Z Compiling zip v0.6.6
17002026-03-02T21:35:24.851Z Compiling ed25519-dalek v2.1.1
17012026-03-02T21:35:26.071Z Compiling toml v0.7.8
17022026-03-02T21:35:26.285Z Compiling crossterm v0.28.1
17032026-03-02T21:35:27.529Z Compiling itertools v0.10.5
17042026-03-02T21:35:27.630Z Compiling itertools v0.13.0
17052026-03-02T21:35:27.936Z Compiling heck v0.4.1
17062026-03-02T21:35:28.195Z Compiling crossbeam-epoch v0.9.18
17072026-03-02T21:35:28.412Z Compiling tokio-stream v0.1.17
17082026-03-02T21:35:28.932Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-03-02T21:35:29.404Z Compiling x509-cert v0.2.5
17102026-03-02T21:35:29.470Z Compiling openapiv3 v2.2.0
17112026-03-02T21:35:29.642Z Compiling sha1 v0.10.6
17122026-03-02T21:35:30.070Z Compiling winnow v0.6.26
17132026-03-02T21:35:30.100Z Compiling lalrpop-util v0.19.12
17142026-03-02T21:35:30.502Z Compiling peg-runtime v0.8.5
17152026-03-02T21:35:30.679Z Compiling thread_local v1.1.8
17162026-03-02T21:35:30.796Z Compiling slog-async v2.8.0
17172026-03-02T21:35:31.090Z Compiling crossbeam-channel v0.5.15
17182026-03-02T21:35:31.215Z Compiling xattr v1.3.1
17192026-03-02T21:35:31.416Z Compiling futures-executor v0.3.31
17202026-03-02T21:35:31.491Z Compiling filetime v0.2.26
17212026-03-02T21:35:31.800Z Compiling is-terminal v0.4.13
17222026-03-02T21:35:31.897Z Compiling take_mut v0.2.2
17232026-03-02T21:35:31.980Z Compiling term v1.1.0
17242026-03-02T21:35:32.138Z Compiling tar v0.4.44
17252026-03-02T21:35:32.193Z Compiling futures v0.3.31
17262026-03-02T21:35:33.063Z Compiling slog-term v2.9.2
17272026-03-02T21:35:42.137Z Compiling rustls-webpki v0.103.9
17282026-03-02T21:35:47.545Z Compiling tokio-rustls v0.26.0
17292026-03-02T21:35:47.545Z Compiling rustls-platform-verifier v0.6.2
17302026-03-02T21:35:47.858Z Compiling hyper-rustls v0.27.7
17312026-03-02T21:35:48.207Z Compiling reqwest v0.12.28
17322026-03-02T21:35:48.207Z Compiling reqwest v0.13.2
17332026-03-02T21:35:52.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17342026-03-02T21:35:53.177Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17352026-03-02T21:35:58.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
17362026-03-02T21:35:58.412Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17372026-03-02T21:35:58.475ZMar 02 21:35:57.147 INFO Starting download, target: Console
17382026-03-02T21:35:58.475ZMar 02 21:35:57.149 INFO Starting download, target: Clickhouse
17392026-03-02T21:35:58.475ZMar 02 21:35:57.149 INFO Starting download, target: Cockroach
17402026-03-02T21:35:58.475ZMar 02 21:35:57.149 INFO Starting download, target: DendriteStub
17412026-03-02T21:35:58.478ZMar 02 21:35:57.149 INFO Starting download, target: MaghemiteMgd
17422026-03-02T21:35:58.478ZMar 02 21:35:57.149 INFO Starting download, target: TransceiverControl
17432026-03-02T21:35:58.478ZMar 02 21:35:57.149 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17442026-03-02T21:35:58.478ZMar 02 21:35:57.149 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17452026-03-02T21:35:58.479ZMar 02 21:35:57.149 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-03-02T21:35:58.479ZMar 02 21:35:57.149 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-03-02T21:35:58.479ZMar 02 21:35:57.149 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17482026-03-02T21:35:58.479ZMar 02 21:35:57.149 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-03-02T21:35:59.028ZMar 02 21:35:57.679 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-03-02T21:35:59.444ZMar 02 21:35:58.111 INFO Download complete, target: TransceiverControl
17512026-03-02T21:35:59.504ZMar 02 21:35:58.172 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-03-02T21:35:59.950ZMar 02 21:35:58.621 INFO Download complete, target: Console
17532026-03-02T21:36:00.384ZMar 02 21:35:59.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-03-02T21:36:00.780ZMar 02 21:35:59.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-03-02T21:36:00.808ZMar 02 21:35:59.481 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-03-02T21:36:00.808ZMar 02 21:35:59.481 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-03-02T21:36:00.831ZMar 02 21:35:59.503 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17582026-03-02T21:36:04.414ZMar 02 21:36:03.087 INFO Download complete, target: MaghemiteMgd
17592026-03-02T21:36:04.663ZMar 02 21:36:03.336 INFO Download complete, target: DendriteStub
17602026-03-02T21:36:08.488ZMar 02 21:36:07.160 INFO Checking that binary works, target: Cockroach
17612026-03-02T21:36:08.635ZMar 02 21:36:07.308 INFO Download complete, target: Cockroach
17622026-03-02T21:36:11.594ZMar 02 21:36:10.266 INFO Checking that binary works, target: Clickhouse
17632026-03-02T21:36:11.709ZMar 02 21:36:10.381 INFO Download complete, target: Clickhouse
17642026-03-02T21:36:11.715ZAll prerequisites installed successfully
17652026-03-02T21:36:11.718Z
17662026-03-02T21:36:11.718Zreal 5:22.726152377
17672026-03-02T21:36:11.718Zuser 17:55.775811958
17682026-03-02T21:36:11.718Zsys 2:34.979279151
17692026-03-02T21:36:11.718Ztrap 0.697139875
17702026-03-02T21:36:11.718Ztflt 0.812399814
17712026-03-02T21:36:11.718Zdflt 0.905993293
17722026-03-02T21:36:11.718Zkflt 0.111339033
17732026-03-02T21:36:11.718Zlock 40:28.110980736
17742026-03-02T21:36:11.718Zslp 1:06:37.717270509
17752026-03-02T21:36:11.718Zlat 1:09.285001826
17762026-03-02T21:36:11.718Zstop 3:16.448918025
17772026-03-02T21:36:11.718Z+ ptime -m cargo xtask download softnpu
17782026-03-02T21:36:12.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
17792026-03-02T21:36:12.631Z Running `target/debug/xtask download softnpu`
17802026-03-02T21:36:13.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
17812026-03-02T21:36:13.921Z Running `target/debug/xtask-downloader softnpu`
17822026-03-02T21:36:13.971ZMar 02 21:36:12.643 INFO Starting download, target: Softnpu
17832026-03-02T21:36:13.974ZMar 02 21:36:12.644 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17842026-03-02T21:36:14.575ZMar 02 21:36:13.248 INFO Download complete, target: Softnpu
17852026-03-02T21:36:14.579Z
17862026-03-02T21:36:14.582Zreal 2.856743446
17872026-03-02T21:36:14.582Zuser 2.069311571
17882026-03-02T21:36:14.582Zsys 0.922900151
17892026-03-02T21:36:14.582Ztrap 0.001986453
17902026-03-02T21:36:14.582Ztflt 0.000271186
17912026-03-02T21:36:14.582Zdflt 0.000203387
17922026-03-02T21:36:14.582Zkflt 0.000000000
17932026-03-02T21:36:14.582Zlock 6.156175692
17942026-03-02T21:36:14.582Zslp 0.439918278
17952026-03-02T21:36:14.582Zlat 0.177599254
17962026-03-02T21:36:14.582Zstop 0.000187477
17972026-03-02T21:36:14.582Z+ export CARGO_INCREMENTAL=0
17982026-03-02T21:36:14.582Z+ CARGO_INCREMENTAL=0
17992026-03-02T21:36:14.583Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18002026-03-02T21:36:16.054Z Compiling proc-macro2 v1.0.106
18012026-03-02T21:36:16.054Z Compiling quote v1.0.44
18022026-03-02T21:36:16.054Z Compiling unicode-ident v1.0.24
18032026-03-02T21:36:16.057Z Compiling libc v0.2.180
18042026-03-02T21:36:16.057Z Compiling serde_core v1.0.228
18052026-03-02T21:36:16.057Z Compiling serde v1.0.228
18062026-03-02T21:36:16.057Z Compiling autocfg v1.4.0
18072026-03-02T21:36:16.057Z Compiling cfg-if v1.0.4
18082026-03-02T21:36:16.458Z Compiling version_check v0.9.5
18092026-03-02T21:36:16.631Z Compiling find-msvc-tools v0.1.9
18102026-03-02T21:36:17.034Z Compiling shlex v1.3.0
18112026-03-02T21:36:17.055Z Compiling lock_api v0.4.12
18122026-03-02T21:36:17.084Z Compiling portable-atomic v1.11.0
18132026-03-02T21:36:17.370Z Compiling typenum v1.17.0
18142026-03-02T21:36:17.388Z Compiling memchr v2.7.4
18152026-03-02T21:36:17.959Z Compiling generic-array v0.14.7
18162026-03-02T21:36:18.212Z Compiling jobserver v0.1.32
18172026-03-02T21:36:18.431Z Compiling zmij v1.0.15
18182026-03-02T21:36:18.705Z Compiling cc v1.2.56
18192026-03-02T21:36:18.725Z Compiling syn v2.0.117
18202026-03-02T21:36:18.885Z Compiling serde_json v1.0.149
18212026-03-02T21:36:18.926Z Compiling getrandom v0.3.4
18222026-03-02T21:36:18.929Z Compiling parking_lot_core v0.9.10
18232026-03-02T21:36:19.260Z Compiling libm v0.2.8
18242026-03-02T21:36:19.393Z Compiling num-traits v0.2.19
18252026-03-02T21:36:19.527Z Compiling smallvec v1.15.1
18262026-03-02T21:36:19.665Z Compiling getrandom v0.2.15
18272026-03-02T21:36:19.744Z Compiling value-bag v1.12.0
18282026-03-02T21:36:20.047Z Compiling itoa v1.0.11
18292026-03-02T21:36:20.326Z Compiling log v0.4.29
18302026-03-02T21:36:20.711Z Compiling pkg-config v0.3.31
18312026-03-02T21:36:21.348Z Compiling scopeguard v1.2.0
18322026-03-02T21:36:21.462Z Compiling slab v0.4.9
18332026-03-02T21:36:21.673Z Compiling stable_deref_trait v1.2.0
18342026-03-02T21:36:21.745Z Compiling thiserror v2.0.18
18352026-03-02T21:36:21.824Z Compiling rand_core v0.6.4
18362026-03-02T21:36:22.153Z Compiling byteorder v1.5.0
18372026-03-02T21:36:22.204Z Compiling critical-section v1.1.3
18382026-03-02T21:36:22.387Z Compiling subtle v2.6.1
18392026-03-02T21:36:22.684Z Compiling fnv v1.0.7
18402026-03-02T21:36:23.137Z Compiling pin-project-lite v0.2.14
18412026-03-02T21:36:23.154Z Compiling once_cell v1.21.3
18422026-03-02T21:36:23.739Z Compiling litemap v0.7.3
18432026-03-02T21:36:23.758Z Compiling allocator-api2 v0.2.21
18442026-03-02T21:36:24.015Z Compiling equivalent v1.0.2
18452026-03-02T21:36:24.168Z Compiling writeable v0.5.5
18462026-03-02T21:36:24.854Z Compiling ring v0.17.14
18472026-03-02T21:36:25.002Z Compiling semver v1.0.27
18482026-03-02T21:36:25.261Z Compiling cmake v0.1.57
18492026-03-02T21:36:25.699Z Compiling signal-hook-registry v1.4.2
18502026-03-02T21:36:25.924Z Compiling percent-encoding v2.3.2
18512026-03-02T21:36:26.110Z Compiling dunce v1.0.5
18522026-03-02T21:36:26.282Z Compiling synstructure v0.13.1
18532026-03-02T21:36:26.348Z Compiling fs_extra v1.3.0
18542026-03-02T21:36:26.484Z Compiling parking_lot v0.12.3
18552026-03-02T21:36:26.905Z Compiling aws-lc-sys v0.37.1
18562026-03-02T21:36:26.908Z Compiling mio v1.0.2
18572026-03-02T21:36:27.050Z Compiling icu_locid_transform_data v1.5.0
18582026-03-02T21:36:27.190Z Compiling const-oid v0.9.6
18592026-03-02T21:36:27.284Z Compiling icu_properties_data v1.5.0
18602026-03-02T21:36:27.482Z Compiling rustversion v1.0.22
18612026-03-02T21:36:27.560Z Compiling socket2 v0.6.1
18622026-03-02T21:36:28.238Z Compiling write16 v1.0.0
18632026-03-02T21:36:28.416Z Compiling foldhash v0.2.0
18642026-03-02T21:36:28.420Z Compiling icu_normalizer_data v1.5.0
18652026-03-02T21:36:28.494Z Compiling utf8_iter v1.0.4
18662026-03-02T21:36:28.575Z Compiling zerocopy v0.8.27
18672026-03-02T21:36:28.663Z Compiling utf16_iter v1.0.5
18682026-03-02T21:36:28.812Z Compiling schemars v0.8.22
18692026-03-02T21:36:28.834Z Compiling hashbrown v0.16.1
18702026-03-02T21:36:29.191Z Compiling serde_derive_internals v0.29.1
18712026-03-02T21:36:29.481Z Compiling thiserror v1.0.69
18722026-03-02T21:36:30.033Z Compiling aws-lc-rs v1.16.0
18732026-03-02T21:36:30.069Z Compiling strsim v0.11.1
18742026-03-02T21:36:30.095Z Compiling indexmap v2.13.0
18752026-03-02T21:36:30.117Z Compiling form_urlencoded v1.2.2
18762026-03-02T21:36:30.140Z Compiling serde_derive v1.0.228
18772026-03-02T21:36:30.175Z Compiling zeroize_derive v1.4.2
18782026-03-02T21:36:30.622Z Compiling zerofrom-derive v0.1.4
18792026-03-02T21:36:30.698Z Compiling yoke-derive v0.7.4
18802026-03-02T21:36:30.721Z Compiling zerovec-derive v0.10.3
18812026-03-02T21:36:31.120Z Compiling displaydoc v0.2.5
18822026-03-02T21:36:31.557Z Compiling zeroize v1.8.1
18832026-03-02T21:36:31.616Z Compiling icu_provider_macros v1.5.0
18842026-03-02T21:36:32.034Z Compiling tokio-macros v2.6.0
18852026-03-02T21:36:32.075Z Compiling zerocopy-derive v0.7.35
18862026-03-02T21:36:32.559Z Compiling thiserror-impl v2.0.18
18872026-03-02T21:36:32.623Z Compiling futures-macro v0.3.31
18882026-03-02T21:36:33.382Z Compiling zerofrom v0.1.4
18892026-03-02T21:36:33.659Z Compiling yoke v0.7.4
18902026-03-02T21:36:33.722Z Compiling tracing-attributes v0.1.27
18912026-03-02T21:36:33.862Z Compiling der_derive v0.7.3
18922026-03-02T21:36:34.098Z Compiling zerovec v0.10.4
18932026-03-02T21:36:34.242Z Compiling crypto-common v0.1.6
18942026-03-02T21:36:34.448Z Compiling block-buffer v0.10.4
18952026-03-02T21:36:34.667Z Compiling schemars_derive v0.8.22
18962026-03-02T21:36:34.722Z Compiling digest v0.10.7
18972026-03-02T21:36:34.903Z Compiling zerocopy-derive v0.8.27
18982026-03-02T21:36:35.511Z Compiling zerocopy v0.7.35
18992026-03-02T21:36:36.067Z Compiling thiserror-impl v1.0.69
19002026-03-02T21:36:36.646Z Compiling tinystr v0.7.6
19012026-03-02T21:36:37.105Z Compiling icu_locid v1.5.0
19022026-03-02T21:36:37.158Z Compiling icu_collections v1.5.0
19032026-03-02T21:36:37.437Z Compiling ucd-trie v0.1.7
19042026-03-02T21:36:37.470Z Compiling futures-core v0.3.32
19052026-03-02T21:36:37.778Z Compiling pest v2.8.2
19062026-03-02T21:36:38.225Z Compiling bytes v1.11.1
19072026-03-02T21:36:38.228Z Compiling bitflags v2.9.4
19082026-03-02T21:36:38.577Z Compiling icu_provider v1.5.0
19092026-03-02T21:36:39.162Z Compiling httparse v1.9.5
19102026-03-02T21:36:39.718Z Compiling icu_locid_transform v1.5.0
19112026-03-02T21:36:39.768Z Compiling tokio v1.49.0
19122026-03-02T21:36:39.818Z Compiling ident_case v1.0.1
19132026-03-02T21:36:39.999Z Compiling vcpkg v0.2.15
19142026-03-02T21:36:40.035Z Compiling heck v0.5.0
19152026-03-02T21:36:40.520Z Compiling pest_meta v2.8.2
19162026-03-02T21:36:41.283Z Compiling icu_properties v1.5.1
19172026-03-02T21:36:41.419Z Compiling openssl-sys v0.9.109
19182026-03-02T21:36:42.466Z Compiling rustix v1.1.3
19192026-03-02T21:36:43.172Z Compiling pest_generator v2.8.2
19202026-03-02T21:36:44.167Z Compiling regex-syntax v0.8.5
19212026-03-02T21:36:44.824Z Compiling syn v1.0.109
19222026-03-02T21:36:44.879Z Compiling pest_derive v2.8.2
19232026-03-02T21:36:45.349Z Compiling icu_normalizer v1.5.0
19242026-03-02T21:36:46.549Z Compiling idna_adapter v1.2.0
19252026-03-02T21:36:46.805Z Compiling idna v1.0.3
19262026-03-02T21:36:47.680Z Compiling url v2.5.4
19272026-03-02T21:36:49.557Z Compiling rustc_version v0.4.1
19282026-03-02T21:36:49.782Z Compiling rustls v0.23.37
19292026-03-02T21:36:50.136Z Compiling cpufeatures v0.2.14
19302026-03-02T21:36:50.267Z Compiling futures-sink v0.3.31
19312026-03-02T21:36:50.469Z Compiling futures-channel v0.3.31
19322026-03-02T21:36:51.143Z Compiling hmac v0.12.1
19332026-03-02T21:36:51.547Z Compiling rustix v0.38.37
19342026-03-02T21:36:52.242Z Compiling iana-time-zone v0.1.63
19352026-03-02T21:36:52.377Z Compiling futures-task v0.3.31
19362026-03-02T21:36:52.724Z Compiling futures-io v0.3.31
19372026-03-02T21:36:53.024Z Compiling pin-utils v0.1.0
19382026-03-02T21:36:53.153Z Compiling plain v0.2.3
19392026-03-02T21:36:53.179Z Compiling futures-util v0.3.31
19402026-03-02T21:36:53.352Z Compiling chrono v0.4.43
19412026-03-02T21:36:53.385Z Compiling block-padding v0.3.3
19422026-03-02T21:36:53.409Z Compiling uuid v1.19.0
19432026-03-02T21:36:53.830Z Compiling aho-corasick v1.1.3
19442026-03-02T21:36:54.991Z Compiling crossbeam-utils v0.8.21
19452026-03-02T21:36:56.434Z Compiling regex-automata v0.4.14
19462026-03-02T21:36:56.849Z Compiling inout v0.1.3
19472026-03-02T21:36:57.142Z Compiling ppv-lite86 v0.2.20
19482026-03-02T21:36:58.463Z Compiling errno v0.3.12
19492026-03-02T21:36:58.938Z Compiling openssl v0.10.73
19502026-03-02T21:36:59.256Z Compiling time-core v0.1.8
19512026-03-02T21:36:59.600Z Compiling num-conv v0.2.0
19522026-03-02T21:36:59.625Z Compiling pretty-hex v0.4.1
19532026-03-02T21:36:59.665Z Compiling cipher v0.4.4
19542026-03-02T21:36:59.862Z Compiling sha2 v0.10.9
19552026-03-02T21:36:59.905Z Compiling time-macros v0.2.27
19562026-03-02T21:37:00.511Z Compiling serde_tokenstream v0.2.3
19572026-03-02T21:37:00.742Z Compiling scroll_derive v0.12.0
19582026-03-02T21:37:01.111Z Compiling scroll_derive v0.13.1
19592026-03-02T21:37:01.596Z Compiling anyhow v1.0.99
19602026-03-02T21:37:02.023Z Compiling base64ct v1.6.0
19612026-03-02T21:37:02.287Z Compiling darling_core v0.21.0
19622026-03-02T21:37:02.328Z Compiling rustls-pki-types v1.14.0
19632026-03-02T21:37:02.383Z Compiling openssl-macros v0.1.1
19642026-03-02T21:37:02.594Z Compiling pem-rfc7468 v0.7.0
19652026-03-02T21:37:03.137Z Compiling spin v0.9.8
19662026-03-02T21:37:03.186Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19672026-03-02T21:37:03.609Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-03-02T21:37:04.131Z Compiling flagset v0.4.6
19692026-03-02T21:37:04.194Z Compiling foldhash v0.1.5
19702026-03-02T21:37:04.220Z Compiling native-tls v0.2.12
19712026-03-02T21:37:04.364Z Compiling der v0.7.10
19722026-03-02T21:37:04.531Z Compiling hashbrown v0.15.4
19732026-03-02T21:37:04.639Z Compiling regex v1.12.3
19742026-03-02T21:37:05.778Z Compiling rand_core v0.9.3
19752026-03-02T21:37:05.864Z Compiling serde_spanned v0.6.9
19762026-03-02T21:37:05.959Z Compiling toml_datetime v0.6.11
19772026-03-02T21:37:06.149Z Compiling slog v2.8.2
19782026-03-02T21:37:06.596Z Compiling dyn-clone v1.0.20
19792026-03-02T21:37:07.426Z Compiling spki v0.7.3
19802026-03-02T21:37:07.735Z Compiling darling_macro v0.21.0
19812026-03-02T21:37:07.797Z Compiling salsa20 v0.10.2
19822026-03-02T21:37:08.037Z Compiling pbkdf2 v0.12.2
19832026-03-02T21:37:08.229Z Compiling http v1.4.0
19842026-03-02T21:37:08.568Z Compiling darling v0.21.0
19852026-03-02T21:37:09.875Z Compiling tracing-core v0.1.32
19862026-03-02T21:37:10.565Z Compiling winnow v0.5.40
19872026-03-02T21:37:10.765Z Compiling untrusted v0.9.0
19882026-03-02T21:37:10.986Z Compiling either v1.15.0
19892026-03-02T21:37:11.687Z Compiling camino v1.2.2
19902026-03-02T21:37:12.208Z Compiling tracing v0.1.40
19912026-03-02T21:37:12.560Z Compiling scrypt v0.11.0
19922026-03-02T21:37:12.889Z Compiling rand_chacha v0.9.0
19932026-03-02T21:37:13.011Z Compiling tokio-util v0.7.15
19942026-03-02T21:37:13.599Z Compiling toml_edit v0.19.15
19952026-03-02T21:37:13.710Z Compiling aes v0.8.4
19962026-03-02T21:37:14.717Z Compiling cbc v0.1.2
19972026-03-02T21:37:16.101Z Compiling usdt-impl v0.5.0
19982026-03-02T21:37:16.479Z Compiling cookie v0.18.1
19992026-03-02T21:37:16.810Z Compiling ref-cast v1.0.25
20002026-03-02T21:37:16.891Z Compiling base64 v0.22.1
20012026-03-02T21:37:17.340Z Compiling usdt-impl v0.6.0
20022026-03-02T21:37:17.403Z Compiling paste v1.0.15
20032026-03-02T21:37:18.067Z Compiling pkcs5 v0.7.1
20042026-03-02T21:37:18.161Z Compiling rand v0.9.2
20052026-03-02T21:37:19.273Z Compiling http-body v1.0.1
20062026-03-02T21:37:19.511Z Compiling scroll v0.13.0
20072026-03-02T21:37:19.536Z Compiling scroll v0.12.0
20082026-03-02T21:37:19.997Z Compiling heapless v0.7.17
20092026-03-02T21:37:20.661Z Compiling openssl-probe v0.1.5
20102026-03-02T21:37:20.732Z Compiling cfg_aliases v0.2.1
20112026-03-02T21:37:20.855Z Compiling signal-hook v0.3.18
20122026-03-02T21:37:20.955Z Compiling zstd-safe v7.2.3
20132026-03-02T21:37:21.197Z Compiling adler2 v2.0.0
20142026-03-02T21:37:21.260Z Compiling untrusted v0.7.1
20152026-03-02T21:37:21.499Z Compiling miniz_oxide v0.8.5
20162026-03-02T21:37:22.949Z Compiling goblin v0.8.2
20172026-03-02T21:37:23.244Z Compiling goblin v0.10.2
20182026-03-02T21:37:23.708Z Compiling pkcs8 v0.10.2
20192026-03-02T21:37:25.204Z Compiling darling_core v0.20.10
20202026-03-02T21:37:25.371Z Compiling ref-cast-impl v1.0.25
20212026-03-02T21:37:25.454Z Compiling memoffset v0.9.1
20222026-03-02T21:37:26.065Z Compiling try-lock v0.2.5
20232026-03-02T21:37:26.144Z Compiling tower-service v0.3.3
20242026-03-02T21:37:26.261Z Compiling atomic-waker v1.1.2
20252026-03-02T21:37:26.437Z Compiling tower-layer v0.3.3
20262026-03-02T21:37:26.487Z Compiling tinyvec_macros v0.1.1
20272026-03-02T21:37:26.738Z Compiling tinyvec v1.8.0
20282026-03-02T21:37:26.813Z Compiling h2 v0.4.6
20292026-03-02T21:37:28.218Z Compiling want v0.3.1
20302026-03-02T21:37:29.918Z Compiling darling_macro v0.20.10
20312026-03-02T21:37:30.813Z Compiling dof v0.4.0
20322026-03-02T21:37:30.837Z Compiling dof v0.3.0
20332026-03-02T21:37:35.100Z Compiling dtrace-parser v0.2.0
20342026-03-02T21:37:35.224Z Compiling lazy_static v1.5.0
20352026-03-02T21:37:35.443Z Compiling curve25519-dalek v4.1.3
20362026-03-02T21:37:35.469Z Compiling dtrace-parser v0.3.0
20372026-03-02T21:37:35.716Z Compiling ipnet v2.11.0
20382026-03-02T21:37:35.873Z Compiling daft-derive v0.1.4
20392026-03-02T21:37:35.892Z Compiling async-trait v0.1.89
20402026-03-02T21:37:36.592Z Compiling thread-id v5.0.0
20412026-03-02T21:37:36.685Z Compiling thread-id v4.2.2
20422026-03-02T21:37:36.810Z Compiling smoltcp v0.9.1
20432026-03-02T21:37:37.099Z Compiling foreign-types-shared v0.1.1
20442026-03-02T21:37:37.102Z Compiling fastrand v2.1.1
20452026-03-02T21:37:37.232Z Compiling litrs v0.4.1
20462026-03-02T21:37:37.289Z Compiling httpdate v1.0.3
20472026-03-02T21:37:37.542Z Compiling num-bigint-dig v0.8.6
20482026-03-02T21:37:37.977Z Compiling hyper v1.8.1
20492026-03-02T21:37:38.033Z Compiling tempfile v3.24.0
20502026-03-02T21:37:38.123Z Compiling foreign-types v0.3.2
20512026-03-02T21:37:38.153Z Compiling document-features v0.2.11
20522026-03-02T21:37:39.617Z Compiling darling v0.20.10
20532026-03-02T21:37:41.424Z Compiling ipnetwork v0.21.1
20542026-03-02T21:37:42.461Z Compiling strum_macros v0.26.4
20552026-03-02T21:37:43.314Z Compiling wait-timeout v0.2.0
20562026-03-02T21:37:44.378Z Compiling utf8parse v0.2.2
20572026-03-02T21:37:44.534Z Compiling gimli v0.31.1
20582026-03-02T21:37:45.047Z Compiling powerfmt v0.2.0
20592026-03-02T21:37:45.559Z Compiling quick-error v1.2.3
20602026-03-02T21:37:45.751Z Compiling anstyle v1.0.11
20612026-03-02T21:37:46.091Z Compiling bit-vec v0.8.0
20622026-03-02T21:37:47.675Z Compiling bit-set v0.8.0
20632026-03-02T21:37:47.987Z Compiling deranged v0.5.3
20642026-03-02T21:37:48.962Z Compiling addr2line v0.24.2
20652026-03-02T21:37:51.367Z Compiling rusty-fork v0.3.0
20662026-03-02T21:37:52.242Z Compiling anstyle-parse v0.2.5
20672026-03-02T21:37:55.795Z Compiling hyper-util v0.1.19
20682026-03-02T21:37:57.140Z Compiling derive_builder_core v0.20.2
20692026-03-02T21:37:57.618Z Compiling unicode-normalization v0.1.24
20702026-03-02T21:37:58.592Z Compiling rustls-native-certs v0.8.1
20712026-03-02T21:37:59.038Z Compiling nix v0.29.0
20722026-03-02T21:37:59.373Z Compiling rand_xorshift v0.4.0
20732026-03-02T21:37:59.462Z Compiling hubpack_derive v0.1.1
20742026-03-02T21:37:59.768Z Compiling sync_wrapper v1.0.1
20752026-03-02T21:37:59.802Z Compiling strum_macros v0.27.2
20762026-03-02T21:37:59.870Z Compiling signature v2.2.0
20772026-03-02T21:37:59.944Z Compiling curve25519-dalek-derive v0.1.1
20782026-03-02T21:38:00.132Z Compiling object v0.36.5
20792026-03-02T21:38:01.212Z Compiling ahash v0.8.12
20802026-03-02T21:38:01.495Z Compiling fs-err v3.1.1
20812026-03-02T21:38:01.690Z Compiling crc32fast v1.4.2
20822026-03-02T21:38:01.804Z Compiling rustc-demangle v0.1.24
20832026-03-02T21:38:01.855Z Compiling siphasher v0.3.11
20842026-03-02T21:38:02.000Z Compiling unicode-bidi v0.3.17
20852026-03-02T21:38:02.228Z Compiling unicode-segmentation v1.12.0
20862026-03-02T21:38:03.084Z Compiling unicode-properties v0.1.3
20872026-03-02T21:38:03.161Z Compiling is_terminal_polyfill v1.70.1
20882026-03-02T21:38:03.490Z Compiling anstyle-query v1.1.1
20892026-03-02T21:38:04.178Z Compiling colorchoice v1.0.2
20902026-03-02T21:38:04.204Z Compiling buf-list v1.0.3
20912026-03-02T21:38:04.206Z Compiling zlib-rs v0.5.1
20922026-03-02T21:38:04.245Z Compiling unarray v0.1.4
20932026-03-02T21:38:04.433Z Compiling num_threads v0.1.7
20942026-03-02T21:38:04.702Z Compiling time v0.3.47
20952026-03-02T21:38:04.766Z Compiling proptest v1.7.0
20962026-03-02T21:38:07.468Z Compiling backtrace v0.3.74
20972026-03-02T21:38:08.498Z Compiling libz-rs-sys v0.5.1
20982026-03-02T21:38:08.789Z Compiling anstream v0.6.18
20992026-03-02T21:38:09.014Z Compiling stringprep v0.1.5
21002026-03-02T21:38:09.390Z Compiling phf_shared v0.11.2
21012026-03-02T21:38:10.350Z Compiling tower v0.5.2
21022026-03-02T21:38:11.744Z Compiling derive_builder_macro v0.20.2
21032026-03-02T21:38:12.372Z Compiling usdt-macro v0.6.0
21042026-03-02T21:38:12.599Z Compiling usdt-attr-macro v0.6.0
21052026-03-02T21:38:13.960Z Compiling http-body-util v0.1.3
21062026-03-02T21:38:14.077Z Compiling webpki-roots v1.0.1
21072026-03-02T21:38:14.450Z Compiling rand_chacha v0.3.1
21082026-03-02T21:38:14.643Z Compiling num-integer v0.1.46
21092026-03-02T21:38:14.715Z Compiling erased-serde v0.3.31
21102026-03-02T21:38:15.265Z Compiling md-5 v0.10.6
21112026-03-02T21:38:15.325Z Compiling vergen-lib v0.1.6
21122026-03-02T21:38:15.563Z Compiling ff v0.13.0
21132026-03-02T21:38:15.690Z Compiling hash32 v0.2.1
21142026-03-02T21:38:15.820Z Compiling ryu v1.0.18
21152026-03-02T21:38:16.064Z Compiling fallible-iterator v0.2.0
21162026-03-02T21:38:16.143Z Compiling psl-types v2.0.11
21172026-03-02T21:38:16.371Z Compiling iri-string v0.7.8
21182026-03-02T21:38:16.448Z Compiling base16ct v0.2.0
21192026-03-02T21:38:16.773Z Compiling postgres-protocol v0.6.8
21202026-03-02T21:38:16.796Z Compiling sec1 v0.7.3
21212026-03-02T21:38:17.496Z Compiling publicsuffix v2.3.0
21222026-03-02T21:38:17.832Z Compiling serde_urlencoded v0.7.1
21232026-03-02T21:38:18.627Z Compiling group v0.13.0
21242026-03-02T21:38:18.904Z Compiling num-iter v0.1.45
21252026-03-02T21:38:18.946Z Compiling rand v0.8.5
21262026-03-02T21:38:19.292Z Compiling tower-http v0.6.8
21272026-03-02T21:38:20.108Z Compiling oxnet v0.1.4
21282026-03-02T21:38:20.315Z Compiling derive_builder v0.20.2
21292026-03-02T21:38:20.546Z Compiling tokio-native-tls v0.3.1
21302026-03-02T21:38:20.674Z Compiling newtype-uuid v1.3.2
21312026-03-02T21:38:20.788Z Compiling flate2 v1.1.2
21322026-03-02T21:38:20.844Z Compiling heck v0.4.1
21332026-03-02T21:38:20.883Z Compiling terminal_size v0.4.0
21342026-03-02T21:38:21.718Z Compiling serde_with_macros v3.16.1
21352026-03-02T21:38:22.225Z Compiling hkdf v0.12.4
21362026-03-02T21:38:22.387Z Compiling clap_derive v4.5.47
21372026-03-02T21:38:22.499Z Compiling enum-as-inner v0.6.1
21382026-03-02T21:38:23.102Z Compiling cargo-platform v0.1.8
21392026-03-02T21:38:23.538Z Compiling crypto-bigint v0.5.5
21402026-03-02T21:38:23.564Z Compiling serde_repr v0.1.19
21412026-03-02T21:38:23.705Z Compiling vergen v9.0.6
21422026-03-02T21:38:24.697Z Compiling bumpalo v3.16.0
21432026-03-02T21:38:24.966Z Compiling bitflags v1.3.2
21442026-03-02T21:38:25.067Z Compiling managed v0.8.0
21452026-03-02T21:38:25.135Z Compiling lockfree-object-pool v0.1.6
21462026-03-02T21:38:25.464Z Compiling clap_lex v0.7.4
21472026-03-02T21:38:25.729Z Compiling simd-adler32 v0.3.7
21482026-03-02T21:38:25.912Z Compiling winnow v0.7.14
21492026-03-02T21:38:26.274Z Compiling zopfli v0.8.1
21502026-03-02T21:38:26.430Z Compiling elliptic-curve v0.13.8
21512026-03-02T21:38:26.926Z Compiling clap_builder v4.5.48
21522026-03-02T21:38:28.775Z Compiling rustls-webpki v0.103.9
21532026-03-02T21:38:29.323Z Compiling cargo_metadata v0.19.2
21542026-03-02T21:38:32.591Z Compiling daft v0.1.4
21552026-03-02T21:38:33.136Z Compiling hyper-tls v0.6.0
21562026-03-02T21:38:33.190Z Compiling zstd v0.13.3
21572026-03-02T21:38:33.429Z Compiling cookie_store v0.22.1
21582026-03-02T21:38:33.513Z Compiling signal-hook-mio v0.2.4
21592026-03-02T21:38:33.712Z Compiling postgres-types v0.2.9
21602026-03-02T21:38:33.715Z Compiling phf v0.11.2
21612026-03-02T21:38:33.969Z Compiling strum v0.27.2
21622026-03-02T21:38:34.227Z Compiling hubpack v0.1.2
21632026-03-02T21:38:34.288Z Compiling ed25519 v2.2.3
21642026-03-02T21:38:34.710Z Compiling bzip2 v0.5.2
21652026-03-02T21:38:34.775Z Compiling bzip2 v0.4.4
21662026-03-02T21:38:34.882Z Compiling crossbeam-epoch v0.9.18
21672026-03-02T21:38:35.088Z Compiling pkcs1 v0.7.5
21682026-03-02T21:38:35.794Z Compiling bstr v1.10.0
21692026-03-02T21:38:36.617Z Compiling rfc6979 v0.4.0
21702026-03-02T21:38:36.847Z Compiling float-cmp v0.10.0
21712026-03-02T21:38:37.129Z Compiling hex v0.4.3
21722026-03-02T21:38:37.455Z Compiling serde-big-array v0.5.1
21732026-03-02T21:38:37.735Z Compiling tokio-rustls v0.26.0
21742026-03-02T21:38:37.759Z Compiling rustls-platform-verifier v0.6.2
21752026-03-02T21:38:38.157Z Compiling env_filter v0.1.2
21762026-03-02T21:38:38.256Z Compiling hyper-rustls v0.27.7
21772026-03-02T21:38:38.612Z Compiling memmap2 v0.9.8
21782026-03-02T21:38:38.693Z Compiling socket2 v0.5.10
21792026-03-02T21:38:38.872Z Compiling encoding_rs v0.8.34
21802026-03-02T21:38:39.089Z Compiling fixedbitset v0.4.2
21812026-03-02T21:38:39.481Z Compiling keccak v0.1.5
21822026-03-02T21:38:39.510Z Compiling fixedbitset v0.5.7
21832026-03-02T21:38:39.934Z Compiling jiff v0.2.15
21842026-03-02T21:38:40.129Z Compiling mime v0.3.17
21852026-03-02T21:38:40.679Z Compiling predicates-core v1.0.8
21862026-03-02T21:38:40.989Z Compiling whoami v1.5.2
21872026-03-02T21:38:42.187Z Compiling new_debug_unreachable v1.0.6
21882026-03-02T21:38:42.316Z Compiling normalize-line-endings v0.3.0
21892026-03-02T21:38:42.476Z Compiling toml_write v0.1.2
21902026-03-02T21:38:42.869Z Compiling rustc-hash v2.1.1
21912026-03-02T21:38:43.088Z Compiling difflib v0.4.0
21922026-03-02T21:38:44.189Z Compiling static_assertions v1.1.0
21932026-03-02T21:38:44.328Z Compiling data-encoding v2.9.0
21942026-03-02T21:38:45.473Z Compiling precomputed-hash v0.1.1
21952026-03-02T21:38:45.567Z Compiling toml_edit v0.22.27
21962026-03-02T21:38:45.630Z Compiling string_cache v0.8.9
21972026-03-02T21:38:45.685Z Compiling hickory-proto v0.25.2
21982026-03-02T21:38:48.388Z Compiling zip v4.2.0
21992026-03-02T21:38:48.390Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-03-02T21:38:50.065Z Compiling predicates v3.1.3
22012026-03-02T21:38:50.456Z Compiling iddqd v0.3.16
22022026-03-02T21:38:51.771Z Compiling reqwest v0.12.28
22032026-03-02T21:38:51.992Z Compiling tokio-postgres v0.7.13
22042026-03-02T21:38:55.139Z Compiling petgraph v0.8.2
22052026-03-02T21:38:56.699Z Compiling sha3 v0.10.8
22062026-03-02T21:38:57.095Z Compiling petgraph v0.6.5
22072026-03-02T21:38:57.314Z Compiling usdt v0.6.0
22082026-03-02T21:38:57.815Z Compiling reqwest v0.13.2
22092026-03-02T21:38:59.870Z Compiling env_logger v0.11.8
22102026-03-02T21:39:00.699Z Compiling serde_with v3.16.1
22112026-03-02T21:39:00.884Z Compiling similar v2.7.0
22122026-03-02T21:39:01.481Z Compiling ecdsa v0.16.9
22132026-03-02T21:39:05.191Z Compiling rsa v0.9.8
22142026-03-02T21:39:05.336Z Compiling zip v0.6.6
22152026-03-02T21:39:06.530Z Compiling ed25519-dalek v2.1.1
22162026-03-02T21:39:07.614Z Compiling crossterm v0.28.1
22172026-03-02T21:39:08.261Z Compiling clap v4.5.48
22182026-03-02T21:39:08.650Z Compiling strum v0.26.3
22192026-03-02T21:39:08.976Z Compiling toml v0.7.8
22202026-03-02T21:39:09.100Z Compiling tokio-stream v0.1.17
22212026-03-02T21:39:10.261Z Compiling itertools v0.13.0
22222026-03-02T21:39:10.350Z Compiling itertools v0.10.5
22232026-03-02T21:39:10.616Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22242026-03-02T21:39:11.090Z Compiling x509-cert v0.2.5
22252026-03-02T21:39:14.762Z Compiling sha1 v0.10.6
22262026-03-02T21:39:15.205Z Compiling openapiv3 v2.2.0
22272026-03-02T21:39:15.208Z Compiling winnow v0.6.26
22282026-03-02T21:39:19.268Z Compiling lalrpop-util v0.19.12
22292026-03-02T21:39:19.777Z Compiling peg-runtime v0.8.5
22302026-03-02T21:39:20.301Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22312026-03-02T21:39:31.783Z Compiling rayon-core v1.12.1
22322026-03-02T21:39:39.319Z Compiling proc-macro-crate v1.3.1
22332026-03-02T21:39:40.080Z Compiling itertools v0.14.0
22342026-03-02T21:39:42.604Z Compiling macaddr v1.0.1
22352026-03-02T21:39:42.856Z Compiling structmeta-derive v0.3.0
22362026-03-02T21:39:44.211Z Compiling heapless v0.8.0
22372026-03-02T21:39:45.190Z Compiling structmeta v0.3.0
22382026-03-02T21:39:49.156Z Compiling ingot-macros v0.1.1
22392026-03-02T21:39:49.433Z Compiling num_enum_derive v0.5.11
22402026-03-02T21:39:55.094Z Compiling crossbeam-deque v0.8.5
22412026-03-02T21:39:56.185Z Compiling hash32 v0.3.1
22422026-03-02T21:39:57.578Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22432026-03-02T21:39:58.351Z Compiling smoltcp v0.11.0
22442026-03-02T21:40:04.041Z Compiling ingot-types v0.1.2
22452026-03-02T21:40:08.046Z Compiling num_enum v0.5.11
22462026-03-02T21:40:14.153Z Compiling proc-macro-error-attr v1.0.4
22472026-03-02T21:40:16.818Z Compiling cobs v0.2.3
22482026-03-02T21:40:18.276Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22492026-03-02T21:40:18.400Z Compiling rustls v0.22.4
22502026-03-02T21:40:29.102Z Compiling postcard v1.0.10
22512026-03-02T21:40:39.982Z Compiling ingot v0.1.1
22522026-03-02T21:40:47.125Z Compiling rustls-webpki v0.102.8
22532026-03-02T21:40:48.043Z Compiling futures-executor v0.3.31
22542026-03-02T21:40:48.354Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22552026-03-02T21:40:48.503Z Compiling foreign-types-macros v0.2.3
22562026-03-02T21:40:49.014Z Compiling thread_local v1.1.8
22572026-03-02T21:40:49.036Z Compiling proc-macro-error v1.0.4
22582026-03-02T21:40:49.362Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22592026-03-02T21:40:49.416Z Compiling multer v3.1.0
22602026-03-02T21:40:49.756Z Compiling slog-async v2.8.0
22612026-03-02T21:40:49.791Z Compiling match_cfg v0.1.0
22622026-03-02T21:40:49.935Z Compiling unicode-width v0.1.14
22632026-03-02T21:40:50.210Z Compiling foreign-types-shared v0.3.1
22642026-03-02T21:40:50.370Z Compiling foreign-types v0.5.0
22652026-03-02T21:40:50.528Z Compiling tabwriter v1.4.0
22662026-03-02T21:40:50.556Z Compiling hostname v0.3.1
22672026-03-02T21:40:50.740Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-02T21:40:50.887Z Compiling futures v0.3.31
22692026-03-02T21:40:51.289Z Compiling derive-ex v0.1.8
22702026-03-02T21:40:51.441Z Compiling toml_parser v1.0.6+spec-1.1.0
22712026-03-02T21:40:51.468Z Compiling slog-json v2.6.1
22722026-03-02T21:40:51.750Z Compiling crossbeam-channel v0.5.15
22732026-03-02T21:40:51.942Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22742026-03-02T21:40:52.799Z Compiling async-stream-impl v0.3.6
22752026-03-02T21:40:53.352Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-03-02T21:40:54.061Z Compiling toml_datetime v0.7.5+spec-1.1.0
22772026-03-02T21:40:54.262Z Compiling serde_spanned v1.0.4
22782026-03-02T21:40:54.561Z Compiling cstr-argument v0.1.2
22792026-03-02T21:40:54.716Z Compiling is-terminal v0.4.13
22802026-03-02T21:40:54.786Z Compiling dropshot v0.16.7
22812026-03-02T21:40:54.867Z Compiling pretty-hex v0.2.1
22822026-03-02T21:40:54.892Z Compiling take_mut v0.2.2
22832026-03-02T21:40:54.965Z Compiling term v1.1.0
22842026-03-02T21:40:55.087Z Compiling typeid v1.0.3
22852026-03-02T21:40:55.119Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22862026-03-02T21:40:55.143Z Compiling toml_writer v1.0.6+spec-1.1.0
22872026-03-02T21:40:55.166Z Compiling crucible-workspace-hack v0.1.0
22882026-03-02T21:40:55.627Z Compiling toml v0.9.11+spec-1.1.0
22892026-03-02T21:40:55.672Z Compiling slog-term v2.9.2
22902026-03-02T21:40:55.722Z Compiling test-strategy v0.4.3
22912026-03-02T21:40:55.747Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22922026-03-02T21:40:55.865Z Compiling tokio-rustls v0.25.0
22932026-03-02T21:40:56.391Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22942026-03-02T21:40:57.278Z Compiling async-stream v0.3.6
22952026-03-02T21:40:57.651Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22962026-03-02T21:40:57.896Z Compiling slog-bunyan v2.5.0
22972026-03-02T21:40:58.947Z Compiling rayon v1.10.0
22982026-03-02T21:40:58.997Z Compiling parse-display-derive v0.10.0
22992026-03-02T21:40:59.021Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23002026-03-02T21:40:59.232Z Compiling colored v2.2.0
23012026-03-02T21:40:59.264Z Compiling waitgroup v0.1.2
23022026-03-02T21:40:59.302Z Compiling nix v0.30.1
23032026-03-02T21:40:59.542Z Compiling rustls-pemfile v2.2.0
23042026-03-02T21:41:00.126Z Compiling dropshot_endpoint v0.16.7
23052026-03-02T21:41:00.152Z Compiling newtype-uuid-macros v0.1.0
23062026-03-02T21:41:00.657Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072026-03-02T21:41:01.462Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23082026-03-02T21:41:01.547Z Compiling serde_path_to_error v0.1.20
23092026-03-02T21:41:01.878Z Compiling hostname v0.4.2
23102026-03-02T21:41:01.953Z Compiling instant v0.1.13
23112026-03-02T21:41:02.175Z Compiling debug-ignore v1.0.5
23122026-03-02T21:41:02.200Z Compiling backoff v0.4.0
23132026-03-02T21:41:02.530Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-02T21:41:02.577Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152026-03-02T21:41:02.580Z Compiling parse-display v0.10.0
23162026-03-02T21:41:02.865Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23172026-03-02T21:41:04.535Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-02T21:41:04.561Z Compiling zone_cfg_derive v0.3.0
23192026-03-02T21:41:05.334Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23202026-03-02T21:41:05.830Z Compiling progenitor-client v0.13.0
23212026-03-02T21:41:05.943Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23222026-03-02T21:41:06.422Z Compiling progenitor-client v0.10.0
23232026-03-02T21:41:06.569Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23242026-03-02T21:41:06.902Z Compiling camino-tempfile v1.4.1
23252026-03-02T21:41:07.111Z Compiling itertools v0.12.1
23262026-03-02T21:41:07.442Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23272026-03-02T21:41:07.768Z Compiling backon v1.6.0
23282026-03-02T21:41:08.301Z Compiling regress v0.10.5
23292026-03-02T21:41:10.446Z Compiling secrecy v0.10.3
23302026-03-02T21:41:10.682Z Compiling num-derive v0.4.2
23312026-03-02T21:41:10.770Z Compiling sigpipe v0.1.3
23322026-03-02T21:41:10.820Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-02T21:41:10.959Z Compiling libefi-sys v0.1.0
23342026-03-02T21:41:11.216Z Compiling glob v0.3.2
23352026-03-02T21:41:11.427Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23362026-03-02T21:41:11.644Z Compiling zone v0.3.1
23372026-03-02T21:41:12.859Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23382026-03-02T21:41:12.933Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23392026-03-02T21:41:13.419Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23402026-03-02T21:41:14.433Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-02T21:41:15.210Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23422026-03-02T21:41:15.891Z Compiling erased-serde v0.4.6
23432026-03-02T21:41:17.519Z Compiling usdt-macro v0.5.0
23442026-03-02T21:41:18.415Z Compiling usdt-attr-macro v0.5.0
23452026-03-02T21:41:18.971Z Compiling smf v0.2.3
23462026-03-02T21:41:20.010Z Compiling bitfield-struct v0.6.2
23472026-03-02T21:41:20.283Z Compiling ordered-float v2.10.1
23482026-03-02T21:41:21.022Z Compiling blake3 v1.5.4
23492026-03-02T21:41:21.169Z Compiling memmap v0.7.0
23502026-03-02T21:41:21.421Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-02T21:41:21.643Z Compiling usdt v0.5.0
23522026-03-02T21:41:21.684Z Compiling serde-value v0.7.0
23532026-03-02T21:41:21.790Z Compiling serde-untagged v0.1.7
23542026-03-02T21:41:22.326Z Compiling toml v0.8.23
23552026-03-02T21:41:22.621Z Compiling xattr v1.3.1
23562026-03-02T21:41:22.702Z Compiling filetime v0.2.26
23572026-03-02T21:41:22.973Z Compiling unicode-xid v0.2.6
23582026-03-02T21:41:23.006Z Compiling constant_time_eq v0.3.1
23592026-03-02T21:41:23.115Z Compiling unicode-width v0.2.0
23602026-03-02T21:41:23.205Z Compiling arrayvec v0.7.6
23612026-03-02T21:41:23.208Z Compiling same-file v1.0.6
23622026-03-02T21:41:23.254Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-03-02T21:41:23.257Z Compiling arrayref v0.3.9
23642026-03-02T21:41:23.408Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-03-02T21:41:23.429Z Compiling cargo-util-schemas v0.8.2
23662026-03-02T21:41:23.510Z Compiling walkdir v2.5.0
23672026-03-02T21:41:23.755Z Compiling console v0.16.0
23682026-03-02T21:41:24.913Z Compiling tar v0.4.44
23692026-03-02T21:41:25.125Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-03-02T21:41:25.637Z Compiling tokio-dtrace v0.1.0
23712026-03-02T21:41:26.215Z Compiling gethostname v0.5.0
23722026-03-02T21:41:26.247Z Compiling cargo-platform v0.2.0
23732026-03-02T21:41:26.489Z Compiling unit-prefix v0.5.1
23742026-03-02T21:41:26.512Z Compiling topological-sort v0.2.2
23752026-03-02T21:41:26.795Z Compiling indicatif v0.18.0
23762026-03-02T21:41:26.858Z Compiling omicron-zone-package v0.12.2
23772026-03-02T21:41:28.120Z Compiling cargo_metadata v0.21.0
23782026-03-02T21:41:29.247Z Compiling oxide-tokio-rt v0.1.2
23792026-03-02T21:41:29.931Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-03-02T21:41:30.304Z Compiling shell-words v1.1.0
23812026-03-02T21:41:30.725Z Compiling indent_write v2.2.0
23822026-03-02T21:41:34.940Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-03-02T21:41:36.749Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23842026-03-02T21:41:39.790Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23852026-03-02T21:41:59.469Z Finished `release` profile [optimized] target(s) in 5m 44s
23862026-03-02T21:41:59.666Z Running `target/release/omicron-package -t test target create -p dev`
23872026-03-02T21:41:59.733ZLogging to: /work/oxidecomputer/omicron/out/LOG
23882026-03-02T21:41:59.737ZCreated new build target 'test' and set it as active
23892026-03-02T21:41:59.740Z
23902026-03-02T21:41:59.740Zreal 5:45.130554777
23912026-03-02T21:41:59.740Zuser 38:55.644281634
23922026-03-02T21:41:59.740Zsys 3:50.376988788
23932026-03-02T21:41:59.740Ztrap 1.228300907
23942026-03-02T21:41:59.740Ztflt 2.553955415
23952026-03-02T21:41:59.740Zdflt 1.399103051
23962026-03-02T21:41:59.740Zkflt 0.000177287
23972026-03-02T21:41:59.740Zlock 1:50:47.072217626
23982026-03-02T21:41:59.740Zslp 2:30:35.606566299
23992026-03-02T21:41:59.740Zlat 2:37.991968465
24002026-03-02T21:41:59.740Zstop 5:32.758688573
24012026-03-02T21:41:59.740Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24022026-03-02T21:42:01.187Z Finished `release` profile [optimized] target(s) in 1.38s
24032026-03-02T21:42:01.261Z Running `target/release/omicron-package -t test package`
24042026-03-02T21:42:01.324ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-03-02T21:42:03.497Z Compiling regress v0.10.5
24062026-03-02T21:42:03.502Z Compiling heck v0.5.0
24072026-03-02T21:42:03.502Z Compiling unsafe-libyaml v0.2.11
24082026-03-02T21:42:03.774Z Compiling convert_case v0.4.0
24092026-03-02T21:42:03.802Z Compiling half v2.4.1
24102026-03-02T21:42:03.802Z Compiling ciborium-io v0.2.2
24112026-03-02T21:42:03.862Z Compiling is-terminal v0.4.13
24122026-03-02T21:42:03.865Z Compiling prettyplease v0.2.36
24132026-03-02T21:42:03.998Z Compiling typify-impl v0.6.1
24142026-03-02T21:42:04.069Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24152026-03-02T21:42:04.268Z Compiling universal-hash v0.5.1
24162026-03-02T21:42:04.418Z Compiling derive_more v0.99.20
24172026-03-02T21:42:04.486Z Compiling ciborium-ll v0.2.2
24182026-03-02T21:42:04.543Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24192026-03-02T21:42:05.029Z Compiling serde_yaml v0.9.34+deprecated
24202026-03-02T21:42:05.063Z Compiling ciborium v0.2.2
24212026-03-02T21:42:05.293Z Compiling thiserror-impl-no-std v2.0.2
24222026-03-02T21:42:07.156Z Compiling opaque-debug v0.3.1
24232026-03-02T21:42:07.193Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24242026-03-02T21:42:07.321Z Compiling poly1305 v0.8.0
24252026-03-02T21:42:08.326Z Compiling typify-impl v0.4.3
24262026-03-02T21:42:08.454Z Compiling thiserror-no-std v2.0.2
24272026-03-02T21:42:08.755Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24282026-03-02T21:42:08.903Z Compiling chacha20 v0.9.1
24292026-03-02T21:42:09.437Z Compiling password-hash v0.5.0
24302026-03-02T21:42:10.035Z Compiling blake2 v0.10.6
24312026-03-02T21:42:11.306Z Compiling aead v0.5.2
24322026-03-02T21:42:11.688Z Compiling swrite v0.1.0
24332026-03-02T21:42:11.719Z Compiling chacha20poly1305 v0.10.1
24342026-03-02T21:42:11.768Z Compiling argon2 v0.5.3
24352026-03-02T21:42:11.892Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-03-02T21:42:12.006Z Compiling vsss-rs v3.3.4
24372026-03-02T21:42:14.250Z Compiling rustls v0.22.4
24382026-03-02T21:42:14.303Z Compiling rustls-webpki v0.102.8
24392026-03-02T21:42:16.045Z Compiling thread_local v1.1.8
24402026-03-02T21:42:16.578Z Compiling bytecount v0.6.8
24412026-03-02T21:42:16.581Z Compiling match_cfg v0.1.0
24422026-03-02T21:42:16.741Z Compiling hostname v0.3.1
24432026-03-02T21:42:16.946Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24442026-03-02T21:42:17.479Z Compiling typify-macro v0.6.1
24452026-03-02T21:42:18.259Z Compiling typify-macro v0.4.3
24462026-03-02T21:42:21.208Z Compiling typify v0.6.1
24472026-03-02T21:42:21.442Z Compiling progenitor-impl v0.13.0
24482026-03-02T21:42:22.614Z Compiling typify v0.4.3
24492026-03-02T21:42:23.062Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24502026-03-02T21:42:23.476Z Compiling multer v3.1.0
24512026-03-02T21:42:23.584Z Compiling slog-async v2.8.0
24522026-03-02T21:42:23.689Z Compiling crossbeam-channel v0.5.15
24532026-03-02T21:42:23.769Z Compiling toml_parser v1.0.6+spec-1.1.0
24542026-03-02T21:42:24.681Z Compiling slog-json v2.6.1
24552026-03-02T21:42:24.749Z Compiling futures-executor v0.3.31
24562026-03-02T21:42:25.087Z Compiling toml_datetime v0.7.5+spec-1.1.0
24572026-03-02T21:42:25.191Z Compiling serde_spanned v1.0.4
24582026-03-02T21:42:25.243Z Compiling take_mut v0.2.2
24592026-03-02T21:42:25.489Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-03-02T21:42:25.551Z Compiling term v1.1.0
24612026-03-02T21:42:26.019Z Compiling toml v0.9.11+spec-1.1.0
24622026-03-02T21:42:26.784Z Compiling slog-term v2.9.2
24632026-03-02T21:42:26.834Z Compiling futures v0.3.31
24642026-03-02T21:42:27.005Z Compiling slog-bunyan v2.5.0
24652026-03-02T21:42:27.347Z Compiling progenitor-macro v0.13.0
24662026-03-02T21:42:28.085Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-03-02T21:42:28.214Z Compiling tokio-rustls v0.25.0
24682026-03-02T21:42:28.730Z Compiling dropshot v0.16.7
24692026-03-02T21:42:28.842Z Compiling async-stream v0.3.6
24702026-03-02T21:42:29.077Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24712026-03-02T21:42:29.162Z Compiling waitgroup v0.1.2
24722026-03-02T21:42:29.342Z Compiling rustls-pemfile v2.2.0
24732026-03-02T21:42:29.441Z Compiling serde_path_to_error v0.1.20
24742026-03-02T21:42:29.760Z Compiling hostname v0.4.2
24752026-03-02T21:42:30.038Z Compiling instant v0.1.13
24762026-03-02T21:42:30.260Z Compiling debug-ignore v1.0.5
24772026-03-02T21:42:30.294Z Compiling backoff v0.4.0
24782026-03-02T21:42:30.746Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24792026-03-02T21:42:34.678Z Compiling parse-display v0.10.0
24802026-03-02T21:42:35.245Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-03-02T21:42:35.514Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24822026-03-02T21:42:37.015Z Compiling progenitor-client v0.10.0
24832026-03-02T21:42:37.636Z Compiling progenitor-client v0.13.0
24842026-03-02T21:42:38.272Z Compiling backon v1.6.0
24852026-03-02T21:42:38.674Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24862026-03-02T21:42:38.679Z Compiling progenitor v0.13.0
24872026-03-02T21:42:38.990Z Compiling macaddr v1.0.1
24882026-03-02T21:42:39.507Z Compiling derive-where v1.5.0
24892026-03-02T21:42:40.719Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24902026-03-02T21:42:41.239Z Compiling num-rational v0.4.2
24912026-03-02T21:42:42.892Z Compiling num-complex v0.4.6
24922026-03-02T21:42:43.911Z Compiling console v0.15.10
24932026-03-02T21:42:44.133Z Compiling num v0.4.3
24942026-03-02T21:42:44.298Z Compiling float-ord v0.3.2
24952026-03-02T21:42:44.786Z Compiling progenitor-impl v0.11.2
24962026-03-02T21:42:44.903Z Compiling toml v0.8.23
24972026-03-02T21:42:46.898Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24982026-03-02T21:42:50.906Z Compiling progenitor-macro v0.11.2
24992026-03-02T21:42:58.424Z Compiling newline-converter v0.3.0
25002026-03-02T21:42:58.714Z Compiling progenitor-client v0.11.2
25012026-03-02T21:42:59.814Z Compiling atomicwrites v0.4.4
25022026-03-02T21:43:00.387Z Compiling slog-dtrace v0.3.0
25032026-03-02T21:43:00.954Z Compiling expectorate v1.2.0
25042026-03-02T21:43:01.417Z Compiling async-recursion v1.1.1
25052026-03-02T21:43:02.117Z Compiling progenitor v0.11.2
25062026-03-02T21:43:02.400Z Compiling cancel-safe-futures v0.1.5
25072026-03-02T21:43:02.874Z Compiling owo-colors v4.2.3
25082026-03-02T21:43:03.548Z Compiling resolv-conf v0.7.0
25092026-03-02T21:43:04.502Z Compiling libsw-core v0.3.1
25102026-03-02T21:43:04.886Z Compiling libsw v3.5.0
25112026-03-02T21:43:06.163Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-03-02T21:43:06.500Z Compiling linear-map v1.2.0
25132026-03-02T21:43:07.017Z Compiling linked-hash-map v0.5.6
25142026-03-02T21:43:07.517Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152026-03-02T21:43:07.957Z Compiling minimal-lexical v0.2.1
25162026-03-02T21:43:08.492Z Compiling nom v7.1.3
25172026-03-02T21:43:12.240Z Compiling lru-cache v0.1.2
25182026-03-02T21:43:12.540Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25192026-03-02T21:43:12.749Z Compiling unicode-xid v0.2.6
25202026-03-02T21:43:13.039Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25212026-03-02T21:43:15.386Z Compiling globset v0.4.15
25222026-03-02T21:43:16.134Z Compiling hickory-proto v0.24.4
25232026-03-02T21:43:16.395Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25242026-03-02T21:43:20.040Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25252026-03-02T21:43:21.833Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25262026-03-02T21:43:24.642Z Compiling hickory-resolver v0.24.4
25272026-03-02T21:43:25.221Z Compiling convert_case v0.7.1
25282026-03-02T21:43:26.013Z Compiling derive_more-impl v2.0.1
25292026-03-02T21:43:27.772Z Compiling qorb v0.4.1
25302026-03-02T21:43:28.566Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25312026-03-02T21:43:28.999Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25322026-03-02T21:43:32.937Z Compiling pin-project-internal v1.1.6
25332026-03-02T21:43:34.865Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25342026-03-02T21:43:35.622Z Compiling pin-project v1.1.6
25352026-03-02T21:43:35.846Z Compiling derive_more v2.0.1
25362026-03-02T21:43:36.027Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25372026-03-02T21:43:36.426Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25382026-03-02T21:43:36.890Z Compiling pem v3.0.5
25392026-03-02T21:43:36.939Z Compiling snafu-derive v0.8.5
25402026-03-02T21:43:36.993Z Compiling vte_generate_state_changes v0.1.2
25412026-03-02T21:43:37.661Z Compiling siphasher v1.0.1
25422026-03-02T21:43:38.064Z Compiling termtree v0.5.1
25432026-03-02T21:43:38.163Z Compiling phf_shared v0.12.1
25442026-03-02T21:43:38.425Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-03-02T21:43:38.459Z Compiling vte v0.11.1
25462026-03-02T21:43:38.708Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-02T21:43:39.197Z Compiling crossterm v0.29.0
25482026-03-02T21:43:40.097Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25492026-03-02T21:43:41.267Z Compiling snafu v0.8.5
25502026-03-02T21:43:44.390Z Compiling olpc-cjson v0.1.4
25512026-03-02T21:43:44.828Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-03-02T21:43:46.030Z Compiling csv-core v0.1.11
25532026-03-02T21:43:46.090Z Compiling serde_plain v1.0.2
25542026-03-02T21:43:46.723Z Compiling typed-path v0.9.3
25552026-03-02T21:43:46.972Z Compiling highway v1.3.0
25562026-03-02T21:43:47.060Z Compiling chrono-tz v0.10.4
25572026-03-02T21:43:47.307Z Compiling csv v1.3.1
25582026-03-02T21:43:47.514Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-03-02T21:43:48.008Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25602026-03-02T21:43:48.616Z Compiling strip-ansi-escapes v0.2.0
25612026-03-02T21:43:49.475Z Compiling phf v0.12.1
25622026-03-02T21:43:49.547Z Compiling tough v0.20.0
25632026-03-02T21:43:49.858Z Compiling const_format_proc_macros v0.2.34
25642026-03-02T21:43:50.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25652026-03-02T21:43:51.116Z Compiling papergrid v0.11.0
25662026-03-02T21:43:51.713Z Compiling tabled_derive v0.7.0
25672026-03-02T21:43:53.822Z Compiling fd-lock v4.0.2
25682026-03-02T21:43:53.952Z Compiling peg-macros v0.8.5
25692026-03-02T21:43:54.867Z Compiling nu-ansi-term v0.50.1
25702026-03-02T21:43:55.592Z Compiling reedline v0.40.0
25712026-03-02T21:43:56.577Z Compiling tabled v0.15.0
25722026-03-02T21:43:57.218Z Compiling peg v0.8.5
25732026-03-02T21:43:57.392Z Compiling const_format v0.2.34
25742026-03-02T21:43:59.085Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25752026-03-02T21:44:00.397Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25762026-03-02T21:44:03.590Z Compiling bcs v0.1.6
25772026-03-02T21:44:04.399Z Compiling base64 v0.21.7
25782026-03-02T21:44:04.493Z Compiling semver v0.1.20
25792026-03-02T21:44:05.100Z Compiling rustc_version v0.1.7
25802026-03-02T21:44:05.541Z Compiling newtype_derive v0.1.6
25812026-03-02T21:44:05.614Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25822026-03-02T21:44:05.979Z Compiling humantime v2.2.0
25832026-03-02T21:44:06.092Z Compiling smawk v0.3.2
25842026-03-02T21:44:06.464Z Compiling unicode-linebreak v0.1.5
25852026-03-02T21:44:07.005Z Compiling textwrap v0.16.2
25862026-03-02T21:44:07.126Z Compiling dropshot-api-manager-types v0.5.2
25872026-03-02T21:44:07.403Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25882026-03-02T21:44:08.468Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25892026-03-02T21:44:09.244Z Compiling colored v3.0.0
25902026-03-02T21:44:10.151Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25912026-03-02T21:44:10.803Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-03-02T21:44:10.934Z Compiling steno v0.4.1
25932026-03-02T21:44:12.441Z Compiling utf-8 v0.7.6
25942026-03-02T21:44:12.885Z Compiling moka v0.12.10
25952026-03-02T21:44:13.337Z Compiling tagptr v0.2.0
25962026-03-02T21:44:16.550Z Compiling tungstenite v0.21.0
25972026-03-02T21:44:17.228Z Compiling hickory-resolver v0.25.2
25982026-03-02T21:44:21.369Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-03-02T21:44:21.692Z Compiling tokio-tungstenite v0.21.0
26002026-03-02T21:44:22.449Z Compiling progenitor-impl v0.10.0
26012026-03-02T21:44:22.810Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26022026-03-02T21:44:28.533Z Compiling progenitor-macro v0.10.0
26032026-03-02T21:44:32.238Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26042026-03-02T21:44:33.616Z Compiling radium v0.7.0
26052026-03-02T21:44:34.240Z Compiling tap v1.0.1
26062026-03-02T21:44:34.515Z Compiling maybe-uninit v2.0.0
26072026-03-02T21:44:34.839Z Compiling wyz v0.5.1
26082026-03-02T21:44:35.401Z Compiling zerocopy-derive v0.6.6
26092026-03-02T21:44:35.814Z Compiling proc-macro-error-attr2 v2.0.0
26102026-03-02T21:44:36.685Z Compiling funty v2.0.0
26112026-03-02T21:44:37.204Z Compiling crc-catalog v2.4.0
26122026-03-02T21:44:37.432Z Compiling packed_struct v0.10.1
26132026-03-02T21:44:37.938Z Compiling display-error-chain v0.2.2
26142026-03-02T21:44:38.281Z Compiling bitvec v1.0.1
26152026-03-02T21:44:39.108Z Compiling crc v3.2.1
26162026-03-02T21:44:39.987Z Compiling progenitor v0.10.0
26172026-03-02T21:44:40.380Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-02T21:44:40.615Z Compiling zerocopy v0.6.6
26192026-03-02T21:44:41.079Z Compiling proc-macro-error2 v2.0.1
26202026-03-02T21:44:41.740Z Compiling packed_struct_codegen v0.10.1
26212026-03-02T21:44:42.041Z Compiling bitfield-macros v0.19.2
26222026-03-02T21:44:42.939Z Compiling indexmap v1.9.3
26232026-03-02T21:44:43.380Z Compiling nodrop v0.1.14
26242026-03-02T21:44:43.561Z Compiling bitfield v0.19.2
26252026-03-02T21:44:43.592Z Compiling array-init v0.0.4
26262026-03-02T21:44:44.194Z Compiling smallvec v0.6.14
26272026-03-02T21:44:44.664Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26282026-03-02T21:44:44.771Z Compiling num-derive v0.3.3
26292026-03-02T21:44:46.947Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26302026-03-02T21:44:48.538Z Compiling hashbrown v0.12.3
26312026-03-02T21:44:49.981Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26322026-03-02T21:44:51.468Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26332026-03-02T21:44:51.504Z Compiling libscf-sys v1.1.0
26342026-03-02T21:44:51.558Z Compiling serde-hex v0.1.0
26352026-03-02T21:44:51.818Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-03-02T21:44:52.249Z Compiling ron v0.8.1
26372026-03-02T21:44:57.320Z Compiling hashbrown v0.13.2
26382026-03-02T21:44:58.210Z Compiling vergen-gitcl v1.0.8
26392026-03-02T21:44:58.616Z Compiling dirs-sys-next v0.1.2
26402026-03-02T21:44:58.737Z Compiling maplit v1.0.2
26412026-03-02T21:44:58.931Z Compiling crc-any v2.5.0
26422026-03-02T21:44:59.126Z Compiling glob v0.3.2
26432026-03-02T21:44:59.833Z Compiling crunchy v0.2.2
26442026-03-02T21:44:59.934Z Compiling clang-sys v1.8.1
26452026-03-02T21:45:00.439Z Compiling dirs-next v2.0.0
26462026-03-02T21:45:00.705Z Compiling object v0.30.4
26472026-03-02T21:45:00.793Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26482026-03-02T21:45:01.776Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26492026-03-02T21:45:02.249Z Compiling dsl_auto_type v0.1.2
26502026-03-02T21:45:03.403Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26512026-03-02T21:45:03.547Z Compiling scheduled-thread-pool v0.2.7
26522026-03-02T21:45:04.976Z Compiling diesel_table_macro_syntax v0.2.0
26532026-03-02T21:45:05.420Z Compiling path-slash v0.1.5
26542026-03-02T21:45:05.754Z Compiling tiny-keccak v2.0.2
26552026-03-02T21:45:06.213Z Compiling diesel_derives v2.2.3
26562026-03-02T21:45:13.167Z Compiling r2d2 v0.8.10
26572026-03-02T21:45:13.730Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26582026-03-02T21:45:17.615Z Compiling term v0.7.0
26592026-03-02T21:45:18.345Z Compiling tabled_derive v0.11.0
26602026-03-02T21:45:18.745Z Compiling papergrid v0.17.0
26612026-03-02T21:45:20.888Z Compiling testing_table v0.3.0
26622026-03-02T21:45:21.745Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26632026-03-02T21:45:24.559Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26642026-03-02T21:45:24.982Z Compiling xshell-macros v0.2.7
26652026-03-02T21:45:25.098Z Compiling bit-vec v0.6.3
26662026-03-02T21:45:25.548Z Compiling arc-swap v1.7.1
26672026-03-02T21:45:25.612Z Compiling bit-set v0.5.3
26682026-03-02T21:45:25.833Z Compiling xshell v0.2.7
26692026-03-02T21:45:26.089Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26702026-03-02T21:45:26.335Z Compiling slog-scope v4.4.0
26712026-03-02T21:45:27.202Z Compiling tabled v0.20.0
26722026-03-02T21:45:29.339Z Compiling ascii-canvas v3.0.0
26732026-03-02T21:45:29.860Z Compiling diesel v2.2.12
26742026-03-02T21:45:33.116Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752026-03-02T21:45:33.979Z Compiling ena v0.14.3
26762026-03-02T21:45:34.460Z Compiling libloading v0.8.5
26772026-03-02T21:45:34.928Z Compiling bindgen v0.71.1
26782026-03-02T21:45:35.479Z Compiling diff v0.1.13
26792026-03-02T21:45:36.056Z Compiling regex-syntax v0.6.29
26802026-03-02T21:45:36.222Z Compiling unicase v2.8.1
26812026-03-02T21:45:37.067Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26822026-03-02T21:45:39.630Z Compiling lalrpop v0.19.12
26832026-03-02T21:45:41.693Z Compiling slog-stdlog v4.1.1
26842026-03-02T21:45:42.630Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26852026-03-02T21:45:45.584Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-03-02T21:45:45.623Z Compiling cexpr v0.6.0
26872026-03-02T21:45:46.041Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-03-02T21:45:46.459Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-03-02T21:45:46.728Z Compiling crc8 v0.1.1
26902026-03-02T21:45:46.855Z Compiling slog-envlogger v2.2.0
26912026-03-02T21:45:47.100Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-03-02T21:45:47.135Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26932026-03-02T21:45:47.166Z Compiling headers-core v0.3.0
26942026-03-02T21:45:47.402Z Compiling libxml v0.3.3
26952026-03-02T21:45:47.956Z Compiling headers v0.4.1
26962026-03-02T21:45:48.216Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-03-02T21:45:49.559Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-03-02T21:45:49.976Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-03-02T21:45:50.908Z Compiling strum_macros v0.24.3
27002026-03-02T21:45:51.330Z Compiling indoc v1.0.9
27012026-03-02T21:45:52.249Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-03-02T21:45:52.659Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27032026-03-02T21:45:54.014Z Compiling derive_builder v0.20.2
27042026-03-02T21:45:54.299Z Compiling impl-trait-for-tuples v0.2.2
27052026-03-02T21:45:56.571Z Compiling oso-derive v0.27.3
27062026-03-02T21:45:57.601Z Compiling quick-xml v0.37.2
27072026-03-02T21:45:59.262Z Compiling half v1.8.3
27082026-03-02T21:45:59.388Z Compiling samael v0.0.19
27092026-03-02T21:46:00.033Z Compiling serde_cbor v0.11.2
27102026-03-02T21:46:00.210Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27112026-03-02T21:46:00.824Z Compiling polar-core v0.27.3
27122026-03-02T21:46:02.258Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-03-02T21:46:02.449Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142026-03-02T21:46:03.763Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27152026-03-02T21:46:03.833Z Compiling diesel-dtrace v0.4.2
27162026-03-02T21:46:04.347Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27172026-03-02T21:46:09.602Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-03-02T21:46:10.005Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-03-02T21:46:18.535Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27202026-03-02T21:46:19.671Z Compiling bb8 v0.8.5
27212026-03-02T21:46:20.365Z Compiling trait-variant v0.1.2
27222026-03-02T21:46:21.594Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27232026-03-02T21:46:22.203Z Compiling async-bb8-diesel v0.2.1
27242026-03-02T21:46:22.505Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27252026-03-02T21:46:23.185Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27262026-03-02T21:46:23.589Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27272026-03-02T21:46:24.237Z Compiling oso v0.27.3
27282026-03-02T21:46:26.174Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27292026-03-02T21:46:28.047Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27302026-03-02T21:46:28.557Z Compiling fxhash v0.2.1
27312026-03-02T21:46:28.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27322026-03-02T21:46:29.439Z Compiling typify-impl v0.2.0
27332026-03-02T21:46:29.466Z Compiling kstat-rs v0.2.4
27342026-03-02T21:46:30.462Z Compiling libz-sys v1.1.20
27352026-03-02T21:46:31.321Z Compiling nonempty v0.12.0
27362026-03-02T21:46:31.755Z Compiling salty v0.3.0
27372026-03-02T21:46:32.487Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27382026-03-02T21:46:37.541Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-03-02T21:46:39.094Z Compiling typify-macro v0.2.0
27402026-03-02T21:46:40.779Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27412026-03-02T21:46:42.705Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27422026-03-02T21:46:47.821Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27432026-03-02T21:46:54.368Z Compiling nanorand v0.7.0
27442026-03-02T21:46:55.127Z Compiling fs-err v2.11.0
27452026-03-02T21:46:56.022Z Compiling parking_lot_core v0.8.6
27462026-03-02T21:46:56.380Z Compiling mime_guess v2.0.5
27472026-03-02T21:46:56.808Z Compiling flume v0.11.1
27482026-03-02T21:46:57.517Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27492026-03-02T21:46:57.556Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27502026-03-02T21:46:59.961Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27512026-03-02T21:47:03.452Z Compiling git-stub v1.0.0
27522026-03-02T21:47:04.330Z Compiling libgit2-sys v0.18.2+1.9.1
27532026-03-02T21:47:05.831Z Compiling git-stub-vcs v0.1.0
27542026-03-02T21:47:06.635Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27552026-03-02T21:47:24.567Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27562026-03-02T21:47:24.963Z Compiling tabled_derive v0.10.0
27572026-03-02T21:47:27.370Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-03-02T21:47:30.909Z Compiling ignore v0.4.23
27592026-03-02T21:47:31.257Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27602026-03-02T21:47:33.927Z Compiling papergrid v0.14.0
27612026-03-02T21:47:34.439Z Compiling primeorder v0.13.6
27622026-03-02T21:47:35.103Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27632026-03-02T21:47:38.467Z Compiling castaway v0.2.3
27642026-03-02T21:47:38.706Z Compiling nibble_vec v0.1.0
27652026-03-02T21:47:38.741Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27662026-03-02T21:47:39.019Z Compiling atty v0.2.14
27672026-03-02T21:47:39.132Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-03-02T21:47:39.166Z Compiling endian-type v0.1.2
27692026-03-02T21:47:39.222Z Compiling parse-size v1.1.0
27702026-03-02T21:47:39.481Z Compiling http-range v0.1.5
27712026-03-02T21:47:39.582Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27722026-03-02T21:47:39.587Z Compiling radix_trie v0.2.1
27732026-03-02T21:47:40.275Z Compiling compact_str v0.8.0
27742026-03-02T21:47:40.556Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27752026-03-02T21:47:42.251Z Compiling tabled v0.18.0
27762026-03-02T21:47:42.790Z Compiling p384 v0.13.1
27772026-03-02T21:47:43.426Z Compiling globwalk v0.9.1
27782026-03-02T21:47:44.865Z Compiling parking_lot v0.11.2
27792026-03-02T21:47:46.872Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27802026-03-02T21:47:47.771Z Compiling typify v0.2.0
27812026-03-02T21:47:47.998Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27822026-03-02T21:47:48.204Z Compiling predicates-tree v1.0.12
27832026-03-02T21:47:48.501Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-03-02T21:47:51.304Z Compiling unicode-truncate v1.1.0
27852026-03-02T21:47:51.681Z Compiling prefix-trie v0.7.0
27862026-03-02T21:47:52.520Z Compiling lru v0.12.5
27872026-03-02T21:47:52.726Z Compiling vergen-git2 v1.0.7
27882026-03-02T21:47:52.942Z Compiling instability v0.3.2
27892026-03-02T21:47:53.166Z Compiling indoc v2.0.6
27902026-03-02T21:47:53.937Z Compiling cassowary v0.3.0
27912026-03-02T21:47:54.072Z Compiling hickory-server v0.25.2
27922026-03-02T21:47:55.952Z Compiling ratatui v0.29.0
27932026-03-02T21:47:56.402Z Compiling git2 v0.20.2
27942026-03-02T21:47:57.697Z Compiling camino-tempfile-ext v0.3.2
27952026-03-02T21:47:59.212Z Compiling progenitor-impl v0.8.0
27962026-03-02T21:48:02.452Z Compiling hyper-staticfile v0.10.1
27972026-03-02T21:48:05.130Z Compiling sled v0.34.7
27982026-03-02T21:48:05.181Z Compiling hickory-client v0.25.2
27992026-03-02T21:48:06.988Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28002026-03-02T21:48:07.779Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28012026-03-02T21:48:08.310Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-02T21:48:09.951Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28032026-03-02T21:48:10.767Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28042026-03-02T21:48:15.946Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28052026-03-02T21:48:16.293Z Compiling rand_seeder v0.4.0
28062026-03-02T21:48:16.769Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-02T21:48:17.772Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28082026-03-02T21:48:17.804Z Compiling lzma-sys v0.1.20
28092026-03-02T21:48:18.230Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-03-02T21:48:18.585Z Compiling corncobs v0.1.4
28112026-03-02T21:48:18.648Z Compiling rustls v0.21.12
28122026-03-02T21:48:18.873Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-03-02T21:48:19.031Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28142026-03-02T21:48:19.114Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28152026-03-02T21:48:19.435Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28162026-03-02T21:48:20.392Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-03-02T21:48:21.044Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28182026-03-02T21:48:34.963Z Compiling progenitor-macro v0.8.0
28192026-03-02T21:48:40.744Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28202026-03-02T21:48:41.667Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28212026-03-02T21:48:48.255Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28222026-03-02T21:48:53.973Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28232026-03-02T21:48:55.529Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28242026-03-02T21:48:55.969Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28252026-03-02T21:48:56.384Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28262026-03-02T21:48:56.791Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28272026-03-02T21:49:02.557Z Compiling progenitor-client v0.8.0
28282026-03-02T21:49:03.527Z Compiling rustls-webpki v0.101.7
28292026-03-02T21:49:05.086Z Compiling sct v0.7.1
28302026-03-02T21:49:05.596Z Compiling heck v0.3.3
28312026-03-02T21:49:05.828Z Compiling secrecy v0.8.0
28322026-03-02T21:49:05.990Z Compiling void v1.0.2
28332026-03-02T21:49:06.183Z Compiling lzss v0.8.2
28342026-03-02T21:49:06.696Z Compiling zone_cfg_derive v0.1.2
28352026-03-02T21:49:08.078Z Compiling progenitor v0.8.0
28362026-03-02T21:49:08.381Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28372026-03-02T21:49:09.112Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28382026-03-02T21:49:13.101Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-03-02T21:49:14.550Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28402026-03-02T21:49:19.444Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28412026-03-02T21:49:19.984Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-03-02T21:49:21.056Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28432026-03-02T21:49:23.815Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28442026-03-02T21:49:24.264Z Compiling tungstenite v0.23.0
28452026-03-02T21:49:29.999Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28462026-03-02T21:49:30.420Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28472026-03-02T21:49:30.855Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28482026-03-02T21:49:31.303Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28492026-03-02T21:49:31.727Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502026-03-02T21:49:32.489Z Compiling nix v0.27.1
28512026-03-02T21:49:32.951Z Compiling serde_bytes v0.11.19
28522026-03-02T21:49:33.573Z Compiling base64 v0.13.1
28532026-03-02T21:49:34.449Z Compiling number_prefix v0.4.0
28542026-03-02T21:49:34.805Z Compiling indicatif v0.17.11
28552026-03-02T21:49:35.117Z Compiling ron v0.7.1
28562026-03-02T21:49:35.397Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28572026-03-02T21:49:40.515Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28582026-03-02T21:49:41.552Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28592026-03-02T21:49:41.586Z Compiling tokio-tungstenite v0.23.1
28602026-03-02T21:49:42.056Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28612026-03-02T21:49:42.289Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28622026-03-02T21:49:43.930Z Compiling xz2 v0.1.7
28632026-03-02T21:49:44.621Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28642026-03-02T21:49:53.553Z Compiling tokio-rustls v0.24.1
28652026-03-02T21:49:54.126Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28662026-03-02T21:49:54.892Z Compiling zone v0.1.8
28672026-03-02T21:49:58.589Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-03-02T21:50:02.010Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28692026-03-02T21:50:03.345Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28702026-03-02T21:50:06.940Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28712026-03-02T21:50:33.866Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28722026-03-02T21:50:37.565Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732026-03-02T21:50:37.621Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28742026-03-02T21:50:39.672Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28752026-03-02T21:50:40.102Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28762026-03-02T21:50:46.102Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-03-02T21:50:50.198Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-03-02T21:50:53.413Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-03-02T21:50:58.960Z Compiling rustls-pemfile v1.0.4
28802026-03-02T21:50:58.960Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-03-02T21:50:59.222Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-03-02T21:50:59.492Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-03-02T21:50:59.650Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-03-02T21:51:01.375Z Compiling signal-hook-tokio v0.3.1
28852026-03-02T21:51:01.684Z Compiling yasna v0.5.2
28862026-03-02T21:51:01.837Z Compiling twox-hash v2.1.0
28872026-03-02T21:51:02.573Z Compiling is_ci v1.2.0
28882026-03-02T21:51:02.941Z Compiling rcgen v0.12.1
28892026-03-02T21:51:02.972Z Compiling supports-color v3.0.2
28902026-03-02T21:51:05.140Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28912026-03-02T21:51:08.063Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28922026-03-02T21:51:14.994Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28932026-03-02T21:51:17.866Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28942026-03-02T21:51:38.434Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28952026-03-02T21:51:38.471Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28962026-03-02T21:51:46.572Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-03-02T21:51:50.500Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-03-02T21:52:10.068Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28992026-03-02T21:52:11.517Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-03-02T21:52:14.487Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-03-02T21:52:14.905Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29022026-03-02T21:52:15.349Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29032026-03-02T21:52:20.652Z Compiling progenitor-extras v0.1.0
29042026-03-02T21:52:21.180Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29052026-03-02T21:52:21.539Z Compiling fatfs v0.3.6
29062026-03-02T21:52:24.516Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29072026-03-02T21:52:28.680Z Compiling subprocess v0.2.9
29082026-03-02T21:52:33.463Z Compiling rtoolbox v0.0.2
29092026-03-02T21:52:33.971Z Compiling assert_matches v1.5.0
29102026-03-02T21:52:34.172Z Compiling seq-macro v0.3.6
29112026-03-02T21:52:34.292Z Compiling rpassword v7.4.0
29122026-03-02T21:52:34.822Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29132026-03-02T21:52:37.312Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29142026-03-02T21:52:46.922Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29152026-03-02T21:53:00.873Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29162026-03-02T21:53:06.455Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29172026-03-02T21:53:06.687Z Compiling tui-tree-widget v0.23.1
29182026-03-02T21:53:07.258Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-03-02T21:53:16.794Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29202026-03-02T21:53:17.742Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29212026-03-02T21:53:18.123Z Compiling uzers v0.12.1
29222026-03-02T21:53:21.547Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29232026-03-02T21:53:23.800Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29242026-03-02T21:53:29.609Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29252026-03-02T21:53:49.827Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29262026-03-02T21:54:04.261Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29272026-03-02T21:54:08.436Z Compiling support-bundle-viewer v0.1.2
29282026-03-02T21:54:09.117Z Compiling multimap v0.10.1
29292026-03-02T21:56:44.658Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29302026-03-02T21:56:45.383Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312026-03-02T22:08:22.285Z Finished `release` profile [optimized] target(s) in 26m 20s
29322026-03-02T22:09:24.543Z
29332026-03-02T22:09:24.547Zreal 27:24.676335222
29342026-03-02T22:09:24.547Zuser 3:14:44.118981249
29352026-03-02T22:09:24.547Zsys 5:22.054591859
29362026-03-02T22:09:24.547Ztrap 5.474970201
29372026-03-02T22:09:24.547Ztflt 2.494133642
29382026-03-02T22:09:24.547Zdflt 6.800859869
29392026-03-02T22:09:24.547Zkflt 0.002967769
29402026-03-02T22:09:24.547Zlock 12:58:57.486434267
29412026-03-02T22:09:24.547Zslp 9:32:39.904448632
29422026-03-02T22:09:24.547Zlat 5:00.886918435
29432026-03-02T22:09:24.547Zstop 5:02.438194263
29442026-03-02T22:09:24.547Z+ mapfile -t packages
29452026-03-02T22:09:24.547Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29462026-03-02T22:09:26.123Z Finished `release` profile [optimized] target(s) in 1.51s
29472026-03-02T22:09:26.199Z Running `target/release/omicron-package -t test list-outputs`
29482026-03-02T22:09:26.266ZLogging to: /work/oxidecomputer/omicron/out/LOG
29492026-03-02T22:09:26.269Z+ ptime -m cargo build --locked --release -p xtask
29502026-03-02T22:09:27.183Z Compiling syn v2.0.117
29512026-03-02T22:09:27.183Z Compiling serde_core v1.0.228
29522026-03-02T22:09:27.187Z Compiling serde v1.0.228
29532026-03-02T22:09:27.187Z Compiling bitflags v2.9.4
29542026-03-02T22:09:27.187Z Compiling serde_json v1.0.149
29552026-03-02T22:09:27.187Z Compiling libc v0.2.180
29562026-03-02T22:09:27.301Z Compiling num-traits v0.2.19
29572026-03-02T22:09:27.356Z Compiling rustix v0.38.37
29582026-03-02T22:09:27.716Z Compiling smallvec v1.15.1
29592026-03-02T22:09:27.936Z Compiling hashbrown v0.16.1
29602026-03-02T22:09:28.191Z Compiling usdt-impl v0.5.0
29612026-03-02T22:09:28.218Z Compiling syn v1.0.109
29622026-03-02T22:09:28.926Z Compiling getrandom v0.3.4
29632026-03-02T22:09:29.107Z Compiling thread-id v4.2.2
29642026-03-02T22:09:29.272Z Compiling log v0.4.29
29652026-03-02T22:09:29.491Z Compiling indexmap v2.13.0
29662026-03-02T22:09:29.531Z Compiling rustix v1.1.3
29672026-03-02T22:09:29.709Z Compiling percent-encoding v2.3.2
29682026-03-02T22:09:30.327Z Compiling ordered-float v2.10.1
29692026-03-02T22:09:30.699Z Compiling form_urlencoded v1.2.2
29702026-03-02T22:09:30.702Z Compiling terminal_size v0.4.0
29712026-03-02T22:09:31.417Z Compiling fs-err v3.1.1
29722026-03-02T22:09:31.469Z Compiling heck v0.4.1
29732026-03-02T22:09:31.822Z Compiling once_cell v1.21.3
29742026-03-02T22:09:31.894Z Compiling anyhow v1.0.99
29752026-03-02T22:09:32.354Z Compiling clap_builder v4.5.48
29762026-03-02T22:09:33.191Z Compiling tempfile v3.24.0
29772026-03-02T22:09:34.438Z Compiling proc-macro-error v1.0.4
29782026-03-02T22:09:34.574Z Compiling synstructure v0.13.1
29792026-03-02T22:09:35.031Z Compiling textwrap v0.16.2
29802026-03-02T22:09:35.103Z Compiling camino-tempfile v1.4.1
29812026-03-02T22:09:35.982Z Compiling tabled_derive v0.7.0
29822026-03-02T22:09:37.322Z Compiling serde_derive v1.0.228
29832026-03-02T22:09:37.421Z Compiling thiserror-impl v2.0.18
29842026-03-02T22:09:37.439Z Compiling zerofrom-derive v0.1.4
29852026-03-02T22:09:37.445Z Compiling yoke-derive v0.7.4
29862026-03-02T22:09:37.544Z Compiling zerovec-derive v0.10.3
29872026-03-02T22:09:37.984Z Compiling displaydoc v0.2.5
29882026-03-02T22:09:39.531Z Compiling thiserror-impl v1.0.69
29892026-03-02T22:09:39.774Z Compiling zerocopy-derive v0.7.35
29902026-03-02T22:09:39.919Z Compiling icu_provider_macros v1.5.0
29912026-03-02T22:09:40.299Z Compiling zerofrom v0.1.4
29922026-03-02T22:09:40.342Z Compiling thiserror v2.0.18
29932026-03-02T22:09:40.564Z Compiling yoke v0.7.4
29942026-03-02T22:09:40.612Z Compiling pest v2.8.2
29952026-03-02T22:09:40.995Z Compiling zerovec v0.10.4
29962026-03-02T22:09:41.271Z Compiling scroll_derive v0.12.0
29972026-03-02T22:09:41.674Z Compiling zerocopy v0.7.35
29982026-03-02T22:09:42.234Z Compiling thiserror v1.0.69
29992026-03-02T22:09:42.629Z Compiling scroll v0.12.0
30002026-03-02T22:09:43.342Z Compiling tinystr v0.7.6
30012026-03-02T22:09:43.643Z Compiling pest_meta v2.8.2
30022026-03-02T22:09:43.886Z Compiling icu_locid v1.5.0
30032026-03-02T22:09:44.226Z Compiling icu_collections v1.5.0
30042026-03-02T22:09:45.534Z Compiling icu_provider v1.5.0
30052026-03-02T22:09:45.867Z Compiling pest_generator v2.8.2
30062026-03-02T22:09:47.004Z Compiling icu_locid_transform v1.5.0
30072026-03-02T22:09:47.362Z Compiling serde_spanned v0.6.9
30082026-03-02T22:09:47.404Z Compiling toml_datetime v0.6.11
30092026-03-02T22:09:47.592Z Compiling pest_derive v2.8.2
30102026-03-02T22:09:47.695Z Compiling dof v0.3.0
30112026-03-02T22:09:47.831Z Compiling erased-serde v0.4.6
30122026-03-02T22:09:48.304Z Compiling toml_edit v0.22.27
30132026-03-02T22:09:48.471Z Compiling dtrace-parser v0.2.0
30142026-03-02T22:09:48.582Z Compiling icu_properties v1.5.1
30152026-03-02T22:09:50.090Z Compiling serde_tokenstream v0.2.3
30162026-03-02T22:09:50.804Z Compiling goblin v0.8.2
30172026-03-02T22:09:50.846Z Compiling serde-untagged v0.1.7
30182026-03-02T22:09:51.717Z Compiling serde-value v0.7.0
30192026-03-02T22:09:53.049Z Compiling icu_normalizer v1.5.0
30202026-03-02T22:09:53.435Z Compiling toml v0.8.23
30212026-03-02T22:09:55.034Z Compiling idna_adapter v1.2.0
30222026-03-02T22:09:55.333Z Compiling idna v1.0.3
30232026-03-02T22:09:57.847Z Compiling url v2.5.4
30242026-03-02T22:09:58.528Z Compiling usdt-attr-macro v0.5.0
30252026-03-02T22:09:59.496Z Compiling cargo-util-schemas v0.8.2
30262026-03-02T22:10:00.761Z Compiling usdt-macro v0.5.0
30272026-03-02T22:10:02.078Z Compiling cargo-platform v0.2.0
30282026-03-02T22:10:03.336Z Compiling clap_derive v4.5.47
30292026-03-02T22:10:03.397Z Compiling cargo_metadata v0.21.0
30302026-03-02T22:10:03.891Z Compiling usdt v0.5.0
30312026-03-02T22:10:05.315Z Compiling cargo_toml v0.21.0
30322026-03-02T22:10:05.351Z Compiling macaddr v1.0.1
30332026-03-02T22:10:06.015Z Compiling tabled v0.15.0
30342026-03-02T22:10:07.732Z Compiling clap v4.5.48
30352026-03-02T22:10:19.363Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30362026-03-02T22:10:25.645Z Finished `release` profile [optimized] target(s) in 59.30s
30372026-03-02T22:10:25.814Z
30382026-03-02T22:10:25.818Zreal 59.497576924
30392026-03-02T22:10:25.818Zuser 6:30.758802919
30402026-03-02T22:10:25.818Zsys 30.932745024
30412026-03-02T22:10:25.818Ztrap 0.219801230
30422026-03-02T22:10:25.818Ztflt 0.399875577
30432026-03-02T22:10:25.818Zdflt 0.413939880
30442026-03-02T22:10:25.818Zkflt 0.000012719
30452026-03-02T22:10:25.818Zlock 18:53.384267340
30462026-03-02T22:10:25.818Zslp 21:42.136923167
30472026-03-02T22:10:25.818Zlat 25.952993775
30482026-03-02T22:10:25.818Zstop 36.584554016
30492026-03-02T22:10:25.818Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30502026-03-02T22:10:25.818Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30512026-03-02T22:10:25.818Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30522026-03-02T22:10:25.818Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30532026-03-02T22:10:25.818Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30542026-03-02T22:10:27.437Z Compiling regress v0.10.5
30552026-03-02T22:10:27.619Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30562026-03-02T22:10:27.622Z Compiling match_cfg v0.1.0
30572026-03-02T22:10:27.622Z Compiling structmeta-derive v0.3.0
30582026-03-02T22:10:27.644Z Compiling rustls v0.22.4
30592026-03-02T22:10:27.664Z Compiling rustls-webpki v0.102.8
30602026-03-02T22:10:27.684Z Compiling newtype-uuid-macros v0.1.0
30612026-03-02T22:10:27.704Z Compiling multer v3.1.0
30622026-03-02T22:10:27.773Z Compiling hostname v0.3.1
30632026-03-02T22:10:28.018Z Compiling debug-ignore v1.0.5
30642026-03-02T22:10:28.104Z Compiling toml_parser v1.0.6+spec-1.1.0
30652026-03-02T22:10:28.204Z Compiling slog-json v2.6.1
30662026-03-02T22:10:28.235Z Compiling async-stream-impl v0.3.6
30672026-03-02T22:10:28.239Z Compiling serde_spanned v1.0.4
30682026-03-02T22:10:28.610Z Compiling toml_datetime v0.7.5+spec-1.1.0
30692026-03-02T22:10:29.298Z Compiling dropshot v0.16.7
30702026-03-02T22:10:29.524Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-03-02T22:10:29.551Z Compiling toml_writer v1.0.6+spec-1.1.0
30722026-03-02T22:10:29.598Z Compiling async-stream v0.3.6
30732026-03-02T22:10:29.626Z Compiling slog-bunyan v2.5.0
30742026-03-02T22:10:29.898Z Compiling itertools v0.14.0
30752026-03-02T22:10:29.922Z Compiling toml v0.9.11+spec-1.1.0
30762026-03-02T22:10:30.042Z Compiling waitgroup v0.1.2
30772026-03-02T22:10:30.318Z Compiling rustls-pemfile v2.2.0
30782026-03-02T22:10:30.359Z Compiling structmeta v0.3.0
30792026-03-02T22:10:30.741Z Compiling dropshot_endpoint v0.16.7
30802026-03-02T22:10:30.838Z Compiling serde_path_to_error v0.1.20
30812026-03-02T22:10:30.881Z Compiling hostname v0.4.2
30822026-03-02T22:10:31.167Z Compiling derive-ex v0.1.8
30832026-03-02T22:10:31.238Z Compiling progenitor-client v0.13.0
30842026-03-02T22:10:31.649Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30852026-03-02T22:10:31.856Z Compiling macaddr v1.0.1
30862026-03-02T22:10:31.926Z Compiling progenitor-client v0.10.0
30872026-03-02T22:10:32.386Z Compiling instant v0.1.13
30882026-03-02T22:10:32.542Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30892026-03-02T22:10:32.604Z Compiling parse-display-derive v0.10.0
30902026-03-02T22:10:33.026Z Compiling backoff v0.4.0
30912026-03-02T22:10:33.335Z Compiling tokio-rustls v0.25.0
30922026-03-02T22:10:33.392Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30932026-03-02T22:10:33.468Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30942026-03-02T22:10:33.647Z Compiling backon v1.6.0
30952026-03-02T22:10:33.818Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30962026-03-02T22:10:34.089Z Compiling proc-macro-crate v1.3.1
30972026-03-02T22:10:34.308Z Compiling crucible-workspace-hack v0.1.0
30982026-03-02T22:10:34.745Z Compiling proc-macro-error v1.0.4
30992026-03-02T22:10:35.070Z Compiling num_enum_derive v0.5.11
31002026-03-02T22:10:35.453Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-03-02T22:10:35.544Z Compiling test-strategy v0.4.3
31022026-03-02T22:10:35.702Z Compiling heapless v0.8.0
31032026-03-02T22:10:35.903Z Compiling unsafe-libyaml v0.2.11
31042026-03-02T22:10:36.342Z Compiling ingot-macros v0.1.1
31052026-03-02T22:10:36.734Z Compiling hash32 v0.3.1
31062026-03-02T22:10:36.762Z Compiling parse-display v0.10.0
31072026-03-02T22:10:37.051Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31082026-03-02T22:10:37.378Z Compiling serde_yaml v0.9.34+deprecated
31092026-03-02T22:10:37.406Z Compiling smoltcp v0.11.0
31102026-03-02T22:10:37.607Z Compiling num_enum v0.5.11
31112026-03-02T22:10:37.820Z Compiling tabwriter v1.4.0
31122026-03-02T22:10:37.823Z Compiling foreign-types-macros v0.2.3
31132026-03-02T22:10:38.187Z Compiling foreign-types-shared v0.3.1
31142026-03-02T22:10:38.337Z Compiling cobs v0.2.3
31152026-03-02T22:10:38.594Z Compiling postcard v1.0.10
31162026-03-02T22:10:38.884Z Compiling nix v0.30.1
31172026-03-02T22:10:39.130Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31182026-03-02T22:10:39.228Z Compiling foreign-types v0.5.0
31192026-03-02T22:10:39.298Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-03-02T22:10:39.387Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31212026-03-02T22:10:39.794Z Compiling secrecy v0.10.3
31222026-03-02T22:10:40.133Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31232026-03-02T22:10:40.163Z Compiling cstr-argument v0.1.2
31242026-03-02T22:10:40.271Z Compiling rayon-core v1.12.1
31252026-03-02T22:10:40.424Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31262026-03-02T22:10:40.474Z Compiling pretty-hex v0.2.1
31272026-03-02T22:10:40.623Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-03-02T22:10:40.700Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31292026-03-02T22:10:40.761Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-03-02T22:10:40.905Z Compiling crossbeam-deque v0.8.5
31312026-03-02T22:10:41.012Z Compiling colored v2.2.0
31322026-03-02T22:10:41.088Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31332026-03-02T22:10:41.197Z Compiling camino-tempfile v1.4.1
31342026-03-02T22:10:41.847Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31352026-03-02T22:10:42.022Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-03-02T22:10:42.502Z Compiling rayon v1.10.0
31372026-03-02T22:10:42.908Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31382026-03-02T22:10:42.999Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-03-02T22:10:43.134Z Compiling zone_cfg_derive v0.3.0
31402026-03-02T22:10:43.600Z Compiling ingot-types v0.1.2
31412026-03-02T22:10:43.693Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-02T22:10:44.141Z Compiling itertools v0.12.1
31432026-03-02T22:10:44.408Z Compiling smf v0.2.3
31442026-03-02T22:10:44.607Z Compiling ingot v0.1.1
31452026-03-02T22:10:44.693Z Compiling num-derive v0.4.2
31462026-03-02T22:10:45.614Z Compiling sigpipe v0.1.3
31472026-03-02T22:10:45.748Z Compiling glob v0.3.2
31482026-03-02T22:10:45.809Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31492026-03-02T22:10:46.284Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31502026-03-02T22:10:46.791Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31512026-03-02T22:10:47.113Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31522026-03-02T22:10:47.143Z Compiling zone v0.3.1
31532026-03-02T22:10:47.247Z Compiling toml v0.8.23
31542026-03-02T22:10:47.295Z Compiling convert_case v0.4.0
31552026-03-02T22:10:48.029Z Compiling universal-hash v0.5.1
31562026-03-02T22:10:48.157Z Compiling opaque-debug v0.3.1
31572026-03-02T22:10:48.197Z Compiling derive_more v0.99.20
31582026-03-02T22:10:48.297Z Compiling half v2.4.1
31592026-03-02T22:10:48.325Z Compiling ciborium-io v0.2.2
31602026-03-02T22:10:48.508Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31612026-03-02T22:10:48.816Z Compiling ciborium-ll v0.2.2
31622026-03-02T22:10:48.845Z Compiling aead v0.5.2
31632026-03-02T22:10:48.874Z Compiling poly1305 v0.8.0
31642026-03-02T22:10:48.901Z Compiling chacha20 v0.9.1
31652026-03-02T22:10:49.281Z Compiling ciborium v0.2.2
31662026-03-02T22:10:49.313Z Compiling typify-impl v0.6.1
31672026-03-02T22:10:49.340Z Compiling typify-impl v0.4.3
31682026-03-02T22:10:49.437Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31692026-03-02T22:10:50.637Z Compiling thiserror-impl-no-std v2.0.2
31702026-03-02T22:10:50.701Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31712026-03-02T22:10:51.281Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31722026-03-02T22:10:51.426Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31732026-03-02T22:10:51.749Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31742026-03-02T22:10:53.592Z Compiling thiserror-no-std v2.0.2
31752026-03-02T22:10:53.789Z Compiling num-rational v0.4.2
31762026-03-02T22:10:54.626Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31772026-03-02T22:10:54.959Z Compiling password-hash v0.5.0
31782026-03-02T22:10:55.974Z Compiling blake2 v0.10.6
31792026-03-02T22:10:56.630Z Compiling num-complex v0.4.6
31802026-03-02T22:10:57.007Z Compiling indent_write v2.2.0
31812026-03-02T22:10:57.088Z Compiling argon2 v0.5.3
31822026-03-02T22:10:57.305Z Compiling vsss-rs v3.3.4
31832026-03-02T22:10:57.424Z Compiling chacha20poly1305 v0.10.1
31842026-03-02T22:10:57.691Z Compiling num v0.4.3
31852026-03-02T22:10:57.721Z Compiling float-ord v0.3.2
31862026-03-02T22:10:57.854Z Compiling prettyplease v0.2.36
31872026-03-02T22:10:57.971Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-03-02T22:10:58.353Z Compiling gethostname v0.5.0
31892026-03-02T22:10:58.594Z Compiling usdt-macro v0.5.0
31902026-03-02T22:11:00.198Z Compiling usdt-attr-macro v0.5.0
31912026-03-02T22:11:00.227Z Compiling derive-where v1.5.0
31922026-03-02T22:11:00.684Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31932026-03-02T22:11:01.707Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31942026-03-02T22:11:01.747Z Compiling typify-macro v0.4.3
31952026-03-02T22:11:01.777Z Compiling typify-macro v0.6.1
31962026-03-02T22:11:01.836Z Compiling atomicwrites v0.4.4
31972026-03-02T22:11:01.927Z Compiling usdt v0.5.0
31982026-03-02T22:11:01.957Z Compiling owo-colors v4.2.3
31992026-03-02T22:11:02.239Z Compiling cancel-safe-futures v0.1.5
32002026-03-02T22:11:02.508Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32012026-03-02T22:11:02.740Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32022026-03-02T22:11:02.769Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32032026-03-02T22:11:02.972Z Compiling console v0.15.10
32042026-03-02T22:11:03.425Z Compiling resolv-conf v0.7.0
32052026-03-02T22:11:04.206Z Compiling libsw-core v0.3.1
32062026-03-02T22:11:04.389Z Compiling async-recursion v1.1.1
32072026-03-02T22:11:04.573Z Compiling libsw v3.5.0
32082026-03-02T22:11:04.923Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32092026-03-02T22:11:05.789Z Compiling progenitor-client v0.11.2
32102026-03-02T22:11:05.824Z Compiling typify v0.4.3
32112026-03-02T22:11:05.915Z Compiling typify v0.6.1
32122026-03-02T22:11:06.037Z Compiling progenitor-impl v0.11.2
32132026-03-02T22:11:06.069Z Compiling libefi-sys v0.1.0
32142026-03-02T22:11:06.130Z Compiling linear-map v1.2.0
32152026-03-02T22:11:06.161Z Compiling progenitor-impl v0.13.0
32162026-03-02T22:11:06.442Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32172026-03-02T22:11:06.513Z Compiling hickory-proto v0.24.4
32182026-03-02T22:11:06.540Z Compiling newline-converter v0.3.0
32192026-03-02T22:11:06.767Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32202026-03-02T22:11:07.322Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32212026-03-02T22:11:08.557Z Compiling bitfield-struct v0.6.2
32222026-03-02T22:11:09.491Z Compiling linked-hash-map v0.5.6
32232026-03-02T22:11:09.931Z Compiling semver v0.1.20
32242026-03-02T22:11:10.094Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-03-02T22:11:10.685Z Compiling rustc_version v0.1.7
32262026-03-02T22:11:10.864Z Compiling lru-cache v0.1.2
32272026-03-02T22:11:11.160Z Compiling expectorate v1.2.0
32282026-03-02T22:11:11.233Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32292026-03-02T22:11:11.494Z Compiling pin-project-internal v1.1.6
32302026-03-02T22:11:11.928Z Compiling slog-dtrace v0.3.0
32312026-03-02T22:11:12.355Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-03-02T22:11:12.540Z Compiling siphasher v1.0.1
32332026-03-02T22:11:13.024Z Compiling minimal-lexical v0.2.1
32342026-03-02T22:11:13.368Z Compiling progenitor-macro v0.13.0
32352026-03-02T22:11:13.453Z Compiling progenitor-macro v0.11.2
32362026-03-02T22:11:13.622Z Compiling nom v7.1.3
32372026-03-02T22:11:14.417Z Compiling pin-project v1.1.6
32382026-03-02T22:11:14.628Z Compiling phf_shared v0.12.1
32392026-03-02T22:11:14.877Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32402026-03-02T22:11:14.959Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-03-02T22:11:15.168Z Compiling hickory-resolver v0.24.4
32422026-03-02T22:11:15.879Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32432026-03-02T22:11:16.353Z Compiling newtype_derive v0.1.6
32442026-03-02T22:11:16.777Z Compiling tokio-dtrace v0.1.0
32452026-03-02T22:11:17.281Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32462026-03-02T22:11:17.284Z Compiling dropshot-api-manager-types v0.5.2
32472026-03-02T22:11:18.095Z Compiling pem v3.0.5
32482026-03-02T22:11:18.461Z Compiling snafu-derive v0.8.5
32492026-03-02T22:11:18.867Z Compiling csv-core v0.1.11
32502026-03-02T22:11:19.487Z Compiling base64 v0.21.7
32512026-03-02T22:11:20.229Z Compiling xshell-macros v0.2.7
32522026-03-02T22:11:20.976Z Compiling chrono-tz v0.10.4
32532026-03-02T22:11:21.087Z Compiling same-file v1.0.6
32542026-03-02T22:11:21.274Z Compiling highway v1.3.0
32552026-03-02T22:11:21.407Z Compiling walkdir v2.5.0
32562026-03-02T22:11:21.435Z Compiling const_format_proc_macros v0.2.34
32572026-03-02T22:11:22.147Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32582026-03-02T22:11:22.170Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32592026-03-02T22:11:22.650Z Compiling xshell v0.2.7
32602026-03-02T22:11:23.409Z Compiling csv v1.3.1
32612026-03-02T22:11:23.412Z Compiling snafu v0.8.5
32622026-03-02T22:11:23.853Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32632026-03-02T22:11:24.264Z Compiling qorb v0.4.1
32642026-03-02T22:11:24.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-03-02T22:11:26.015Z Compiling oxide-tokio-rt v0.1.2
32662026-03-02T22:11:26.479Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32672026-03-02T22:11:26.724Z Compiling progenitor v0.13.0
32682026-03-02T22:11:26.912Z Compiling progenitor v0.11.2
32692026-03-02T22:11:27.007Z Compiling phf v0.12.1
32702026-03-02T22:11:27.192Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-03-02T22:11:27.264Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32722026-03-02T22:11:27.349Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32732026-03-02T22:11:28.182Z Compiling globset v0.4.15
32742026-03-02T22:11:29.183Z Compiling olpc-cjson v0.1.4
32752026-03-02T22:11:29.529Z Compiling primeorder v0.13.6
32762026-03-02T22:11:29.574Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32772026-03-02T22:11:29.921Z Compiling serde_plain v1.0.2
32782026-03-02T22:11:30.227Z Compiling colored v3.0.0
32792026-03-02T22:11:30.379Z Compiling typed-path v0.9.3
32802026-03-02T22:11:30.453Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32812026-03-02T22:11:31.090Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32822026-03-02T22:11:31.374Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32832026-03-02T22:11:32.318Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32842026-03-02T22:11:32.854Z Compiling tough v0.20.0
32852026-03-02T22:11:33.121Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32862026-03-02T22:11:33.581Z Compiling const_format v0.2.34
32872026-03-02T22:11:34.307Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32882026-03-02T22:11:34.332Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32892026-03-02T22:11:35.118Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32902026-03-02T22:11:36.498Z Compiling tabled_derive v0.7.0
32912026-03-02T22:11:37.076Z Compiling bcs v0.1.6
32922026-03-02T22:11:37.471Z Compiling radium v0.7.0
32932026-03-02T22:11:37.782Z Compiling utf-8 v0.7.6
32942026-03-02T22:11:38.014Z Compiling salty v0.3.0
32952026-03-02T22:11:38.157Z Compiling termtree v0.5.1
32962026-03-02T22:11:38.323Z Compiling tungstenite v0.21.0
32972026-03-02T22:11:38.464Z Compiling textwrap v0.16.2
32982026-03-02T22:11:38.599Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-03-02T22:11:38.863Z Compiling tabled v0.15.0
33002026-03-02T22:11:39.053Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-03-02T22:11:39.226Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33022026-03-02T22:11:39.537Z Compiling steno v0.4.1
33032026-03-02T22:11:39.631Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33042026-03-02T22:11:40.335Z Compiling typify-impl v0.2.0
33052026-03-02T22:11:41.795Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-03-02T22:11:43.277Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33072026-03-02T22:11:43.558Z Compiling moka v0.12.10
33082026-03-02T22:11:43.964Z Compiling maybe-uninit v2.0.0
33092026-03-02T22:11:44.592Z Compiling tap v1.0.1
33102026-03-02T22:11:44.827Z Compiling humantime v2.2.0
33112026-03-02T22:11:44.854Z Compiling wyz v0.5.1
33122026-03-02T22:11:45.136Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33132026-03-02T22:11:45.340Z Compiling tokio-tungstenite v0.21.0
33142026-03-02T22:11:46.035Z Compiling p384 v0.13.1
33152026-03-02T22:11:46.038Z Compiling progenitor-impl v0.10.0
33162026-03-02T22:11:46.578Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33172026-03-02T22:11:46.893Z Compiling funty v2.0.0
33182026-03-02T22:11:47.413Z Compiling tagptr v0.2.0
33192026-03-02T22:11:47.760Z Compiling arc-swap v1.7.1
33202026-03-02T22:11:48.167Z Compiling packed_struct v0.10.1
33212026-03-02T22:11:48.376Z Compiling slog-scope v4.4.0
33222026-03-02T22:11:48.535Z Compiling bitvec v1.0.1
33232026-03-02T22:11:48.890Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33242026-03-02T22:11:50.889Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-03-02T22:11:51.525Z Compiling polyval v0.6.2
33262026-03-02T22:11:52.052Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33272026-03-02T22:11:52.298Z Compiling typify-macro v0.2.0
33282026-03-02T22:11:52.302Z Compiling packed_struct_codegen v0.10.1
33292026-03-02T22:11:52.777Z Compiling zerocopy-derive v0.6.6
33302026-03-02T22:11:53.132Z Compiling progenitor-macro v0.10.0
33312026-03-02T22:11:54.227Z Compiling bitfield-macros v0.19.2
33322026-03-02T22:11:54.877Z Compiling proc-macro-error-attr2 v2.0.0
33332026-03-02T22:11:54.934Z Compiling indexmap v1.9.3
33342026-03-02T22:11:55.385Z Compiling nodrop v0.1.14
33352026-03-02T22:11:55.591Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33362026-03-02T22:11:55.844Z Compiling parking_lot_core v0.8.6
33372026-03-02T22:11:55.892Z Compiling crc-catalog v2.4.0
33382026-03-02T22:11:56.062Z Compiling bitfield v0.19.2
33392026-03-02T22:11:56.129Z Compiling crc v3.2.1
33402026-03-02T22:11:56.451Z Compiling proc-macro-error2 v2.0.1
33412026-03-02T22:11:56.515Z Compiling typify v0.2.0
33422026-03-02T22:11:56.579Z Compiling array-init v0.0.4
33432026-03-02T22:11:56.708Z Compiling progenitor-impl v0.8.0
33442026-03-02T22:11:56.813Z Compiling zerocopy v0.6.6
33452026-03-02T22:11:57.090Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33462026-03-02T22:11:57.641Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33472026-03-02T22:11:57.671Z Compiling ghash v0.5.1
33482026-03-02T22:11:57.699Z Compiling smallvec v0.6.14
33492026-03-02T22:11:57.920Z Compiling hickory-resolver v0.25.2
33502026-03-02T22:11:58.175Z Compiling slog-stdlog v4.1.1
33512026-03-02T22:11:58.636Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-03-02T22:11:59.642Z Compiling git-stub v1.0.0
33532026-03-02T22:11:59.672Z Compiling ctr v0.9.2
33542026-03-02T22:12:00.172Z Compiling num-derive v0.3.3
33552026-03-02T22:12:00.253Z Compiling lzma-sys v0.1.20
33562026-03-02T22:12:00.680Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-03-02T22:12:00.711Z Compiling unicase v2.8.1
33582026-03-02T22:12:01.111Z Compiling hashbrown v0.12.3
33592026-03-02T22:12:01.189Z Compiling mime_guess v2.0.5
33602026-03-02T22:12:01.279Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33612026-03-02T22:12:02.379Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33622026-03-02T22:12:02.467Z Compiling libscf-sys v1.1.0
33632026-03-02T22:12:02.700Z Compiling aes-gcm v0.10.3
33642026-03-02T22:12:02.760Z Compiling git-stub-vcs v0.1.0
33652026-03-02T22:12:03.093Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33662026-03-02T22:12:03.226Z Compiling slog-envlogger v2.2.0
33672026-03-02T22:12:03.570Z Compiling progenitor-macro v0.8.0
33682026-03-02T22:12:03.602Z Compiling serde-hex v0.1.0
33692026-03-02T22:12:04.054Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-02T22:12:04.423Z Compiling tabled_derive v0.11.0
33712026-03-02T22:12:06.422Z Compiling progenitor v0.10.0
33722026-03-02T22:12:06.733Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33732026-03-02T22:12:07.860Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33742026-03-02T22:12:08.049Z Compiling ron v0.8.1
33752026-03-02T22:12:08.437Z Compiling papergrid v0.17.0
33762026-03-02T22:12:09.068Z Compiling testing_table v0.3.0
33772026-03-02T22:12:09.410Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33782026-03-02T22:12:10.566Z Compiling hashbrown v0.13.2
33792026-03-02T22:12:10.762Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33802026-03-02T22:12:11.841Z Compiling heck v0.3.3
33812026-03-02T22:12:12.284Z Compiling progenitor-client v0.8.0
33822026-03-02T22:12:12.847Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33832026-03-02T22:12:12.883Z Compiling blowfish v0.9.1
33842026-03-02T22:12:13.253Z Compiling ssh-encoding v0.2.0
33852026-03-02T22:12:13.289Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33862026-03-02T22:12:13.414Z Compiling nibble_vec v0.1.0
33872026-03-02T22:12:13.708Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33882026-03-02T22:12:13.774Z Compiling endian-type v0.1.2
33892026-03-02T22:12:13.832Z Compiling corncobs v0.1.4
33902026-03-02T22:12:14.029Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33912026-03-02T22:12:14.069Z Compiling crc-any v2.5.0
33922026-03-02T22:12:14.179Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33932026-03-02T22:12:14.218Z Compiling radix_trie v0.2.1
33942026-03-02T22:12:14.331Z Compiling ssh-cipher v0.2.0
33952026-03-02T22:12:14.503Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33962026-03-02T22:12:14.611Z Compiling bcrypt-pbkdf v0.10.0
33972026-03-02T22:12:14.852Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33982026-03-02T22:12:15.122Z Compiling zone_cfg_derive v0.1.2
33992026-03-02T22:12:15.339Z Compiling object v0.30.4
34002026-03-02T22:12:15.773Z Compiling tabled v0.20.0
34012026-03-02T22:12:16.653Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34022026-03-02T22:12:16.895Z Compiling progenitor v0.8.0
34032026-03-02T22:12:17.151Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34042026-03-02T22:12:17.182Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34052026-03-02T22:12:17.817Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34062026-03-02T22:12:18.078Z Compiling parking_lot v0.11.2
34072026-03-02T22:12:18.714Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34082026-03-02T22:12:18.994Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34092026-03-02T22:12:20.111Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34102026-03-02T22:12:20.140Z Compiling prefix-trie v0.7.0
34112026-03-02T22:12:20.172Z Compiling password-hash v0.4.2
34122026-03-02T22:12:20.585Z Compiling fxhash v0.2.1
34132026-03-02T22:12:20.617Z Compiling secrecy v0.8.0
34142026-03-02T22:12:20.877Z Compiling path-slash v0.1.5
34152026-03-02T22:12:20.954Z Compiling http-range v0.1.5
34162026-03-02T22:12:21.068Z Compiling base64 v0.13.1
34172026-03-02T22:12:21.072Z Compiling half v1.8.3
34182026-03-02T22:12:21.148Z Compiling number_prefix v0.4.0
34192026-03-02T22:12:21.337Z Compiling hickory-server v0.25.2
34202026-03-02T22:12:21.460Z Compiling indicatif v0.17.11
34212026-03-02T22:12:21.667Z Compiling serde_cbor v0.11.2
34222026-03-02T22:12:21.711Z Compiling ron v0.7.1
34232026-03-02T22:12:22.063Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34242026-03-02T22:12:23.547Z Compiling sled v0.34.7
34252026-03-02T22:12:23.576Z Compiling pbkdf2 v0.11.0
34262026-03-02T22:12:23.868Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34272026-03-02T22:12:24.023Z Compiling xz2 v0.1.7
34282026-03-02T22:12:24.650Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34292026-03-02T22:12:25.658Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34302026-03-02T22:12:25.840Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34312026-03-02T22:12:25.947Z Compiling zone v0.1.8
34322026-03-02T22:12:27.238Z Compiling ssh-key v0.6.6
34332026-03-02T22:12:27.492Z Compiling hickory-client v0.25.2
34342026-03-02T22:12:28.437Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34352026-03-02T22:12:28.672Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34362026-03-02T22:12:29.602Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34372026-03-02T22:12:31.432Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34382026-03-02T22:12:32.936Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34392026-03-02T22:12:33.151Z Compiling p521 v0.13.3
34402026-03-02T22:12:33.643Z Compiling p256 v0.13.2
34412026-03-02T22:12:34.170Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34422026-03-02T22:12:34.200Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34432026-03-02T22:12:34.440Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34442026-03-02T22:12:35.414Z Compiling yasna v0.5.2
34452026-03-02T22:12:35.516Z Compiling headers-core v0.3.0
34462026-03-02T22:12:35.713Z Compiling kstat-rs v0.2.4
34472026-03-02T22:12:35.749Z Compiling nanorand v0.7.0
34482026-03-02T22:12:35.970Z Compiling russh-cryptovec v0.7.3
34492026-03-02T22:12:36.102Z Compiling atty v0.2.14
34502026-03-02T22:12:36.324Z Compiling md5 v0.7.0
34512026-03-02T22:12:36.352Z Compiling home v0.5.9
34522026-03-02T22:12:36.356Z Compiling crc8 v0.1.1
34532026-03-02T22:12:36.397Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34542026-03-02T22:12:36.449Z Compiling flume v0.11.1
34552026-03-02T22:12:36.594Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34562026-03-02T22:12:36.622Z Compiling rcgen v0.12.1
34572026-03-02T22:12:36.930Z Compiling russh-keys v0.45.0
34582026-03-02T22:12:37.079Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34592026-03-02T22:12:37.134Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34602026-03-02T22:12:38.097Z Compiling headers v0.4.1
34612026-03-02T22:12:38.758Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-03-02T22:12:39.853Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34632026-03-02T22:12:40.705Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34642026-03-02T22:12:42.334Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34652026-03-02T22:12:43.172Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34662026-03-02T22:12:47.151Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-03-02T22:12:48.882Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34682026-03-02T22:12:49.023Z Compiling hyper-staticfile v0.10.1
34692026-03-02T22:12:49.880Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34702026-03-02T22:12:50.181Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34712026-03-02T22:12:50.623Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34722026-03-02T22:12:50.739Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34732026-03-02T22:12:51.694Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34742026-03-02T22:12:52.215Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34752026-03-02T22:12:52.276Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34762026-03-02T22:12:53.075Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34772026-03-02T22:12:53.229Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34782026-03-02T22:12:54.404Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34792026-03-02T22:12:55.002Z Compiling num-bigint v0.4.6
34802026-03-02T22:12:55.033Z Compiling des v0.8.1
34812026-03-02T22:12:55.085Z Compiling subprocess v0.2.9
34822026-03-02T22:12:55.470Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34832026-03-02T22:12:56.110Z Compiling display-error-chain v0.2.2
34842026-03-02T22:12:56.399Z Compiling hex-literal v0.4.1
34852026-03-02T22:12:56.454Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34862026-03-02T22:12:56.628Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34872026-03-02T22:12:56.849Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34882026-03-02T22:12:57.375Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34892026-03-02T22:12:57.913Z Compiling internet-checksum v0.2.1
34902026-03-02T22:12:58.200Z Compiling russh v0.45.0
34912026-03-02T22:13:06.589Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34922026-03-02T22:13:50.971Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34932026-03-02T22:14:25.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s
34942026-03-02T22:14:25.704Z
34952026-03-02T22:14:25.708Zreal 3:59.796726534
34962026-03-02T22:14:25.708Zuser 21:23.519403883
34972026-03-02T22:14:25.708Zsys 2:52.561781195
34982026-03-02T22:14:25.708Ztrap 0.684616490
34992026-03-02T22:14:25.708Ztflt 0.321788484
35002026-03-02T22:14:25.708Zdflt 0.653060271
35012026-03-02T22:14:25.708Zkflt 0.000048942
35022026-03-02T22:14:25.708Zlock 58:57.201484976
35032026-03-02T22:14:25.708Zslp 1:17:54.394652319
35042026-03-02T22:14:25.708Zlat 1:08.637680798
35052026-03-02T22:14:25.708Zstop 2:59.621625097
35062026-03-02T22:14:25.708Z+ mkdir tests
35072026-03-02T22:14:25.712Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35082026-03-02T22:14:25.712Z+ xargs -I '{}' -t cp '{}' tests/
35092026-03-02T22:14:25.755Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2d36128d2fdade3b tests/
35102026-03-02T22:14:25.786Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0790f4e88e0a5788 tests/
35112026-03-02T22:14:25.815Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-70b55d939f23574b tests/
35122026-03-02T22:14:25.844Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5bdc10cd587f1a66 tests/
35132026-03-02T22:14:26.234Z+ 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/*)
35142026-03-02T22:14:26.238Z+ 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-0790f4e88e0a5788 tests/commtest-70b55d939f23574b tests/dhcp_server-2d36128d2fdade3b tests/end_to_end_tests-5bdc10cd587f1a66 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
35152026-03-02T22:16:16.035ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35162026-03-02T22:16:16.035Za .github/buildomat/ci-env.sh 1K
35172026-03-02T22:16:16.035Za out/target/test 1K
35182026-03-02T22:16:16.035Za out/npuzone/npuzone 27402K
35192026-03-02T22:16:16.035Za package-manifest.toml 35K
35202026-03-02T22:16:16.035Za smf/sled-agent/non-gimlet/config.toml 6K
35212026-03-02T22:16:16.035Za target/release/omicron-package 41742K
35222026-03-02T22:16:16.035Za target/release/xtask 11462K
35232026-03-02T22:16:16.035Za target/debug/bootstrap 353644K
35242026-03-02T22:16:16.035Za tests/bootstrap-0790f4e88e0a5788 31192K
35252026-03-02T22:16:16.035Za tests/commtest-70b55d939f23574b 31453K
35262026-03-02T22:16:16.035Za tests/dhcp_server-2d36128d2fdade3b 31192K
35272026-03-02T22:16:16.035Za tests/end_to_end_tests-5bdc10cd587f1a66 395839K
35282026-03-02T22:16:16.035Za out/clickhouse.tar.gz 315216K
35292026-03-02T22:16:16.035Za out/clickhouse_keeper.tar.gz 298850K
35302026-03-02T22:16:16.035Za out/clickhouse_server.tar.gz 315213K
35312026-03-02T22:16:16.035Za out/cockroachdb.tar.gz 162873K
35322026-03-02T22:16:16.035Za out/crucible-pantry-zone.tar.gz 43051K
35332026-03-02T22:16:16.035Za out/crucible-utils.tar 17744K
35342026-03-02T22:16:16.035Za out/crucible-zone.tar.gz 57189K
35352026-03-02T22:16:16.035Za out/external-dns.tar.gz 51985K
35362026-03-02T22:16:16.035Za out/internal-dns.tar.gz 51984K
35372026-03-02T22:16:16.035Za out/mg-ddm-gz.tar 86339K
35382026-03-02T22:16:16.035Za out/nexus.tar.gz 216029K
35392026-03-02T22:16:16.035Za out/ntp.tar.gz 31836K
35402026-03-02T22:16:16.035Za out/omicron-gateway-softnpu.tar.gz 29971K
35412026-03-02T22:16:16.035Za out/omicron-sled-agent.tar 198140K
35422026-03-02T22:16:16.036Za out/overlay.tar.gz 3K
35432026-03-02T22:16:16.036Za out/oximeter.tar.gz 66250K
35442026-03-02T22:16:16.036Za out/oxlog.tar 3945K
35452026-03-02T22:16:16.036Za out/probe.tar.gz 3037K
35462026-03-02T22:16:16.036Za out/propolis-server.tar.gz 74633K
35472026-03-02T22:16:16.036Za out/pumpkind-gz.tar 26647K
35482026-03-02T22:16:16.036Za out/switch-softnpu.tar.gz 387032K
35492026-03-02T22:16:16.039Z
35502026-03-02T22:16:16.039Zreal 1:49.790791505
35512026-03-02T22:16:16.039Zuser 1:44.564449395
35522026-03-02T22:16:16.039Zsys 7.598065457
35532026-03-02T22:16:16.039Ztrap 0.028758915
35542026-03-02T22:16:16.039Ztflt 0.000000000
35552026-03-02T22:16:16.039Zdflt 0.000000000
35562026-03-02T22:16:16.039Zkflt 0.000000000
35572026-03-02T22:16:16.039Zlock 0.000000000
35582026-03-02T22:16:16.039Zslp 1:44.254306585
35592026-03-02T22:16:16.039Zlat 3.130318411
35602026-03-02T22:16:16.039Zstop 0.000256549
35612026-03-02T22:16:16.039Zprocess exited: duration 2727071 ms, exit code 0
 
35622026-03-02T22:16:16.057Zfound 1 output files
35632026-03-02T22:16:16.057Zuploading: /work/package.tar.gz (2448173197 bytes)
35642026-03-02T22:16:54.261Zuploaded: /work/package.tar.gz