01KQKDPQVR55VNZE3NKWJ0SM8C: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQKDQ6GJMFQYV51FFGT0YHWW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-02T04:04:51.636Zjob assigned to worker 01KQKDQBBVBR8WBQSP160AZEDB [factory aws, i-0ca1b61ed4de1c23b] (queued for 46 s)
 
22026-05-02T04:04:58.906Zstarting task 0: "setup"
32026-05-02T04:04:58.911Z++ uname -s
42026-05-02T04:04:58.915Z+ kern=SunOS
52026-05-02T04:04:58.915Z+ build_user=build
62026-05-02T04:04:58.915Z+ build_uid=12345
72026-05-02T04:04:58.915Z+ work_dir=/work
82026-05-02T04:04:58.915Z+ input_dir=/input
92026-05-02T04:04:58.915Z+ [[ 0 == 12345 ]]
102026-05-02T04:04:58.915Z+ case "$kern" in
112026-05-02T04:04:58.915Z+ groupadd -g 12345 build
122026-05-02T04:04:58.919Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-02T04:05:00.923Z+ zfs create -o mountpoint=/work rpool/work
142026-05-02T04:05:01.045Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-02T04:05:01.048Z+ home_fs=zfs
162026-05-02T04:05:01.048Z+ [[ zfs == autofs ]]
172026-05-02T04:05:01.048Z+ mkdir -p /home/build
182026-05-02T04:05:01.051Z+ chown build:build /home/build /work
192026-05-02T04:05:02.051Z+ chmod 0700 /home/build /work
202026-05-02T04:05:02.054Zprocess exited: duration 3152 ms, exit code 0
 
212026-05-02T04:05:02.060Zstarting task 1: "rust-toolchain"
222026-05-02T04:05:02.066Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-02T04:05:02.066Z * rust toolchain channel = "1.94.0"
242026-05-02T04:05:02.066Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-02T04:05:02.067Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-02T04:05:02.067Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-02T04:05:02.067Z * rust toolchain profile = "default"
282026-05-02T04:05:02.070Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-02T04:05:02.070Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-02T04:05:02.206Zinfo: downloading installer
312026-05-02T04:05:03.548Zwarn: It looks like you have an existing installation of Rust at:
322026-05-02T04:05:03.548Zwarn: /opt/ooce/bin
332026-05-02T04:05:03.548Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-02T04:05:03.548Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-02T04:05:03.548Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-02T04:05:03.548Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-02T04:05:03.548Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-02T04:05:03.548Zerror: cannot install while Rust is installed
392026-05-02T04:05:03.548Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-02T04:05:03.549Zwarn: It looks like you have an existing rustup settings file at:
412026-05-02T04:05:03.549Zwarn: /home/build/.rustup/settings.toml
422026-05-02T04:05:03.549Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-02T04:05:03.549Zwarn: instead of the one inferred from the default host triple.
442026-05-02T04:05:03.562Zinfo: profile set to default
452026-05-02T04:05:03.562Zinfo: default host triple is x86_64-unknown-illumos
462026-05-02T04:05:03.565Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-02T04:05:03.733Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-02T04:05:03.736Zinfo: downloading 6 components
492026-05-02T04:05:17.679Z
502026-05-02T04:05:17.679Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-05-02T04:05:17.716Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-02T04:05:17.716Z
532026-05-02T04:05:17.716Z
542026-05-02T04:05:17.716ZRust is installed now. Great!
552026-05-02T04:05:17.716Z
562026-05-02T04:05:17.716ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-02T04:05:17.716Zenvironment variable. This has not been done automatically.
582026-05-02T04:05:17.716Z
592026-05-02T04:05:17.716ZTo configure your current shell, you need to source
602026-05-02T04:05:17.716Zthe corresponding env file under $HOME/.cargo.
612026-05-02T04:05:17.716Z
622026-05-02T04:05:17.716ZThis is usually done by running one of the following (note the leading DOT):
632026-05-02T04:05:17.716Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-02T04:05:17.716Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-02T04:05:17.716Zsource "~/.cargo/env.nu" # For nushell
662026-05-02T04:05:17.716Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-02T04:05:17.717Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-02T04:05:17.717Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-02T04:05:17.720Zwarn: no default linker (`cc`) was found in your PATH
702026-05-02T04:05:17.720Zwarn: many Rust crates require a system C toolchain to build
712026-05-02T04:05:17.819Z+ rustup --version
722026-05-02T04:05:17.826Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-02T04:05:17.826Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-02T04:05:17.847Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-02T04:05:17.851Z+ cargo --version
762026-05-02T04:05:17.859Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-02T04:05:17.862Z+ rustc --version
782026-05-02T04:05:17.884Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-02T04:05:17.887Zprocess exited: duration 15826 ms, exit code 0
 
802026-05-02T04:05:17.893Zstarting task 2: "authentication"
812026-05-02T04:05:17.911Zprocess exited: duration 17 ms, exit code 0
 
822026-05-02T04:05:17.916Zstarting task 3: "clone repository"
832026-05-02T04:05:17.921Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-02T04:05:17.924Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-02T04:05:17.969ZCloning into '/work/oxidecomputer/omicron'...
862026-05-02T04:05:27.017Z+ cd /work/oxidecomputer/omicron
872026-05-02T04:05:27.017Z+ git fetch origin 98bc7bd0728fb694a032014c41f10c50e764a893
882026-05-02T04:05:27.303ZFrom https://github.com/oxidecomputer/omicron
892026-05-02T04:05:27.303Z * branch 98bc7bd0728fb694a032014c41f10c50e764a893 -> FETCH_HEAD
902026-05-02T04:05:27.315Z+ [[ -n sunshowers/spr/2n-reconfigurator-soften-blippy-note-for-nexus-generation-mismatch ]]
912026-05-02T04:05:27.318Z++ git branch --show-current
922026-05-02T04:05:27.321Z+ current=main
932026-05-02T04:05:27.321Z+ [[ main != sunshowers/spr/2n-reconfigurator-soften-blippy-note-for-nexus-generation-mismatch ]]
942026-05-02T04:05:27.321Z+ git branch -f sunshowers/spr/2n-reconfigurator-soften-blippy-note-for-nexus-generation-mismatch 98bc7bd0728fb694a032014c41f10c50e764a893
952026-05-02T04:05:27.324Z+ git checkout -f sunshowers/spr/2n-reconfigurator-soften-blippy-note-for-nexus-generation-mismatch
962026-05-02T04:05:27.403ZSwitched to branch 'sunshowers/spr/2n-reconfigurator-soften-blippy-note-for-nexus-generation-mismatch'
972026-05-02T04:05:27.406Z+ git reset --hard 98bc7bd0728fb694a032014c41f10c50e764a893
982026-05-02T04:05:27.492ZHEAD is now at 98bc7bd07 [spr] initial version
992026-05-02T04:05:27.495Zprocess exited: duration 9577 ms, exit code 0
 
1002026-05-02T04:05:27.501Zstarting task 4: "build"
1012026-05-02T04:05:27.506Z+ source .github/buildomat/ci-env.sh
1022026-05-02T04:05:27.509Z++ export CARGO_TERM_COLOR=always
1032026-05-02T04:05:27.509Z++ CARGO_TERM_COLOR=always
1042026-05-02T04:05:27.509Z+ cargo --version
1052026-05-02T04:05:27.516Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-02T04:05:27.518Z+ rustc --version
1072026-05-02T04:05:27.539Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-02T04:05:27.542Z+ WORK=/work
1092026-05-02T04:05:27.542Z+ pfexec mkdir -p /work
1102026-05-02T04:05:27.545Z+ pfexec chown build /work
1112026-05-02T04:05:27.548Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-02T04:05:37.420Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-02T04:05:45.466Z Startup: Caching catalogs ... Done
1142026-05-02T04:05:52.098ZPlanning: Solver setup ... Done (5.141s)
1152026-05-02T04:05:52.133ZPlanning: Running solver ... Done (0.036s)
1162026-05-02T04:05:52.266ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-02T04:05:52.288ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-02T04:05:52.854ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-02T04:05:52.890ZPlanning: Package planning ... Done (0.038s)
1202026-05-02T04:05:52.926ZPlanning: Merging actions ... Done (0.036s)
1212026-05-02T04:05:53.112ZPlanning: Checking for conflicting actions ... Done (0.185s)
1222026-05-02T04:05:53.121ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-02T04:05:53.976ZPlanning: Evaluating mediators ... Done (0.854s)
1242026-05-02T04:05:53.983ZPlanning: Planning completed in 8.35 seconds
1252026-05-02T04:05:53.995Z Packages to install: 5
1262026-05-02T04:05:53.995Z Mediators to change: 3
1272026-05-02T04:05:53.995Z Services to change: 1
1282026-05-02T04:05:53.998Z Estimated space available: 155.34 GB
1292026-05-02T04:05:53.998ZEstimated space to be consumed: 1.89 GB
1302026-05-02T04:05:53.998Z Create boot environment: No
1312026-05-02T04:05:53.998ZCreate backup boot environment: No
1322026-05-02T04:05:53.998Z Rebuild boot archive: No
1332026-05-02T04:05:53.998Z
1342026-05-02T04:05:53.998ZChanged mediators:
1352026-05-02T04:05:53.998Z mediator clang:
1362026-05-02T04:05:53.998Z version: None -> 15 (system default)
1372026-05-02T04:05:53.998Z
1382026-05-02T04:05:53.998Z mediator llvm:
1392026-05-02T04:05:53.998Z version: 14 (system default) -> 15 (system default)
1402026-05-02T04:05:53.998Z
1412026-05-02T04:05:53.998Z mediator postgresql:
1422026-05-02T04:05:53.998Z version: 15 (system default) -> 18 (system default)
1432026-05-02T04:05:53.998Z
1442026-05-02T04:05:53.998ZChanged packages:
1452026-05-02T04:05:53.998Zhelios-dev
1462026-05-02T04:05:53.998Z developer/build-essential
1472026-05-02T04:05:53.998Z None -> 11-2.0
1482026-05-02T04:05:53.998Z library/libxmlsec1
1492026-05-02T04:05:53.998Z None -> 1.2.35-2.0
1502026-05-02T04:05:53.998Z ooce/developer/clang-15
1512026-05-02T04:05:53.998Z None -> 15.0.7-2.0
1522026-05-02T04:05:53.998Z ooce/developer/llvm-15
1532026-05-02T04:05:53.998Z None -> 15.0.7-2.0
1542026-05-02T04:05:53.998Z ooce/library/postgresql-18
1552026-05-02T04:05:53.998Z None -> 18.1-2.0
1562026-05-02T04:05:53.998Z
1572026-05-02T04:05:53.998ZServices:
1582026-05-02T04:05:53.999Z restart_fmri:
1592026-05-02T04:05:53.999Z svc:/system/update-man-index:default
1602026-05-02T04:05:54.042Z
1612026-05-02T04:05:54.042ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-02T04:05:59.042ZDownload: 1262/4272 items 106.7/219.0MB 48% complete (21.2M/s)
1632026-05-02T04:06:04.153ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (15.4M/s)
1642026-05-02T04:06:11.098ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (12.6M/s)
1652026-05-02T04:06:17.657ZDownload: 3279/4272 items 209.1/219.0MB 95% complete (8.9M/s)
1662026-05-02T04:06:21.117ZDownload: Completed 218.99 MB in 27.07 seconds (8.1M/s)
1672026-05-02T04:06:21.278Z Actions: 1/4789 actions (Installing new actions)
1682026-05-02T04:06:24.650Z Actions: Completed 4789 actions in 3.37 seconds.
1692026-05-02T04:06:24.929Z Done (0.275s)
1702026-05-02T04:06:24.929Z Done (0.000s)
1712026-05-02T04:06:25.549Z Done (0.620s)
1722026-05-02T04:06:29.092Z Done (3.200s)
1732026-05-02T04:06:29.183Z Done (0.013s)
1742026-05-02T04:06:29.186Z Done (0.000s)
1752026-05-02T04:06:29.487Z Done (0.000s)
1762026-05-02T04:06:30.344ZPlanning: Evaluating mediator changes ... Done
1772026-05-02T04:06:30.452ZPlanning: Checking for conflicting actions ... Done
1782026-05-02T04:06:30.455ZPlanning: Consolidating action changes ... Done
1792026-05-02T04:06:30.609ZPlanning: Evaluating mediators ... Done
1802026-05-02T04:06:30.612ZPlanning: Planning completed in 0.27 seconds
1812026-05-02T04:06:30.632Z Mediators to change: 2
1822026-05-02T04:06:30.632Z Create boot environment: No
1832026-05-02T04:06:30.632ZCreate backup boot environment: No
1842026-05-02T04:06:30.697Z Done
1852026-05-02T04:06:30.697Z Done
1862026-05-02T04:06:31.327Z Done
1872026-05-02T04:06:33.771Z Done
1882026-05-02T04:06:33.843Z Done
1892026-05-02T04:06:33.847Z Done
1902026-05-02T04:06:33.990Z Done
1912026-05-02T04:06:34.250ZPlanning: Evaluating mediator changes ... Done
1922026-05-02T04:06:34.359ZPlanning: Checking for conflicting actions ... Done
1932026-05-02T04:06:34.362ZPlanning: Consolidating action changes ... Done
1942026-05-02T04:06:34.516ZPlanning: Evaluating mediators ... Done
1952026-05-02T04:06:34.519ZPlanning: Planning completed in 0.27 seconds
1962026-05-02T04:06:34.540Z Mediators to change: 1
1972026-05-02T04:06:34.540Z Create boot environment: No
1982026-05-02T04:06:34.540ZCreate backup boot environment: No
1992026-05-02T04:06:34.595Z Done
2002026-05-02T04:06:34.595Z Done
2012026-05-02T04:06:35.197Z Done
2022026-05-02T04:06:37.678Z Done
2032026-05-02T04:06:37.750Z Done
2042026-05-02T04:06:37.753Z Done
2052026-05-02T04:06:37.894Z Done
2062026-05-02T04:06:38.175ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-05-02T04:06:38.175Zclang system 15 system
2082026-05-02T04:06:38.175Zcsh system system illumos
2092026-05-02T04:06:38.175Zctags system system illumos
2102026-05-02T04:06:38.175Zfile system system illumos
2112026-05-02T04:06:38.175Zgcc vendor 12 vendor
2122026-05-02T04:06:38.175Zgcc system 14 system
2132026-05-02T04:06:38.175Zgcc system 10 system
2142026-05-02T04:06:38.175Zgo system 1.20 system
2152026-05-02T04:06:38.175Zgo system 1.19 system
2162026-05-02T04:06:38.175Zllvm system 15 system
2172026-05-02T04:06:38.175Zllvm system 14 system
2182026-05-02T04:06:38.175Zmariadb system 10.6 system
2192026-05-02T04:06:38.175Zmta vendor vendor dma
2202026-05-02T04:06:38.175Zopenjdk system 17 system
2212026-05-02T04:06:38.175Zopenjdk system 11 system
2222026-05-02T04:06:38.175Zopenjdk system 1.8 system
2232026-05-02T04:06:38.175Zopenssl vendor 3 vendor
2242026-05-02T04:06:38.175Zperl system 5.36 system
2252026-05-02T04:06:38.175Zpostgresql system 18 system
2262026-05-02T04:06:38.175Zpostgresql system 15 system
2272026-05-02T04:06:38.175Zpostgresql system 13 system
2282026-05-02T04:06:38.175Zpython vendor 3 vendor
2292026-05-02T04:06:38.175Zpython system 2 system
2302026-05-02T04:06:38.175Zpython3 system 3.11 system
2312026-05-02T04:06:38.175Zruby system 3.0 system
2322026-05-02T04:06:38.175Zwords vendor vendor american-english
2332026-05-02T04:06:38.175Zwords system system australian-english
2342026-05-02T04:06:38.175Zwords system system british-english
2352026-05-02T04:06:38.175Zwords system system canadian-english
2362026-05-02T04:06:38.175Zwords system system french
2372026-05-02T04:06:38.175Zwords system system italian
2382026-05-02T04:06:38.175Zwords system system ngerman
2392026-05-02T04:06:38.175Zwords system system ogerman
2402026-05-02T04:06:38.175Zwords system system spanish
2412026-05-02T04:06:38.400ZPUBLISHER TYPE STATUS P LOCATION
2422026-05-02T04:06:38.400Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-05-02T04:06:42.880ZFMRI IFO
2442026-05-02T04:06:42.880Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-05-02T04:06:42.880Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-05-02T04:06:42.880Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-05-02T04:06:42.880Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-05-02T04:06:42.880Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-05-02T04:06:42.880Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-05-02T04:06:42.880Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-05-02T04:06:42.880Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-05-02T04:06:42.880Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-05-02T04:06:42.880Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-05-02T04:06:42.880Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-05-02T04:06:42.880Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-05-02T04:06:42.880Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-05-02T04:06:42.880Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-05-02T04:06:42.880Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-05-02T04:06:42.880Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-05-02T04:06:42.880Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-05-02T04:06:44.002Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-05-02T04:06:44.281Z Updating crates.io index
2632026-05-02T04:06:44.316Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-05-02T04:06:45.032Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-05-02T04:06:45.438Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-05-02T04:06:45.959Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-05-02T04:06:46.743Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-05-02T04:06:47.233Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-05-02T04:06:48.584Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-05-02T04:06:49.405Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-05-02T04:06:49.693Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-05-02T04:06:50.765Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-05-02T04:06:51.120Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-05-02T04:06:51.407Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-05-02T04:06:51.783Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-02T04:06:52.707Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-05-02T04:06:53.209Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-05-02T04:06:53.554Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-05-02T04:06:53.949Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-05-02T04:06:54.366Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-05-02T04:06:54.592Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-05-02T04:06:54.798Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-05-02T04:06:55.037Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-05-02T04:06:55.454Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-05-02T04:06:55.989Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-05-02T04:06:56.384Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-05-02T04:06:56.950Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-05-02T04:06:57.240Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-05-02T04:06:57.559Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-05-02T04:06:58.757Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-02T04:06:59.213Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-05-02T04:06:59.768Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-05-02T04:07:00.110Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-05-02T04:07:00.416Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-02T04:07:00.892Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-05-02T04:07:01.213Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-05-02T04:07:01.769Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-05-02T04:07:02.011Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-05-02T04:07:02.241Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-05-02T04:07:02.777Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-05-02T04:07:14.754Z Downloading crates ...
3022026-05-02T04:07:14.812Z Downloaded clap_lex v1.0.0
3032026-05-02T04:07:14.824Z Downloaded camino-tempfile v1.4.1
3042026-05-02T04:07:14.827Z Downloaded plain v0.2.3
3052026-05-02T04:07:14.827Z Downloaded is_terminal_polyfill v1.70.2
3062026-05-02T04:07:14.827Z Downloaded bytecount v0.6.9
3072026-05-02T04:07:14.832Z Downloaded generic-array v0.14.7
3082026-05-02T04:07:14.835Z Downloaded dtrace-parser v0.2.0
3092026-05-02T04:07:14.839Z Downloaded typeid v1.0.3
3102026-05-02T04:07:14.839Z Downloaded swrite v0.1.0
3112026-05-02T04:07:14.839Z Downloaded scroll_derive v0.12.1
3122026-05-02T04:07:14.839Z Downloaded proc-macro-error v1.0.4
3132026-05-02T04:07:14.843Z Downloaded heck v0.4.1
3142026-05-02T04:07:14.843Z Downloaded fnv v1.0.7
3152026-05-02T04:07:14.843Z Downloaded cfg-if v1.0.4
3162026-05-02T04:07:14.843Z Downloaded cargo-platform v0.2.0
3172026-05-02T04:07:14.843Z Downloaded anstyle v1.0.13
3182026-05-02T04:07:14.849Z Downloaded digest v0.10.7
3192026-05-02T04:07:14.849Z Downloaded cargo_metadata v0.21.0
3202026-05-02T04:07:14.856Z Downloaded toml_datetime v0.6.11
3212026-05-02T04:07:14.856Z Downloaded errno v0.3.14
3222026-05-02T04:07:14.856Z Downloaded yoke-derive v0.8.1
3232026-05-02T04:07:14.856Z Downloaded version_check v0.9.5
3242026-05-02T04:07:14.856Z Downloaded form_urlencoded v1.2.2
3252026-05-02T04:07:14.856Z Downloaded fastrand v2.3.0
3262026-05-02T04:07:14.856Z Downloaded zerofrom-derive v0.1.6
3272026-05-02T04:07:14.859Z Downloaded toml_write v0.1.2
3282026-05-02T04:07:14.859Z Downloaded camino v1.2.2
3292026-05-02T04:07:14.859Z Downloaded zerofrom v0.1.6
3302026-05-02T04:07:14.861Z Downloaded usdt-attr-macro v0.5.0
3312026-05-02T04:07:14.861Z Downloaded usdt-macro v0.5.0
3322026-05-02T04:07:14.862Z Downloaded thread-id v4.2.2
3332026-05-02T04:07:14.862Z Downloaded colorchoice v1.0.4
3342026-05-02T04:07:14.866Z Downloaded unicode-linebreak v0.1.5
3352026-05-02T04:07:14.868Z Downloaded cargo-util-schemas v0.8.2
3362026-05-02T04:07:14.868Z Downloaded papergrid v0.11.0
3372026-05-02T04:07:14.871Z Downloaded synstructure v0.13.2
3382026-05-02T04:07:14.871Z Downloaded erased-serde v0.4.9
3392026-05-02T04:07:14.874Z Downloaded utf8parse v0.2.2
3402026-05-02T04:07:14.874Z Downloaded clap v4.5.60
3412026-05-02T04:07:14.877Z Downloaded usdt v0.5.0
3422026-05-02T04:07:14.880Z Downloaded unicode-xid v0.2.6
3432026-05-02T04:07:14.880Z Downloaded zmij v1.0.21
3442026-05-02T04:07:14.880Z Downloaded block-buffer v0.10.4
3452026-05-02T04:07:14.883Z Downloaded serde_tokenstream v0.2.3
3462026-05-02T04:07:14.883Z Downloaded displaydoc v0.2.5
3472026-05-02T04:07:14.883Z Downloaded heck v0.5.0
3482026-05-02T04:07:14.885Z Downloaded tinystr v0.8.2
3492026-05-02T04:07:14.886Z Downloaded cpufeatures v0.2.17
3502026-05-02T04:07:14.888Z Downloaded utf8_iter v1.0.4
3512026-05-02T04:07:14.888Z Downloaded thiserror v1.0.69
3522026-05-02T04:07:14.891Z Downloaded stable_deref_trait v1.2.1
3532026-05-02T04:07:14.894Z Downloaded thiserror-impl v1.0.69
3542026-05-02T04:07:14.894Z Downloaded yoke v0.8.1
3552026-05-02T04:07:14.896Z Downloaded writeable v0.6.2
3562026-05-02T04:07:14.896Z Downloaded thiserror-impl v2.0.18
3572026-05-02T04:07:14.896Z Downloaded textwrap v0.16.2
3582026-05-02T04:07:14.900Z Downloaded terminal_size v0.4.3
3592026-05-02T04:07:14.900Z Downloaded strsim v0.11.1
3602026-05-02T04:07:14.900Z Downloaded toml v0.8.23
3612026-05-02T04:07:14.900Z Downloaded ucd-trie v0.1.7
3622026-05-02T04:07:14.902Z Downloaded serde_spanned v0.6.9
3632026-05-02T04:07:14.902Z Downloaded macaddr v1.0.1
3642026-05-02T04:07:14.902Z Downloaded anstyle-query v1.1.5
3652026-05-02T04:07:14.905Z Downloaded thiserror v2.0.18
3662026-05-02T04:07:14.909Z Downloaded zerocopy-derive v0.7.35
3672026-05-02T04:07:14.912Z Downloaded zerovec-derive v0.11.2
3682026-05-02T04:07:14.912Z Downloaded usdt-impl v0.5.0
3692026-05-02T04:07:14.912Z Downloaded equivalent v1.0.2
3702026-05-02T04:07:14.912Z Downloaded crypto-common v0.1.7
3712026-05-02T04:07:14.917Z Downloaded memmap v0.7.0
3722026-05-02T04:07:14.920Z Downloaded zerotrie v0.2.3
3732026-05-02T04:07:14.922Z Downloaded tabled_derive v0.7.0
3742026-05-02T04:07:14.922Z Downloaded unicode-ident v1.0.24
3752026-05-02T04:07:14.925Z Downloaded percent-encoding v2.3.2
3762026-05-02T04:07:14.925Z Downloaded toml_edit v0.22.27
3772026-05-02T04:07:14.928Z Downloaded itoa v1.0.17
3782026-05-02T04:07:14.928Z Downloaded ordered-float v2.10.1
3792026-05-02T04:07:14.928Z Downloaded idna_adapter v1.2.1
3802026-05-02T04:07:14.931Z Downloaded serde-value v0.7.0
3812026-05-02T04:07:14.933Z Downloaded zerocopy v0.7.35
3822026-05-02T04:07:14.939Z Downloaded proc-macro-error-attr v1.0.4
3832026-05-02T04:07:14.942Z Downloaded zerovec v0.11.5
3842026-05-02T04:07:14.945Z Downloaded cargo_toml v0.21.0
3852026-05-02T04:07:14.945Z Downloaded typenum v1.19.0
3862026-05-02T04:07:14.945Z Downloaded autocfg v1.5.0
3872026-05-02T04:07:14.948Z Downloaded anstream v0.6.21
3882026-05-02T04:07:14.948Z Downloaded pretty-hex v0.4.1
3892026-05-02T04:07:14.948Z Downloaded litemap v0.8.1
3902026-05-02T04:07:14.950Z Downloaded fs-err v3.3.0
3912026-05-02T04:07:14.950Z Downloaded winnow v0.7.14
3922026-05-02T04:07:14.954Z Downloaded dof v0.3.0
3932026-05-02T04:07:14.958Z Downloaded url v2.5.8
3942026-05-02T04:07:14.961Z Downloaded unicode-width v0.1.14
3952026-05-02T04:07:14.964Z Downloaded quote v1.0.45
3962026-05-02T04:07:14.964Z Downloaded byteorder v1.5.0
3972026-05-02T04:07:14.967Z Downloaded unicode-width v0.2.0
3982026-05-02T04:07:14.970Z Downloaded scroll v0.12.0
3992026-05-02T04:07:14.970Z Downloaded serde-untagged v0.1.9
4002026-05-02T04:07:14.974Z Downloaded potential_utf v0.1.4
4012026-05-02T04:07:14.974Z Downloaded anstyle-parse v0.2.7
4022026-05-02T04:07:14.979Z Downloaded icu_collections v2.1.1
4032026-05-02T04:07:14.983Z Downloaded smawk v0.3.2
4042026-05-02T04:07:14.983Z Downloaded icu_properties v2.1.2
4052026-05-02T04:07:14.987Z Downloaded pest_derive v2.8.6
4062026-05-02T04:07:14.987Z Downloaded clap_derive v4.5.55
4072026-05-02T04:07:14.990Z Downloaded sha2 v0.10.9
4082026-05-02T04:07:14.993Z Downloaded semver v1.0.28
4092026-05-02T04:07:14.996Z Downloaded bitflags v2.11.0
4102026-05-02T04:07:15.000Z Downloaded memchr v2.8.0
4112026-05-02T04:07:15.005Z Downloaded pest_generator v2.8.6
4122026-05-02T04:07:15.009Z Downloaded tempfile v3.25.0
4132026-05-02T04:07:15.012Z Downloaded once_cell v1.21.3
4142026-05-02T04:07:15.015Z Downloaded anyhow v1.0.102
4152026-05-02T04:07:15.018Z Downloaded serde_core v1.0.228
4162026-05-02T04:07:15.021Z Downloaded log v0.4.29
4172026-05-02T04:07:15.027Z Downloaded serde v1.0.228
4182026-05-02T04:07:15.029Z Downloaded num-traits v0.2.19
4192026-05-02T04:07:15.033Z Downloaded smallvec v1.15.1
4202026-05-02T04:07:15.033Z Downloaded proc-macro2 v1.0.106
4212026-05-02T04:07:15.035Z Downloaded icu_provider v2.1.1
4222026-05-02T04:07:15.035Z Downloaded icu_normalizer v2.1.1
4232026-05-02T04:07:15.038Z Downloaded pest_meta v2.8.6
4242026-05-02T04:07:15.038Z Downloaded icu_locale_core v2.1.1
4252026-05-02T04:07:15.041Z Downloaded getrandom v0.4.1
4262026-05-02T04:07:15.048Z Downloaded serde_derive v1.0.228
4272026-05-02T04:07:15.051Z Downloaded icu_normalizer_data v2.1.1
4282026-05-02T04:07:15.057Z Downloaded hashbrown v0.17.0
4292026-05-02T04:07:15.090Z Downloaded indexmap v2.14.0
4302026-05-02T04:07:15.090Z Downloaded serde_json v1.0.149
4312026-05-02T04:07:15.098Z Downloaded pest v2.8.6
4322026-05-02T04:07:15.100Z Downloaded icu_properties_data v2.1.2
4332026-05-02T04:07:15.105Z Downloaded idna v1.1.0
4342026-05-02T04:07:15.109Z Downloaded clap_builder v4.5.60
4352026-05-02T04:07:15.118Z Downloaded goblin v0.8.2
4362026-05-02T04:07:15.127Z Downloaded tabled v0.15.0
4372026-05-02T04:07:15.135Z Downloaded syn v1.0.109
4382026-05-02T04:07:15.152Z Downloaded syn v2.0.117
4392026-05-02T04:07:15.166Z Downloaded rustix v1.1.3
4402026-05-02T04:07:15.193Z Downloaded libc v0.2.185
4412026-05-02T04:07:15.261Z Compiling proc-macro2 v1.0.106
4422026-05-02T04:07:15.261Z Compiling quote v1.0.45
4432026-05-02T04:07:15.267Z Compiling unicode-ident v1.0.24
4442026-05-02T04:07:15.267Z Compiling serde_core v1.0.228
4452026-05-02T04:07:15.267Z Compiling libc v0.2.185
4462026-05-02T04:07:15.267Z Compiling version_check v0.9.5
4472026-05-02T04:07:15.267Z Compiling stable_deref_trait v1.2.1
4482026-05-02T04:07:15.267Z Compiling serde v1.0.228
4492026-05-02T04:07:15.267Z Compiling memchr v2.8.0
4502026-05-02T04:07:15.268Z Compiling zmij v1.0.21
4512026-05-02T04:07:15.268Z Compiling thiserror v1.0.69
4522026-05-02T04:07:15.442Z Compiling itoa v1.0.17
4532026-05-02T04:07:15.445Z Compiling ucd-trie v0.1.7
4542026-05-02T04:07:15.445Z Compiling autocfg v1.5.0
4552026-05-02T04:07:15.445Z Compiling litemap v0.8.1
4562026-05-02T04:07:15.658Z Compiling writeable v0.6.2
4572026-05-02T04:07:15.719Z Compiling byteorder v1.5.0
4582026-05-02T04:07:15.737Z Compiling rustix v1.1.3
4592026-05-02T04:07:15.923Z Compiling icu_normalizer_data v2.1.1
4602026-05-02T04:07:15.977Z Compiling pest v2.8.6
4612026-05-02T04:07:15.997Z Compiling icu_properties_data v2.1.2
4622026-05-02T04:07:16.016Z Compiling bitflags v2.11.0
4632026-05-02T04:07:16.034Z Compiling serde_json v1.0.149
4642026-05-02T04:07:16.116Z Compiling num-traits v0.2.19
4652026-05-02T04:07:16.169Z Compiling typeid v1.0.3
4662026-05-02T04:07:16.260Z Compiling smallvec v1.15.1
4672026-05-02T04:07:16.263Z Compiling hashbrown v0.17.0
4682026-05-02T04:07:16.385Z Compiling equivalent v1.0.2
4692026-05-02T04:07:16.389Z Compiling proc-macro-error-attr v1.0.4
4702026-05-02T04:07:16.421Z Compiling usdt-impl v0.5.0
4712026-05-02T04:07:16.475Z Compiling errno v0.3.14
4722026-05-02T04:07:16.513Z Compiling thread-id v4.2.2
4732026-05-02T04:07:16.516Z Compiling toml_write v0.1.2
4742026-05-02T04:07:16.516Z Compiling winnow v0.7.14
4752026-05-02T04:07:16.533Z Compiling erased-serde v0.4.9
4762026-05-02T04:07:16.602Z Compiling syn v1.0.109
4772026-05-02T04:07:16.698Z Compiling proc-macro-error v1.0.4
4782026-05-02T04:07:16.749Z Compiling thiserror v2.0.18
4792026-05-02T04:07:16.771Z Compiling utf8_iter v1.0.4
4802026-05-02T04:07:16.789Z Compiling indexmap v2.14.0
4812026-05-02T04:07:16.814Z Compiling syn v2.0.117
4822026-05-02T04:07:16.858Z Compiling plain v0.2.3
4832026-05-02T04:07:16.921Z Compiling utf8parse v0.2.2
4842026-05-02T04:07:16.939Z Compiling camino v1.2.2
4852026-05-02T04:07:16.942Z Compiling percent-encoding v2.3.2
4862026-05-02T04:07:16.942Z Compiling getrandom v0.4.1
4872026-05-02T04:07:16.942Z Compiling log v0.4.29
4882026-05-02T04:07:17.032Z Compiling anstyle-parse v0.2.7
4892026-05-02T04:07:17.166Z Compiling pest_meta v2.8.6
4902026-05-02T04:07:17.220Z Compiling ordered-float v2.10.1
4912026-05-02T04:07:17.238Z Compiling form_urlencoded v1.2.2
4922026-05-02T04:07:17.354Z Compiling anstyle-query v1.1.5
4932026-05-02T04:07:17.375Z Compiling cfg-if v1.0.4
4942026-05-02T04:07:17.416Z Compiling pretty-hex v0.4.1
4952026-05-02T04:07:17.434Z Compiling colorchoice v1.0.4
4962026-05-02T04:07:17.437Z Compiling anstyle v1.0.13
4972026-05-02T04:07:17.474Z Compiling is_terminal_polyfill v1.70.2
4982026-05-02T04:07:17.512Z Compiling fs-err v3.3.0
4992026-05-02T04:07:17.548Z Compiling terminal_size v0.4.3
5002026-05-02T04:07:17.569Z Compiling heck v0.5.0
5012026-05-02T04:07:17.588Z Compiling fastrand v2.3.0
5022026-05-02T04:07:17.624Z Compiling bytecount v0.6.9
5032026-05-02T04:07:17.686Z Compiling anstream v0.6.21
5042026-05-02T04:07:17.761Z Compiling semver v1.0.28
5052026-05-02T04:07:17.784Z Compiling once_cell v1.21.3
5062026-05-02T04:07:17.881Z Compiling strsim v0.11.1
5072026-05-02T04:07:17.912Z Compiling anyhow v1.0.102
5082026-05-02T04:07:17.930Z Compiling clap_lex v1.0.0
5092026-05-02T04:07:18.004Z Compiling heck v0.4.1
5102026-05-02T04:07:18.035Z Compiling unicode-width v0.1.14
5112026-05-02T04:07:18.070Z Compiling unicode-xid v0.2.6
5122026-05-02T04:07:18.090Z Compiling fnv v1.0.7
5132026-05-02T04:07:18.135Z Compiling clap_builder v4.5.60
5142026-05-02T04:07:18.160Z Compiling tempfile v3.25.0
5152026-05-02T04:07:18.182Z Compiling serde-untagged v0.1.9
5162026-05-02T04:07:18.268Z Compiling memmap v0.7.0
5172026-05-02T04:07:18.289Z Compiling papergrid v0.11.0
5182026-05-02T04:07:18.289Z Compiling smawk v0.3.2
5192026-05-02T04:07:18.335Z Compiling unicode-linebreak v0.1.5
5202026-05-02T04:07:18.352Z Compiling unicode-width v0.2.0
5212026-05-02T04:07:18.451Z Compiling camino-tempfile v1.4.1
5222026-05-02T04:07:18.489Z Compiling swrite v0.1.0
5232026-05-02T04:07:18.540Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-05-02T04:07:18.609Z Compiling textwrap v0.16.2
5252026-05-02T04:07:18.913Z Compiling tabled_derive v0.7.0
5262026-05-02T04:07:19.424Z Compiling synstructure v0.13.2
5272026-05-02T04:07:19.426Z Compiling pest_generator v2.8.6
5282026-05-02T04:07:19.595Z Compiling tabled v0.15.0
5292026-05-02T04:07:19.952Z Compiling serde_derive v1.0.228
5302026-05-02T04:07:19.953Z Compiling zerofrom-derive v0.1.6
5312026-05-02T04:07:19.956Z Compiling yoke-derive v0.8.1
5322026-05-02T04:07:19.956Z Compiling zerovec-derive v0.11.2
5332026-05-02T04:07:19.956Z Compiling displaydoc v0.2.5
5342026-05-02T04:07:19.956Z Compiling thiserror-impl v1.0.69
5352026-05-02T04:07:19.956Z Compiling zerocopy-derive v0.7.35
5362026-05-02T04:07:20.004Z Compiling scroll_derive v0.12.1
5372026-05-02T04:07:20.058Z Compiling pest_derive v2.8.6
5382026-05-02T04:07:20.073Z Compiling thiserror-impl v2.0.18
5392026-05-02T04:07:20.076Z Compiling clap_derive v4.5.55
5402026-05-02T04:07:20.697Z Compiling scroll v0.12.0
5412026-05-02T04:07:20.760Z Compiling zerocopy v0.7.35
5422026-05-02T04:07:20.970Z Compiling goblin v0.8.2
5432026-05-02T04:07:20.991Z Compiling zerofrom v0.1.6
5442026-05-02T04:07:21.101Z Compiling yoke v0.8.1
5452026-05-02T04:07:21.151Z Compiling dtrace-parser v0.2.0
5462026-05-02T04:07:21.254Z Compiling zerovec v0.11.5
5472026-05-02T04:07:21.254Z Compiling zerotrie v0.2.3
5482026-05-02T04:07:21.450Z Compiling clap v4.5.60
5492026-05-02T04:07:21.677Z Compiling tinystr v0.8.2
5502026-05-02T04:07:21.677Z Compiling potential_utf v0.1.4
5512026-05-02T04:07:21.803Z Compiling icu_collections v2.1.1
5522026-05-02T04:07:21.829Z Compiling icu_locale_core v2.1.1
5532026-05-02T04:07:22.423Z Compiling icu_provider v2.1.1
5542026-05-02T04:07:22.534Z Compiling dof v0.3.0
5552026-05-02T04:07:22.534Z Compiling serde_tokenstream v0.2.3
5562026-05-02T04:07:22.544Z Compiling serde_spanned v0.6.9
5572026-05-02T04:07:22.547Z Compiling toml_datetime v0.6.11
5582026-05-02T04:07:22.547Z Compiling serde-value v0.7.0
5592026-05-02T04:07:22.560Z Compiling cargo-platform v0.2.0
5602026-05-02T04:07:22.563Z Compiling macaddr v1.0.1
5612026-05-02T04:07:22.649Z Compiling icu_properties v2.1.2
5622026-05-02T04:07:22.649Z Compiling icu_normalizer v2.1.1
5632026-05-02T04:07:22.808Z Compiling toml_edit v0.22.27
5642026-05-02T04:07:23.264Z Compiling usdt-macro v0.5.0
5652026-05-02T04:07:23.264Z Compiling usdt-attr-macro v0.5.0
5662026-05-02T04:07:23.493Z Compiling idna_adapter v1.2.1
5672026-05-02T04:07:23.601Z Compiling idna v1.1.0
5682026-05-02T04:07:23.849Z Compiling usdt v0.5.0
5692026-05-02T04:07:23.867Z Compiling url v2.5.8
5702026-05-02T04:07:24.074Z Compiling toml v0.8.23
5712026-05-02T04:07:24.405Z Compiling cargo-util-schemas v0.8.2
5722026-05-02T04:07:24.405Z Compiling cargo_toml v0.21.0
5732026-05-02T04:07:25.245Z Compiling cargo_metadata v0.21.0
5742026-05-02T04:07:26.096Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-05-02T04:07:28.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.34s
5762026-05-02T04:07:28.435Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-05-02T04:07:28.978Z Downloading crates ...
5782026-05-02T04:07:29.075Z Downloaded aead v0.5.2
5792026-05-02T04:07:29.079Z Downloaded atomicwrites v0.4.4
5802026-05-02T04:07:29.085Z Downloaded adler2 v2.0.1
5812026-05-02T04:07:29.089Z Downloaded cstr-argument v0.1.2
5822026-05-02T04:07:29.092Z Downloaded ctr v0.9.2
5832026-05-02T04:07:29.096Z Downloaded crossbeam-utils v0.8.21
5842026-05-02T04:07:29.099Z Downloaded bitfield-macros v0.19.4
5852026-05-02T04:07:29.099Z Downloaded crc8 v0.1.1
5862026-05-02T04:07:29.099Z Downloaded aes-gcm v0.10.3
5872026-05-02T04:07:29.102Z Downloaded bit-set v0.5.3
5882026-05-02T04:07:29.102Z Downloaded backoff v0.4.0
5892026-05-02T04:07:29.106Z Downloaded ahash v0.8.12
5902026-05-02T04:07:29.107Z Downloaded crc v3.4.0
5912026-05-02T04:07:29.110Z Downloaded bitfield-struct v0.6.2
5922026-05-02T04:07:29.110Z Downloaded defmt-parser v1.0.0
5932026-05-02T04:07:29.113Z Downloaded crc-catalog v2.4.0
5942026-05-02T04:07:29.113Z Downloaded expectorate v1.2.0
5952026-05-02T04:07:29.113Z Downloaded darling_core v0.23.0
5962026-05-02T04:07:29.116Z Downloaded crc32fast v1.5.0
5972026-05-02T04:07:29.119Z Downloaded csv-core v0.1.13
5982026-05-02T04:07:29.120Z Downloaded bb8 v0.8.6
5992026-05-02T04:07:29.120Z Downloaded crypto-bigint v0.5.5
6002026-05-02T04:07:29.123Z Downloaded atomic-waker v1.1.2
6012026-05-02T04:07:29.126Z Downloaded crossbeam-epoch v0.9.18
6022026-05-02T04:07:29.126Z Downloaded backon v1.6.0
6032026-05-02T04:07:29.129Z Downloaded crunchy v0.2.4
6042026-05-02T04:07:29.132Z Downloaded cfg_aliases v0.2.1
6052026-05-02T04:07:29.132Z Downloaded base16ct v0.2.0
6062026-05-02T04:07:29.136Z Downloaded darling v0.20.11
6072026-05-02T04:07:29.140Z Downloaded bit-set v0.8.0
6082026-05-02T04:07:29.143Z Downloaded bcrypt-pbkdf v0.10.0
6092026-05-02T04:07:29.143Z Downloaded atty v0.2.14
6102026-05-02T04:07:29.143Z Downloaded ecdsa v0.16.9
6112026-05-02T04:07:29.143Z Downloaded async-stream-impl v0.3.6
6122026-05-02T04:07:29.147Z Downloaded bitflags v1.3.2
6132026-05-02T04:07:29.147Z Downloaded cpufeatures v0.3.0
6142026-05-02T04:07:29.149Z Downloaded arrayref v0.3.9
6152026-05-02T04:07:29.149Z Downloaded aes v0.8.4
6162026-05-02T04:07:29.152Z Downloaded enum-as-inner v0.6.1
6172026-05-02T04:07:29.152Z Downloaded fatfs v0.3.6
6182026-05-02T04:07:29.155Z Downloaded critical-section v1.2.0
6192026-05-02T04:07:29.155Z Downloaded async-stream v0.3.6
6202026-05-02T04:07:29.155Z Downloaded embedded-io v0.4.0
6212026-05-02T04:07:29.159Z Downloaded crucible-workspace-hack v0.1.0
6222026-05-02T04:07:29.159Z Downloaded crossbeam-deque v0.8.6
6232026-05-02T04:07:29.159Z Downloaded daft v0.1.5
6242026-05-02T04:07:29.162Z Downloaded array-init v0.0.4
6252026-05-02T04:07:29.163Z Downloaded cobs v0.3.0
6262026-05-02T04:07:29.163Z Downloaded arrayvec v0.7.6
6272026-05-02T04:07:29.163Z Downloaded async-recursion v1.1.1
6282026-05-02T04:07:29.165Z Downloaded foreign-types v0.3.2
6292026-05-02T04:07:29.170Z Downloaded fd-lock v4.0.4
6302026-05-02T04:07:29.170Z Downloaded convert_case v0.4.0
6312026-05-02T04:07:29.170Z Downloaded embedded-io v0.6.1
6322026-05-02T04:07:29.173Z Downloaded endian-type v0.1.2
6332026-05-02T04:07:29.173Z Downloaded dropshot-api-manager-types v0.7.1
6342026-05-02T04:07:29.173Z Downloaded cargo-platform v0.1.9
6352026-05-02T04:07:29.173Z Downloaded foreign-types v0.5.0
6362026-05-02T04:07:29.173Z Downloaded float-ord v0.3.2
6372026-05-02T04:07:29.176Z Downloaded dyn-clone v1.0.20
6382026-05-02T04:07:29.176Z Downloaded compression-core v0.4.31
6392026-05-02T04:07:29.176Z Downloaded dunce v1.0.5
6402026-05-02T04:07:29.176Z Downloaded block-padding v0.3.3
6412026-05-02T04:07:29.179Z Downloaded assert_matches v1.5.0
6422026-05-02T04:07:29.179Z Downloaded debug-ignore v1.0.5
6432026-05-02T04:07:29.179Z Downloaded float-cmp v0.10.0
6442026-05-02T04:07:29.182Z Downloaded darling_macro v0.21.3
6452026-05-02T04:07:29.182Z Downloaded env_filter v1.0.0
6462026-05-02T04:07:29.183Z Downloaded darling_macro v0.20.11
6472026-05-02T04:07:29.185Z Downloaded env_logger v0.11.9
6482026-05-02T04:07:29.188Z Downloaded ciborium-io v0.2.2
6492026-05-02T04:07:29.188Z Downloaded flate2 v1.1.9
6502026-05-02T04:07:29.191Z Downloaded defmt v0.3.100
6512026-05-02T04:07:29.191Z Downloaded either v1.15.0
6522026-05-02T04:07:29.191Z Downloaded derive-ex v0.1.8
6532026-05-02T04:07:29.194Z Downloaded ciborium-ll v0.2.2
6542026-05-02T04:07:29.194Z Downloaded foreign-types-macros v0.2.3
6552026-05-02T04:07:29.194Z Downloaded downcast-rs v2.0.2
6562026-05-02T04:07:29.200Z Downloaded diesel_table_macro_syntax v0.3.0
6572026-05-02T04:07:29.200Z Downloaded constant_time_eq v0.4.2
6582026-05-02T04:07:29.200Z Downloaded cbc v0.1.2
6592026-05-02T04:07:29.201Z Downloaded ascii-canvas v3.0.0
6602026-05-02T04:07:29.201Z Downloaded bitfield v0.19.4
6612026-05-02T04:07:29.206Z Downloaded buf-list v1.1.2
6622026-05-02T04:07:29.207Z Downloaded funty v2.0.0
6632026-05-02T04:07:29.207Z Downloaded futures-macro v0.3.32
6642026-05-02T04:07:29.207Z Downloaded dtrace-parser v0.3.0
6652026-05-02T04:07:29.210Z Downloaded futures-sink v0.3.32
6662026-05-02T04:07:29.210Z Downloaded convert_case v0.10.0
6672026-05-02T04:07:29.210Z Downloaded const_format_proc_macros v0.2.34
6682026-05-02T04:07:29.210Z Downloaded dof v0.4.0
6692026-05-02T04:07:29.210Z Downloaded dirs-next v2.0.0
6702026-05-02T04:07:29.214Z Downloaded foreign-types-shared v0.3.1
6712026-05-02T04:07:29.214Z Downloaded display-error-chain v0.2.2
6722026-05-02T04:07:29.214Z Downloaded derive_builder_macro v0.20.2
6732026-05-02T04:07:29.214Z Downloaded compression-codecs v0.4.37
6742026-05-02T04:07:29.221Z Downloaded corncobs v0.1.4
6752026-05-02T04:07:29.221Z Downloaded cexpr v0.6.0
6762026-05-02T04:07:29.221Z Downloaded derive_builder_core v0.20.2
6772026-05-02T04:07:29.221Z Downloaded castaway v0.2.4
6782026-05-02T04:07:29.221Z Downloaded bit-vec v0.6.3
6792026-05-02T04:07:29.221Z Downloaded curve25519-dalek-derive v0.1.1
6802026-05-02T04:07:29.224Z Downloaded byte-wrapper v0.1.0
6812026-05-02T04:07:29.224Z Downloaded flagset v0.4.7
6822026-05-02T04:07:29.224Z Downloaded ghash v0.5.1
6832026-05-02T04:07:29.227Z Downloaded bit-vec v0.8.0
6842026-05-02T04:07:29.227Z Downloaded hash32 v0.3.1
6852026-05-02T04:07:29.227Z Downloaded fs_extra v1.3.0
6862026-05-02T04:07:29.230Z Downloaded cargo_metadata v0.19.2
6872026-05-02T04:07:29.230Z Downloaded argon2 v0.5.3
6882026-05-02T04:07:29.233Z Downloaded git-stub v1.0.0
6892026-05-02T04:07:29.233Z Downloaded bcs v0.1.6
6902026-05-02T04:07:29.233Z Downloaded chacha20 v0.9.1
6912026-05-02T04:07:29.240Z Downloaded darling_macro v0.23.0
6922026-05-02T04:07:29.240Z Downloaded gethostname v0.5.0
6932026-05-02T04:07:29.240Z Downloaded futures-io v0.3.32
6942026-05-02T04:07:29.240Z Downloaded document-features v0.2.12
6952026-05-02T04:07:29.244Z Downloaded dsl_auto_type v0.2.0
6962026-05-02T04:07:29.244Z Downloaded async-trait v0.1.89
6972026-05-02T04:07:29.244Z Downloaded futures-core v0.3.32
6982026-05-02T04:07:29.244Z Downloaded foreign-types-shared v0.1.1
6992026-05-02T04:07:29.244Z Downloaded cancel-safe-futures v0.1.5
7002026-05-02T04:07:29.249Z Downloaded futures-task v0.3.32
7012026-05-02T04:07:29.249Z Downloaded dirs-sys-next v0.1.2
7022026-05-02T04:07:29.249Z Downloaded cassowary v0.3.0
7032026-05-02T04:07:29.249Z Downloaded bzip2 v0.6.1
7042026-05-02T04:07:29.249Z Downloaded hash32 v0.2.1
7052026-05-02T04:07:29.249Z Downloaded der_derive v0.7.3
7062026-05-02T04:07:29.253Z Downloaded defmt v1.0.1
7072026-05-02T04:07:29.253Z Downloaded async-bb8-diesel v0.2.1
7082026-05-02T04:07:29.257Z Downloaded cfg_aliases v0.1.1
7092026-05-02T04:07:29.257Z Downloaded fixedbitset v0.4.2
7102026-05-02T04:07:29.257Z Downloaded crossbeam-channel v0.5.15
7112026-05-02T04:07:29.264Z Downloaded daft-derive v0.1.5
7122026-05-02T04:07:29.264Z Downloaded http-range v0.1.5
7132026-05-02T04:07:29.264Z Downloaded foldhash v0.2.0
7142026-05-02T04:07:29.264Z Downloaded http-body v1.0.1
7152026-05-02T04:07:29.264Z Downloaded find-msvc-tools v0.1.9
7162026-05-02T04:07:29.269Z Downloaded defmt-macros v1.0.1
7172026-05-02T04:07:29.269Z Downloaded ident_case v1.0.1
7182026-05-02T04:07:29.269Z Downloaded foldhash v0.1.5
7192026-05-02T04:07:29.273Z Downloaded hubpack_derive v0.1.1
7202026-05-02T04:07:29.273Z Downloaded hex v0.4.3
7212026-05-02T04:07:29.274Z Downloaded ena v0.14.4
7222026-05-02T04:07:29.274Z Downloaded ed25519 v2.2.3
7232026-05-02T04:07:29.274Z Downloaded data-encoding v2.10.0
7242026-05-02T04:07:29.278Z Downloaded ed25519-dalek v2.2.0
7252026-05-02T04:07:29.278Z Downloaded fxhash v0.2.1
7262026-05-02T04:07:29.278Z Downloaded chacha20 v0.10.0
7272026-05-02T04:07:29.278Z Downloaded fs-err v2.11.0
7282026-05-02T04:07:29.281Z Downloaded ff v0.13.1
7292026-05-02T04:07:29.281Z Downloaded glob v0.3.3
7302026-05-02T04:07:29.284Z Downloaded clang-sys v1.8.1
7312026-05-02T04:07:29.284Z Downloaded git-stub-vcs v0.1.0
7322026-05-02T04:07:29.288Z Downloaded cookie v0.18.1
7332026-05-02T04:07:29.288Z Downloaded hostname v0.3.1
7342026-05-02T04:07:29.288Z Downloaded console v0.16.2
7352026-05-02T04:07:29.291Z Downloaded hubpack v0.1.2
7362026-05-02T04:07:29.291Z Downloaded globwalk v0.9.1
7372026-05-02T04:07:29.291Z Downloaded indoc v1.0.9
7382026-05-02T04:07:29.294Z Downloaded futures-executor v0.3.32
7392026-05-02T04:07:29.294Z Downloaded filetime v0.2.27
7402026-05-02T04:07:29.294Z Downloaded const-oid v0.9.6
7412026-05-02T04:07:29.297Z Downloaded hostname v0.4.2
7422026-05-02T04:07:29.297Z Downloaded globset v0.4.18
7432026-05-02T04:07:29.299Z Downloaded cookie_store v0.22.1
7442026-05-02T04:07:29.299Z Downloaded home v0.5.12
7452026-05-02T04:07:29.300Z Downloaded console v0.15.11
7462026-05-02T04:07:29.302Z Downloaded instant v0.1.13
7472026-05-02T04:07:29.302Z Downloaded instability v0.3.11
7482026-05-02T04:07:29.305Z Downloaded is_ci v1.2.0
7492026-05-02T04:07:29.305Z Downloaded is-terminal v0.4.17
7502026-05-02T04:07:29.305Z Downloaded des v0.8.1
7512026-05-02T04:07:29.308Z Downloaded blake2 v0.10.6
7522026-05-02T04:07:29.308Z Downloaded diff v0.1.13
7532026-05-02T04:07:29.311Z Downloaded indent_write v2.2.0
7542026-05-02T04:07:29.311Z Downloaded blowfish v0.9.1
7552026-05-02T04:07:29.314Z Downloaded cipher v0.4.4
7562026-05-02T04:07:29.314Z Downloaded camino-tempfile-ext v0.3.3
7572026-05-02T04:07:29.314Z Downloaded colored v3.1.1
7582026-05-02T04:07:29.317Z Downloaded colored v2.2.0
7592026-05-02T04:07:29.317Z Downloaded internet-checksum v0.2.1
7602026-05-02T04:07:29.320Z Downloaded hyper-tls v0.6.0
7612026-05-02T04:07:29.320Z Downloaded highway v1.3.0
7622026-05-02T04:07:29.320Z Downloaded base64ct v1.8.3
7632026-05-02T04:07:29.323Z Downloaded diesel-dtrace v0.5.0
7642026-05-02T04:07:29.323Z Downloaded drift v0.1.3
7652026-05-02T04:07:29.326Z Downloaded lazy_static v1.5.0
7662026-05-02T04:07:29.329Z Downloaded libscf-sys v1.1.0
7672026-05-02T04:07:29.329Z Downloaded lalrpop-util v0.19.12
7682026-05-02T04:07:29.329Z Downloaded managed v0.8.0
7692026-05-02T04:07:29.332Z Downloaded darling v0.23.0
7702026-05-02T04:07:29.334Z Downloaded match_cfg v0.1.0
7712026-05-02T04:07:29.334Z Downloaded kstat-rs v0.2.4
7722026-05-02T04:07:29.334Z Downloaded darling v0.21.3
7732026-05-02T04:07:29.337Z Downloaded erased-serde v0.3.31
7742026-05-02T04:07:29.340Z Downloaded cmake v0.1.57
7752026-05-02T04:07:29.340Z Downloaded crc-any v2.5.0
7762026-05-02T04:07:29.343Z Downloaded allocator-api2 v0.2.21
7772026-05-02T04:07:29.343Z Downloaded keccak v0.1.6
7782026-05-02T04:07:29.346Z Downloaded getrandom v0.2.17
7792026-05-02T04:07:29.346Z Downloaded futures-channel v0.3.32
7802026-05-02T04:07:29.349Z Downloaded httpdate v1.0.3
7812026-05-02T04:07:29.349Z Downloaded derive_builder v0.20.2
7822026-05-02T04:07:29.352Z Downloaded md5 v0.7.0
7832026-05-02T04:07:29.352Z Downloaded lru v0.12.5
7842026-05-02T04:07:29.356Z Downloaded md-5 v0.10.6
7852026-05-02T04:07:29.356Z Downloaded linked-hash-map v0.5.6
7862026-05-02T04:07:29.356Z Downloaded lru-cache v0.1.2
7872026-05-02T04:07:29.356Z Downloaded inout v0.1.4
7882026-05-02T04:07:29.366Z Downloaded derive-where v1.6.0
7892026-05-02T04:07:29.366Z Downloaded memoffset v0.9.1
7902026-05-02T04:07:29.366Z Downloaded normalize-line-endings v0.3.0
7912026-05-02T04:07:29.366Z Downloaded mime v0.3.17
7922026-05-02T04:07:29.366Z Downloaded lru-slab v0.1.2
7932026-05-02T04:07:29.366Z Downloaded lzss v0.8.2
7942026-05-02T04:07:29.375Z Downloaded ipnetwork v0.21.1
7952026-05-02T04:07:29.375Z Downloaded maplit v1.0.2
7962026-05-02T04:07:29.375Z Downloaded ciborium v0.2.2
7972026-05-02T04:07:29.375Z Downloaded ipnet v2.11.0
7982026-05-02T04:07:29.376Z Downloaded dropshot_endpoint v0.17.0
7992026-05-02T04:07:29.376Z Downloaded ingot v0.1.1
8002026-05-02T04:07:29.376Z Downloaded derive_more v0.99.20
8012026-05-02T04:07:29.376Z Downloaded hyper-staticfile v0.10.1
8022026-05-02T04:07:29.380Z Downloaded nonempty v0.12.0
8032026-05-02T04:07:29.380Z Downloaded http-body-util v0.1.3
8042026-05-02T04:07:29.380Z Downloaded iana-time-zone v0.1.65
8052026-05-02T04:07:29.380Z Downloaded httparse v1.10.1
8062026-05-02T04:07:29.383Z Downloaded newline-converter v0.3.0
8072026-05-02T04:07:29.383Z Downloaded nodrop v0.1.14
8082026-05-02T04:07:29.383Z Downloaded multimap v0.10.1
8092026-05-02T04:07:29.386Z Downloaded nibble_vec v0.1.0
8102026-05-02T04:07:29.386Z Downloaded linear-map v1.2.0
8112026-05-02T04:07:29.386Z Downloaded num-derive v0.3.3
8122026-05-02T04:07:29.389Z Downloaded openssl-probe v0.1.6
8132026-05-02T04:07:29.389Z Downloaded num-conv v0.2.0
8142026-05-02T04:07:29.389Z Downloaded num_threads v0.1.7
8152026-05-02T04:07:29.392Z Downloaded num-derive v0.4.2
8162026-05-02T04:07:29.392Z Downloaded jobserver v0.1.34
8172026-05-02T04:07:29.392Z Downloaded dropshot_endpoint v0.16.7
8182026-05-02T04:07:29.394Z Downloaded getrandom v0.3.4
8192026-05-02T04:07:29.398Z Downloaded compact_str v0.8.1
8202026-05-02T04:07:29.401Z Downloaded chacha20poly1305 v0.10.1
8212026-05-02T04:07:29.401Z Downloaded num v0.4.3
8222026-05-02T04:07:29.401Z Downloaded libefi-sys v0.1.0
8232026-05-02T04:07:29.404Z Downloaded indoc v2.0.7
8242026-05-02T04:07:29.404Z Downloaded openssl-macros v0.1.1
8252026-05-02T04:07:29.404Z Downloaded num_enum_derive v0.5.11
8262026-05-02T04:07:29.407Z Downloaded olpc-cjson v0.1.4
8272026-05-02T04:07:29.407Z Downloaded new_debug_unreachable v1.0.6
8282026-05-02T04:07:29.407Z Downloaded futures v0.3.32
8292026-05-02T04:07:29.411Z Downloaded oso-derive v0.27.3
8302026-05-02T04:07:29.411Z Downloaded openssl-probe v0.2.1
8312026-05-02T04:07:29.417Z Downloaded opaque-debug v0.3.1
8322026-05-02T04:07:29.417Z Downloaded hmac v0.12.1
8332026-05-02T04:07:29.417Z Downloaded num-iter v0.1.45
8342026-05-02T04:07:29.417Z Downloaded crossterm v0.29.0
8352026-05-02T04:07:29.420Z Downloaded multer v3.1.0
8362026-05-02T04:07:29.420Z Downloaded packed_struct_codegen v0.10.1
8372026-05-02T04:07:29.420Z Downloaded libsw-core v0.3.2
8382026-05-02T04:07:29.423Z Downloaded base64 v0.22.1
8392026-05-02T04:07:29.423Z Downloaded maybe-uninit v2.0.0
8402026-05-02T04:07:29.426Z Downloaded lock_api v0.4.14
8412026-05-02T04:07:29.426Z Downloaded base64 v0.21.7
8422026-05-02T04:07:29.428Z Downloaded libloading v0.8.9
8432026-05-02T04:07:29.429Z Downloaded pbkdf2 v0.11.0
8442026-05-02T04:07:29.431Z Downloaded path-slash v0.1.5
8452026-05-02T04:07:29.431Z Downloaded parse-display v0.10.0
8462026-05-02T04:07:29.434Z Downloaded half v2.7.1
8472026-05-02T04:07:29.434Z Downloaded arc-swap v1.8.2
8482026-05-02T04:07:29.437Z Downloaded num_enum v0.5.11
8492026-05-02T04:07:29.440Z Downloaded native-tls v0.2.18
8502026-05-02T04:07:29.443Z Downloaded group v0.13.0
8512026-05-02T04:07:29.443Z Downloaded elliptic-curve v0.13.8
8522026-05-02T04:07:29.445Z Downloaded nu-ansi-term v0.50.3
8532026-05-02T04:07:29.446Z Downloaded ingot-macros v0.1.1
8542026-05-02T04:07:29.448Z Downloaded newtype_derive v0.1.6
8552026-05-02T04:07:29.448Z Downloaded pbkdf2 v0.12.2
8562026-05-02T04:07:29.451Z Downloaded num-rational v0.4.2
8572026-05-02T04:07:29.451Z Downloaded parse-size v1.1.0
8582026-05-02T04:07:29.451Z Downloaded num-integer v0.1.46
8592026-05-02T04:07:29.451Z Downloaded peg-runtime v0.8.5
8602026-05-02T04:07:29.454Z Downloaded nanorand v0.7.0
8612026-05-02T04:07:29.454Z Downloaded const_format v0.2.35
8622026-05-02T04:07:29.457Z Downloaded phf_shared v0.12.1
8632026-05-02T04:07:29.457Z Downloaded bytes v1.11.1
8642026-05-02T04:07:29.460Z Downloaded num-complex v0.4.6
8652026-05-02T04:07:29.464Z Downloaded ar_archive_writer v0.5.1
8662026-05-02T04:07:29.464Z Downloaded darling_core v0.21.3
8672026-05-02T04:07:29.466Z Downloaded hyper-rustls v0.27.7
8682026-05-02T04:07:29.469Z Downloaded phf_shared v0.11.3
8692026-05-02T04:07:29.469Z Downloaded mime_guess v2.0.5
8702026-05-02T04:07:29.472Z Downloaded humantime v2.3.0
8712026-05-02T04:07:29.472Z Downloaded newtype-uuid-macros v0.1.0
8722026-05-02T04:07:29.472Z Downloaded phf_shared v0.13.1
8732026-05-02T04:07:29.475Z Downloaded num_enum_derive v0.7.5
8742026-05-02T04:07:29.475Z Downloaded litrs v1.0.0
8752026-05-02T04:07:29.475Z Downloaded impl-trait-for-tuples v0.2.3
8762026-05-02T04:07:29.480Z Downloaded num_enum v0.7.5
8772026-05-02T04:07:29.480Z Downloaded ingot-types v0.1.2
8782026-05-02T04:07:29.484Z Downloaded powerfmt v0.2.0
8792026-05-02T04:07:29.484Z Downloaded owo-colors v4.3.0
8802026-05-02T04:07:29.484Z Downloaded half v1.8.3
8812026-05-02T04:07:29.486Z Downloaded pin-utils v0.1.0
8822026-05-02T04:07:29.486Z Downloaded flume v0.11.1
8832026-05-02T04:07:29.489Z Downloaded oxide-tokio-rt v0.1.4
8842026-05-02T04:07:29.489Z Downloaded libsw v3.5.0
8852026-05-02T04:07:29.492Z Downloaded parse-display-derive v0.10.0
8862026-05-02T04:07:29.492Z Downloaded bzip2 v0.4.4
8872026-05-02T04:07:29.492Z Downloaded fallible-iterator v0.2.0
8882026-05-02T04:07:29.496Z Downloaded difflib v0.4.0
8892026-05-02T04:07:29.496Z Downloaded packed_struct v0.10.1
8902026-05-02T04:07:29.511Z Downloaded proc-macro-crate v3.4.0
8912026-05-02T04:07:29.514Z Downloaded proc-macro-crate v1.3.1
8922026-05-02T04:07:29.514Z Downloaded predicates-tree v1.0.13
8932026-05-02T04:07:29.514Z Downloaded ignore v0.4.25
8942026-05-02T04:07:29.514Z Downloaded predicates-core v1.0.10
8952026-05-02T04:07:29.514Z Downloaded precomputed-hash v0.1.1
8962026-05-02T04:07:29.517Z Downloaded pem v3.0.6
8972026-05-02T04:07:29.517Z Downloaded proc-macro-error-attr2 v2.0.0
8982026-05-02T04:07:29.517Z Downloaded libbz2-rs-sys v0.2.2
8992026-05-02T04:07:29.519Z Downloaded newtype-uuid v1.3.2
9002026-05-02T04:07:29.520Z Downloaded peg v0.8.5
9012026-05-02T04:07:29.546Z Downloaded progenitor-client v0.10.0
9022026-05-02T04:07:29.546Z Downloaded parking_lot_core v0.8.6
9032026-05-02T04:07:29.546Z Downloaded progenitor-macro v0.14.0
9042026-05-02T04:07:29.546Z Downloaded progenitor-client v0.11.2
9052026-05-02T04:07:29.546Z Downloaded der v0.7.10
9062026-05-02T04:07:29.546Z Downloaded pem-rfc7468 v0.7.0
9072026-05-02T04:07:29.546Z Downloaded async-compression v0.4.41
9082026-05-02T04:07:29.546Z Downloaded password-hash v0.5.0
9092026-05-02T04:07:29.546Z Downloaded password-hash v0.4.2
9102026-05-02T04:07:29.546Z Downloaded derive_more v2.1.1
9112026-05-02T04:07:29.546Z Downloaded progenitor-macro v0.11.2
9122026-05-02T04:07:29.546Z Downloaded quick-error v1.2.3
9132026-05-02T04:07:29.546Z Downloaded rand_chacha v0.3.1
9142026-05-02T04:07:29.546Z Downloaded psl-types v2.0.11
9152026-05-02T04:07:29.546Z Downloaded progenitor-macro v0.10.0
9162026-05-02T04:07:29.546Z Downloaded progenitor-client v0.14.0
9172026-05-02T04:07:29.551Z Downloaded hex-literal v0.4.1
9182026-05-02T04:07:29.551Z Downloaded headers-core v0.3.0
9192026-05-02T04:07:29.551Z Downloaded fixedbitset v0.5.7
9202026-05-02T04:07:29.551Z Downloaded progenitor-macro v0.13.0
9212026-05-02T04:07:29.554Z Downloaded pkg-config v0.3.32
9222026-05-02T04:07:29.554Z Downloaded phf v0.13.1
9232026-05-02T04:07:29.554Z Downloaded phf v0.12.1
9242026-05-02T04:07:29.554Z Downloaded bumpalo v3.20.2
9252026-05-02T04:07:29.557Z Downloaded radium v0.7.0
9262026-05-02T04:07:29.557Z Downloaded deranged v0.5.8
9272026-05-02T04:07:29.557Z Downloaded recursive-proc-macro-impl v0.1.1
9282026-05-02T04:07:29.560Z Downloaded ppv-lite86 v0.2.21
9292026-05-02T04:07:29.563Z Downloaded parking_lot v0.12.5
9302026-05-02T04:07:29.566Z Downloaded proc-macro-error2 v2.0.1
9312026-05-02T04:07:29.566Z Downloaded parking_lot v0.11.2
9322026-05-02T04:07:29.569Z Downloaded recursive v0.1.1
9332026-05-02T04:07:29.569Z Downloaded memmap2 v0.9.10
9342026-05-02T04:07:29.569Z Downloaded parking_lot_core v0.9.12
9352026-05-02T04:07:29.572Z Downloaded rand_xorshift v0.4.0
9362026-05-02T04:07:29.572Z Downloaded progenitor v0.11.2
9372026-05-02T04:07:29.575Z Downloaded progenitor v0.10.0
9382026-05-02T04:07:29.575Z Downloaded predicates v3.1.4
9392026-05-02T04:07:29.578Z Downloaded pin-project-internal v1.1.11
9402026-05-02T04:07:29.578Z Downloaded heapless v0.8.0
9412026-05-02T04:07:29.581Z Downloaded primeorder v0.13.6
9422026-05-02T04:07:29.581Z Downloaded indexmap v1.9.3
9432026-05-02T04:07:29.584Z Downloaded heapless v0.7.17
9442026-05-02T04:07:29.587Z Downloaded ref-cast-impl v1.0.25
9452026-05-02T04:07:29.587Z Downloaded ref-cast v1.0.25
9462026-05-02T04:07:29.590Z Downloaded rfc6979 v0.4.0
9472026-05-02T04:07:29.590Z Downloaded hickory-resolver v0.25.2
9482026-05-02T04:07:29.598Z Downloaded peg-macros v0.8.5
9492026-05-02T04:07:29.599Z Downloaded progenitor-client v0.13.0
9502026-05-02T04:07:29.599Z Downloaded oxnet v0.1.4
9512026-05-02T04:07:29.602Z Downloaded progenitor v0.14.0
9522026-05-02T04:07:29.602Z Downloaded progenitor v0.13.0
9532026-05-02T04:07:29.602Z Downloaded pin-project-lite v0.2.17
9542026-05-02T04:07:29.602Z Downloaded rustc_version v0.1.7
9552026-05-02T04:07:29.602Z Downloaded progenitor-extras v0.2.0
9562026-05-02T04:07:29.602Z Downloaded cc v1.2.56
9572026-05-02T04:07:29.606Z Downloaded indicatif v0.18.4
9582026-05-02T04:07:29.610Z Downloaded darling_core v0.20.11
9592026-05-02T04:07:29.610Z Downloaded psm v0.1.30
9602026-05-02T04:07:29.616Z Downloaded russh-cryptovec v0.7.3
9612026-05-02T04:07:29.616Z Downloaded polyval v0.6.2
9622026-05-02T04:07:29.617Z Downloaded rtoolbox v0.0.3
9632026-05-02T04:07:29.617Z Downloaded diesel_derives v2.3.7
9642026-05-02T04:07:29.622Z Downloaded pkcs8 v0.10.2
9652026-05-02T04:07:29.622Z Downloaded pkcs5 v0.7.1
9662026-05-02T04:07:29.627Z Downloaded rand_core v0.6.4
9672026-05-02T04:07:29.628Z Downloaded rand_chacha v0.9.0
9682026-05-02T04:07:29.628Z Downloaded poly1305 v0.8.0
9692026-05-02T04:07:29.628Z Downloaded same-file v1.0.6
9702026-05-02T04:07:29.628Z Downloaded rustc_version v0.4.1
9712026-05-02T04:07:29.628Z Downloaded pkcs1 v0.7.5
9722026-05-02T04:07:29.633Z Downloaded paste v1.0.15
9732026-05-02T04:07:29.633Z Downloaded p256 v0.13.2
9742026-05-02T04:07:29.633Z Downloaded oso v0.27.3
9752026-05-02T04:07:29.636Z Downloaded r2d2 v0.8.10
9762026-05-02T04:07:29.640Z Downloaded papergrid v0.17.0
9772026-05-02T04:07:29.643Z Downloaded salsa20 v0.10.2
9782026-05-02T04:07:29.646Z Downloaded scheduled-thread-pool v0.2.7
9792026-05-02T04:07:29.646Z Downloaded sapling-renderdag v0.1.0
9802026-05-02T04:07:29.649Z Downloaded miniz_oxide v0.8.9
9812026-05-02T04:07:29.652Z Downloaded rand_core v0.10.0
9822026-05-02T04:07:29.652Z Downloaded postgres-protocol v0.6.10
9832026-05-02T04:07:29.655Z Downloaded headers v0.4.1
9842026-05-02T04:07:29.658Z Downloaded pin-project v1.1.11
9852026-05-02T04:07:29.662Z Downloaded scroll_derive v0.13.1
9862026-05-02T04:07:29.665Z Downloaded scopeguard v1.2.0
9872026-05-02T04:07:29.665Z Downloaded rustc-hash v2.1.1
9882026-05-02T04:07:29.665Z Downloaded hashbrown v0.13.2
9892026-05-02T04:07:29.670Z Downloaded hashbrown v0.12.3
9902026-05-02T04:07:29.673Z Downloaded derive_more-impl v2.1.1
9912026-05-02T04:07:29.677Z Downloaded scrypt v0.11.0
9922026-05-02T04:07:29.677Z Downloaded secrecy v0.8.0
9932026-05-02T04:07:29.681Z Downloaded semver v0.1.20
9942026-05-02T04:07:29.681Z Downloaded serde_bytes v0.11.19
9952026-05-02T04:07:29.681Z Downloaded serde-big-array v0.5.1
9962026-05-02T04:07:29.685Z Downloaded secrecy v0.10.3
9972026-05-02T04:07:29.685Z Downloaded rand_seeder v0.4.0
9982026-05-02T04:07:29.685Z Downloaded openssl-sys v0.9.114
9992026-05-02T04:07:29.690Z Downloaded omicron-zone-package v0.12.2
10002026-05-02T04:07:29.690Z Downloaded serde_plain v1.0.2
10012026-05-02T04:07:29.690Z Downloaded seq-macro v0.3.6
10022026-05-02T04:07:29.696Z Downloaded jiff-static v0.2.21
10032026-05-02T04:07:29.696Z Downloaded hickory-server v0.25.2
10042026-05-02T04:07:29.698Z Downloaded serde_spanned v1.0.4
10052026-05-02T04:07:29.698Z Downloaded serde_repr v0.1.20
10062026-05-02T04:07:29.699Z Downloaded signal-hook-tokio v0.3.1
10072026-05-02T04:07:29.699Z Downloaded shell-words v1.1.1
10082026-05-02T04:07:29.699Z Downloaded rustls-pemfile v2.2.0
10092026-05-02T04:07:29.701Z Downloaded rustls-pemfile v1.0.4
10102026-05-02T04:07:29.701Z Downloaded minimal-lexical v0.2.1
10112026-05-02T04:07:29.704Z Downloaded prefix-trie v0.7.0
10122026-05-02T04:07:29.707Z Downloaded rand_core v0.9.5
10132026-05-02T04:07:29.707Z Downloaded postcard v1.1.3
10142026-05-02T04:07:29.710Z Downloaded schemars_derive v0.8.22
10152026-05-02T04:07:29.710Z Downloaded sigpipe v0.1.3
10162026-05-02T04:07:29.710Z Downloaded signature v2.2.0
10172026-05-02T04:07:29.713Z Downloaded rustversion v1.0.22
10182026-05-02T04:07:29.713Z Downloaded dropshot-api-manager v0.7.1
10192026-05-02T04:07:29.716Z Downloaded siphasher v1.0.2
10202026-05-02T04:07:29.716Z Downloaded signal-hook-mio v0.2.5
10212026-05-02T04:07:29.719Z Downloaded slog-bunyan v2.5.0
10222026-05-02T04:07:29.722Z Downloaded rusty-fork v0.3.1
10232026-05-02T04:07:29.722Z Downloaded hickory-resolver v0.24.4
10242026-05-02T04:07:29.725Z Downloaded postgres-types v0.2.12
10252026-05-02T04:07:29.731Z Downloaded slog-envlogger v2.2.0
10262026-05-02T04:07:29.739Z Downloaded sec1 v0.7.3
10272026-05-02T04:07:29.741Z Downloaded scroll v0.13.0
10282026-05-02T04:07:29.742Z Downloaded resolv-conf v0.7.6
10292026-05-02T04:07:29.746Z Downloaded progenitor-impl v0.13.0
10302026-05-02T04:07:29.748Z Downloaded sha1 v0.10.6
10312026-05-02T04:07:29.751Z Downloaded serde_path_to_error v0.1.20
10322026-05-02T04:07:29.751Z Downloaded serde-hex v0.1.0
10332026-05-02T04:07:29.754Z Downloaded russh-keys v0.45.0
10342026-05-02T04:07:29.759Z Downloaded sct v0.7.1
10352026-05-02T04:07:29.762Z Downloaded sqlparser_derive v0.5.0
10362026-05-02T04:07:29.762Z Downloaded signal-hook-registry v1.4.8
10372026-05-02T04:07:29.766Z Downloaded serde_urlencoded v0.7.1
10382026-05-02T04:07:29.766Z Downloaded quinn-udp v0.5.14
10392026-05-02T04:07:29.766Z Downloaded progenitor-impl v0.14.0
10402026-05-02T04:07:29.769Z Downloaded prettyplease v0.2.37
10412026-05-02T04:07:29.769Z Downloaded ssh-encoding v0.2.0
10422026-05-02T04:07:29.772Z Downloaded ssh-cipher v0.2.0
10432026-05-02T04:07:29.775Z Downloaded mio v1.2.0
10442026-05-02T04:07:29.778Z Downloaded structmeta v0.3.0
10452026-05-02T04:07:29.781Z Downloaded shlex v1.3.0
10462026-05-02T04:07:29.781Z Downloaded crossterm v0.28.1
10472026-05-02T04:07:29.784Z Downloaded simd-adler32 v0.3.8
10482026-05-02T04:07:29.787Z Downloaded hyper-util v0.1.20
10492026-05-02T04:07:29.790Z Downloaded strum v0.26.3
10502026-05-02T04:07:29.790Z Downloaded strip-ansi-escapes v0.2.1
10512026-05-02T04:07:29.793Z Downloaded rcgen v0.12.1
10522026-05-02T04:07:29.795Z Downloaded strum v0.27.2
10532026-05-02T04:07:29.798Z Downloaded snafu-derive v0.8.9
10542026-05-02T04:07:29.798Z Downloaded slog-scope v4.4.1
10552026-05-02T04:07:29.798Z Downloaded slog-json v2.6.1
10562026-05-02T04:07:29.805Z Downloaded sync_wrapper v1.0.2
10572026-05-02T04:07:29.808Z Downloaded subtle v2.6.1
10582026-05-02T04:07:29.808Z Downloaded ron v0.8.1
10592026-05-02T04:07:29.811Z Downloaded take_mut v0.2.2
10602026-05-02T04:07:29.811Z Downloaded tabwriter v1.4.1
10612026-05-02T04:07:29.814Z Downloaded sync-ptr v0.1.4
10622026-05-02T04:07:29.814Z Downloaded supports-color v3.0.2
10632026-05-02T04:07:29.814Z Downloaded structmeta-derive v0.3.0
10642026-05-02T04:07:29.814Z Downloaded slog-dtrace v0.3.0
10652026-05-02T04:07:29.818Z Downloaded slog-async v2.8.0
10662026-05-02T04:07:29.818Z Downloaded progenitor-impl v0.10.0
10672026-05-02T04:07:29.821Z Downloaded tap v1.0.1
10682026-05-02T04:07:29.821Z Downloaded tagptr v0.2.0
10692026-05-02T04:07:29.827Z Downloaded termtree v0.5.1
10702026-05-02T04:07:29.827Z Downloaded progenitor-impl v0.11.2
10712026-05-02T04:07:29.830Z Downloaded thiserror-impl-no-std v2.0.2
10722026-05-02T04:07:29.830Z Downloaded rustls-pki-types v1.14.0
10732026-05-02T04:07:29.830Z Downloaded tabled_derive v0.11.0
10742026-05-02T04:07:29.834Z Downloaded smf v0.2.3
10752026-05-02T04:07:29.834Z Downloaded thread-id v5.1.0
10762026-05-02T04:07:29.834Z Downloaded testing_table v0.3.0
10772026-05-02T04:07:29.834Z Downloaded rustls-platform-verifier v0.6.2
10782026-05-02T04:07:29.842Z Downloaded slog-stdlog v4.1.1
10792026-05-02T04:07:29.842Z Downloaded time-core v0.1.8
10802026-05-02T04:07:29.842Z Downloaded stacker v0.1.23
10812026-05-02T04:07:29.842Z Downloaded rustls-native-certs v0.8.3
10822026-05-02T04:07:29.844Z Downloaded ryu v1.0.23
10832026-05-02T04:07:29.845Z Downloaded serde_derive_internals v0.29.1
10842026-05-02T04:07:29.847Z Downloaded tinyvec_macros v0.1.1
10852026-05-02T04:07:29.847Z Downloaded serde_with_macros v3.17.0
10862026-05-02T04:07:29.850Z Downloaded serde_cbor v0.11.2
10872026-05-02T04:07:29.850Z Downloaded sqlformat v0.3.5
10882026-05-02T04:07:29.853Z Downloaded rayon-core v1.13.0
10892026-05-02T04:07:29.856Z Downloaded tokio-macros v2.7.0
10902026-05-02T04:07:29.859Z Downloaded pretty_assertions v1.4.1
10912026-05-02T04:07:29.861Z Downloaded support-bundle-viewer v0.1.2
10922026-05-02T04:07:29.861Z Downloaded strum_macros v0.26.4
10932026-05-02T04:07:29.861Z Downloaded schemars v0.8.22
10942026-05-02T04:07:29.869Z Downloaded string_cache v0.8.9
10952026-05-02T04:07:29.872Z Downloaded strum_macros v0.24.3
10962026-05-02T04:07:29.872Z Downloaded hashbrown v0.16.1
10972026-05-02T04:07:29.876Z Downloaded slab v0.4.12
10982026-05-02T04:07:29.879Z Downloaded num-bigint v0.4.6
10992026-05-02T04:07:29.879Z Downloaded iddqd v0.3.18
11002026-05-02T04:07:29.883Z Downloaded slog-term v2.9.2
11012026-05-02T04:07:29.886Z Downloaded hashbrown v0.15.5
11022026-05-02T04:07:29.889Z Downloaded publicsuffix v2.3.0
11032026-05-02T04:07:29.892Z Downloaded spki v0.7.3
11042026-05-02T04:07:29.892Z Downloaded http v1.4.0
11052026-05-02T04:07:29.895Z Downloaded termios v0.3.3
11062026-05-02T04:07:29.895Z Downloaded quinn v0.11.9
11072026-05-02T04:07:29.899Z Downloaded smallvec v0.6.14
11082026-05-02T04:07:29.899Z Downloaded itertools v0.10.5
11092026-05-02T04:07:29.902Z Downloaded topological-sort v0.2.2
11102026-05-02T04:07:29.911Z Downloaded thiserror-no-std v2.0.2
11112026-05-02T04:07:29.914Z Downloaded try-lock v0.2.5
11122026-05-02T04:07:29.914Z Downloaded trait-variant v0.1.2
11132026-05-02T04:07:29.914Z Downloaded tower-service v0.3.3
11142026-05-02T04:07:29.914Z Downloaded spin v0.9.8
11152026-05-02T04:07:29.917Z Downloaded tower-layer v0.3.3
11162026-05-02T04:07:29.917Z Downloaded tls_codec v0.4.2
11172026-05-02T04:07:29.917Z Downloaded tiny-keccak v2.0.2
11182026-05-02T04:07:29.920Z Downloaded time-macros v0.2.27
11192026-05-02T04:07:29.920Z Downloaded thread_local v1.1.9
11202026-05-02T04:07:29.923Z Downloaded static_assertions v1.1.0
11212026-05-02T04:07:29.923Z Downloaded similar v2.7.0
11222026-05-02T04:07:29.926Z Downloaded signal-hook v0.3.18
11232026-05-02T04:07:29.929Z Downloaded tokio-native-tls v0.3.1
11242026-05-02T04:07:29.929Z Downloaded tls_codec_derive v0.4.2
11252026-05-02T04:07:29.935Z Downloaded typify-macro v0.4.3
11262026-05-02T04:07:29.940Z Downloaded itertools v0.13.0
11272026-05-02T04:07:29.940Z Downloaded stringprep v0.1.5
11282026-05-02T04:07:29.940Z Downloaded num-bigint-dig v0.8.6
11292026-05-02T04:07:29.945Z Downloaded nom v7.1.3
11302026-05-02T04:07:29.949Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-05-02T04:07:29.949Z Downloaded tokio-tungstenite v0.21.0
11322026-05-02T04:07:29.949Z Downloaded tokio-rustls v0.25.0
11332026-05-02T04:07:29.949Z Downloaded tokio-dtrace v0.1.1
11342026-05-02T04:07:29.949Z Downloaded typify-macro v0.6.2
11352026-05-02T04:07:29.958Z Downloaded universal-hash v0.5.1
11362026-05-02T04:07:29.958Z Downloaded unicode-truncate v1.1.0
11372026-05-02T04:07:29.958Z Downloaded serde_yaml v0.9.34+deprecated
11382026-05-02T04:07:29.958Z Downloaded strum_macros v0.27.2
11392026-05-02T04:07:29.958Z Downloaded slog v2.8.2
11402026-05-02T04:07:29.958Z Downloaded aws-lc-rs v1.16.0
11412026-05-02T04:07:29.963Z Downloaded tokio-tungstenite v0.23.1
11422026-05-02T04:07:29.966Z Downloaded socket2 v0.6.3
11432026-05-02T04:07:29.970Z Downloaded unarray v0.1.4
11442026-05-02T04:07:29.970Z Downloaded qorb v0.4.1
11452026-05-02T04:07:29.974Z Downloaded usdt-attr-macro v0.6.0
11462026-05-02T04:07:29.974Z Downloaded usdt v0.6.0
11472026-05-02T04:07:29.974Z Downloaded untrusted v0.9.0
11482026-05-02T04:07:29.974Z Downloaded term v1.2.1
11492026-05-02T04:07:29.974Z Downloaded rand v0.10.0
11502026-05-02T04:07:29.977Z Downloaded rand v0.9.2
11512026-05-02T04:07:29.980Z Downloaded rand v0.8.5
11522026-05-02T04:07:29.983Z Downloaded untrusted v0.7.1
11532026-05-02T04:07:29.983Z Downloaded term v0.7.0
11542026-05-02T04:07:29.986Z Downloaded utf-8 v0.7.6
11552026-05-02T04:07:29.986Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-05-02T04:07:29.986Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11572026-05-02T04:07:29.989Z Downloaded usdt-macro v0.6.0
11582026-05-02T04:07:29.989Z Downloaded samael v0.0.19
11592026-05-02T04:07:29.994Z Downloaded hyper v1.8.1
11602026-05-02T04:07:29.997Z Downloaded rsa v0.9.10
11612026-05-02T04:07:30.000Z Downloaded libxml v0.3.3
11622026-05-02T04:07:30.003Z Downloaded wait-timeout v0.2.1
11632026-05-02T04:07:30.003Z Downloaded void v1.0.2
11642026-05-02T04:07:30.003Z Downloaded tui-tree-widget v0.23.1
11652026-05-02T04:07:30.006Z Downloaded want v0.3.1
11662026-05-02T04:07:30.006Z Downloaded h2 v0.4.13
11672026-05-02T04:07:30.009Z Downloaded itertools v0.14.0
11682026-05-02T04:07:30.012Z Downloaded hkdf v0.12.4
11692026-05-02T04:07:30.015Z Downloaded bitvec v1.0.1
11702026-05-02T04:07:30.022Z Downloaded xshell-macros v0.2.7
11712026-05-02T04:07:30.026Z Downloaded xattr v1.6.1
11722026-05-02T04:07:30.026Z Downloaded bindgen v0.71.1
11732026-05-02T04:07:30.032Z Downloaded tokio-rustls v0.26.4
11742026-05-02T04:07:30.032Z Downloaded futures-util v0.3.32
11752026-05-02T04:07:30.037Z Downloaded zeroize_derive v1.4.3
11762026-05-02T04:07:30.041Z Downloaded zone v0.3.1
11772026-05-02T04:07:30.042Z Downloaded unit-prefix v0.5.2
11782026-05-02T04:07:30.042Z Downloaded socket2 v0.5.10
11792026-05-02T04:07:30.042Z Downloaded unicase v2.9.0
11802026-05-02T04:07:30.042Z Downloaded snafu v0.8.9
11812026-05-02T04:07:30.050Z Downloaded tracing-attributes v0.1.31
11822026-05-02T04:07:30.050Z Downloaded usdt-impl v0.6.0
11832026-05-02T04:07:30.050Z Downloaded zone_cfg_derive v0.3.1
11842026-05-02T04:07:30.050Z Downloaded rustls-webpki v0.103.9
11852026-05-02T04:07:30.054Z Downloaded waitgroup v0.1.2
11862026-05-02T04:07:30.054Z Downloaded itertools v0.12.1
11872026-05-02T04:07:30.072Z Downloaded vergen-gitcl v1.0.8
11882026-05-02T04:07:30.072Z Downloaded vergen-git2 v1.0.7
11892026-05-02T04:07:30.072Z Downloaded iri-string v0.7.10
11902026-05-02T04:07:30.072Z Downloaded schemars v0.9.0
11912026-05-02T04:07:30.078Z Downloaded wyz v0.5.1
11922026-05-02T04:07:30.078Z Downloaded tinyvec v1.10.0
11932026-05-02T04:07:30.078Z Downloaded tokio-rustls v0.24.1
11942026-05-02T04:07:30.079Z Downloaded twox-hash v2.1.2
11952026-05-02T04:07:30.079Z Downloaded toml v0.9.12+spec-1.1.0
11962026-05-02T04:07:30.079Z Downloaded subprocess v0.2.15
11972026-05-02T04:07:30.084Z Downloaded whoami v1.6.1
11982026-05-02T04:07:30.084Z Downloaded toml v1.0.6+spec-1.1.0
11992026-05-02T04:07:30.084Z Downloaded russh v0.45.0
12002026-05-02T04:07:30.089Z Downloaded blake3 v1.8.3
12012026-05-02T04:07:30.092Z Downloaded whoami v2.1.0
12022026-05-02T04:07:30.092Z Downloaded xshell v0.2.7
12032026-05-02T04:07:30.092Z Downloaded unicode-properties v0.1.4
12042026-05-02T04:07:30.092Z Downloaded tokio-stream v0.1.18
12052026-05-02T04:07:30.096Z Downloaded uzers v0.12.2
12062026-05-02T04:07:30.096Z Downloaded tracing-core v0.1.36
12072026-05-02T04:07:30.098Z Downloaded zeroize v1.8.2
12082026-05-02T04:07:30.099Z Downloaded tar v0.4.45
12092026-05-02T04:07:30.101Z Downloaded walkdir v2.5.0
12102026-05-02T04:07:30.101Z Downloaded vergen-lib v0.1.6
12112026-05-02T04:07:30.104Z Downloaded test-strategy v0.4.5
12122026-05-02T04:07:30.107Z Downloaded rustyline v14.0.0
12132026-05-02T04:07:30.112Z Downloaded schemars v1.2.1
12142026-05-02T04:07:30.115Z Downloaded toml_parser v1.0.9+spec-1.1.0
12152026-05-02T04:07:30.118Z Downloaded p521 v0.13.3
12162026-05-02T04:07:30.121Z Downloaded zstd-safe v7.2.4
12172026-05-02T04:07:30.121Z Downloaded tungstenite v0.21.0
12182026-05-02T04:07:30.124Z Downloaded steno v0.4.1
12192026-05-02T04:07:30.127Z Downloaded typify v0.6.2
12202026-05-02T04:07:30.130Z Downloaded typify v0.4.3
12212026-05-02T04:07:30.133Z Downloaded zstd v0.13.3
12222026-05-02T04:07:30.133Z Downloaded unicode-bidi v0.3.18
12232026-05-02T04:07:30.136Z Downloaded rpassword v7.4.0
12242026-05-02T04:07:30.136Z Downloaded vsss-rs v3.3.4
12252026-05-02T04:07:30.146Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-05-02T04:07:30.149Z Downloaded toml v0.7.8
12272026-05-02T04:07:30.157Z Downloaded zerocopy v0.6.6
12282026-05-02T04:07:30.161Z Downloaded ssh-key v0.6.7
12292026-05-02T04:07:30.161Z Downloaded uuid v1.23.0
12302026-05-02T04:07:30.164Z Downloaded reedline v0.40.0
12312026-05-02T04:07:30.182Z Downloaded git2 v0.20.4
12322026-05-02T04:07:30.190Z Downloaded tokio-postgres v0.7.16
12332026-05-02T04:07:30.193Z Downloaded zopfli v0.8.3
12342026-05-02T04:07:30.198Z Downloaded unsafe-libyaml v0.2.11
12352026-05-02T04:07:30.204Z Downloaded libm v0.2.16
12362026-05-02T04:07:30.210Z Downloaded yasna v0.5.2
12372026-05-02T04:07:30.213Z Downloaded vte v0.14.1
12382026-05-02T04:07:30.213Z Downloaded regex v1.12.3
12392026-05-02T04:07:30.216Z Downloaded unicode_categories v0.1.1
12402026-05-02T04:07:30.219Z Downloaded vergen v9.0.6
12412026-05-02T04:07:30.219Z Downloaded reqwest v0.13.2
12422026-05-02T04:07:30.222Z Downloaded aho-corasick v1.1.4
12432026-05-02T04:07:30.225Z Downloaded zip v0.6.6
12442026-05-02T04:07:30.228Z Downloaded p384 v0.13.1
12452026-05-02T04:07:30.231Z Downloaded tungstenite v0.23.0
12462026-05-02T04:07:30.238Z Downloaded reqwest v0.12.28
12472026-05-02T04:07:30.245Z Downloaded tower v0.5.3
12482026-05-02T04:07:30.254Z Downloaded quick-xml v0.37.5
12492026-05-02T04:07:30.261Z Downloaded typed-path v0.9.3
12502026-05-02T04:07:30.273Z Downloaded lalrpop v0.19.12
12512026-05-02T04:07:30.280Z Downloaded portable-atomic v1.13.1
12522026-05-02T04:07:30.285Z Downloaded yansi v1.0.1
12532026-05-02T04:07:30.288Z Downloaded x509-cert v0.2.5
12542026-05-02T04:07:30.291Z Downloaded zerocopy-derive v0.8.40
12552026-05-02T04:07:30.295Z Downloaded toml_edit v0.19.15
12562026-05-02T04:07:30.306Z Downloaded salty v0.3.0
12572026-05-02T04:07:30.309Z Downloaded chrono v0.4.44
12582026-05-02T04:07:30.313Z Downloaded rustls-webpki v0.101.7
12592026-05-02T04:07:30.320Z Downloaded zip v4.6.1
12602026-05-02T04:07:30.327Z Downloaded moka v0.12.13
12612026-05-02T04:07:30.331Z Downloaded rustls-webpki v0.102.8
12622026-05-02T04:07:30.337Z Downloaded tough v0.20.0
12632026-05-02T04:07:30.342Z Downloaded serde_with v3.17.0
12642026-05-02T04:07:30.351Z Downloaded unicode-segmentation v1.12.0
12652026-05-02T04:07:30.356Z Downloaded unicode-normalization v0.1.25
12662026-05-02T04:07:30.356Z Downloaded petname v2.0.2
12672026-05-02T04:07:30.364Z Downloaded tokio-util v0.7.18
12682026-05-02T04:07:30.381Z Downloaded tower-http v0.6.8
12692026-05-02T04:07:30.381Z Downloaded proptest v1.10.0
12702026-05-02T04:07:30.381Z Downloaded rayon v1.11.0
12712026-05-02T04:07:30.390Z Downloaded object v0.30.4
12722026-05-02T04:07:30.390Z Downloaded nix v0.27.1
12732026-05-02T04:07:30.394Z Downloaded winnow v0.6.26
12742026-05-02T04:07:30.394Z Downloaded bstr v1.12.1
12752026-05-02T04:07:30.398Z Downloaded quinn-proto v0.11.13
12762026-05-02T04:07:30.402Z Downloaded goblin v0.10.5
12772026-05-02T04:07:30.407Z Downloaded openssl v0.10.78
12782026-05-02T04:07:30.419Z Downloaded polar-core v0.27.3
12792026-05-02T04:07:30.432Z Downloaded curve25519-dalek v4.1.3
12802026-05-02T04:07:30.440Z Downloaded tabled v0.20.0
12812026-05-02T04:07:30.451Z Downloaded rustls v0.21.12
12822026-05-02T04:07:30.468Z Downloaded winnow v0.5.40
12832026-05-02T04:07:30.485Z Downloaded smoltcp v0.9.1
12842026-05-02T04:07:30.485Z Downloaded radix_trie v0.2.1
12852026-05-02T04:07:30.490Z Downloaded nix v0.28.0
12862026-05-02T04:07:30.496Z Downloaded rustls v0.22.4
12872026-05-02T04:07:30.503Z Downloaded smoltcp v0.11.0
12882026-05-02T04:07:30.514Z Downloaded time v0.3.47
12892026-05-02T04:07:30.532Z Downloaded nix v0.29.0
12902026-05-02T04:07:30.539Z Downloaded regress v0.10.5
12912026-05-02T04:07:30.539Z Downloaded rustix v0.38.44
12922026-05-02T04:07:30.554Z Downloaded nix v0.31.2
12932026-05-02T04:07:30.563Z Downloaded regex-syntax v0.6.29
12942026-05-02T04:07:30.563Z Downloaded zlib-rs v0.6.2
12952026-05-02T04:07:30.563Z Downloaded hickory-proto v0.24.4
12962026-05-02T04:07:30.568Z Downloaded vcpkg v0.2.15
12972026-05-02T04:07:30.587Z Downloaded webpki-roots v1.0.6
12982026-05-02T04:07:30.595Z Downloaded sqlparser v0.61.0
12992026-05-02T04:07:30.600Z Downloaded hickory-proto v0.25.2
13002026-05-02T04:07:30.603Z Downloaded diesel v2.3.7
13012026-05-02T04:07:30.615Z Downloaded zerocopy v0.8.40
13022026-05-02T04:07:30.622Z Downloaded regress v0.11.1
13032026-05-02T04:07:30.626Z Downloaded sled v0.34.7
13042026-05-02T04:07:30.639Z Downloaded rustls v0.23.37
13052026-05-02T04:07:30.644Z Downloaded dropshot v0.16.7
13062026-05-02T04:07:30.651Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-05-02T04:07:30.658Z Downloaded object v0.37.3
13082026-05-02T04:07:30.664Z Downloaded regex-syntax v0.8.10
13092026-05-02T04:07:30.669Z Downloaded openapiv3 v2.2.0
13102026-05-02T04:07:30.676Z Downloaded dropshot v0.17.0
13112026-05-02T04:07:30.688Z Downloaded petgraph v0.6.5
13122026-05-02T04:07:30.702Z Downloaded jiff v0.2.21
13132026-05-02T04:07:30.711Z Downloaded chrono-tz v0.10.4
13142026-05-02T04:07:30.731Z Downloaded petgraph v0.8.3
13152026-05-02T04:07:30.741Z Downloaded libz-sys v1.1.24
13162026-05-02T04:07:30.757Z Downloaded typify-impl v0.6.2
13172026-05-02T04:07:30.761Z Downloaded ratatui v0.29.0
13182026-05-02T04:07:30.773Z Downloaded typify-impl v0.4.3
13192026-05-02T04:07:30.781Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-05-02T04:07:30.791Z Downloaded tracing v0.1.44
13212026-05-02T04:07:30.829Z Downloaded zerocopy-derive v0.6.6
13222026-05-02T04:07:30.834Z Downloaded regex-automata v0.4.14
13232026-05-02T04:07:30.841Z Downloaded csv v1.4.0
13242026-05-02T04:07:30.885Z Downloaded sha3 v0.10.8
13252026-05-02T04:07:30.907Z Downloaded tokio v1.52.1
13262026-05-02T04:07:30.977Z Downloaded encoding_rs v0.8.35
13272026-05-02T04:07:31.010Z Downloaded ring v0.17.14
13282026-05-02T04:07:31.038Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-05-02T04:07:31.380Z Downloaded aws-lc-sys v0.37.1
13302026-05-02T04:07:31.631Z Compiling libc v0.2.185
13312026-05-02T04:07:31.632Z Compiling serde v1.0.228
13322026-05-02T04:07:31.638Z Compiling find-msvc-tools v0.1.9
13332026-05-02T04:07:31.638Z Compiling shlex v1.3.0
13342026-05-02T04:07:31.638Z Compiling log v0.4.29
13352026-05-02T04:07:31.638Z Compiling smallvec v1.15.1
13362026-05-02T04:07:31.638Z Compiling typenum v1.19.0
13372026-05-02T04:07:31.638Z Compiling subtle v2.6.1
13382026-05-02T04:07:31.639Z Compiling generic-array v0.14.7
13392026-05-02T04:07:31.765Z Compiling scopeguard v1.2.0
13402026-05-02T04:07:31.780Z Compiling const-oid v0.9.6
13412026-05-02T04:07:31.807Z Compiling portable-atomic v1.13.1
13422026-05-02T04:07:31.817Z Compiling zerocopy v0.8.40
13432026-05-02T04:07:31.825Z Compiling syn v2.0.117
13442026-05-02T04:07:31.836Z Compiling serde_json v1.0.149
13452026-05-02T04:07:31.850Z Compiling critical-section v1.2.0
13462026-05-02T04:07:31.942Z Compiling lock_api v0.4.14
13472026-05-02T04:07:31.959Z Compiling pin-project-lite v0.2.17
13482026-05-02T04:07:31.983Z Compiling parking_lot_core v0.9.12
13492026-05-02T04:07:32.035Z Compiling pkg-config v0.3.32
13502026-05-02T04:07:32.046Z Compiling bitflags v2.11.0
13512026-05-02T04:07:32.084Z Compiling libm v0.2.16
13522026-05-02T04:07:32.091Z Compiling num-traits v0.2.19
13532026-05-02T04:07:32.103Z Compiling futures-core v0.3.32
13542026-05-02T04:07:32.134Z Compiling percent-encoding v2.3.2
13552026-05-02T04:07:32.194Z Compiling futures-sink v0.3.32
13562026-05-02T04:07:32.194Z Compiling cpufeatures v0.2.17
13572026-05-02T04:07:32.296Z Compiling futures-task v0.3.32
13582026-05-02T04:07:32.296Z Compiling getrandom v0.4.1
13592026-05-02T04:07:32.309Z Compiling slab v0.4.12
13602026-05-02T04:07:32.345Z Compiling futures-channel v0.3.32
13612026-05-02T04:07:32.350Z Compiling futures-io v0.3.32
13622026-05-02T04:07:32.372Z Compiling getrandom v0.3.4
13632026-05-02T04:07:32.401Z Compiling rustversion v1.0.22
13642026-05-02T04:07:32.481Z Compiling rand_core v0.10.0
13652026-05-02T04:07:32.497Z Compiling indexmap v2.14.0
13662026-05-02T04:07:32.503Z Compiling form_urlencoded v1.2.2
13672026-05-02T04:07:32.520Z Compiling dunce v1.0.5
13682026-05-02T04:07:32.582Z Compiling base64ct v1.8.3
13692026-05-02T04:07:32.614Z Compiling fs_extra v1.3.0
13702026-05-02T04:07:32.639Z Compiling ident_case v1.0.1
13712026-05-02T04:07:32.649Z Compiling flagset v0.4.7
13722026-05-02T04:07:32.664Z Compiling iana-time-zone v0.1.65
13732026-05-02T04:07:32.702Z Compiling getrandom v0.2.17
13742026-05-02T04:07:32.720Z Compiling jobserver v0.1.34
13752026-05-02T04:07:32.778Z Compiling errno v0.3.14
13762026-05-02T04:07:32.838Z Compiling mio v1.2.0
13772026-05-02T04:07:32.842Z Compiling socket2 v0.6.3
13782026-05-02T04:07:32.930Z Compiling rand_core v0.6.4
13792026-05-02T04:07:32.948Z Compiling once_cell v1.21.3
13802026-05-02T04:07:32.962Z Compiling signal-hook-registry v1.4.8
13812026-05-02T04:07:33.026Z Compiling cc v1.2.56
13822026-05-02T04:07:33.041Z Compiling parking_lot v0.12.5
13832026-05-02T04:07:33.146Z Compiling pem-rfc7468 v0.7.0
13842026-05-02T04:07:33.179Z Compiling rustix v1.1.3
13852026-05-02T04:07:33.209Z Compiling uuid v1.23.0
13862026-05-02T04:07:33.226Z Compiling rustc_version v0.4.1
13872026-05-02T04:07:33.229Z Compiling regex-syntax v0.8.10
13882026-05-02T04:07:33.273Z Compiling vcpkg v0.2.15
13892026-05-02T04:07:33.303Z Compiling aws-lc-rs v1.16.0
13902026-05-02T04:07:33.344Z Compiling tracing-core v0.1.36
13912026-05-02T04:07:33.371Z Compiling untrusted v0.9.0
13922026-05-02T04:07:33.429Z Compiling rand_core v0.9.5
13932026-05-02T04:07:33.478Z Compiling schemars v0.8.22
13942026-05-02T04:07:33.513Z Compiling untrusted v0.7.1
13952026-05-02T04:07:33.535Z Compiling httparse v1.10.1
13962026-05-02T04:07:33.577Z Compiling openssl-probe v0.2.1
13972026-05-02T04:07:33.600Z Compiling base64 v0.22.1
13982026-05-02T04:07:33.646Z Compiling tower-layer v0.3.3
13992026-05-02T04:07:33.646Z Compiling rustls v0.23.37
14002026-05-02T04:07:33.663Z Compiling tinyvec_macros v0.1.1
14012026-05-02T04:07:33.720Z Compiling try-lock v0.2.5
14022026-05-02T04:07:33.738Z Compiling dyn-clone v1.0.20
14032026-05-02T04:07:33.753Z Compiling atomic-waker v1.1.2
14042026-05-02T04:07:33.770Z Compiling cmake v0.1.57
14052026-05-02T04:07:33.788Z Compiling tower-service v0.3.3
14062026-05-02T04:07:33.822Z Compiling want v0.3.1
14072026-05-02T04:07:33.840Z Compiling tinyvec v1.10.0
14082026-05-02T04:07:33.890Z Compiling spin v0.9.8
14092026-05-02T04:07:33.896Z Compiling aho-corasick v1.1.4
14102026-05-02T04:07:33.918Z Compiling time-core v0.1.8
14112026-05-02T04:07:33.952Z Compiling pin-utils v0.1.0
14122026-05-02T04:07:33.956Z Compiling openssl v0.10.78
14132026-05-02T04:07:33.956Z Compiling httpdate v1.0.3
14142026-05-02T04:07:33.956Z Compiling num-conv v0.2.0
14152026-05-02T04:07:34.011Z Compiling powerfmt v0.2.0
14162026-05-02T04:07:34.042Z Compiling foreign-types-shared v0.1.1
14172026-05-02T04:07:34.065Z Compiling crc32fast v1.5.0
14182026-05-02T04:07:34.095Z Compiling wait-timeout v0.2.1
14192026-05-02T04:07:34.129Z Compiling foreign-types v0.3.2
14202026-05-02T04:07:34.157Z Compiling time-macros v0.2.27
14212026-05-02T04:07:34.172Z Compiling bit-vec v0.8.0
14222026-05-02T04:07:34.202Z Compiling deranged v0.5.8
14232026-05-02T04:07:34.220Z Compiling siphasher v1.0.2
14242026-05-02T04:07:34.236Z Compiling simd-adler32 v0.3.8
14252026-05-02T04:07:34.239Z Compiling usdt-impl v0.6.0
14262026-05-02T04:07:34.239Z Compiling quick-error v1.2.3
14272026-05-02T04:07:34.280Z Compiling crossbeam-utils v0.8.21
14282026-05-02T04:07:34.335Z Compiling num_threads v0.1.7
14292026-05-02T04:07:34.390Z Compiling syn v1.0.109
14302026-05-02T04:07:34.403Z Compiling native-tls v0.2.18
14312026-05-02T04:07:34.421Z Compiling bit-set v0.8.0
14322026-05-02T04:07:34.436Z Compiling unicode-normalization v0.1.25
14332026-05-02T04:07:34.468Z Compiling rand_xorshift v0.4.0
14342026-05-02T04:07:34.505Z Compiling slog v2.8.2
14352026-05-02T04:07:34.527Z Compiling heapless v0.7.17
14362026-05-02T04:07:34.604Z Compiling thread-id v5.1.0
14372026-05-02T04:07:34.634Z Compiling sync_wrapper v1.0.2
14382026-05-02T04:07:34.648Z Compiling aws-lc-sys v0.37.1
14392026-05-02T04:07:34.664Z Compiling ring v0.17.14
14402026-05-02T04:07:34.667Z Compiling openssl-sys v0.9.114
14412026-05-02T04:07:34.699Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14422026-05-02T04:07:34.714Z Compiling bzip2-sys v0.1.13+1.0.8
14432026-05-02T04:07:34.726Z Compiling tempfile v3.25.0
14442026-05-02T04:07:34.756Z Compiling cookie v0.18.1
14452026-05-02T04:07:34.795Z Compiling synstructure v0.13.2
14462026-05-02T04:07:34.809Z Compiling pest_generator v2.8.6
14472026-05-02T04:07:34.937Z Compiling serde_derive_internals v0.29.1
14482026-05-02T04:07:34.960Z Compiling darling_core v0.20.11
14492026-05-02T04:07:35.021Z Compiling regex-automata v0.4.14
14502026-05-02T04:07:35.037Z Compiling rusty-fork v0.3.1
14512026-05-02T04:07:35.120Z Compiling darling_core v0.21.3
14522026-05-02T04:07:35.265Z Compiling zstd-safe v7.2.4
14532026-05-02T04:07:35.288Z Compiling time v0.3.47
14542026-05-02T04:07:35.409Z Compiling adler2 v2.0.1
14552026-05-02T04:07:35.434Z Compiling unicode-bidi v0.3.18
14562026-05-02T04:07:35.481Z Compiling allocator-api2 v0.2.21
14572026-05-02T04:07:35.560Z Compiling unicode-properties v0.1.4
14582026-05-02T04:07:35.574Z Compiling anyhow v1.0.102
14592026-05-02T04:07:35.722Z Compiling signal-hook v0.3.18
14602026-05-02T04:07:35.742Z Compiling unarray v0.1.4
14612026-05-02T04:07:35.794Z Compiling paste v1.0.15
14622026-05-02T04:07:35.845Z Compiling stringprep v0.1.5
14632026-05-02T04:07:35.865Z Compiling miniz_oxide v0.8.9
14642026-05-02T04:07:36.043Z Compiling num-integer v0.1.46
14652026-05-02T04:07:36.133Z Compiling vergen-lib v0.1.6
14662026-05-02T04:07:36.170Z Compiling curve25519-dalek v4.1.3
14672026-05-02T04:07:36.325Z Compiling ff v0.13.1
14682026-05-02T04:07:36.340Z Compiling hash32 v0.2.1
14692026-05-02T04:07:36.387Z Compiling memoffset v0.9.1
14702026-05-02T04:07:36.480Z Compiling cfg_aliases v0.2.1
14712026-05-02T04:07:36.513Z Compiling ref-cast v1.0.25
14722026-05-02T04:07:36.534Z Compiling ryu v1.0.23
14732026-05-02T04:07:36.550Z Compiling zlib-rs v0.6.2
14742026-05-02T04:07:36.552Z Compiling smoltcp v0.9.1
14752026-05-02T04:07:36.579Z Compiling litrs v1.0.0
14762026-05-02T04:07:36.608Z Compiling serde_derive v1.0.228
14772026-05-02T04:07:36.623Z Compiling zeroize_derive v1.4.3
14782026-05-02T04:07:36.642Z Compiling zerofrom-derive v0.1.6
14792026-05-02T04:07:36.732Z Compiling yoke-derive v0.8.1
14802026-05-02T04:07:36.828Z Compiling zerocopy-derive v0.8.40
14812026-05-02T04:07:36.911Z Compiling zerovec-derive v0.11.2
14822026-05-02T04:07:36.948Z Compiling displaydoc v0.2.5
14832026-05-02T04:07:37.118Z Compiling tokio-macros v2.7.0
14842026-05-02T04:07:37.307Z Compiling zeroize v1.8.2
14852026-05-02T04:07:37.376Z Compiling futures-macro v0.3.32
14862026-05-02T04:07:37.752Z Compiling der_derive v0.7.3
14872026-05-02T04:07:37.767Z Compiling thiserror-impl v2.0.18
14882026-05-02T04:07:37.959Z Compiling rustls-pki-types v1.14.0
14892026-05-02T04:07:37.973Z Compiling tracing-attributes v0.1.31
14902026-05-02T04:07:38.088Z Compiling crypto-common v0.1.7
14912026-05-02T04:07:38.128Z Compiling zerofrom v0.1.6
14922026-05-02T04:07:38.145Z Compiling block-buffer v0.10.4
14932026-05-02T04:07:38.254Z Compiling yoke v0.8.1
14942026-05-02T04:07:38.269Z Compiling block-padding v0.3.3
14952026-05-02T04:07:38.272Z Compiling futures-util v0.3.32
14962026-05-02T04:07:38.334Z Compiling digest v0.10.7
14972026-05-02T04:07:38.435Z Compiling zerovec v0.11.5
14982026-05-02T04:07:38.448Z Compiling zerotrie v0.2.3
14992026-05-02T04:07:38.467Z Compiling inout v0.1.4
15002026-05-02T04:07:38.614Z Compiling hmac v0.12.1
15012026-05-02T04:07:38.649Z Compiling cipher v0.4.4
15022026-05-02T04:07:38.769Z Compiling sha2 v0.10.9
15032026-05-02T04:07:38.783Z Compiling pbkdf2 v0.12.2
15042026-05-02T04:07:38.797Z Compiling der v0.7.10
15052026-05-02T04:07:38.921Z Compiling tinystr v0.8.2
15062026-05-02T04:07:38.932Z Compiling potential_utf v0.1.4
15072026-05-02T04:07:38.961Z Compiling salsa20 v0.10.2
15082026-05-02T04:07:39.112Z Compiling icu_locale_core v2.1.1
15092026-05-02T04:07:39.112Z Compiling icu_collections v2.1.1
15102026-05-02T04:07:39.143Z Compiling thiserror v2.0.18
15112026-05-02T04:07:39.146Z Compiling scrypt v0.11.0
15122026-05-02T04:07:39.227Z Compiling aes v0.8.4
15132026-05-02T04:07:39.273Z Compiling cbc v0.1.2
15142026-05-02T04:07:39.353Z Compiling tracing v0.1.44
15152026-05-02T04:07:39.442Z Compiling schemars_derive v0.8.22
15162026-05-02T04:07:39.454Z Compiling pest_derive v2.8.6
15172026-05-02T04:07:39.622Z Compiling spki v0.7.3
15182026-05-02T04:07:39.637Z Compiling scroll_derive v0.13.1
15192026-05-02T04:07:39.803Z Compiling icu_provider v2.1.1
15202026-05-02T04:07:39.847Z Compiling pkcs5 v0.7.1
15212026-05-02T04:07:39.912Z Compiling darling_macro v0.20.11
15222026-05-02T04:07:39.970Z Compiling openssl-macros v0.1.1
15232026-05-02T04:07:40.027Z Compiling dtrace-parser v0.3.0
15242026-05-02T04:07:40.045Z Compiling icu_properties v2.1.2
15252026-05-02T04:07:40.069Z Compiling icu_normalizer v2.1.1
15262026-05-02T04:07:40.114Z Compiling bytes v1.11.1
15272026-05-02T04:07:40.195Z Compiling chrono v0.4.44
15282026-05-02T04:07:40.333Z Compiling pkcs8 v0.10.2
15292026-05-02T04:07:40.357Z Compiling ipnet v2.11.0
15302026-05-02T04:07:40.430Z Compiling darling v0.20.11
15312026-05-02T04:07:40.492Z Compiling scroll v0.13.0
15322026-05-02T04:07:40.524Z Compiling derive_builder_core v0.20.2
15332026-05-02T04:07:40.613Z Compiling tokio v1.52.1
15342026-05-02T04:07:40.629Z Compiling http v1.4.0
15352026-05-02T04:07:40.661Z Compiling signature v2.2.0
15362026-05-02T04:07:40.734Z Compiling goblin v0.10.5
15372026-05-02T04:07:40.749Z Compiling rustls-native-certs v0.8.3
15382026-05-02T04:07:40.767Z Compiling scroll_derive v0.12.1
15392026-05-02T04:07:40.809Z Compiling thiserror-impl v1.0.69
15402026-05-02T04:07:40.858Z Compiling toml_datetime v0.6.11
15412026-05-02T04:07:40.873Z Compiling serde_tokenstream v0.2.3
15422026-05-02T04:07:41.059Z Compiling idna_adapter v1.2.1
15432026-05-02T04:07:41.136Z Compiling erased-serde v0.3.31
15442026-05-02T04:07:41.153Z Compiling serde_spanned v0.6.9
15452026-05-02T04:07:41.165Z Compiling idna v1.1.0
15462026-05-02T04:07:41.204Z Compiling ppv-lite86 v0.2.21
15472026-05-02T04:07:41.209Z Compiling md-5 v0.10.6
15482026-05-02T04:07:41.313Z Compiling http-body v1.0.1
15492026-05-02T04:07:41.414Z Compiling webpki-roots v1.0.6
15502026-05-02T04:07:41.428Z Compiling derive_builder_macro v0.20.2
15512026-05-02T04:07:41.436Z Compiling http-body-util v0.1.3
15522026-05-02T04:07:41.461Z Compiling scroll v0.12.0
15532026-05-02T04:07:41.495Z Compiling url v2.5.8
15542026-05-02T04:07:41.533Z Compiling rand_chacha v0.9.0
15552026-05-02T04:07:41.548Z Compiling rand_chacha v0.3.1
15562026-05-02T04:07:41.564Z Compiling darling_macro v0.21.3
15572026-05-02T04:07:41.596Z Compiling zerocopy-derive v0.7.35
15582026-05-02T04:07:41.630Z Compiling psl-types v2.0.11
15592026-05-02T04:07:41.693Z Compiling base16ct v0.2.0
15602026-05-02T04:07:41.758Z Compiling rand v0.9.2
15612026-05-02T04:07:41.768Z Compiling iri-string v0.7.10
15622026-05-02T04:07:41.862Z Compiling num-bigint-dig v0.8.6
15632026-05-02T04:07:41.882Z Compiling fallible-iterator v0.2.0
15642026-05-02T04:07:41.912Z Compiling rustix v0.38.44
15652026-05-02T04:07:42.103Z Compiling darling v0.21.3
15662026-05-02T04:07:42.109Z Compiling thiserror v1.0.69
15672026-05-02T04:07:42.191Z Compiling derive_builder v0.20.2
15682026-05-02T04:07:42.214Z Compiling sec1 v0.7.3
15692026-05-02T04:07:42.229Z Compiling rand v0.8.5
15702026-05-02T04:07:42.250Z Compiling publicsuffix v2.3.0
15712026-05-02T04:07:42.293Z Compiling proptest v1.10.0
15722026-05-02T04:07:42.331Z Compiling postgres-protocol v0.6.10
15732026-05-02T04:07:42.351Z Compiling goblin v0.8.2
15742026-05-02T04:07:42.384Z Compiling serde_urlencoded v0.7.1
15752026-05-02T04:07:42.443Z Compiling cargo-platform v0.1.9
15762026-05-02T04:07:42.493Z Compiling zerocopy v0.7.35
15772026-05-02T04:07:42.507Z Compiling hubpack_derive v0.1.1
15782026-05-02T04:07:42.545Z Compiling flate2 v1.1.9
15792026-05-02T04:07:42.710Z Compiling hkdf v0.12.4
15802026-05-02T04:07:42.763Z Compiling ipnetwork v0.21.1
15812026-05-02T04:07:42.943Z Compiling crypto-bigint v0.5.5
15822026-05-02T04:07:42.963Z Compiling regex v1.12.3
15832026-05-02T04:07:43.024Z Compiling document-features v0.2.12
15842026-05-02T04:07:43.089Z Compiling oxnet v0.1.4
15852026-05-02T04:07:43.105Z Compiling ref-cast-impl v1.0.25
15862026-05-02T04:07:43.167Z Compiling strum_macros v0.27.2
15872026-05-02T04:07:43.238Z Compiling curve25519-dalek-derive v0.1.1
15882026-05-02T04:07:43.264Z Compiling daft-derive v0.1.5
15892026-05-02T04:07:43.329Z Compiling async-trait v0.1.89
15902026-05-02T04:07:43.348Z Compiling nix v0.31.2
15912026-05-02T04:07:43.397Z Compiling dof v0.4.0
15922026-05-02T04:07:43.626Z Compiling group v0.13.0
15932026-05-02T04:07:43.695Z Compiling num-iter v0.1.45
15942026-05-02T04:07:43.924Z Compiling terminal_size v0.4.3
15952026-05-02T04:07:43.971Z Compiling phf_shared v0.13.1
15962026-05-02T04:07:44.023Z Compiling lazy_static v1.5.0
15972026-05-02T04:07:44.072Z Compiling vergen v9.0.6
15982026-05-02T04:07:44.088Z Compiling fs-err v3.3.0
15992026-05-02T04:07:44.132Z Compiling ahash v0.8.12
16002026-05-02T04:07:44.150Z Compiling bumpalo v3.20.2
16012026-05-02T04:07:44.220Z Compiling foldhash v0.2.0
16022026-05-02T04:07:44.285Z Compiling winnow v0.5.40
16032026-05-02T04:07:44.295Z Compiling managed v0.8.0
16042026-05-02T04:07:44.348Z Compiling tokio-util v0.7.18
16052026-05-02T04:07:44.363Z Compiling tower v0.5.3
16062026-05-02T04:07:44.397Z Compiling tokio-native-tls v0.3.1
16072026-05-02T04:07:44.418Z Compiling object v0.37.3
16082026-05-02T04:07:44.461Z Compiling unicode-segmentation v1.12.0
16092026-05-02T04:07:44.533Z Compiling foldhash v0.1.5
16102026-05-02T04:07:44.614Z Compiling libbz2-rs-sys v0.2.2
16112026-05-02T04:07:44.680Z Compiling bitflags v1.3.2
16122026-05-02T04:07:44.721Z Compiling newtype-uuid v1.3.2
16132026-05-02T04:07:44.753Z Compiling hashbrown v0.15.5
16142026-05-02T04:07:44.796Z Compiling dof v0.3.0
16152026-05-02T04:07:44.894Z Compiling tower-http v0.6.8
16162026-05-02T04:07:44.910Z Compiling clap_builder v4.5.60
16172026-05-02T04:07:44.968Z Compiling usdt-attr-macro v0.6.0
16182026-05-02T04:07:45.073Z Compiling h2 v0.4.13
16192026-05-02T04:07:45.124Z Compiling bzip2 v0.6.1
16202026-05-02T04:07:45.175Z Compiling strum v0.27.2
16212026-05-02T04:07:45.314Z Compiling usdt-macro v0.6.0
16222026-05-02T04:07:45.317Z Compiling daft v0.1.5
16232026-05-02T04:07:45.346Z Compiling hashbrown v0.16.1
16242026-05-02T04:07:45.349Z Compiling zopfli v0.8.3
16252026-05-02T04:07:45.470Z Compiling phf v0.13.1
16262026-05-02T04:07:45.562Z Compiling signal-hook-mio v0.2.5
16272026-05-02T04:07:45.626Z Compiling toml_edit v0.19.15
16282026-05-02T04:07:45.650Z Compiling cargo_metadata v0.19.2
16292026-05-02T04:07:45.755Z Compiling elliptic-curve v0.13.8
16302026-05-02T04:07:45.833Z Compiling cookie_store v0.22.1
16312026-05-02T04:07:45.972Z Compiling bzip2 v0.4.4
16322026-05-02T04:07:46.039Z Compiling hubpack v0.1.2
16332026-05-02T04:07:46.075Z Compiling postgres-types v0.2.12
16342026-05-02T04:07:46.105Z Compiling zstd v0.13.3
16352026-05-02T04:07:46.158Z Compiling dtrace-parser v0.2.0
16362026-05-02T04:07:46.206Z Compiling serde_with_macros v3.17.0
16372026-05-02T04:07:46.324Z Compiling ed25519 v2.2.3
16382026-05-02T04:07:46.342Z Compiling pkcs1 v0.7.5
16392026-05-02T04:07:46.379Z Compiling serde-big-array v0.5.1
16402026-05-02T04:07:46.498Z Compiling hex v0.4.3
16412026-05-02T04:07:46.534Z Compiling rfc6979 v0.4.0
16422026-05-02T04:07:46.642Z Compiling bstr v1.12.1
16432026-05-02T04:07:46.679Z Compiling strum_macros v0.26.4
16442026-05-02T04:07:46.746Z Compiling enum-as-inner v0.6.1
16452026-05-02T04:07:46.787Z Compiling clap_derive v4.5.55
16462026-05-02T04:07:46.918Z Compiling serde_repr v0.1.20
16472026-05-02T04:07:47.010Z Compiling phf_shared v0.11.3
16482026-05-02T04:07:47.193Z Compiling float-cmp v0.10.0
16492026-05-02T04:07:47.210Z Compiling memmap2 v0.9.10
16502026-05-02T04:07:47.225Z Compiling thread-id v4.2.2
16512026-05-02T04:07:47.285Z Compiling env_filter v1.0.0
16522026-05-02T04:07:47.316Z Compiling encoding_rs v0.8.35
16532026-05-02T04:07:47.331Z Compiling jiff v0.2.21
16542026-05-02T04:07:47.359Z Compiling fixedbitset v0.4.2
16552026-05-02T04:07:47.377Z Compiling precomputed-hash v0.1.1
16562026-05-02T04:07:47.443Z Compiling fixedbitset v0.5.7
16572026-05-02T04:07:47.475Z Compiling predicates-core v1.0.10
16582026-05-02T04:07:47.478Z Compiling mime v0.3.17
16592026-05-02T04:07:47.593Z Compiling static_assertions v1.1.0
16602026-05-02T04:07:47.609Z Compiling rustc-hash v2.1.1
16612026-05-02T04:07:47.669Z Compiling whoami v2.1.0
16622026-05-02T04:07:47.686Z Compiling new_debug_unreachable v1.0.6
16632026-05-02T04:07:47.754Z Compiling either v1.15.0
16642026-05-02T04:07:47.771Z Compiling data-encoding v2.10.0
16652026-05-02T04:07:47.771Z Compiling keccak v0.1.6
16662026-05-02T04:07:47.807Z Compiling difflib v0.4.0
16672026-05-02T04:07:47.959Z Compiling normalize-line-endings v0.3.0
16682026-05-02T04:07:48.025Z Compiling sha3 v0.10.8
16692026-05-02T04:07:48.107Z Compiling hyper v1.8.1
16702026-05-02T04:07:48.118Z Compiling predicates v3.1.4
16712026-05-02T04:07:48.278Z Compiling hickory-proto v0.25.2
16722026-05-02T04:07:48.438Z Compiling itertools v0.13.0
16732026-05-02T04:07:48.511Z Compiling strum v0.26.3
16742026-05-02T04:07:48.523Z Compiling tokio-postgres v0.7.16
16752026-05-02T04:07:48.539Z Compiling toml_edit v0.22.27
16762026-05-02T04:07:48.630Z Compiling clap v4.5.60
16772026-05-02T04:07:48.660Z Compiling string_cache v0.8.9
16782026-05-02T04:07:48.685Z Compiling iddqd v0.3.18
16792026-05-02T04:07:48.705Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16802026-05-02T04:07:48.735Z Compiling petgraph v0.8.3
16812026-05-02T04:07:48.758Z Compiling petgraph v0.6.5
16822026-05-02T04:07:48.910Z Compiling env_logger v0.11.9
16832026-05-02T04:07:48.932Z Compiling serde_with v3.17.0
16842026-05-02T04:07:49.099Z Compiling usdt v0.6.0
16852026-05-02T04:07:49.283Z Compiling hyper-util v0.1.20
16862026-05-02T04:07:49.378Z Compiling usdt-impl v0.5.0
16872026-05-02T04:07:49.695Z Compiling similar v2.7.0
16882026-05-02T04:07:49.731Z Compiling toml v0.7.8
16892026-05-02T04:07:49.861Z Compiling crossterm v0.28.1
16902026-05-02T04:07:49.984Z Compiling zip v4.6.1
16912026-05-02T04:07:50.267Z Compiling ecdsa v0.16.9
16922026-05-02T04:07:50.351Z Compiling rsa v0.9.10
16932026-05-02T04:07:50.573Z Compiling ed25519-dalek v2.2.0
16942026-05-02T04:07:50.643Z Compiling hyper-tls v0.6.0
16952026-05-02T04:07:50.704Z Compiling zip v0.6.6
16962026-05-02T04:07:51.021Z Compiling tokio-stream v0.1.18
16972026-05-02T04:07:51.133Z Compiling heck v0.4.1
16982026-05-02T04:07:51.159Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-02T04:07:51.206Z Compiling buf-list v1.1.2
17002026-05-02T04:07:51.239Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-05-02T04:07:51.282Z Compiling openapiv3 v2.2.0
17022026-05-02T04:07:51.305Z Compiling x509-cert v0.2.5
17032026-05-02T04:07:51.324Z Compiling sha1 v0.10.6
17042026-05-02T04:07:51.379Z Compiling crossbeam-epoch v0.9.18
17052026-05-02T04:07:51.493Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-02T04:07:51.509Z Compiling lalrpop-util v0.19.12
17072026-05-02T04:07:51.563Z Compiling peg-runtime v0.8.5
17082026-05-02T04:07:51.578Z Compiling thread_local v1.1.9
17092026-05-02T04:07:51.617Z Compiling slog-async v2.8.0
17102026-05-02T04:07:51.633Z Compiling futures-executor v0.3.32
17112026-05-02T04:07:51.720Z Compiling crossbeam-channel v0.5.15
17122026-05-02T04:07:51.735Z Compiling is-terminal v0.4.17
17132026-05-02T04:07:51.799Z Compiling filetime v0.2.27
17142026-05-02T04:07:51.813Z Compiling xattr v1.6.1
17152026-05-02T04:07:51.843Z Compiling term v1.2.1
17162026-05-02T04:07:51.847Z Compiling take_mut v0.2.2
17172026-05-02T04:07:51.873Z Compiling futures v0.3.32
17182026-05-02T04:07:51.963Z Compiling tar v0.4.45
17192026-05-02T04:07:52.113Z Compiling slog-term v2.9.2
17202026-05-02T04:08:07.378Z Compiling rustls-webpki v0.103.9
17212026-05-02T04:08:10.114Z Compiling tokio-rustls v0.26.4
17222026-05-02T04:08:10.114Z Compiling rustls-platform-verifier v0.6.2
17232026-05-02T04:08:10.313Z Compiling hyper-rustls v0.27.7
17242026-05-02T04:08:10.499Z Compiling reqwest v0.13.2
17252026-05-02T04:08:10.499Z Compiling reqwest v0.12.28
17262026-05-02T04:08:12.443Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-02T04:08:12.674Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-02T04:08:15.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.96s
17292026-05-02T04:08:15.606Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-02T04:08:15.662ZMay 02 04:08:14.720 INFO Starting download, target: Console
17312026-05-02T04:08:15.662ZMay 02 04:08:14.721 INFO Starting download, target: Cockroach
17322026-05-02T04:08:15.662ZMay 02 04:08:14.721 INFO Starting download, target: DendriteStub
17332026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Starting download, target: Clickhouse
17342026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Starting download, target: MaghemiteMgd
17352026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Starting download, target: TransceiverControl
17362026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-02T04:08:15.666ZMay 02 04:08:14.721 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-05-02T04:08:15.988ZMay 02 04:08:15.047 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-02T04:08:16.204ZMay 02 04:08:15.258 INFO Download complete, target: TransceiverControl
17442026-05-02T04:08:16.670ZMay 02 04:08:15.728 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-05-02T04:08:16.941ZMay 02 04:08:15.995 INFO Download complete, target: Console
17462026-05-02T04:08:16.981ZMay 02 04:08:16.031 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-02T04:08:17.149ZMay 02 04:08:16.187 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-02T04:08:18.001ZMay 02 04:08:17.060 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-02T04:08:18.001ZMay 02 04:08:17.060 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-02T04:08:18.350ZMay 02 04:08:17.409 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-05-02T04:08:19.443ZMay 02 04:08:18.502 INFO Download complete, target: DendriteStub
17522026-05-02T04:08:19.609ZMay 02 04:08:18.668 INFO Download complete, target: MaghemiteMgd
17532026-05-02T04:08:22.676ZMay 02 04:08:21.735 INFO Checking that binary works, target: Cockroach
17542026-05-02T04:08:22.780ZMay 02 04:08:21.839 INFO Download complete, target: Cockroach
17552026-05-02T04:08:25.156ZMay 02 04:08:24.186 INFO Checking that binary works, target: Clickhouse
17562026-05-02T04:08:25.212ZMay 02 04:08:24.268 INFO Download complete, target: Clickhouse
17572026-05-02T04:08:25.223ZAll prerequisites installed successfully
17582026-05-02T04:08:25.309Z
17592026-05-02T04:08:25.309Zreal 2:57.657329128
17602026-05-02T04:08:25.309Zuser 7:13.109839727
17612026-05-02T04:08:25.309Zsys 1:40.427355398
17622026-05-02T04:08:25.309Ztrap 0.277655020
17632026-05-02T04:08:25.309Ztflt 1.094307931
17642026-05-02T04:08:25.309Zdflt 1.530489512
17652026-05-02T04:08:25.309Zkflt 0.022449805
17662026-05-02T04:08:25.309Zlock 22:09.458093640
17672026-05-02T04:08:25.309Zslp 19:27.316794821
17682026-05-02T04:08:25.310Zlat 24.949517646
17692026-05-02T04:08:25.310Zstop 2:50.831553304
17702026-05-02T04:08:25.310Z+ ptime -m cargo xtask download softnpu
17712026-05-02T04:08:25.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-05-02T04:08:25.768Z Running `target/debug/xtask download softnpu`
17732026-05-02T04:08:26.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17742026-05-02T04:08:26.582Z Running `target/debug/xtask-downloader softnpu`
17752026-05-02T04:08:26.626ZMay 02 04:08:25.682 INFO Starting download, target: Softnpu
17762026-05-02T04:08:26.633ZMay 02 04:08:25.683 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-05-02T04:08:27.241ZMay 02 04:08:26.298 INFO Download complete, target: Softnpu
17782026-05-02T04:08:27.255Z
17792026-05-02T04:08:27.255Zreal 2.021094117
17802026-05-02T04:08:27.256Zuser 1.330492207
17812026-05-02T04:08:27.256Zsys 0.639658711
17822026-05-02T04:08:27.256Ztrap 0.000947830
17832026-05-02T04:08:27.256Ztflt 0.000064092
17842026-05-02T04:08:27.256Zdflt 0.000104591
17852026-05-02T04:08:27.256Zkflt 0.000007219
17862026-05-02T04:08:27.256Zlock 11.398818814
17872026-05-02T04:08:27.256Zslp 0.469948277
17882026-05-02T04:08:27.256Zlat 0.066621294
17892026-05-02T04:08:27.256Zstop 0.000173914
17902026-05-02T04:08:27.256Z+ export CARGO_INCREMENTAL=0
17912026-05-02T04:08:27.256Z+ CARGO_INCREMENTAL=0
17922026-05-02T04:08:27.256Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-05-02T04:08:28.157Z Compiling proc-macro2 v1.0.106
17942026-05-02T04:08:28.157Z Compiling quote v1.0.45
17952026-05-02T04:08:28.157Z Compiling unicode-ident v1.0.24
17962026-05-02T04:08:28.158Z Compiling libc v0.2.185
17972026-05-02T04:08:28.165Z Compiling serde_core v1.0.228
17982026-05-02T04:08:28.165Z Compiling serde v1.0.228
17992026-05-02T04:08:28.165Z Compiling cfg-if v1.0.4
18002026-05-02T04:08:28.165Z Compiling version_check v0.9.5
18012026-05-02T04:08:28.165Z Compiling find-msvc-tools v0.1.9
18022026-05-02T04:08:28.298Z Compiling shlex v1.3.0
18032026-05-02T04:08:28.309Z Compiling typenum v1.19.0
18042026-05-02T04:08:28.309Z Compiling autocfg v1.5.0
18052026-05-02T04:08:28.309Z Compiling zmij v1.0.21
18062026-05-02T04:08:28.309Z Compiling memchr v2.8.0
18072026-05-02T04:08:28.310Z Compiling serde_json v1.0.149
18082026-05-02T04:08:28.618Z Compiling portable-atomic v1.13.1
18092026-05-02T04:08:28.637Z Compiling zerocopy v0.8.40
18102026-05-02T04:08:28.685Z Compiling libm v0.2.16
18112026-05-02T04:08:28.703Z Compiling smallvec v1.15.1
18122026-05-02T04:08:28.755Z Compiling parking_lot_core v0.9.12
18132026-05-02T04:08:28.771Z Compiling icu_normalizer_data v2.1.1
18142026-05-02T04:08:28.837Z Compiling generic-array v0.14.7
18152026-05-02T04:08:28.881Z Compiling num-traits v0.2.19
18162026-05-02T04:08:28.898Z Compiling icu_properties_data v2.1.2
18172026-05-02T04:08:28.924Z Compiling itoa v1.0.17
18182026-05-02T04:08:29.007Z Compiling getrandom v0.4.1
18192026-05-02T04:08:29.032Z Compiling log v0.4.29
18202026-05-02T04:08:29.040Z Compiling stable_deref_trait v1.2.1
18212026-05-02T04:08:29.096Z Compiling pkg-config v0.3.32
18222026-05-02T04:08:29.140Z Compiling subtle v2.6.1
18232026-05-02T04:08:29.251Z Compiling scopeguard v1.2.0
18242026-05-02T04:08:29.340Z Compiling writeable v0.6.2
18252026-05-02T04:08:29.382Z Compiling lock_api v0.4.14
18262026-05-02T04:08:29.395Z Compiling percent-encoding v2.3.2
18272026-05-02T04:08:29.458Z Compiling jobserver v0.1.34
18282026-05-02T04:08:29.518Z Compiling getrandom v0.2.17
18292026-05-02T04:08:29.579Z Compiling errno v0.3.14
18302026-05-02T04:08:29.597Z Compiling litemap v0.8.1
18312026-05-02T04:08:29.697Z Compiling fnv v1.0.7
18322026-05-02T04:08:29.703Z Compiling rand_core v0.6.4
18332026-05-02T04:08:29.703Z Compiling cc v1.2.56
18342026-05-02T04:08:29.703Z Compiling syn v2.0.117
18352026-05-02T04:08:29.758Z Compiling pin-project-lite v0.2.17
18362026-05-02T04:08:29.761Z Compiling thiserror v2.0.18
18372026-05-02T04:08:29.841Z Compiling getrandom v0.3.4
18382026-05-02T04:08:29.919Z Compiling critical-section v1.2.0
18392026-05-02T04:08:29.993Z Compiling equivalent v1.0.2
18402026-05-02T04:08:29.996Z Compiling schemars v0.8.22
18412026-05-02T04:08:30.025Z Compiling rustversion v1.0.22
18422026-05-02T04:08:30.054Z Compiling fs_extra v1.3.0
18432026-05-02T04:08:30.084Z Compiling utf8_iter v1.0.4
18442026-05-02T04:08:30.098Z Compiling rand_core v0.10.0
18452026-05-02T04:08:30.101Z Compiling dunce v1.0.5
18462026-05-02T04:08:30.266Z Compiling form_urlencoded v1.2.2
18472026-05-02T04:08:30.329Z Compiling signal-hook-registry v1.4.8
18482026-05-02T04:08:30.359Z Compiling const-oid v0.9.6
18492026-05-02T04:08:30.405Z Compiling cmake v0.1.57
18502026-05-02T04:08:30.449Z Compiling once_cell v1.21.3
18512026-05-02T04:08:30.552Z Compiling semver v1.0.28
18522026-05-02T04:08:30.651Z Compiling bitflags v2.11.0
18532026-05-02T04:08:30.716Z Compiling hashbrown v0.17.0
18542026-05-02T04:08:30.783Z Compiling parking_lot v0.12.5
18552026-05-02T04:08:30.800Z Compiling socket2 v0.6.3
18562026-05-02T04:08:30.818Z Compiling mio v1.2.0
18572026-05-02T04:08:30.873Z Compiling rustix v1.1.3
18582026-05-02T04:08:30.896Z Compiling aws-lc-rs v1.16.0
18592026-05-02T04:08:30.953Z Compiling futures-core v0.3.32
18602026-05-02T04:08:30.969Z Compiling ring v0.17.14
18612026-05-02T04:08:31.083Z Compiling aws-lc-sys v0.37.1
18622026-05-02T04:08:31.100Z Compiling thiserror v1.0.69
18632026-05-02T04:08:31.132Z Compiling strsim v0.11.1
18642026-05-02T04:08:31.174Z Compiling ucd-trie v0.1.7
18652026-05-02T04:08:31.188Z Compiling httparse v1.10.1
18662026-05-02T04:08:31.209Z Compiling indexmap v2.14.0
18672026-05-02T04:08:31.275Z Compiling byteorder v1.5.0
18682026-05-02T04:08:31.341Z Compiling pest v2.8.6
18692026-05-02T04:08:31.462Z Compiling ident_case v1.0.1
18702026-05-02T04:08:31.519Z Compiling syn v1.0.109
18712026-05-02T04:08:31.550Z Compiling heck v0.5.0
18722026-05-02T04:08:31.554Z Compiling iana-time-zone v0.1.65
18732026-05-02T04:08:31.599Z Compiling vcpkg v0.2.15
18742026-05-02T04:08:31.648Z Compiling uuid v1.23.0
18752026-05-02T04:08:31.674Z Compiling cpufeatures v0.2.17
18762026-05-02T04:08:31.768Z Compiling regex-syntax v0.8.10
18772026-05-02T04:08:31.938Z Compiling rustc_version v0.4.1
18782026-05-02T04:08:32.014Z Compiling rustls v0.23.37
18792026-05-02T04:08:32.088Z Compiling futures-sink v0.3.32
18802026-05-02T04:08:32.190Z Compiling futures-channel v0.3.32
18812026-05-02T04:08:32.209Z Compiling openssl-sys v0.9.114
18822026-05-02T04:08:32.237Z Compiling slab v0.4.12
18832026-05-02T04:08:32.240Z Compiling futures-task v0.3.32
18842026-05-02T04:08:32.286Z Compiling futures-io v0.3.32
18852026-05-02T04:08:32.388Z Compiling dyn-clone v1.0.20
18862026-05-02T04:08:32.403Z Compiling plain v0.2.3
18872026-05-02T04:08:32.457Z Compiling synstructure v0.13.2
18882026-05-02T04:08:32.457Z Compiling serde_derive_internals v0.29.1
18892026-05-02T04:08:32.461Z Compiling pest_meta v2.8.6
18902026-05-02T04:08:32.503Z Compiling crc32fast v1.5.0
18912026-05-02T04:08:32.536Z Compiling aho-corasick v1.1.4
18922026-05-02T04:08:32.568Z Compiling crossbeam-utils v0.8.21
18932026-05-02T04:08:32.594Z Compiling time-core v0.1.8
18942026-05-02T04:08:32.760Z Compiling num-conv v0.2.0
18952026-05-02T04:08:32.896Z Compiling openssl v0.10.78
18962026-05-02T04:08:32.910Z Compiling time-macros v0.2.27
18972026-05-02T04:08:32.976Z Compiling pretty-hex v0.4.1
18982026-05-02T04:08:33.080Z Compiling pest_generator v2.8.6
18992026-05-02T04:08:33.128Z Compiling base64 v0.22.1
19002026-05-02T04:08:33.225Z Compiling base64ct v1.8.3
19012026-05-02T04:08:33.242Z Compiling anyhow v1.0.102
19022026-05-02T04:08:33.263Z Compiling darling_core v0.21.3
19032026-05-02T04:08:33.302Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-05-02T04:08:33.350Z Compiling flagset v0.4.7
19052026-05-02T04:08:33.495Z Compiling regex-automata v0.4.14
19062026-05-02T04:08:33.521Z Compiling pem-rfc7468 v0.7.0
19072026-05-02T04:08:33.541Z Compiling native-tls v0.2.18
19082026-05-02T04:08:33.558Z Compiling rand_core v0.9.5
19092026-05-02T04:08:33.682Z Compiling slog v2.8.2
19102026-05-02T04:08:33.712Z Compiling tracing-core v0.1.36
19112026-05-02T04:08:33.729Z Compiling serde_derive v1.0.228
19122026-05-02T04:08:33.763Z Compiling zeroize_derive v1.4.3
19132026-05-02T04:08:33.779Z Compiling zerofrom-derive v0.1.6
19142026-05-02T04:08:33.796Z Compiling yoke-derive v0.8.1
19152026-05-02T04:08:33.813Z Compiling zerovec-derive v0.11.2
19162026-05-02T04:08:33.890Z Compiling displaydoc v0.2.5
19172026-05-02T04:08:33.906Z Compiling zerocopy-derive v0.8.40
19182026-05-02T04:08:33.920Z Compiling tokio-macros v2.7.0
19192026-05-02T04:08:33.962Z Compiling futures-macro v0.3.32
19202026-05-02T04:08:34.359Z Compiling zeroize v1.8.2
19212026-05-02T04:08:34.616Z Compiling thiserror-impl v2.0.18
19222026-05-02T04:08:34.744Z Compiling schemars_derive v0.8.22
19232026-05-02T04:08:34.763Z Compiling tracing-attributes v0.1.31
19242026-05-02T04:08:34.778Z Compiling der_derive v0.7.3
19252026-05-02T04:08:34.839Z Compiling thiserror-impl v1.0.69
19262026-05-02T04:08:34.894Z Compiling zerofrom v0.1.6
19272026-05-02T04:08:35.035Z Compiling yoke v0.8.1
19282026-05-02T04:08:35.154Z Compiling crypto-common v0.1.7
19292026-05-02T04:08:35.228Z Compiling zerovec v0.11.5
19302026-05-02T04:08:35.244Z Compiling zerotrie v0.2.3
19312026-05-02T04:08:35.445Z Compiling block-buffer v0.10.4
19322026-05-02T04:08:35.644Z Compiling digest v0.10.7
19332026-05-02T04:08:35.753Z Compiling tinystr v0.8.2
19342026-05-02T04:08:35.796Z Compiling potential_utf v0.1.4
19352026-05-02T04:08:35.873Z Compiling pest_derive v2.8.6
19362026-05-02T04:08:35.888Z Compiling hmac v0.12.1
19372026-05-02T04:08:35.904Z Compiling futures-util v0.3.32
19382026-05-02T04:08:35.921Z Compiling icu_collections v2.1.1
19392026-05-02T04:08:35.979Z Compiling icu_locale_core v2.1.1
19402026-05-02T04:08:35.998Z Compiling block-padding v0.3.3
19412026-05-02T04:08:36.037Z Compiling sha2 v0.10.9
19422026-05-02T04:08:36.195Z Compiling inout v0.1.4
19432026-05-02T04:08:36.372Z Compiling cipher v0.4.4
19442026-05-02T04:08:36.388Z Compiling rustls-pki-types v1.14.0
19452026-05-02T04:08:36.618Z Compiling scroll_derive v0.12.1
19462026-05-02T04:08:36.646Z Compiling scroll_derive v0.13.1
19472026-05-02T04:08:36.790Z Compiling bytes v1.11.1
19482026-05-02T04:08:36.809Z Compiling icu_provider v2.1.1
19492026-05-02T04:08:36.968Z Compiling chrono v0.4.44
19502026-05-02T04:08:37.190Z Compiling icu_normalizer v2.1.1
19512026-05-02T04:08:37.248Z Compiling icu_properties v2.1.2
19522026-05-02T04:08:37.283Z Compiling serde_tokenstream v0.2.3
19532026-05-02T04:08:37.421Z Compiling tokio v1.52.1
19542026-05-02T04:08:38.063Z Compiling openssl-macros v0.1.1
19552026-05-02T04:08:38.079Z Compiling ppv-lite86 v0.2.21
19562026-05-02T04:08:38.263Z Compiling idna_adapter v1.2.1
19572026-05-02T04:08:38.394Z Compiling idna v1.1.0
19582026-05-02T04:08:38.503Z Compiling http v1.4.0
19592026-05-02T04:08:38.535Z Compiling regex v1.12.3
19602026-05-02T04:08:38.551Z Compiling der v0.7.10
19612026-05-02T04:08:38.642Z Compiling darling_macro v0.21.3
19622026-05-02T04:08:38.676Z Compiling zerocopy-derive v0.7.35
19632026-05-02T04:08:38.751Z Compiling url v2.5.8
19642026-05-02T04:08:38.793Z Compiling untrusted v0.9.0
19652026-05-02T04:08:39.124Z Compiling darling v0.21.3
19662026-05-02T04:08:39.173Z Compiling salsa20 v0.10.2
19672026-05-02T04:08:39.218Z Compiling pbkdf2 v0.12.2
19682026-05-02T04:08:39.351Z Compiling tracing v0.1.44
19692026-05-02T04:08:39.447Z Compiling spki v0.7.3
19702026-05-02T04:08:39.772Z Compiling cookie v0.18.1
19712026-05-02T04:08:39.865Z Compiling camino v1.2.2
19722026-05-02T04:08:40.025Z Compiling scrypt v0.11.0
19732026-05-02T04:08:40.115Z Compiling rand_chacha v0.9.0
19742026-05-02T04:08:40.165Z Compiling aes v0.8.4
19752026-05-02T04:08:40.270Z Compiling cbc v0.1.2
19762026-05-02T04:08:40.505Z Compiling usdt-impl v0.5.0
19772026-05-02T04:08:40.614Z Compiling either v1.15.0
19782026-05-02T04:08:40.641Z Compiling paste v1.0.15
19792026-05-02T04:08:40.681Z Compiling ref-cast v1.0.25
19802026-05-02T04:08:40.698Z Compiling usdt-impl v0.6.0
19812026-05-02T04:08:40.733Z Compiling winnow v0.7.14
19822026-05-02T04:08:40.972Z Compiling pkcs5 v0.7.1
19832026-05-02T04:08:41.061Z Compiling rand v0.9.2
19842026-05-02T04:08:41.065Z Compiling http-body v1.0.1
19852026-05-02T04:08:41.218Z Compiling tokio-util v0.7.18
19862026-05-02T04:08:41.259Z Compiling scroll v0.13.0
19872026-05-02T04:08:41.363Z Compiling scroll v0.12.0
19882026-05-02T04:08:41.392Z Compiling serde_spanned v0.6.9
19892026-05-02T04:08:41.424Z Compiling toml_datetime v0.6.11
19902026-05-02T04:08:41.568Z Compiling heapless v0.7.17
19912026-05-02T04:08:41.637Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-05-02T04:08:41.665Z Compiling zstd-safe v7.2.4
19932026-05-02T04:08:41.835Z Compiling untrusted v0.7.1
19942026-05-02T04:08:41.956Z Compiling atomic-waker v1.1.2
19952026-05-02T04:08:41.965Z Compiling openssl-probe v0.2.1
19962026-05-02T04:08:42.012Z Compiling signal-hook v0.3.18
19972026-05-02T04:08:42.059Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-02T04:08:42.174Z Compiling goblin v0.8.2
19992026-05-02T04:08:42.202Z Compiling goblin v0.10.5
20002026-05-02T04:08:42.219Z Compiling pkcs8 v0.10.2
20012026-05-02T04:08:42.485Z Compiling zerocopy v0.7.35
20022026-05-02T04:08:42.523Z Compiling ref-cast-impl v1.0.25
20032026-05-02T04:08:42.643Z Compiling darling_core v0.20.11
20042026-05-02T04:08:42.649Z Compiling curve25519-dalek v4.1.3
20052026-05-02T04:08:42.753Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-05-02T04:08:42.838Z Compiling memoffset v0.9.1
20072026-05-02T04:08:42.912Z Compiling litrs v1.0.0
20082026-05-02T04:08:43.044Z Compiling tower-service v0.3.3
20092026-05-02T04:08:43.077Z Compiling try-lock v0.2.5
20102026-05-02T04:08:43.205Z Compiling fastrand v2.3.0
20112026-05-02T04:08:43.223Z Compiling tower-layer v0.3.3
20122026-05-02T04:08:43.226Z Compiling rustix v0.38.44
20132026-05-02T04:08:43.443Z Compiling tinyvec_macros v0.1.1
20142026-05-02T04:08:43.497Z Compiling winnow v0.5.40
20152026-05-02T04:08:43.641Z Compiling tinyvec v1.10.0
20162026-05-02T04:08:43.656Z Compiling document-features v0.2.12
20172026-05-02T04:08:43.703Z Compiling h2 v0.4.13
20182026-05-02T04:08:43.719Z Compiling want v0.3.1
20192026-05-02T04:08:44.286Z Compiling dtrace-parser v0.2.0
20202026-05-02T04:08:44.482Z Compiling dof v0.3.0
20212026-05-02T04:08:44.596Z Compiling darling_macro v0.20.11
20222026-05-02T04:08:44.814Z Compiling toml_edit v0.19.15
20232026-05-02T04:08:44.914Z Compiling dof v0.4.0
20242026-05-02T04:08:45.070Z Compiling dtrace-parser v0.3.0
20252026-05-02T04:08:45.087Z Compiling ipnet v2.11.0
20262026-05-02T04:08:45.231Z Compiling async-trait v0.1.89
20272026-05-02T04:08:45.247Z Compiling daft-derive v0.1.5
20282026-05-02T04:08:45.286Z Compiling spin v0.9.8
20292026-05-02T04:08:45.510Z Compiling thread-id v4.2.2
20302026-05-02T04:08:45.570Z Compiling thread-id v5.1.0
20312026-05-02T04:08:45.609Z Compiling num-bigint-dig v0.8.6
20322026-05-02T04:08:45.670Z Compiling foreign-types-shared v0.1.1
20332026-05-02T04:08:45.685Z Compiling cfg_aliases v0.2.1
20342026-05-02T04:08:45.771Z Compiling smoltcp v0.9.1
20352026-05-02T04:08:45.804Z Compiling httpdate v1.0.3
20362026-05-02T04:08:45.927Z Compiling powerfmt v0.2.0
20372026-05-02T04:08:45.965Z Compiling pin-utils v0.1.0
20382026-05-02T04:08:46.045Z Compiling tempfile v3.25.0
20392026-05-02T04:08:46.061Z Compiling nix v0.31.2
20402026-05-02T04:08:46.087Z Compiling deranged v0.5.8
20412026-05-02T04:08:46.104Z Compiling foreign-types v0.3.2
20422026-05-02T04:08:46.342Z Compiling darling v0.20.11
20432026-05-02T04:08:46.425Z Compiling ipnetwork v0.21.1
20442026-05-02T04:08:46.646Z Compiling curve25519-dalek-derive v0.1.1
20452026-05-02T04:08:46.680Z Compiling hyper v1.8.1
20462026-05-02T04:08:46.783Z Compiling strum_macros v0.26.4
20472026-05-02T04:08:47.076Z Compiling wait-timeout v0.2.1
20482026-05-02T04:08:47.245Z Compiling anstyle v1.0.13
20492026-05-02T04:08:47.275Z Compiling bit-vec v0.8.0
20502026-05-02T04:08:47.327Z Compiling quick-error v1.2.3
20512026-05-02T04:08:47.434Z Compiling utf8parse v0.2.2
20522026-05-02T04:08:47.467Z Compiling simd-adler32 v0.3.8
20532026-05-02T04:08:47.484Z Compiling num_threads v0.1.7
20542026-05-02T04:08:47.522Z Compiling siphasher v1.0.2
20552026-05-02T04:08:47.555Z Compiling anstyle-parse v0.2.7
20562026-05-02T04:08:47.571Z Compiling time v0.3.47
20572026-05-02T04:08:47.753Z Compiling bit-set v0.8.0
20582026-05-02T04:08:47.932Z Compiling hyper-util v0.1.20
20592026-05-02T04:08:48.043Z Compiling rusty-fork v0.3.1
20602026-05-02T04:08:48.346Z Compiling derive_builder_core v0.20.2
20612026-05-02T04:08:48.376Z Compiling unicode-normalization v0.1.25
20622026-05-02T04:08:48.850Z Compiling rustls-native-certs v0.8.3
20632026-05-02T04:08:49.200Z Compiling signature v2.2.0
20642026-05-02T04:08:49.366Z Compiling hubpack_derive v0.1.1
20652026-05-02T04:08:49.387Z Compiling strum_macros v0.27.2
20662026-05-02T04:08:49.552Z Compiling rand_xorshift v0.4.0
20672026-05-02T04:08:49.585Z Compiling sync_wrapper v1.0.2
20682026-05-02T04:08:49.635Z Compiling ahash v0.8.12
20692026-05-02T04:08:49.675Z Compiling fs-err v3.3.0
20702026-05-02T04:08:49.689Z Compiling object v0.37.3
20712026-05-02T04:08:49.719Z Compiling anstyle-query v1.1.5
20722026-05-02T04:08:49.820Z Compiling unicode-segmentation v1.12.0
20732026-05-02T04:08:49.850Z Compiling unicode-bidi v0.3.18
20742026-05-02T04:08:49.856Z Compiling allocator-api2 v0.2.21
20752026-05-02T04:08:49.880Z Compiling unicode-properties v0.1.4
20762026-05-02T04:08:49.899Z Compiling is_terminal_polyfill v1.70.2
20772026-05-02T04:08:50.010Z Compiling unarray v0.1.4
20782026-05-02T04:08:50.138Z Compiling colorchoice v1.0.4
20792026-05-02T04:08:50.168Z Compiling adler2 v2.0.1
20802026-05-02T04:08:50.211Z Compiling stringprep v0.1.5
20812026-05-02T04:08:50.227Z Compiling proptest v1.10.0
20822026-05-02T04:08:50.267Z Compiling anstream v0.6.21
20832026-05-02T04:08:50.312Z Compiling miniz_oxide v0.8.9
20842026-05-02T04:08:50.584Z Compiling tower v0.5.3
20852026-05-02T04:08:50.738Z Compiling derive_builder_macro v0.20.2
20862026-05-02T04:08:50.898Z Compiling usdt-attr-macro v0.6.0
20872026-05-02T04:08:50.914Z Compiling usdt-macro v0.6.0
20882026-05-02T04:08:51.429Z Compiling http-body-util v0.1.3
20892026-05-02T04:08:51.622Z Compiling webpki-roots v1.0.6
20902026-05-02T04:08:51.743Z Compiling rand_chacha v0.3.1
20912026-05-02T04:08:51.743Z Compiling erased-serde v0.3.31
20922026-05-02T04:08:51.777Z Compiling md-5 v0.10.6
20932026-05-02T04:08:51.830Z Compiling num-integer v0.1.46
20942026-05-02T04:08:51.833Z Compiling hash32 v0.2.1
20952026-05-02T04:08:51.908Z Compiling vergen-lib v0.1.6
20962026-05-02T04:08:51.960Z Compiling ff v0.13.1
20972026-05-02T04:08:52.035Z Compiling fallible-iterator v0.2.0
20982026-05-02T04:08:52.081Z Compiling zlib-rs v0.6.2
20992026-05-02T04:08:52.100Z Compiling ryu v1.0.23
21002026-05-02T04:08:52.116Z Compiling base16ct v0.2.0
21012026-05-02T04:08:52.133Z Compiling iri-string v0.7.10
21022026-05-02T04:08:52.147Z Compiling psl-types v2.0.11
21032026-05-02T04:08:52.182Z Compiling newtype-uuid v1.3.2
21042026-05-02T04:08:52.248Z Compiling sec1 v0.7.3
21052026-05-02T04:08:52.284Z Compiling publicsuffix v2.3.0
21062026-05-02T04:08:52.287Z Compiling serde_urlencoded v0.7.1
21072026-05-02T04:08:52.314Z Compiling num-iter v0.1.45
21082026-05-02T04:08:52.370Z Compiling postgres-protocol v0.6.10
21092026-05-02T04:08:52.472Z Compiling group v0.13.0
21102026-05-02T04:08:52.656Z Compiling rand v0.8.5
21112026-05-02T04:08:52.700Z Compiling oxnet v0.1.4
21122026-05-02T04:08:52.880Z Compiling derive_builder v0.20.2
21132026-05-02T04:08:53.028Z Compiling tokio-native-tls v0.3.1
21142026-05-02T04:08:53.064Z Compiling heck v0.4.1
21152026-05-02T04:08:53.081Z Compiling phf_shared v0.13.1
21162026-05-02T04:08:53.167Z Compiling lazy_static v1.5.0
21172026-05-02T04:08:53.289Z Compiling tower-http v0.6.8
21182026-05-02T04:08:53.292Z Compiling terminal_size v0.4.3
21192026-05-02T04:08:53.292Z Compiling serde_with_macros v3.17.0
21202026-05-02T04:08:53.371Z Compiling cargo-platform v0.1.9
21212026-05-02T04:08:53.385Z Compiling hkdf v0.12.4
21222026-05-02T04:08:53.482Z Compiling crypto-bigint v0.5.5
21232026-05-02T04:08:53.502Z Compiling clap_derive v4.5.55
21242026-05-02T04:08:53.540Z Compiling serde_repr v0.1.20
21252026-05-02T04:08:53.556Z Compiling enum-as-inner v0.6.1
21262026-05-02T04:08:53.586Z Compiling vergen v9.0.6
21272026-05-02T04:08:53.637Z Compiling foldhash v0.2.0
21282026-05-02T04:08:53.711Z Compiling managed v0.8.0
21292026-05-02T04:08:53.734Z Compiling bitflags v1.3.2
21302026-05-02T04:08:53.889Z Compiling bumpalo v3.20.2
21312026-05-02T04:08:53.917Z Compiling foldhash v0.1.5
21322026-05-02T04:08:53.947Z Compiling clap_lex v1.0.0
21332026-05-02T04:08:54.099Z Compiling flate2 v1.1.9
21342026-05-02T04:08:54.111Z Compiling libbz2-rs-sys v0.2.2
21352026-05-02T04:08:54.111Z Compiling zopfli v0.8.3
21362026-05-02T04:08:54.164Z Compiling clap_builder v4.5.60
21372026-05-02T04:08:54.177Z Compiling hashbrown v0.15.5
21382026-05-02T04:08:54.357Z Compiling elliptic-curve v0.13.8
21392026-05-02T04:08:54.534Z Compiling hashbrown v0.16.1
21402026-05-02T04:08:54.553Z Compiling bzip2 v0.6.1
21412026-05-02T04:08:54.699Z Compiling cargo_metadata v0.19.2
21422026-05-02T04:08:54.736Z Compiling zstd v0.13.3
21432026-05-02T04:08:55.090Z Compiling phf v0.13.1
21442026-05-02T04:08:55.144Z Compiling hyper-tls v0.6.0
21452026-05-02T04:08:55.147Z Compiling signal-hook-mio v0.2.5
21462026-05-02T04:08:55.262Z Compiling cookie_store v0.22.1
21472026-05-02T04:08:55.286Z Compiling daft v0.1.5
21482026-05-02T04:08:55.377Z Compiling postgres-types v0.2.12
21492026-05-02T04:08:55.492Z Compiling bzip2 v0.4.4
21502026-05-02T04:08:55.565Z Compiling strum v0.27.2
21512026-05-02T04:08:55.761Z Compiling hubpack v0.1.2
21522026-05-02T04:08:55.793Z Compiling ed25519 v2.2.3
21532026-05-02T04:08:55.838Z Compiling phf_shared v0.11.3
21542026-05-02T04:08:55.899Z Compiling crossbeam-epoch v0.9.18
21552026-05-02T04:08:55.935Z Compiling pkcs1 v0.7.5
21562026-05-02T04:08:56.020Z Compiling hex v0.4.3
21572026-05-02T04:08:56.037Z Compiling serde-big-array v0.5.1
21582026-05-02T04:08:56.187Z Compiling rfc6979 v0.4.0
21592026-05-02T04:08:56.202Z Compiling bstr v1.12.1
21602026-05-02T04:08:56.322Z Compiling float-cmp v0.10.0
21612026-05-02T04:08:56.352Z Compiling memmap2 v0.9.10
21622026-05-02T04:08:56.355Z Compiling env_filter v1.0.0
21632026-05-02T04:08:56.385Z Compiling encoding_rs v0.8.35
21642026-05-02T04:08:56.415Z Compiling data-encoding v2.10.0
21652026-05-02T04:08:56.455Z Compiling toml_write v0.1.2
21662026-05-02T04:08:56.485Z Compiling fixedbitset v0.5.7
21672026-05-02T04:08:56.572Z Compiling fixedbitset v0.4.2
21682026-05-02T04:08:56.637Z Compiling keccak v0.1.6
21692026-05-02T04:08:56.667Z Compiling whoami v2.1.0
21702026-05-02T04:08:56.715Z Compiling difflib v0.4.0
21712026-05-02T04:08:56.774Z Compiling new_debug_unreachable v1.0.6
21722026-05-02T04:08:56.801Z Compiling precomputed-hash v0.1.1
21732026-05-02T04:08:56.816Z Compiling normalize-line-endings v0.3.0
21742026-05-02T04:08:56.875Z Compiling mime v0.3.17
21752026-05-02T04:08:56.891Z Compiling predicates-core v1.0.10
21762026-05-02T04:08:56.922Z Compiling static_assertions v1.1.0
21772026-05-02T04:08:56.937Z Compiling rustc-hash v2.1.1
21782026-05-02T04:08:56.978Z Compiling jiff v0.2.21
21792026-05-02T04:08:56.994Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21802026-05-02T04:08:57.010Z Compiling tokio-postgres v0.7.16
21812026-05-02T04:08:57.041Z Compiling iddqd v0.3.18
21822026-05-02T04:08:57.069Z Compiling predicates v3.1.4
21832026-05-02T04:08:57.086Z Compiling string_cache v0.8.9
21842026-05-02T04:08:57.128Z Compiling sha3 v0.10.8
21852026-05-02T04:08:57.322Z Compiling petgraph v0.6.5
21862026-05-02T04:08:57.427Z Compiling hickory-proto v0.25.2
21872026-05-02T04:08:57.648Z Compiling petgraph v0.8.3
21882026-05-02T04:08:57.805Z Compiling similar v2.7.0
21892026-05-02T04:08:58.162Z Compiling toml_edit v0.22.27
21902026-05-02T04:08:58.276Z Compiling env_logger v0.11.9
21912026-05-02T04:08:58.544Z Compiling usdt v0.6.0
21922026-05-02T04:08:58.800Z Compiling ecdsa v0.16.9
21932026-05-02T04:08:58.825Z Compiling serde_with v3.17.0
21942026-05-02T04:08:59.079Z Compiling rsa v0.9.10
21952026-05-02T04:08:59.215Z Compiling ed25519-dalek v2.2.0
21962026-05-02T04:08:59.555Z Compiling zip v4.6.1
21972026-05-02T04:08:59.995Z Compiling crossterm v0.28.1
21982026-05-02T04:09:00.465Z Compiling zip v0.6.6
21992026-05-02T04:09:00.482Z Compiling clap v4.5.60
22002026-05-02T04:09:00.664Z Compiling strum v0.26.3
22012026-05-02T04:09:00.820Z Compiling toml v0.7.8
22022026-05-02T04:09:00.871Z Compiling tokio-stream v0.1.18
22032026-05-02T04:09:00.909Z Compiling buf-list v1.1.2
22042026-05-02T04:09:00.955Z Compiling itertools v0.13.0
22052026-05-02T04:09:01.040Z Compiling x509-cert v0.2.5
22062026-05-02T04:09:01.194Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-05-02T04:09:01.369Z Compiling openapiv3 v2.2.0
22082026-05-02T04:09:01.500Z Compiling sha1 v0.10.6
22092026-05-02T04:09:01.727Z Compiling lalrpop-util v0.19.12
22102026-05-02T04:09:01.947Z Compiling peg-runtime v0.8.5
22112026-05-02T04:09:15.900Z Compiling rustls-webpki v0.103.9
22122026-05-02T04:09:18.062Z Compiling macaddr v1.0.1
22132026-05-02T04:09:18.066Z Compiling structmeta-derive v0.3.0
22142026-05-02T04:09:18.165Z Compiling crucible-workspace-hack v0.1.0
22152026-05-02T04:09:18.235Z Compiling rayon-core v1.13.0
22162026-05-02T04:09:18.370Z Compiling itertools v0.14.0
22172026-05-02T04:09:18.405Z Compiling secrecy v0.10.3
22182026-05-02T04:09:18.461Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-05-02T04:09:18.587Z Compiling rustls v0.22.4
22202026-05-02T04:09:18.653Z Compiling heapless v0.8.0
22212026-05-02T04:09:18.877Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-02T04:09:18.921Z Compiling crossbeam-deque v0.8.6
22232026-05-02T04:09:19.046Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-05-02T04:09:19.071Z Compiling rustls-webpki v0.102.8
22252026-05-02T04:09:19.086Z Compiling structmeta v0.3.0
22262026-05-02T04:09:19.133Z Compiling futures-executor v0.3.32
22272026-05-02T04:09:19.186Z Compiling hash32 v0.3.1
22282026-05-02T04:09:19.239Z Compiling multer v3.1.0
22292026-05-02T04:09:19.317Z Compiling thread_local v1.1.9
22302026-05-02T04:09:19.375Z Compiling smoltcp v0.11.0
22312026-05-02T04:09:19.391Z Compiling tokio-rustls v0.26.4
22322026-05-02T04:09:19.407Z Compiling rustls-platform-verifier v0.6.2
22332026-05-02T04:09:19.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22342026-05-02T04:09:19.450Z Compiling unicode-width v0.2.0
22352026-05-02T04:09:19.623Z Compiling hyper-rustls v0.27.7
22362026-05-02T04:09:19.640Z Compiling ingot-macros v0.1.1
22372026-05-02T04:09:19.643Z Compiling match_cfg v0.1.0
22382026-05-02T04:09:19.673Z Compiling slog-async v2.8.0
22392026-05-02T04:09:19.690Z Compiling compression-core v0.4.31
22402026-05-02T04:09:19.743Z Compiling hostname v0.3.1
22412026-05-02T04:09:19.760Z Compiling proc-macro-crate v3.4.0
22422026-05-02T04:09:19.838Z Compiling compression-codecs v0.4.37
22432026-05-02T04:09:19.884Z Compiling reqwest v0.12.28
22442026-05-02T04:09:19.929Z Compiling reqwest v0.13.2
22452026-05-02T04:09:19.949Z Compiling derive-ex v0.1.8
22462026-05-02T04:09:20.024Z Compiling futures v0.3.32
22472026-05-02T04:09:20.207Z Compiling slog-json v2.6.1
22482026-05-02T04:09:20.223Z Compiling crossbeam-channel v0.5.15
22492026-05-02T04:09:20.481Z Compiling half v2.7.1
22502026-05-02T04:09:20.501Z Compiling newtype-uuid-macros v0.1.0
22512026-05-02T04:09:20.851Z Compiling cobs v0.3.0
22522026-05-02T04:09:20.873Z Compiling thiserror-impl-no-std v2.0.2
22532026-05-02T04:09:20.925Z Compiling universal-hash v0.5.1
22542026-05-02T04:09:21.055Z Compiling async-stream-impl v0.3.6
22552026-05-02T04:09:21.084Z Compiling serde_spanned v1.0.4
22562026-05-02T04:09:21.146Z Compiling toml_datetime v1.0.0+spec-1.1.0
22572026-05-02T04:09:21.209Z Compiling is-terminal v0.4.17
22582026-05-02T04:09:21.266Z Compiling dropshot v0.17.0
22592026-05-02T04:09:21.325Z Compiling proc-macro-error-attr v1.0.4
22602026-05-02T04:09:21.446Z Compiling term v1.2.1
22612026-05-02T04:09:21.489Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22622026-05-02T04:09:21.537Z Compiling convert_case v0.4.0
22632026-05-02T04:09:21.597Z Compiling ciborium-io v0.2.2
22642026-05-02T04:09:21.631Z Compiling toml_writer v1.0.6+spec-1.1.0
22652026-05-02T04:09:21.634Z Compiling take_mut v0.2.2
22662026-05-02T04:09:21.663Z Compiling opaque-debug v0.3.1
22672026-05-02T04:09:21.713Z Compiling ciborium-ll v0.2.2
22682026-05-02T04:09:21.728Z Compiling async-stream v0.3.6
22692026-05-02T04:09:21.781Z Compiling slog-term v2.9.2
22702026-05-02T04:09:21.892Z Compiling derive_more v0.99.20
22712026-05-02T04:09:21.919Z Compiling thiserror-no-std v2.0.2
22722026-05-02T04:09:21.922Z Compiling toml v1.0.6+spec-1.1.0
22732026-05-02T04:09:21.950Z Compiling tokio-rustls v0.25.0
22742026-05-02T04:09:22.027Z Compiling poly1305 v0.8.0
22752026-05-02T04:09:22.165Z Compiling test-strategy v0.4.5
22762026-05-02T04:09:22.224Z Compiling ingot-types v0.1.2
22772026-05-02T04:09:22.296Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22782026-05-02T04:09:22.686Z Compiling ingot v0.1.1
22792026-05-02T04:09:22.702Z Compiling postcard v1.1.3
22802026-05-02T04:09:23.075Z Compiling slog-bunyan v2.5.0
22812026-05-02T04:09:23.103Z Compiling num_enum_derive v0.7.5
22822026-05-02T04:09:23.185Z Compiling async-compression v0.4.41
22832026-05-02T04:09:23.235Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842026-05-02T04:09:23.277Z Compiling parse-display-derive v0.10.0
22852026-05-02T04:09:23.473Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22862026-05-02T04:09:23.536Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22872026-05-02T04:09:23.584Z Compiling proc-macro-crate v1.3.1
22882026-05-02T04:09:23.663Z Compiling backon v1.6.0
22892026-05-02T04:09:23.787Z Compiling waitgroup v0.1.2
22902026-05-02T04:09:23.929Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-05-02T04:09:23.945Z Compiling password-hash v0.5.0
22922026-05-02T04:09:23.975Z Compiling chacha20 v0.9.1
22932026-05-02T04:09:24.052Z Compiling dropshot_endpoint v0.17.0
22942026-05-02T04:09:24.086Z Compiling rustls-pemfile v2.2.0
22952026-05-02T04:09:24.132Z Compiling blake2 v0.10.6
22962026-05-02T04:09:24.257Z Compiling aead v0.5.2
22972026-05-02T04:09:24.390Z Compiling foreign-types-macros v0.2.3
22982026-05-02T04:09:24.434Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-02T04:09:24.469Z Compiling serde_path_to_error v0.1.20
23002026-05-02T04:09:24.600Z Compiling hostname v0.4.2
23012026-05-02T04:09:24.637Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-05-02T04:09:24.734Z Compiling proc-macro-error v1.0.4
23032026-05-02T04:09:24.783Z Compiling instant v0.1.13
23042026-05-02T04:09:24.851Z Compiling foreign-types-shared v0.3.1
23052026-05-02T04:09:24.867Z Compiling debug-ignore v1.0.5
23062026-05-02T04:09:24.926Z Compiling typeid v1.0.3
23072026-05-02T04:09:24.941Z Compiling cpufeatures v0.3.0
23082026-05-02T04:09:24.944Z Compiling backoff v0.4.0
23092026-05-02T04:09:24.972Z Compiling parse-display v0.10.0
23102026-05-02T04:09:25.014Z Compiling foreign-types v0.5.0
23112026-05-02T04:09:25.017Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23122026-05-02T04:09:25.049Z Compiling chacha20 v0.10.0
23132026-05-02T04:09:25.051Z Compiling chacha20poly1305 v0.10.1
23142026-05-02T04:09:25.051Z Compiling argon2 v0.5.3
23152026-05-02T04:09:25.052Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-05-02T04:09:25.099Z Compiling num_enum v0.7.5
23172026-05-02T04:09:25.132Z Compiling num_enum_derive v0.5.11
23182026-05-02T04:09:25.177Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-05-02T04:09:25.235Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-05-02T04:09:25.268Z Compiling vsss-rs v3.3.4
23212026-05-02T04:09:25.363Z Compiling ciborium v0.2.2
23222026-05-02T04:09:25.778Z Compiling tabwriter v1.4.1
23232026-05-02T04:09:25.794Z Compiling regress v0.10.5
23242026-05-02T04:09:26.020Z Compiling byte-wrapper v0.1.0
23252026-05-02T04:09:26.047Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23262026-05-02T04:09:26.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-05-02T04:09:26.153Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23282026-05-02T04:09:26.210Z Compiling cstr-argument v0.1.2
23292026-05-02T04:09:26.307Z Compiling erased-serde v0.4.9
23302026-05-02T04:09:26.397Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-05-02T04:09:26.507Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-05-02T04:09:26.637Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-05-02T04:09:26.653Z Compiling num_enum v0.5.11
23342026-05-02T04:09:26.668Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-05-02T04:09:26.703Z Compiling rand v0.10.0
23362026-05-02T04:09:26.791Z Compiling rayon v1.11.0
23372026-05-02T04:09:26.806Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-05-02T04:09:26.892Z Compiling libefi-sys v0.1.0
23392026-05-02T04:09:26.955Z Compiling indent_write v2.2.0
23402026-05-02T04:09:26.970Z Compiling colored v3.1.1
23412026-05-02T04:09:27.025Z Compiling zone_cfg_derive v0.3.1
23422026-05-02T04:09:27.116Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-05-02T04:09:27.130Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23442026-05-02T04:09:27.173Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-05-02T04:09:27.196Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-05-02T04:09:27.447Z Compiling camino-tempfile v1.4.1
23472026-05-02T04:09:27.465Z Compiling itertools v0.12.1
23482026-05-02T04:09:27.531Z Compiling usdt-macro v0.5.0
23492026-05-02T04:09:27.642Z Compiling usdt-attr-macro v0.5.0
23502026-05-02T04:09:27.669Z Compiling bitfield-struct v0.6.2
23512026-05-02T04:09:27.731Z Compiling num-derive v0.4.2
23522026-05-02T04:09:27.748Z Compiling blake3 v1.8.3
23532026-05-02T04:09:27.862Z Compiling ordered-float v2.10.1
23542026-05-02T04:09:28.113Z Compiling sigpipe v0.1.3
23552026-05-02T04:09:28.165Z Compiling memmap v0.7.0
23562026-05-02T04:09:28.226Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-05-02T04:09:28.229Z Compiling swrite v0.1.0
23582026-05-02T04:09:28.301Z Compiling glob v0.3.3
23592026-05-02T04:09:28.371Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-02T04:09:28.389Z Compiling usdt v0.5.0
23612026-05-02T04:09:28.462Z Compiling serde-value v0.7.0
23622026-05-02T04:09:28.619Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23632026-05-02T04:09:28.706Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23642026-05-02T04:09:28.924Z Compiling zone v0.3.1
23652026-05-02T04:09:28.946Z Compiling serde-untagged v0.1.9
23662026-05-02T04:09:29.034Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-05-02T04:09:29.165Z Compiling toml v0.8.23
23682026-05-02T04:09:29.245Z Compiling smf v0.2.3
23692026-05-02T04:09:29.284Z Compiling filetime v0.2.27
23702026-05-02T04:09:29.300Z Compiling arrayvec v0.7.6
23712026-05-02T04:09:29.318Z Compiling xattr v1.6.1
23722026-05-02T04:09:29.333Z Compiling same-file v1.0.6
23732026-05-02T04:09:29.351Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-05-02T04:09:29.451Z Compiling arrayref v0.3.9
23752026-05-02T04:09:29.509Z Compiling constant_time_eq v0.4.2
23762026-05-02T04:09:29.526Z Compiling unicode-xid v0.2.6
23772026-05-02T04:09:29.526Z Compiling whoami v1.6.1
23782026-05-02T04:09:29.557Z Compiling walkdir v2.5.0
23792026-05-02T04:09:29.560Z Compiling tar v0.4.45
23802026-05-02T04:09:29.560Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23812026-05-02T04:09:29.723Z Compiling cargo-util-schemas v0.8.2
23822026-05-02T04:09:30.002Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23832026-05-02T04:09:30.257Z Compiling tokio-dtrace v0.1.1
23842026-05-02T04:09:30.272Z Compiling console v0.16.2
23852026-05-02T04:09:30.293Z Compiling gethostname v0.5.0
23862026-05-02T04:09:30.388Z Compiling cargo-platform v0.2.0
23872026-05-02T04:09:30.451Z Compiling unit-prefix v0.5.2
23882026-05-02T04:09:30.473Z Compiling topological-sort v0.2.2
23892026-05-02T04:09:30.529Z Compiling oxide-tokio-rt v0.1.4
23902026-05-02T04:09:30.626Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-05-02T04:09:30.661Z Compiling shell-words v1.1.1
23922026-05-02T04:09:30.665Z Compiling indicatif v0.18.4
23932026-05-02T04:09:30.912Z Compiling cargo_metadata v0.21.0
23942026-05-02T04:09:39.717Z Compiling progenitor-client v0.10.0
23952026-05-02T04:09:39.717Z Compiling omicron-zone-package v0.12.2
23962026-05-02T04:09:39.736Z Compiling progenitor-client v0.14.0
23972026-05-02T04:09:39.827Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-05-02T04:09:39.827Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-05-02T04:09:39.861Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-02T04:09:39.878Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-05-02T04:09:40.156Z Compiling progenitor-extras v0.2.0
24022026-05-02T04:09:40.202Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-05-02T04:09:40.220Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042026-05-02T04:09:40.238Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24052026-05-02T04:09:40.424Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062026-05-02T04:09:40.770Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24072026-05-02T04:09:44.976Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-05-02T04:09:52.342Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-02T04:09:55.437Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-05-02T04:09:56.410Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-05-02T04:10:05.602Z Finished `release` profile [optimized] target(s) in 1m 38s
24122026-05-02T04:10:05.756Z Running `target/release/omicron-package -t test target create -p dev`
24132026-05-02T04:10:05.819ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-02T04:10:05.821ZCreated new build target 'test' and set it as active
24152026-05-02T04:10:05.826Z
24162026-05-02T04:10:05.826Zreal 1:38.569353542
24172026-05-02T04:10:05.826Zuser 16:14.939028698
24182026-05-02T04:10:05.826Zsys 2:30.869131921
24192026-05-02T04:10:05.826Ztrap 0.448351971
24202026-05-02T04:10:05.826Ztflt 2.715123770
24212026-05-02T04:10:05.826Zdflt 3.823079267
24222026-05-02T04:10:05.826Zkflt 0.000400322
24232026-05-02T04:10:05.826Zlock 51:14.365019306
24242026-05-02T04:10:05.826Zslp 41:51.279895752
24252026-05-02T04:10:05.826Zlat 41.317030347
24262026-05-02T04:10:05.826Zstop 5:11.686928556
24272026-05-02T04:10:05.826Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-05-02T04:10:06.702Z Finished `release` profile [optimized] target(s) in 0.86s
24292026-05-02T04:10:06.771Z Running `target/release/omicron-package -t test package`
24302026-05-02T04:10:06.828ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-05-02T04:10:08.249Z Compiling heck v0.5.0
24322026-05-02T04:10:08.249Z Compiling regress v0.11.1
24332026-05-02T04:10:08.250Z Compiling unsafe-libyaml v0.2.11
24342026-05-02T04:10:08.508Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-05-02T04:10:08.534Z Compiling regress v0.10.5
24362026-05-02T04:10:08.558Z Compiling unicode-width v0.1.14
24372026-05-02T04:10:08.561Z Compiling is-terminal v0.4.17
24382026-05-02T04:10:08.598Z Compiling prettyplease v0.2.37
24392026-05-02T04:10:08.601Z Compiling bytecount v0.6.9
24402026-05-02T04:10:08.601Z Compiling rustls v0.22.4
24412026-05-02T04:10:08.601Z Compiling rustls-webpki v0.102.8
24422026-05-02T04:10:08.637Z Compiling derive-where v1.6.0
24432026-05-02T04:10:08.640Z Compiling thread_local v1.1.9
24442026-05-02T04:10:08.640Z Compiling compression-core v0.4.31
24452026-05-02T04:10:08.659Z Compiling match_cfg v0.1.0
24462026-05-02T04:10:08.759Z Compiling multer v3.1.0
24472026-05-02T04:10:08.759Z Compiling slog-async v2.8.0
24482026-05-02T04:10:08.803Z Compiling compression-codecs v0.4.37
24492026-05-02T04:10:08.826Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24502026-05-02T04:10:08.829Z Compiling hostname v0.3.1
24512026-05-02T04:10:08.829Z Compiling crossbeam-channel v0.5.15
24522026-05-02T04:10:08.871Z Compiling slog-json v2.6.1
24532026-05-02T04:10:08.915Z Compiling futures-executor v0.3.32
24542026-05-02T04:10:08.918Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-02T04:10:08.988Z Compiling serde_yaml v0.9.34+deprecated
24562026-05-02T04:10:09.012Z Compiling serde_spanned v1.0.4
24572026-05-02T04:10:09.036Z Compiling take_mut v0.2.2
24582026-05-02T04:10:09.099Z Compiling term v1.2.1
24592026-05-02T04:10:09.120Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-05-02T04:10:09.171Z Compiling futures v0.3.32
24612026-05-02T04:10:09.193Z Compiling slog-bunyan v2.5.0
24622026-05-02T04:10:09.198Z Compiling async-compression v0.4.41
24632026-05-02T04:10:09.307Z Compiling toml v1.0.6+spec-1.1.0
24642026-05-02T04:10:09.350Z Compiling dropshot v0.17.0
24652026-05-02T04:10:09.375Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-05-02T04:10:09.392Z Compiling slog-term v2.9.2
24672026-05-02T04:10:09.419Z Compiling async-stream v0.3.6
24682026-05-02T04:10:09.523Z Compiling num-rational v0.4.2
24692026-05-02T04:10:09.543Z Compiling progenitor-client v0.14.0
24702026-05-02T04:10:09.607Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-02T04:10:09.628Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24722026-05-02T04:10:09.648Z Compiling waitgroup v0.1.2
24732026-05-02T04:10:09.754Z Compiling backon v1.6.0
24742026-05-02T04:10:09.858Z Compiling rustls-pemfile v2.2.0
24752026-05-02T04:10:09.861Z Compiling num-complex v0.4.6
24762026-05-02T04:10:09.861Z Compiling serde_path_to_error v0.1.20
24772026-05-02T04:10:09.880Z Compiling hostname v0.4.2
24782026-05-02T04:10:09.907Z Compiling instant v0.1.13
24792026-05-02T04:10:09.926Z Compiling debug-ignore v1.0.5
24802026-05-02T04:10:09.984Z Compiling progenitor-extras v0.2.0
24812026-05-02T04:10:10.026Z Compiling typify-impl v0.6.2
24822026-05-02T04:10:10.047Z Compiling backoff v0.4.0
24832026-05-02T04:10:10.051Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-05-02T04:10:10.086Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-05-02T04:10:10.267Z Compiling num v0.4.3
24862026-05-02T04:10:10.270Z Compiling parse-display v0.10.0
24872026-05-02T04:10:10.308Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-05-02T04:10:10.331Z Compiling progenitor-client v0.13.0
24892026-05-02T04:10:10.368Z Compiling progenitor-client v0.10.0
24902026-05-02T04:10:10.389Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-05-02T04:10:10.452Z Compiling macaddr v1.0.1
24922026-05-02T04:10:10.508Z Compiling float-ord v0.3.2
24932026-05-02T04:10:10.599Z Compiling console v0.15.11
24942026-05-02T04:10:10.650Z Compiling slog-dtrace v0.3.0
24952026-05-02T04:10:10.705Z Compiling newline-converter v0.3.0
24962026-05-02T04:10:10.827Z Compiling atomicwrites v0.4.4
24972026-05-02T04:10:10.862Z Compiling tokio-rustls v0.25.0
24982026-05-02T04:10:10.885Z Compiling async-recursion v1.1.1
24992026-05-02T04:10:10.888Z Compiling cancel-safe-futures v0.1.5
25002026-05-02T04:10:10.983Z Compiling owo-colors v4.3.0
25012026-05-02T04:10:11.058Z Compiling expectorate v1.2.0
25022026-05-02T04:10:11.143Z Compiling libsw-core v0.3.2
25032026-05-02T04:10:11.195Z Compiling resolv-conf v0.7.6
25042026-05-02T04:10:11.305Z Compiling libsw v3.5.0
25052026-05-02T04:10:11.366Z Compiling toml v0.8.23
25062026-05-02T04:10:11.527Z Compiling linear-map v1.2.0
25072026-05-02T04:10:11.549Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-05-02T04:10:11.611Z Compiling linked-hash-map v0.5.6
25092026-05-02T04:10:11.632Z Compiling minimal-lexical v0.2.1
25102026-05-02T04:10:11.826Z Compiling lru-cache v0.1.2
25112026-05-02T04:10:11.867Z Compiling nom v7.1.3
25122026-05-02T04:10:11.870Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132026-05-02T04:10:11.910Z Compiling unicode-xid v0.2.6
25142026-05-02T04:10:11.934Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-05-02T04:10:11.937Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25162026-05-02T04:10:11.977Z Compiling globset v0.4.18
25172026-05-02T04:10:12.013Z Compiling hickory-proto v0.24.4
25182026-05-02T04:10:12.066Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-05-02T04:10:12.088Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25202026-05-02T04:10:12.381Z Compiling convert_case v0.10.0
25212026-05-02T04:10:12.673Z Compiling derive_more-impl v2.1.1
25222026-05-02T04:10:12.910Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-05-02T04:10:13.224Z Compiling pin-project-internal v1.1.11
25242026-05-02T04:10:13.303Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-05-02T04:10:13.454Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25262026-05-02T04:10:13.479Z Compiling typify-macro v0.6.2
25272026-05-02T04:10:13.701Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-02T04:10:13.945Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-05-02T04:10:14.237Z Compiling pin-project v1.1.11
25302026-05-02T04:10:14.381Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-05-02T04:10:14.598Z Compiling hickory-resolver v0.24.4
25322026-05-02T04:10:14.671Z Compiling derive_more v2.1.1
25332026-05-02T04:10:14.729Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25342026-05-02T04:10:14.799Z Compiling papergrid v0.11.0
25352026-05-02T04:10:14.908Z Compiling tabled_derive v0.7.0
25362026-05-02T04:10:15.016Z Compiling typify v0.6.2
25372026-05-02T04:10:15.147Z Compiling progenitor-impl v0.14.0
25382026-05-02T04:10:15.336Z Compiling progenitor-impl v0.13.0
25392026-05-02T04:10:15.805Z Compiling qorb v0.4.1
25402026-05-02T04:10:16.303Z Compiling pem v3.0.6
25412026-05-02T04:10:17.036Z Compiling snafu-derive v0.8.9
25422026-05-02T04:10:17.303Z Compiling progenitor-macro v0.14.0
25432026-05-02T04:10:17.499Z Compiling progenitor-macro v0.13.0
25442026-05-02T04:10:17.773Z Compiling termtree v0.5.1
25452026-05-02T04:10:17.948Z Compiling tabled v0.15.0
25462026-05-02T04:10:17.975Z Compiling crossterm v0.29.0
25472026-05-02T04:10:19.635Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-05-02T04:10:19.989Z Compiling snafu v0.8.9
25492026-05-02T04:10:20.142Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-05-02T04:10:20.585Z Compiling olpc-cjson v0.1.4
25512026-05-02T04:10:20.661Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-05-02T04:10:20.849Z Compiling phf_shared v0.12.1
25532026-05-02T04:10:20.894Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-05-02T04:10:21.103Z Compiling serde_plain v1.0.2
25552026-05-02T04:10:21.263Z Compiling vte v0.14.1
25562026-05-02T04:10:21.308Z Compiling progenitor v0.14.0
25572026-05-02T04:10:21.417Z Compiling csv-core v0.1.13
25582026-05-02T04:10:21.438Z Compiling chrono-tz v0.10.4
25592026-05-02T04:10:21.496Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602026-05-02T04:10:21.524Z Compiling highway v1.3.0
25612026-05-02T04:10:21.565Z Compiling progenitor v0.13.0
25622026-05-02T04:10:21.656Z Compiling typed-path v0.9.3
25632026-05-02T04:10:21.784Z Compiling csv v1.4.0
25642026-05-02T04:10:21.864Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-05-02T04:10:22.033Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662026-05-02T04:10:22.320Z Compiling strip-ansi-escapes v0.2.1
25672026-05-02T04:10:22.789Z Compiling tough v0.20.0
25682026-05-02T04:10:22.824Z Compiling phf v0.12.1
25692026-05-02T04:10:22.915Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25702026-05-02T04:10:23.028Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-05-02T04:10:23.527Z Compiling const_format_proc_macros v0.2.34
25722026-05-02T04:10:24.291Z Compiling fd-lock v4.0.4
25732026-05-02T04:10:24.473Z Compiling peg-macros v0.8.5
25742026-05-02T04:10:24.511Z Compiling nu-ansi-term v0.50.3
25752026-05-02T04:10:24.757Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-05-02T04:10:25.045Z Compiling reedline v0.40.0
25772026-05-02T04:10:25.072Z Compiling const_format v0.2.35
25782026-05-02T04:10:25.591Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-05-02T04:10:25.720Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25802026-05-02T04:10:25.790Z Compiling peg v0.8.5
25812026-05-02T04:10:25.891Z Compiling bcs v0.1.6
25822026-05-02T04:10:26.312Z Compiling semver v0.1.20
25832026-05-02T04:10:26.599Z Compiling rustc_version v0.1.7
25842026-05-02T04:10:26.623Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-05-02T04:10:26.774Z Compiling humantime v2.3.0
25862026-05-02T04:10:26.859Z Compiling newtype_derive v0.1.6
25872026-05-02T04:10:26.896Z Compiling unicode-linebreak v0.1.5
25882026-05-02T04:10:27.080Z Compiling smawk v0.3.2
25892026-05-02T04:10:27.272Z Compiling textwrap v0.16.2
25902026-05-02T04:10:27.316Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-02T04:10:27.447Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-05-02T04:10:27.835Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-05-02T04:10:27.866Z Compiling dropshot-api-manager-types v0.7.1
25942026-05-02T04:10:28.481Z Compiling base64 v0.21.7
25952026-05-02T04:10:28.511Z Compiling steno v0.4.1
25962026-05-02T04:10:28.934Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25972026-05-02T04:10:28.957Z Compiling tagptr v0.2.0
25982026-05-02T04:10:29.013Z Compiling utf-8 v0.7.6
25992026-05-02T04:10:29.150Z Compiling moka v0.12.13
26002026-05-02T04:10:29.245Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-05-02T04:10:29.351Z Compiling tungstenite v0.21.0
26022026-05-02T04:10:29.417Z Compiling radium v0.7.0
26032026-05-02T04:10:29.738Z Compiling tap v1.0.1
26042026-05-02T04:10:30.040Z Compiling tokio-tungstenite v0.21.0
26052026-05-02T04:10:30.292Z Compiling hickory-resolver v0.25.2
26062026-05-02T04:10:30.360Z Compiling maybe-uninit v2.0.0
26072026-05-02T04:10:30.471Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-02T04:10:30.513Z Compiling wyz v0.5.1
26092026-05-02T04:10:30.733Z Compiling zerocopy-derive v0.6.6
26102026-05-02T04:10:30.793Z Compiling crc-catalog v2.4.0
26112026-05-02T04:10:30.815Z Compiling packed_struct v0.10.1
26122026-05-02T04:10:30.920Z Compiling funty v2.0.0
26132026-05-02T04:10:31.051Z Compiling display-error-chain v0.2.2
26142026-05-02T04:10:31.117Z Compiling crc v3.4.0
26152026-05-02T04:10:31.324Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-05-02T04:10:31.345Z Compiling bitvec v1.0.1
26172026-05-02T04:10:31.526Z Compiling zerocopy v0.6.6
26182026-05-02T04:10:31.645Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26192026-05-02T04:10:31.869Z Compiling packed_struct_codegen v0.10.1
26202026-05-02T04:10:31.914Z Compiling num-derive v0.3.3
26212026-05-02T04:10:32.797Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-05-02T04:10:32.922Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26232026-05-02T04:10:32.947Z Compiling bitfield-macros v0.19.4
26242026-05-02T04:10:33.146Z Compiling proc-macro-error-attr2 v2.0.0
26252026-05-02T04:10:33.545Z Compiling indexmap v1.9.3
26262026-05-02T04:10:33.649Z Compiling nodrop v0.1.14
26272026-05-02T04:10:33.784Z Compiling array-init v0.0.4
26282026-05-02T04:10:33.836Z Compiling bitfield v0.19.4
26292026-05-02T04:10:34.153Z Compiling proc-macro-error2 v2.0.1
26302026-05-02T04:10:34.399Z Compiling libscf-sys v1.1.0
26312026-05-02T04:10:34.450Z Compiling smallvec v0.6.14
26322026-05-02T04:10:34.472Z Compiling typify-impl v0.4.3
26332026-05-02T04:10:34.566Z Compiling hashbrown v0.12.3
26342026-05-02T04:10:34.719Z Compiling serde-hex v0.1.0
26352026-05-02T04:10:35.225Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-02T04:10:35.692Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-05-02T04:10:35.731Z Compiling tabled_derive v0.11.0
26382026-05-02T04:10:35.948Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-05-02T04:10:36.133Z Compiling ron v0.8.1
26402026-05-02T04:10:36.186Z Compiling papergrid v0.17.0
26412026-05-02T04:10:36.243Z Compiling testing_table v0.3.0
26422026-05-02T04:10:36.329Z Compiling hashbrown v0.13.2
26432026-05-02T04:10:36.684Z Compiling vergen-gitcl v1.0.8
26442026-05-02T04:10:36.709Z Compiling dirs-sys-next v0.1.2
26452026-05-02T04:10:36.767Z Compiling crc-any v2.5.0
26462026-05-02T04:10:36.822Z Compiling diesel_derives v2.3.7
26472026-05-02T04:10:36.912Z Compiling glob v0.3.3
26482026-05-02T04:10:36.950Z Compiling crunchy v0.2.4
26492026-05-02T04:10:36.976Z Compiling maplit v1.0.2
26502026-05-02T04:10:37.035Z Compiling dirs-next v2.0.0
26512026-05-02T04:10:37.090Z Compiling object v0.30.4
26522026-05-02T04:10:37.110Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26532026-05-02T04:10:37.184Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-05-02T04:10:37.205Z Compiling dsl_auto_type v0.2.0
26552026-05-02T04:10:37.259Z Compiling scheduled-thread-pool v0.2.7
26562026-05-02T04:10:37.289Z Compiling clang-sys v1.8.1
26572026-05-02T04:10:37.687Z Compiling tabled v0.20.0
26582026-05-02T04:10:37.769Z Compiling diesel_table_macro_syntax v0.3.0
26592026-05-02T04:10:37.794Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-02T04:10:37.864Z Compiling typify-macro v0.4.3
26612026-05-02T04:10:37.883Z Compiling xshell-macros v0.2.7
26622026-05-02T04:10:37.995Z Compiling path-slash v0.1.5
26632026-05-02T04:10:38.026Z Compiling tiny-keccak v2.0.2
26642026-05-02T04:10:38.189Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-05-02T04:10:38.279Z Compiling xshell v0.2.7
26662026-05-02T04:10:38.621Z Compiling r2d2 v0.8.10
26672026-05-02T04:10:38.624Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26682026-05-02T04:10:38.675Z Compiling term v0.7.0
26692026-05-02T04:10:39.188Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-05-02T04:10:39.244Z Compiling bit-vec v0.6.3
26712026-05-02T04:10:39.369Z Compiling downcast-rs v2.0.2
26722026-05-02T04:10:39.390Z Compiling ascii-canvas v3.0.0
26732026-05-02T04:10:39.513Z Compiling bit-set v0.5.3
26742026-05-02T04:10:39.652Z Compiling itertools v0.10.5
26752026-05-02T04:10:39.673Z Compiling ena v0.14.4
26762026-05-02T04:10:39.702Z Compiling libloading v0.8.9
26772026-05-02T04:10:39.845Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26782026-05-02T04:10:39.915Z Compiling unicase v2.9.0
26792026-05-02T04:10:39.938Z Compiling diff v0.1.13
26802026-05-02T04:10:40.190Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26812026-05-02T04:10:40.213Z Compiling regex-syntax v0.6.29
26822026-05-02T04:10:40.733Z Compiling bindgen v0.71.1
26832026-05-02T04:10:41.018Z Compiling crc8 v0.1.1
26842026-05-02T04:10:41.165Z Compiling typify v0.4.3
26852026-05-02T04:10:41.301Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-05-02T04:10:41.860Z Compiling lalrpop v0.19.12
26872026-05-02T04:10:41.889Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26882026-05-02T04:10:41.979Z Compiling cexpr v0.6.0
26892026-05-02T04:10:42.203Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-05-02T04:10:42.422Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-05-02T04:10:42.521Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-05-02T04:10:42.622Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-05-02T04:10:42.625Z Compiling headers-core v0.3.0
26942026-05-02T04:10:42.702Z Compiling libxml v0.3.3
26952026-05-02T04:10:42.859Z Compiling headers v0.4.1
26962026-05-02T04:10:43.005Z Compiling diesel v2.3.7
26972026-05-02T04:10:43.024Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-05-02T04:10:43.310Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-05-02T04:10:43.528Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-05-02T04:10:44.025Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-05-02T04:10:44.077Z Compiling strum_macros v0.24.3
27022026-05-02T04:10:44.220Z Compiling indoc v1.0.9
27032026-05-02T04:10:44.799Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-05-02T04:10:45.027Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-05-02T04:10:45.346Z Compiling derive_builder v0.20.2
27062026-05-02T04:10:45.447Z Compiling oso-derive v0.27.3
27072026-05-02T04:10:45.514Z Compiling quick-xml v0.37.5
27082026-05-02T04:10:45.945Z Compiling impl-trait-for-tuples v0.2.3
27092026-05-02T04:10:46.018Z Compiling half v1.8.3
27102026-05-02T04:10:46.207Z Compiling openssl-probe v0.1.6
27112026-05-02T04:10:46.398Z Compiling serde_cbor v0.11.2
27122026-05-02T04:10:46.495Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-05-02T04:10:46.517Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-05-02T04:10:46.972Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-02T04:10:47.128Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-05-02T04:10:47.175Z Compiling samael v0.0.19
27172026-05-02T04:10:47.220Z Compiling bb8 v0.8.6
27182026-05-02T04:10:47.243Z Compiling trait-variant v0.1.2
27192026-05-02T04:10:47.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27202026-05-02T04:10:47.430Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27212026-05-02T04:10:47.669Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27222026-05-02T04:10:47.697Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-05-02T04:10:47.772Z Compiling fxhash v0.2.1
27242026-05-02T04:10:47.797Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27252026-05-02T04:10:47.892Z Compiling salty v0.3.0
27262026-05-02T04:10:47.975Z Compiling progenitor-impl v0.10.0
27272026-05-02T04:10:48.193Z Compiling progenitor-impl v0.11.2
27282026-05-02T04:10:48.220Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27292026-05-02T04:10:48.250Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27302026-05-02T04:10:48.582Z Compiling kstat-rs v0.2.4
27312026-05-02T04:10:49.048Z Compiling libz-sys v1.1.24
27322026-05-02T04:10:49.070Z Compiling nonempty v0.12.0
27332026-05-02T04:10:49.211Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27342026-05-02T04:10:49.305Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27352026-05-02T04:10:49.330Z Compiling polar-core v0.27.3
27362026-05-02T04:10:50.101Z Compiling progenitor-macro v0.10.0
27372026-05-02T04:10:50.376Z Compiling progenitor-macro v0.11.2
27382026-05-02T04:10:51.383Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27392026-05-02T04:10:52.792Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-02T04:10:53.264Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27412026-05-02T04:10:53.358Z Compiling progenitor-client v0.11.2
27422026-05-02T04:10:53.897Z Compiling darling_core v0.23.0
27432026-05-02T04:10:53.968Z Compiling nanorand v0.7.0
27442026-05-02T04:10:54.080Z Compiling arc-swap v1.8.2
27452026-05-02T04:10:54.360Z Compiling fs-err v2.11.0
27462026-05-02T04:10:54.384Z Compiling parking_lot_core v0.8.6
27472026-05-02T04:10:54.661Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-05-02T04:10:54.684Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-05-02T04:10:54.725Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-05-02T04:10:56.095Z Compiling darling_macro v0.23.0
27512026-05-02T04:10:56.584Z Compiling mime_guess v2.0.5
27522026-05-02T04:10:57.102Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-05-02T04:10:57.623Z Compiling progenitor v0.11.2
27542026-05-02T04:10:57.814Z Compiling slog-scope v4.4.1
27552026-05-02T04:10:58.256Z Compiling oso v0.27.3
27562026-05-02T04:10:58.765Z Compiling flume v0.11.1
27572026-05-02T04:10:59.051Z Compiling progenitor v0.10.0
27582026-05-02T04:10:59.173Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-05-02T04:10:59.232Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27602026-05-02T04:11:01.514Z Compiling diesel-dtrace v0.5.0
27612026-05-02T04:11:01.855Z Compiling async-bb8-diesel v0.2.1
27622026-05-02T04:11:02.303Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632026-05-02T04:11:02.710Z Compiling primeorder v0.13.6
27642026-05-02T04:11:03.028Z Compiling git-stub v1.0.0
27652026-05-02T04:11:03.208Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-05-02T04:11:03.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27672026-05-02T04:11:03.547Z Compiling instability v0.3.11
27682026-05-02T04:11:03.601Z Compiling git-stub-vcs v0.1.0
27692026-05-02T04:11:03.801Z Compiling p384 v0.13.1
27702026-05-02T04:11:04.065Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-02T04:11:04.643Z Compiling slog-stdlog v4.1.1
27722026-05-02T04:11:05.154Z Compiling darling v0.23.0
27732026-05-02T04:11:05.437Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27742026-05-02T04:11:05.535Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-05-02T04:11:05.685Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27762026-05-02T04:11:05.773Z Compiling ignore v0.4.25
27772026-05-02T04:11:05.938Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-02T04:11:05.961Z Compiling castaway v0.2.4
27792026-05-02T04:11:06.119Z Compiling atty v0.2.14
27802026-05-02T04:11:06.267Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-05-02T04:11:06.495Z Compiling indoc v2.0.7
27822026-05-02T04:11:06.849Z Compiling parse-size v1.1.0
27832026-05-02T04:11:06.944Z Compiling http-range v0.1.5
27842026-05-02T04:11:07.080Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27852026-05-02T04:11:07.339Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-05-02T04:11:08.102Z Compiling globwalk v0.9.1
27872026-05-02T04:11:08.176Z Compiling compact_str v0.8.1
27882026-05-02T04:11:08.772Z Compiling parking_lot v0.11.2
27892026-05-02T04:11:09.307Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-05-02T04:11:09.684Z Compiling slog-envlogger v2.2.0
27912026-05-02T04:11:10.241Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27922026-05-02T04:11:10.772Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-05-02T04:11:10.834Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27942026-05-02T04:11:11.011Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-02T04:11:11.428Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27962026-05-02T04:11:11.586Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-05-02T04:11:11.780Z Compiling predicates-tree v1.0.13
27982026-05-02T04:11:11.955Z Compiling unicode-truncate v1.1.0
27992026-05-02T04:11:12.166Z Compiling lru v0.12.5
28002026-05-02T04:11:12.267Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-05-02T04:11:12.270Z Compiling rand_seeder v0.4.0
28022026-05-02T04:11:12.350Z Compiling prefix-trie v0.7.0
28032026-05-02T04:11:12.396Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-05-02T04:11:12.519Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-05-02T04:11:12.549Z Compiling vergen-git2 v1.0.7
28062026-05-02T04:11:12.641Z Compiling corncobs v0.1.4
28072026-05-02T04:11:12.788Z Compiling cassowary v0.3.0
28082026-05-02T04:11:12.809Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28092026-05-02T04:11:12.836Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-05-02T04:11:12.887Z Compiling hickory-server v0.25.2
28112026-05-02T04:11:12.938Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28122026-05-02T04:11:12.974Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-05-02T04:11:13.116Z Compiling ratatui v0.29.0
28142026-05-02T04:11:13.153Z Compiling camino-tempfile-ext v0.3.3
28152026-05-02T04:11:13.532Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-05-02T04:11:13.627Z Compiling hyper-staticfile v0.10.1
28172026-05-02T04:11:13.805Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28182026-05-02T04:11:13.870Z Compiling sled v0.34.7
28192026-05-02T04:11:14.794Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28202026-05-02T04:11:14.832Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28212026-05-02T04:11:15.442Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28222026-05-02T04:11:16.843Z Compiling secrecy v0.8.0
28232026-05-02T04:11:17.039Z Compiling rustls v0.21.12
28242026-05-02T04:11:17.235Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28252026-05-02T04:11:17.506Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-05-02T04:11:17.868Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-05-02T04:11:18.542Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-05-02T04:11:18.566Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-02T04:11:19.746Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-05-02T04:11:19.874Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-05-02T04:11:20.623Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-05-02T04:11:21.638Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332026-05-02T04:11:21.789Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342026-05-02T04:11:22.043Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28352026-05-02T04:11:22.265Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-05-02T04:11:22.486Z Compiling rustls-webpki v0.101.7
28372026-05-02T04:11:22.631Z Compiling sct v0.7.1
28382026-05-02T04:11:22.784Z Compiling nix v0.29.0
28392026-05-02T04:11:22.905Z Compiling dropshot v0.16.7
28402026-05-02T04:11:23.133Z Compiling void v1.0.2
28412026-05-02T04:11:23.263Z Compiling lzss v0.8.2
28422026-05-02T04:11:23.399Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-05-02T04:11:23.544Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-05-02T04:11:23.749Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-05-02T04:11:24.139Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-05-02T04:11:24.565Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-02T04:11:25.224Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28482026-05-02T04:11:25.311Z Compiling tungstenite v0.23.0
28492026-05-02T04:11:25.473Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28502026-05-02T04:11:25.641Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-05-02T04:11:25.695Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28522026-05-02T04:11:25.864Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28532026-05-02T04:11:25.922Z Compiling toml v0.9.12+spec-1.1.0
28542026-05-02T04:11:26.093Z Compiling nix v0.27.1
28552026-05-02T04:11:26.524Z Compiling dropshot_endpoint v0.16.7
28562026-05-02T04:11:27.257Z Compiling serde_bytes v0.11.19
28572026-05-02T04:11:27.470Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28582026-05-02T04:11:27.553Z Compiling tokio-tungstenite v0.23.1
28592026-05-02T04:11:27.707Z Compiling tokio-rustls v0.24.1
28602026-05-02T04:11:27.913Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28612026-05-02T04:11:28.417Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-05-02T04:11:28.743Z Compiling git2 v0.20.4
28632026-05-02T04:11:30.093Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-05-02T04:11:30.494Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-05-02T04:11:32.270Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-05-02T04:11:32.904Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28672026-05-02T04:11:33.566Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28682026-05-02T04:11:34.026Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28692026-05-02T04:11:35.527Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-02T04:11:35.949Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-05-02T04:11:36.606Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-02T04:11:36.723Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-05-02T04:11:36.809Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-05-02T04:11:37.726Z Compiling rustls-pemfile v1.0.4
28752026-05-02T04:11:37.813Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28762026-05-02T04:11:38.147Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-05-02T04:11:38.372Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782026-05-02T04:11:39.412Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-05-02T04:11:40.456Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28802026-05-02T04:11:40.629Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-05-02T04:11:41.261Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-05-02T04:11:41.395Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28832026-05-02T04:11:41.461Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-05-02T04:11:41.538Z Compiling signal-hook-tokio v0.3.1
28852026-05-02T04:11:41.635Z Compiling twox-hash v2.1.2
28862026-05-02T04:11:41.731Z Compiling yasna v0.5.2
28872026-05-02T04:11:42.107Z Compiling is_ci v1.2.0
28882026-05-02T04:11:42.298Z Compiling rcgen v0.12.1
28892026-05-02T04:11:42.322Z Compiling supports-color v3.0.2
28902026-05-02T04:11:42.611Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28912026-05-02T04:11:43.301Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28922026-05-02T04:11:43.304Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28932026-05-02T04:11:43.348Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28942026-05-02T04:11:43.351Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28952026-05-02T04:11:43.846Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28962026-05-02T04:11:44.250Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-05-02T04:11:44.729Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-05-02T04:11:46.573Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-05-02T04:11:46.679Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-05-02T04:11:46.821Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-05-02T04:11:47.042Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29022026-05-02T04:11:47.273Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29032026-05-02T04:11:47.487Z Compiling fatfs v0.3.6
29042026-05-02T04:11:47.877Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29052026-05-02T04:11:48.231Z Compiling subprocess v0.2.15
29062026-05-02T04:11:48.669Z Compiling rtoolbox v0.0.3
29072026-05-02T04:11:48.943Z Compiling assert_matches v1.5.0
29082026-05-02T04:11:49.042Z Compiling seq-macro v0.3.6
29092026-05-02T04:11:49.064Z Compiling rpassword v7.4.0
29102026-05-02T04:11:49.351Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112026-05-02T04:11:49.644Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122026-05-02T04:11:50.392Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29132026-05-02T04:11:50.417Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29142026-05-02T04:11:51.539Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29152026-05-02T04:11:51.678Z Compiling tui-tree-widget v0.23.1
29162026-05-02T04:11:51.855Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-05-02T04:11:51.957Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29182026-05-02T04:11:51.981Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192026-05-02T04:11:52.479Z Compiling uzers v0.12.2
29202026-05-02T04:11:52.802Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29212026-05-02T04:11:53.971Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29222026-05-02T04:11:54.550Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29232026-05-02T04:11:56.319Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29242026-05-02T04:11:58.058Z Compiling support-bundle-viewer v0.1.2
29252026-05-02T04:11:59.293Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29262026-05-02T04:11:59.933Z Compiling multimap v0.10.1
29272026-05-02T04:12:09.042Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29282026-05-02T04:12:19.236Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29292026-05-02T04:12:19.571Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29302026-05-02T04:12:20.753Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312026-05-02T04:17:27.988Z Finished `release` profile [optimized] target(s) in 7m 21s
29322026-05-02T04:18:12.248Z
29332026-05-02T04:18:12.249Zreal 8:06.378771749
29342026-05-02T04:18:12.252Zuser 1:16:23.507223445
29352026-05-02T04:18:12.252Zsys 3:24.364512129
29362026-05-02T04:18:12.252Ztrap 1.758925602
29372026-05-02T04:18:12.252Ztflt 2.104649511
29382026-05-02T04:18:12.252Zdflt 16.061664123
29392026-05-02T04:18:12.252Zkflt 0.002303437
29402026-05-02T04:18:12.252Zlock 6:12:42.644025972
29412026-05-02T04:18:12.252Zslp 2:10:29.497186961
29422026-05-02T04:18:12.252Zlat 2:24.530807375
29432026-05-02T04:18:12.252Zstop 5:09.717701070
29442026-05-02T04:18:12.252Z+ mapfile -t packages
29452026-05-02T04:18:12.252Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29462026-05-02T04:18:13.188Z Finished `release` profile [optimized] target(s) in 0.92s
29472026-05-02T04:18:13.259Z Running `target/release/omicron-package -t test list-outputs`
29482026-05-02T04:18:13.317ZLogging to: /work/oxidecomputer/omicron/out/LOG
29492026-05-02T04:18:13.320Z+ ptime -m cargo build --locked --release -p xtask
29502026-05-02T04:18:13.846Z Compiling libc v0.2.185
29512026-05-02T04:18:13.846Z Compiling serde v1.0.228
29522026-05-02T04:18:13.849Z Compiling serde_core v1.0.228
29532026-05-02T04:18:13.849Z Compiling rustix v1.1.3
29542026-05-02T04:18:13.950Z Compiling bitflags v2.11.0
29552026-05-02T04:18:13.960Z Compiling serde_json v1.0.149
29562026-05-02T04:18:13.984Z Compiling num-traits v0.2.19
29572026-05-02T04:18:13.994Z Compiling syn v2.0.117
29582026-05-02T04:18:14.015Z Compiling smallvec v1.15.1
29592026-05-02T04:18:14.026Z Compiling indexmap v2.14.0
29602026-05-02T04:18:14.026Z Compiling usdt-impl v0.5.0
29612026-05-02T04:18:14.048Z Compiling syn v1.0.109
29622026-05-02T04:18:14.060Z Compiling percent-encoding v2.3.2
29632026-05-02T04:18:14.070Z Compiling getrandom v0.4.1
29642026-05-02T04:18:14.205Z Compiling log v0.4.29
29652026-05-02T04:18:14.338Z Compiling form_urlencoded v1.2.2
29662026-05-02T04:18:14.430Z Compiling fs-err v3.3.0
29672026-05-02T04:18:14.430Z Compiling once_cell v1.21.3
29682026-05-02T04:18:14.433Z Compiling heck v0.4.1
29692026-05-02T04:18:14.462Z Compiling anyhow v1.0.102
29702026-05-02T04:18:14.673Z Compiling thread-id v4.2.2
29712026-05-02T04:18:14.694Z Compiling errno v0.3.14
29722026-05-02T04:18:14.697Z Compiling memmap v0.7.0
29732026-05-02T04:18:14.978Z Compiling ordered-float v2.10.1
29742026-05-02T04:18:15.512Z Compiling proc-macro-error v1.0.4
29752026-05-02T04:18:15.705Z Compiling terminal_size v0.4.3
29762026-05-02T04:18:15.705Z Compiling tempfile v3.25.0
29772026-05-02T04:18:15.756Z Compiling tabled_derive v0.7.0
29782026-05-02T04:18:15.799Z Compiling clap_builder v4.5.60
29792026-05-02T04:18:15.800Z Compiling textwrap v0.16.2
29802026-05-02T04:18:15.935Z Compiling camino-tempfile v1.4.1
29812026-05-02T04:18:16.420Z Compiling tabled v0.15.0
29822026-05-02T04:18:16.500Z Compiling synstructure v0.13.2
29832026-05-02T04:18:16.500Z Compiling pest_generator v2.8.6
29842026-05-02T04:18:16.883Z Compiling serde_derive v1.0.228
29852026-05-02T04:18:16.883Z Compiling zerofrom-derive v0.1.6
29862026-05-02T04:18:16.886Z Compiling yoke-derive v0.8.1
29872026-05-02T04:18:16.886Z Compiling zerovec-derive v0.11.2
29882026-05-02T04:18:16.886Z Compiling displaydoc v0.2.5
29892026-05-02T04:18:16.886Z Compiling thiserror-impl v1.0.69
29902026-05-02T04:18:16.886Z Compiling zerocopy-derive v0.7.35
29912026-05-02T04:18:16.886Z Compiling scroll_derive v0.12.1
29922026-05-02T04:18:16.886Z Compiling thiserror-impl v2.0.18
29932026-05-02T04:18:16.886Z Compiling clap_derive v4.5.55
29942026-05-02T04:18:17.046Z Compiling pest_derive v2.8.6
29952026-05-02T04:18:17.563Z Compiling scroll v0.12.0
29962026-05-02T04:18:17.709Z Compiling zerocopy v0.7.35
29972026-05-02T04:18:17.889Z Compiling goblin v0.8.2
29982026-05-02T04:18:17.912Z Compiling zerofrom v0.1.6
29992026-05-02T04:18:18.034Z Compiling yoke v0.8.1
30002026-05-02T04:18:18.034Z Compiling thiserror v1.0.69
30012026-05-02T04:18:18.145Z Compiling dtrace-parser v0.2.0
30022026-05-02T04:18:18.181Z Compiling thiserror v2.0.18
30032026-05-02T04:18:18.249Z Compiling zerovec v0.11.5
30042026-05-02T04:18:18.267Z Compiling zerotrie v0.2.3
30052026-05-02T04:18:18.545Z Compiling clap v4.5.60
30062026-05-02T04:18:18.865Z Compiling tinystr v0.8.2
30072026-05-02T04:18:19.043Z Compiling icu_locale_core v2.1.1
30082026-05-02T04:18:19.103Z Compiling potential_utf v0.1.4
30092026-05-02T04:18:19.324Z Compiling icu_collections v2.1.1
30102026-05-02T04:18:20.059Z Compiling icu_provider v2.1.1
30112026-05-02T04:18:20.145Z Compiling serde_spanned v0.6.9
30122026-05-02T04:18:20.324Z Compiling toml_datetime v0.6.11
30132026-05-02T04:18:20.385Z Compiling icu_properties v2.1.2
30142026-05-02T04:18:20.395Z Compiling icu_normalizer v2.1.1
30152026-05-02T04:18:20.494Z Compiling dof v0.3.0
30162026-05-02T04:18:20.514Z Compiling serde-value v0.7.0
30172026-05-02T04:18:20.739Z Compiling toml_edit v0.22.27
30182026-05-02T04:18:20.876Z Compiling serde_tokenstream v0.2.3
30192026-05-02T04:18:20.950Z Compiling cargo-platform v0.2.0
30202026-05-02T04:18:21.008Z Compiling macaddr v1.0.1
30212026-05-02T04:18:21.267Z Compiling idna_adapter v1.2.1
30222026-05-02T04:18:21.380Z Compiling idna v1.1.0
30232026-05-02T04:18:21.440Z Compiling usdt-macro v0.5.0
30242026-05-02T04:18:21.454Z Compiling usdt-attr-macro v0.5.0
30252026-05-02T04:18:21.850Z Compiling url v2.5.8
30262026-05-02T04:18:22.107Z Compiling usdt v0.5.0
30272026-05-02T04:18:22.314Z Compiling toml v0.8.23
30282026-05-02T04:18:22.757Z Compiling cargo-util-schemas v0.8.2
30292026-05-02T04:18:22.757Z Compiling cargo_toml v0.21.0
30302026-05-02T04:18:23.769Z Compiling cargo_metadata v0.21.0
30312026-05-02T04:18:26.813Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30322026-05-02T04:18:29.792Z Finished `release` profile [optimized] target(s) in 16.46s
30332026-05-02T04:18:29.954Z
30342026-05-02T04:18:29.954Zreal 16.598441498
30352026-05-02T04:18:29.955Zuser 2:20.499831479
30362026-05-02T04:18:29.957Zsys 16.570625133
30372026-05-02T04:18:29.957Ztrap 0.091828708
30382026-05-02T04:18:29.957Ztflt 0.545984443
30392026-05-02T04:18:29.957Zdflt 1.395946552
30402026-05-02T04:18:29.958Zkflt 0.000067502
30412026-05-02T04:18:29.958Zlock 5:20.716854869
30422026-05-02T04:18:29.958Zslp 3:25.348356588
30432026-05-02T04:18:29.958Zlat 6.532476758
30442026-05-02T04:18:29.958Zstop 18.919924041
30452026-05-02T04:18:29.958Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-02T04:18:29.958Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-05-02T04:18:29.958Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-02T04:18:29.958Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-05-02T04:18:29.958Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30502026-05-02T04:18:30.885Z Compiling newtype-uuid-macros v0.1.0
30512026-05-02T04:18:30.889Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-05-02T04:18:30.889Z Compiling regress v0.10.5
30532026-05-02T04:18:30.889Z Compiling structmeta-derive v0.3.0
30542026-05-02T04:18:30.889Z Compiling rustls v0.22.4
30552026-05-02T04:18:30.889Z Compiling rustls-webpki v0.102.8
30562026-05-02T04:18:30.889Z Compiling multer v3.1.0
30572026-05-02T04:18:30.889Z Compiling match_cfg v0.1.0
30582026-05-02T04:18:31.033Z Compiling compression-core v0.4.31
30592026-05-02T04:18:31.035Z Compiling debug-ignore v1.0.5
30602026-05-02T04:18:31.035Z Compiling slog-json v2.6.1
30612026-05-02T04:18:31.137Z Compiling async-stream-impl v0.3.6
30622026-05-02T04:18:31.153Z Compiling toml_datetime v1.0.0+spec-1.1.0
30632026-05-02T04:18:31.156Z Compiling serde_spanned v1.0.4
30642026-05-02T04:18:31.170Z Compiling compression-codecs v0.4.37
30652026-05-02T04:18:31.173Z Compiling dropshot v0.17.0
30662026-05-02T04:18:31.217Z Compiling hostname v0.3.1
30672026-05-02T04:18:31.233Z Compiling toml_writer v1.0.6+spec-1.1.0
30682026-05-02T04:18:31.282Z Compiling itertools v0.14.0
30692026-05-02T04:18:31.331Z Compiling waitgroup v0.1.2
30702026-05-02T04:18:31.398Z Compiling slog-bunyan v2.5.0
30712026-05-02T04:18:31.416Z Compiling async-compression v0.4.41
30722026-05-02T04:18:31.452Z Compiling toml v1.0.6+spec-1.1.0
30732026-05-02T04:18:31.489Z Compiling rustls-pemfile v2.2.0
30742026-05-02T04:18:31.492Z Compiling dropshot_endpoint v0.17.0
30752026-05-02T04:18:31.520Z Compiling hostname v0.4.2
30762026-05-02T04:18:31.550Z Compiling serde_path_to_error v0.1.20
30772026-05-02T04:18:31.553Z Compiling progenitor-client v0.14.0
30782026-05-02T04:18:31.585Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30792026-05-02T04:18:31.692Z Compiling macaddr v1.0.1
30802026-05-02T04:18:31.708Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-05-02T04:18:31.743Z Compiling instant v0.1.13
30822026-05-02T04:18:31.787Z Compiling progenitor-client v0.10.0
30832026-05-02T04:18:31.804Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30842026-05-02T04:18:31.852Z Compiling backon v1.6.0
30852026-05-02T04:18:31.870Z Compiling backoff v0.4.0
30862026-05-02T04:18:31.872Z Compiling async-stream v0.3.6
30872026-05-02T04:18:31.901Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30882026-05-02T04:18:31.917Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30892026-05-02T04:18:31.936Z Compiling universal-hash v0.5.1
30902026-05-02T04:18:31.953Z Compiling opaque-debug v0.3.1
30912026-05-02T04:18:32.040Z Compiling progenitor-extras v0.2.0
30922026-05-02T04:18:32.071Z Compiling half v2.7.1
30932026-05-02T04:18:32.087Z Compiling crucible-workspace-hack v0.1.0
30942026-05-02T04:18:32.103Z Compiling ciborium-io v0.2.2
30952026-05-02T04:18:32.103Z Compiling unsafe-libyaml v0.2.11
30962026-05-02T04:18:32.153Z Compiling convert_case v0.4.0
30972026-05-02T04:18:32.156Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30982026-05-02T04:18:32.238Z Compiling regress v0.11.1
30992026-05-02T04:18:32.290Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-05-02T04:18:32.317Z Compiling structmeta v0.3.0
31012026-05-02T04:18:32.335Z Compiling ciborium-ll v0.2.2
31022026-05-02T04:18:32.368Z Compiling aead v0.5.2
31032026-05-02T04:18:32.405Z Compiling secrecy v0.10.3
31042026-05-02T04:18:32.455Z Compiling poly1305 v0.8.0
31052026-05-02T04:18:32.478Z Compiling chacha20 v0.9.1
31062026-05-02T04:18:32.560Z Compiling derive_more v0.99.20
31072026-05-02T04:18:32.564Z Compiling derive-ex v0.1.8
31082026-05-02T04:18:32.595Z Compiling parse-display-derive v0.10.0
31092026-05-02T04:18:32.598Z Compiling ciborium v0.2.2
31102026-05-02T04:18:32.598Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31112026-05-02T04:18:32.598Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31122026-05-02T04:18:32.663Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-02T04:18:32.754Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31142026-05-02T04:18:32.812Z Compiling thiserror-impl-no-std v2.0.2
31152026-05-02T04:18:32.869Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31162026-05-02T04:18:32.892Z Compiling byte-wrapper v0.1.0
31172026-05-02T04:18:33.035Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-02T04:18:33.106Z Compiling blake2 v0.10.6
31192026-05-02T04:18:33.122Z Compiling password-hash v0.5.0
31202026-05-02T04:18:33.228Z Compiling chacha20poly1305 v0.10.1
31212026-05-02T04:18:33.245Z Compiling indent_write v2.2.0
31222026-05-02T04:18:33.263Z Compiling heapless v0.8.0
31232026-05-02T04:18:33.312Z Compiling ingot-macros v0.1.1
31242026-05-02T04:18:33.409Z Compiling tokio-rustls v0.25.0
31252026-05-02T04:18:33.426Z Compiling argon2 v0.5.3
31262026-05-02T04:18:33.553Z Compiling toml_edit v0.23.10+spec-1.0.0
31272026-05-02T04:18:33.684Z Compiling hash32 v0.3.1
31282026-05-02T04:18:33.773Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-05-02T04:18:33.866Z Compiling typify-impl v0.6.2
31302026-05-02T04:18:34.021Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31312026-05-02T04:18:34.037Z Compiling thiserror-no-std v2.0.2
31322026-05-02T04:18:34.152Z Compiling vsss-rs v3.3.4
31332026-05-02T04:18:34.170Z Compiling smoltcp v0.11.0
31342026-05-02T04:18:34.306Z Compiling proc-macro-crate v3.4.0
31352026-05-02T04:18:34.367Z Compiling parse-display v0.10.0
31362026-05-02T04:18:34.367Z Compiling test-strategy v0.4.5
31372026-05-02T04:18:34.568Z Compiling tabwriter v1.4.1
31382026-05-02T04:18:34.630Z Compiling num-rational v0.4.2
31392026-05-02T04:18:34.648Z Compiling cobs v0.3.0
31402026-05-02T04:18:34.713Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31412026-05-02T04:18:34.816Z Compiling num-complex v0.4.6
31422026-05-02T04:18:34.832Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-05-02T04:18:34.851Z Compiling postcard v1.1.3
31442026-05-02T04:18:34.898Z Compiling num_enum_derive v0.7.5
31452026-05-02T04:18:34.939Z Compiling proc-macro-error v1.0.4
31462026-05-02T04:18:35.068Z Compiling proc-macro-crate v1.3.1
31472026-05-02T04:18:35.165Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-05-02T04:18:35.182Z Compiling num v0.4.3
31492026-05-02T04:18:35.213Z Compiling foreign-types-macros v0.2.3
31502026-05-02T04:18:35.232Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-05-02T04:18:35.247Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31522026-05-02T04:18:35.280Z Compiling cpufeatures v0.3.0
31532026-05-02T04:18:35.284Z Compiling rayon-core v1.13.0
31542026-05-02T04:18:35.381Z Compiling foreign-types-shared v0.3.1
31552026-05-02T04:18:35.462Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31562026-05-02T04:18:35.500Z Compiling colored v3.1.1
31572026-05-02T04:18:35.517Z Compiling float-ord v0.3.2
31582026-05-02T04:18:35.520Z Compiling num_enum_derive v0.5.11
31592026-05-02T04:18:35.582Z Compiling chacha20 v0.10.0
31602026-05-02T04:18:35.676Z Compiling crossbeam-deque v0.8.6
31612026-05-02T04:18:35.731Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-05-02T04:18:35.765Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31632026-05-02T04:18:35.807Z Compiling cstr-argument v0.1.2
31642026-05-02T04:18:35.857Z Compiling foreign-types v0.5.0
31652026-05-02T04:18:35.891Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-05-02T04:18:35.924Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31672026-05-02T04:18:35.943Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-05-02T04:18:35.962Z Compiling rand v0.10.0
31692026-05-02T04:18:35.985Z Compiling toml v0.8.23
31702026-05-02T04:18:36.020Z Compiling num_enum v0.7.5
31712026-05-02T04:18:36.144Z Compiling camino-tempfile v1.4.1
31722026-05-02T04:18:36.196Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31732026-05-02T04:18:36.212Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31742026-05-02T04:18:36.231Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31752026-05-02T04:18:36.250Z Compiling ingot-types v0.1.2
31762026-05-02T04:18:36.276Z Compiling zone_cfg_derive v0.3.1
31772026-05-02T04:18:36.308Z Compiling rayon v1.11.0
31782026-05-02T04:18:36.363Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-02T04:18:36.405Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31802026-05-02T04:18:36.429Z Compiling itertools v0.12.1
31812026-05-02T04:18:36.515Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31822026-05-02T04:18:36.534Z Compiling num-derive v0.4.2
31832026-05-02T04:18:36.624Z Compiling num_enum v0.5.11
31842026-05-02T04:18:36.642Z Compiling ingot v0.1.1
31852026-05-02T04:18:36.645Z Compiling sigpipe v0.1.3
31862026-05-02T04:18:36.645Z Compiling glob v0.3.3
31872026-05-02T04:18:36.691Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-02T04:18:36.709Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31892026-05-02T04:18:36.767Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-05-02T04:18:36.785Z Compiling smf v0.2.3
31912026-05-02T04:18:36.907Z Compiling whoami v1.6.1
31922026-05-02T04:18:36.950Z Compiling prettyplease v0.2.37
31932026-05-02T04:18:36.987Z Compiling gethostname v0.5.0
31942026-05-02T04:18:37.081Z Compiling usdt-attr-macro v0.5.0
31952026-05-02T04:18:37.106Z Compiling usdt-macro v0.5.0
31962026-05-02T04:18:37.130Z Compiling memmap v0.7.0
31972026-05-02T04:18:37.289Z Compiling atomicwrites v0.4.4
31982026-05-02T04:18:37.313Z Compiling derive-where v1.6.0
31992026-05-02T04:18:37.385Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32002026-05-02T04:18:37.401Z Compiling progenitor-client v0.13.0
32012026-05-02T04:18:37.496Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-02T04:18:37.512Z Compiling resolv-conf v0.7.6
32032026-05-02T04:18:37.546Z Compiling cancel-safe-futures v0.1.5
32042026-05-02T04:18:37.705Z Compiling zone v0.3.1
32052026-05-02T04:18:37.758Z Compiling owo-colors v4.3.0
32062026-05-02T04:18:37.818Z Compiling libsw-core v0.3.2
32072026-05-02T04:18:37.895Z Compiling async-recursion v1.1.1
32082026-05-02T04:18:37.949Z Compiling linear-map v1.2.0
32092026-05-02T04:18:37.984Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-05-02T04:18:38.019Z Compiling usdt v0.5.0
32112026-05-02T04:18:38.158Z Compiling libsw v3.5.0
32122026-05-02T04:18:38.174Z Compiling libefi-sys v0.1.0
32132026-05-02T04:18:38.237Z Compiling console v0.15.11
32142026-05-02T04:18:38.254Z Compiling hickory-proto v0.24.4
32152026-05-02T04:18:38.328Z Compiling newline-converter v0.3.0
32162026-05-02T04:18:38.373Z Compiling bitfield-struct v0.6.2
32172026-05-02T04:18:38.418Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32182026-05-02T04:18:38.437Z Compiling semver v0.1.20
32192026-05-02T04:18:38.471Z Compiling typify-macro v0.6.2
32202026-05-02T04:18:38.488Z Compiling linked-hash-map v0.5.6
32212026-05-02T04:18:38.601Z Compiling tokio-dtrace v0.1.1
32222026-05-02T04:18:38.618Z Compiling expectorate v1.2.0
32232026-05-02T04:18:38.637Z Compiling rustc_version v0.1.7
32242026-05-02T04:18:38.692Z Compiling lru-cache v0.1.2
32252026-05-02T04:18:38.715Z Compiling dropshot-api-manager-types v0.7.1
32262026-05-02T04:18:38.718Z Compiling pin-project-internal v1.1.11
32272026-05-02T04:18:38.755Z Compiling slog-dtrace v0.3.0
32282026-05-02T04:18:38.805Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32292026-05-02T04:18:38.846Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-05-02T04:18:38.877Z Compiling minimal-lexical v0.2.1
32312026-05-02T04:18:38.899Z Compiling newtype_derive v0.1.6
32322026-05-02T04:18:38.916Z Compiling oxide-tokio-rt v0.1.4
32332026-05-02T04:18:38.952Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32342026-05-02T04:18:38.968Z Compiling typify-impl v0.4.3
32352026-05-02T04:18:39.054Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-05-02T04:18:39.083Z Compiling snafu-derive v0.8.9
32372026-05-02T04:18:39.086Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-05-02T04:18:39.137Z Compiling nom v7.1.3
32392026-05-02T04:18:39.172Z Compiling phf_shared v0.12.1
32402026-05-02T04:18:39.190Z Compiling pem v3.0.6
32412026-05-02T04:18:39.207Z Compiling csv-core v0.1.13
32422026-05-02T04:18:39.237Z Compiling xshell-macros v0.2.7
32432026-05-02T04:18:39.413Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-05-02T04:18:39.498Z Compiling same-file v1.0.6
32452026-05-02T04:18:39.551Z Compiling highway v1.3.0
32462026-05-02T04:18:39.610Z Compiling chrono-tz v0.10.4
32472026-05-02T04:18:39.634Z Compiling walkdir v2.5.0
32482026-05-02T04:18:39.653Z Compiling xshell v0.2.7
32492026-05-02T04:18:39.702Z Compiling const_format_proc_macros v0.2.34
32502026-05-02T04:18:39.819Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-05-02T04:18:39.859Z Compiling csv v1.4.0
32522026-05-02T04:18:39.884Z Compiling phf v0.12.1
32532026-05-02T04:18:39.918Z Compiling pin-project v1.1.11
32542026-05-02T04:18:40.017Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32552026-05-02T04:18:40.048Z Compiling globset v0.4.18
32562026-05-02T04:18:40.072Z Compiling olpc-cjson v0.1.4
32572026-05-02T04:18:40.191Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32582026-05-02T04:18:40.269Z Compiling primeorder v0.13.6
32592026-05-02T04:18:40.328Z Compiling typify v0.6.2
32602026-05-02T04:18:40.345Z Compiling serde_plain v1.0.2
32612026-05-02T04:18:40.427Z Compiling hickory-resolver v0.24.4
32622026-05-02T04:18:40.465Z Compiling progenitor-impl v0.14.0
32632026-05-02T04:18:40.483Z Compiling progenitor-impl v0.13.0
32642026-05-02T04:18:40.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-05-02T04:18:40.560Z Compiling typed-path v0.9.3
32662026-05-02T04:18:40.576Z Compiling const_format v0.2.35
32672026-05-02T04:18:40.596Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32682026-05-02T04:18:40.880Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32692026-05-02T04:18:40.923Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-05-02T04:18:41.070Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32712026-05-02T04:18:41.117Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32722026-05-02T04:18:41.220Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32732026-05-02T04:18:41.495Z Compiling qorb v0.4.1
32742026-05-02T04:18:41.534Z Compiling snafu v0.8.9
32752026-05-02T04:18:41.552Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32762026-05-02T04:18:41.847Z Compiling tough v0.20.0
32772026-05-02T04:18:41.937Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-05-02T04:18:42.051Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-02T04:18:42.094Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32802026-05-02T04:18:42.179Z Compiling tabled_derive v0.7.0
32812026-05-02T04:18:42.280Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32822026-05-02T04:18:42.307Z Compiling bcs v0.1.6
32832026-05-02T04:18:42.661Z Compiling termtree v0.5.1
32842026-05-02T04:18:42.743Z Compiling salty v0.3.0
32852026-05-02T04:18:42.832Z Compiling textwrap v0.16.2
32862026-05-02T04:18:42.851Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-02T04:18:43.021Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32882026-05-02T04:18:43.070Z Compiling steno v0.4.1
32892026-05-02T04:18:43.104Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32902026-05-02T04:18:43.197Z Compiling progenitor-macro v0.14.0
32912026-05-02T04:18:43.223Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-05-02T04:18:43.226Z Compiling progenitor-macro v0.13.0
32932026-05-02T04:18:43.275Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32942026-05-02T04:18:43.293Z Compiling tabled v0.15.0
32952026-05-02T04:18:43.347Z Compiling radium v0.7.0
32962026-05-02T04:18:43.502Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-05-02T04:18:43.571Z Compiling typify-macro v0.4.3
32982026-05-02T04:18:43.600Z Compiling humantime v2.3.0
32992026-05-02T04:18:43.654Z Compiling tagptr v0.2.0
33002026-05-02T04:18:43.764Z Compiling base64 v0.21.7
33012026-05-02T04:18:43.833Z Compiling moka v0.12.13
33022026-05-02T04:18:44.091Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-02T04:18:44.123Z Compiling p384 v0.13.1
33042026-05-02T04:18:44.152Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-05-02T04:18:44.369Z Compiling maybe-uninit v2.0.0
33062026-05-02T04:18:44.643Z Compiling tap v1.0.1
33072026-05-02T04:18:44.718Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-02T04:18:44.737Z Compiling hickory-resolver v0.25.2
33092026-05-02T04:18:44.740Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-05-02T04:18:44.772Z Compiling wyz v0.5.1
33112026-05-02T04:18:44.997Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33122026-05-02T04:18:45.019Z Compiling proc-macro-error-attr2 v2.0.0
33132026-05-02T04:18:45.037Z Compiling funty v2.0.0
33142026-05-02T04:18:45.304Z Compiling parking_lot_core v0.8.6
33152026-05-02T04:18:45.359Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33162026-05-02T04:18:45.377Z Compiling typify v0.4.3
33172026-05-02T04:18:45.468Z Compiling utf-8 v0.7.6
33182026-05-02T04:18:45.517Z Compiling packed_struct v0.10.1
33192026-05-02T04:18:45.636Z Compiling tungstenite v0.21.0
33202026-05-02T04:18:45.653Z Compiling proc-macro-error2 v2.0.1
33212026-05-02T04:18:45.657Z Compiling bitvec v1.0.1
33222026-05-02T04:18:45.688Z Compiling polyval v0.6.2
33232026-05-02T04:18:45.691Z Compiling git-stub v1.0.0
33242026-05-02T04:18:45.786Z Compiling packed_struct_codegen v0.10.1
33252026-05-02T04:18:45.838Z Compiling num-derive v0.3.3
33262026-05-02T04:18:45.915Z Compiling zerocopy-derive v0.6.6
33272026-05-02T04:18:45.987Z Compiling bitfield-macros v0.19.4
33282026-05-02T04:18:46.005Z Compiling indexmap v1.9.3
33292026-05-02T04:18:46.008Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33302026-05-02T04:18:46.008Z Compiling crc-catalog v2.4.0
33312026-05-02T04:18:46.145Z Compiling nodrop v0.1.14
33322026-05-02T04:18:46.276Z Compiling array-init v0.0.4
33332026-05-02T04:18:46.279Z Compiling tokio-tungstenite v0.21.0
33342026-05-02T04:18:46.311Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-05-02T04:18:46.496Z Compiling crc v3.4.0
33362026-05-02T04:18:46.636Z Compiling tabled_derive v0.11.0
33372026-05-02T04:18:46.639Z Compiling ghash v0.5.1
33382026-05-02T04:18:46.670Z Compiling git-stub-vcs v0.1.0
33392026-05-02T04:18:46.729Z Compiling smallvec v0.6.14
33402026-05-02T04:18:46.754Z Compiling bitfield v0.19.4
33412026-05-02T04:18:46.803Z Compiling libscf-sys v1.1.0
33422026-05-02T04:18:46.820Z Compiling zerocopy v0.6.6
33432026-05-02T04:18:46.970Z Compiling progenitor-impl v0.11.2
33442026-05-02T04:18:46.970Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-05-02T04:18:47.085Z Compiling papergrid v0.17.0
33462026-05-02T04:18:47.160Z Compiling testing_table v0.3.0
33472026-05-02T04:18:47.164Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-05-02T04:18:47.164Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-05-02T04:18:47.239Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-05-02T04:18:47.385Z Compiling ctr v0.9.2
33512026-05-02T04:18:47.403Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-05-02T04:18:47.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-05-02T04:18:47.619Z Compiling unicase v2.9.0
33542026-05-02T04:18:47.635Z Compiling corncobs v0.1.4
33552026-05-02T04:18:47.725Z Compiling hashbrown v0.12.3
33562026-05-02T04:18:47.804Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-05-02T04:18:47.822Z Compiling aes-gcm v0.10.3
33582026-05-02T04:18:47.840Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33592026-05-02T04:18:47.875Z Compiling mime_guess v2.0.5
33602026-05-02T04:18:47.894Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33612026-05-02T04:18:47.894Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-05-02T04:18:47.929Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-05-02T04:18:48.053Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33642026-05-02T04:18:48.135Z Compiling tabled v0.20.0
33652026-05-02T04:18:48.256Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-05-02T04:18:48.260Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33672026-05-02T04:18:48.306Z Compiling progenitor v0.14.0
33682026-05-02T04:18:48.359Z Compiling progenitor v0.13.0
33692026-05-02T04:18:48.443Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-05-02T04:18:48.463Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33712026-05-02T04:18:48.487Z Compiling parking_lot v0.11.2
33722026-05-02T04:18:48.539Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-02T04:18:48.556Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-05-02T04:18:48.697Z Compiling serde-hex v0.1.0
33752026-05-02T04:18:48.888Z Compiling progenitor-impl v0.10.0
33762026-05-02T04:18:48.911Z Compiling ron v0.8.1
33772026-05-02T04:18:48.929Z Compiling hashbrown v0.13.2
33782026-05-02T04:18:48.952Z Compiling progenitor-client v0.11.2
33792026-05-02T04:18:48.982Z Compiling prefix-trie v0.7.0
33802026-05-02T04:18:49.101Z Compiling blowfish v0.9.1
33812026-05-02T04:18:49.302Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-02T04:18:49.381Z Compiling ssh-encoding v0.2.0
33832026-05-02T04:18:49.411Z Compiling fxhash v0.2.1
33842026-05-02T04:18:49.473Z Compiling secrecy v0.8.0
33852026-05-02T04:18:49.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33862026-05-02T04:18:49.658Z Compiling crc-any v2.5.0
33872026-05-02T04:18:49.694Z Compiling progenitor-macro v0.11.2
33882026-05-02T04:18:49.827Z Compiling ssh-cipher v0.2.0
33892026-05-02T04:18:49.921Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33902026-05-02T04:18:49.937Z Compiling sled v0.34.7
33912026-05-02T04:18:50.478Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33922026-05-02T04:18:50.523Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-02T04:18:50.606Z Compiling object v0.30.4
33942026-05-02T04:18:50.921Z Compiling hickory-server v0.25.2
33952026-05-02T04:18:50.939Z Compiling bcrypt-pbkdf v0.10.0
33962026-05-02T04:18:50.959Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33972026-05-02T04:18:51.257Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33982026-05-02T04:18:51.333Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33992026-05-02T04:18:51.385Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34002026-05-02T04:18:51.548Z Compiling progenitor-macro v0.10.0
34012026-05-02T04:18:51.569Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34022026-05-02T04:18:51.586Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34032026-05-02T04:18:52.114Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34042026-05-02T04:18:52.307Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-05-02T04:18:52.888Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-05-02T04:18:52.939Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34072026-05-02T04:18:53.074Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-05-02T04:18:53.105Z Compiling password-hash v0.4.2
34092026-05-02T04:18:53.254Z Compiling half v1.8.3
34102026-05-02T04:18:53.285Z Compiling crc8 v0.1.1
34112026-05-02T04:18:53.436Z Compiling http-range v0.1.5
34122026-05-02T04:18:53.556Z Compiling path-slash v0.1.5
34132026-05-02T04:18:53.559Z Compiling serde_cbor v0.11.2
34142026-05-02T04:18:53.566Z Compiling pbkdf2 v0.11.0
34152026-05-02T04:18:53.612Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-05-02T04:18:53.662Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34172026-05-02T04:18:53.729Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-05-02T04:18:53.808Z Compiling ssh-key v0.6.7
34192026-05-02T04:18:53.906Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34202026-05-02T04:18:54.076Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34212026-05-02T04:18:54.101Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-05-02T04:18:54.147Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34232026-05-02T04:18:54.180Z Compiling p521 v0.13.3
34242026-05-02T04:18:54.212Z Compiling p256 v0.13.2
34252026-05-02T04:18:54.366Z Compiling yasna v0.5.2
34262026-05-02T04:18:54.624Z Compiling kstat-rs v0.2.4
34272026-05-02T04:18:54.686Z Compiling headers-core v0.3.0
34282026-05-02T04:18:54.703Z Compiling progenitor v0.11.2
34292026-05-02T04:18:54.751Z Compiling nanorand v0.7.0
34302026-05-02T04:18:54.840Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-05-02T04:18:54.858Z Compiling atty v0.2.14
34322026-05-02T04:18:54.890Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34332026-05-02T04:18:54.948Z Compiling russh-cryptovec v0.7.3
34342026-05-02T04:18:54.966Z Compiling home v0.5.12
34352026-05-02T04:18:54.992Z Compiling md5 v0.7.0
34362026-05-02T04:18:55.052Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-05-02T04:18:55.071Z Compiling flume v0.11.1
34382026-05-02T04:18:55.089Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34392026-05-02T04:18:55.137Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34402026-05-02T04:18:55.154Z Compiling rcgen v0.12.1
34412026-05-02T04:18:55.170Z Compiling russh-keys v0.45.0
34422026-05-02T04:18:55.173Z Compiling headers v0.4.1
34432026-05-02T04:18:55.303Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34442026-05-02T04:18:55.416Z Compiling hyper-staticfile v0.10.1
34452026-05-02T04:18:55.478Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462026-05-02T04:18:55.527Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34472026-05-02T04:18:55.880Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34482026-05-02T04:18:55.927Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-05-02T04:18:55.972Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-05-02T04:18:55.988Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34512026-05-02T04:18:56.057Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-02T04:18:56.301Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34532026-05-02T04:18:56.339Z Compiling num-bigint v0.4.6
34542026-05-02T04:18:56.553Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34552026-05-02T04:18:56.586Z Compiling progenitor v0.10.0
34562026-05-02T04:18:56.686Z Compiling des v0.8.1
34572026-05-02T04:18:56.696Z Compiling subprocess v0.2.15
34582026-05-02T04:18:56.720Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-05-02T04:18:56.770Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34602026-05-02T04:18:56.798Z Compiling display-error-chain v0.2.2
34612026-05-02T04:18:56.913Z Compiling hex-literal v0.4.1
34622026-05-02T04:18:56.945Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34632026-05-02T04:18:56.981Z Compiling colored v2.2.0
34642026-05-02T04:18:57.037Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34652026-05-02T04:18:57.062Z Compiling socket2 v0.5.10
34662026-05-02T04:18:57.165Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34672026-05-02T04:18:57.329Z Compiling internet-checksum v0.2.1
34682026-05-02T04:18:57.518Z Compiling russh v0.45.0
34692026-05-02T04:18:57.596Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34702026-05-02T04:18:57.676Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34712026-05-02T04:19:00.205Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34722026-05-02T04:19:00.865Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34732026-05-02T04:19:01.348Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34742026-05-02T04:19:02.646Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34752026-05-02T04:19:10.578Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-05-02T04:19:10.578Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34772026-05-02T04:19:10.578Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34782026-05-02T04:19:10.578Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-02T04:19:12.280Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34802026-05-02T04:19:12.374Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34812026-05-02T04:19:16.419Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34822026-05-02T04:19:17.753Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34832026-05-02T04:19:36.690Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842026-05-02T04:19:55.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34852026-05-02T04:19:55.606Z
34862026-05-02T04:19:55.607Zreal 1:25.582659061
34872026-05-02T04:19:55.607Zuser 8:15.757979666
34882026-05-02T04:19:55.607Zsys 1:41.235325168
34892026-05-02T04:19:55.607Ztrap 0.252875361
34902026-05-02T04:19:55.607Ztflt 0.496949256
34912026-05-02T04:19:55.607Zdflt 1.499349903
34922026-05-02T04:19:55.610Zkflt 0.000456316
34932026-05-02T04:19:55.610Zlock 28:19.744839465
34942026-05-02T04:19:55.610Zslp 19:23.323989640
34952026-05-02T04:19:55.610Zlat 40.116978460
34962026-05-02T04:19:55.610Zstop 2:37.757296317
34972026-05-02T04:19:55.610Z+ mkdir tests
34982026-05-02T04:19:55.612Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34992026-05-02T04:19:55.612Z+ xargs -I '{}' -t cp '{}' tests/
35002026-05-02T04:19:55.641Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bab7d8462096a085 tests/
35012026-05-02T04:19:55.670Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-625eb3aebc685327 tests/
35022026-05-02T04:19:55.697Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3acc18599d92ffe8 tests/
35032026-05-02T04:19:55.727Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16791c2e1f8988e2 tests/
35042026-05-02T04:19:56.045Z+ 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/*)
35052026-05-02T04:19:56.048Z+ 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-625eb3aebc685327 tests/commtest-3acc18599d92ffe8 tests/dhcp_server-bab7d8462096a085 tests/end_to_end_tests-16791c2e1f8988e2 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
35062026-05-02T04:21:21.354ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35072026-05-02T04:21:21.354Za .github/buildomat/ci-env.sh 1K
35082026-05-02T04:21:21.354Za out/target/test 1K
35092026-05-02T04:21:21.354Za out/npuzone/npuzone 27402K
35102026-05-02T04:21:21.354Za package-manifest.toml 35K
35112026-05-02T04:21:21.354Za smf/sled-agent/non-gimlet/config.toml 6K
35122026-05-02T04:21:21.354Za target/release/omicron-package 44888K
35132026-05-02T04:21:21.354Za target/release/xtask 11449K
35142026-05-02T04:21:21.354Za target/debug/bootstrap 351680K
35152026-05-02T04:21:21.354Za tests/bootstrap-625eb3aebc685327 31215K
35162026-05-02T04:21:21.354Za tests/commtest-3acc18599d92ffe8 32300K
35172026-05-02T04:21:21.354Za tests/dhcp_server-bab7d8462096a085 31215K
35182026-05-02T04:21:21.354Za tests/end_to_end_tests-16791c2e1f8988e2 392791K
35192026-05-02T04:21:21.354Za out/clickhouse.tar.gz 318396K
35202026-05-02T04:21:21.354Za out/clickhouse_keeper.tar.gz 303763K
35212026-05-02T04:21:21.354Za out/clickhouse_server.tar.gz 318395K
35222026-05-02T04:21:21.354Za out/cockroachdb.tar.gz 164601K
35232026-05-02T04:21:21.354Za out/crucible-pantry-zone.tar.gz 43677K
35242026-05-02T04:21:21.354Za out/crucible-utils.tar 17744K
35252026-05-02T04:21:21.355Za out/crucible-zone.tar.gz 57815K
35262026-05-02T04:21:21.355Za out/external-dns.tar.gz 49267K
35272026-05-02T04:21:21.355Za out/internal-dns.tar.gz 49266K
35282026-05-02T04:21:21.355Za out/mg-ddm-gz.tar 95141K
35292026-05-02T04:21:21.355Za out/nexus.tar.gz 220185K
35302026-05-02T04:21:21.355Za out/ntp.tar.gz 31625K
35312026-05-02T04:21:21.355Za out/omicron-gateway-softnpu.tar.gz 28499K
35322026-05-02T04:21:21.355Za out/omicron-sled-agent.tar 199227K
35332026-05-02T04:21:21.355Za out/overlay.tar.gz 3K
35342026-05-02T04:21:21.355Za out/oximeter.tar.gz 65263K
35352026-05-02T04:21:21.355Za out/oxlog.tar 3782K
35362026-05-02T04:21:21.355Za out/probe.tar.gz 3037K
35372026-05-02T04:21:21.355Za out/propolis-server.tar.gz 38727K
35382026-05-02T04:21:21.355Za out/pumpkind-gz.tar 26647K
35392026-05-02T04:21:21.355Za out/switch-softnpu.tar.gz 393508K
35402026-05-02T04:21:21.358Z
35412026-05-02T04:21:21.358Zreal 1:25.303129936
35422026-05-02T04:21:21.358Zuser 1:22.724076320
35432026-05-02T04:21:21.358Zsys 4.322305673
35442026-05-02T04:21:21.358Ztrap 0.006819743
35452026-05-02T04:21:21.358Ztflt 0.000000000
35462026-05-02T04:21:21.359Zdflt 0.000000000
35472026-05-02T04:21:21.359Zkflt 0.000000000
35482026-05-02T04:21:21.359Zlock 0.000000000
35492026-05-02T04:21:21.359Zslp 1:22.603165485
35502026-05-02T04:21:21.359Zlat 0.945137566
35512026-05-02T04:21:21.359Zstop 0.000537584
35522026-05-02T04:21:21.359Zprocess exited: duration 953805 ms, exit code 0
 
35532026-05-02T04:21:21.372Zfound 1 output files
35542026-05-02T04:21:21.372Zuploading: /work/package.tar.gz (2429595774 bytes)
35552026-05-02T04:21:49.696Zuploaded: /work/package.tar.gz