01KQJH6159A1SCKAYJH3SGYGST: 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: 01KQJH6HWK0YEZ66A8V0DS2CC7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T19:46:36.990Zjob assigned to worker 01KQJH6R7GRJGYDMMP4H4HW79N [factory aws, i-07f776fa72acb6592] (queued for 57 s)
 
22026-05-01T19:46:44.421Zstarting task 0: "setup"
32026-05-01T19:46:44.428Z++ uname -s
42026-05-01T19:46:44.432Z+ kern=SunOS
52026-05-01T19:46:44.432Z+ build_user=build
62026-05-01T19:46:44.432Z+ build_uid=12345
72026-05-01T19:46:44.432Z+ work_dir=/work
82026-05-01T19:46:44.432Z+ input_dir=/input
92026-05-01T19:46:44.432Z+ [[ 0 == 12345 ]]
102026-05-01T19:46:44.432Z+ case "$kern" in
112026-05-01T19:46:44.432Z+ groupadd -g 12345 build
122026-05-01T19:46:44.432Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T19:46:46.437Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T19:46:46.555Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T19:46:46.559Z+ home_fs=zfs
162026-05-01T19:46:46.559Z+ [[ zfs == autofs ]]
172026-05-01T19:46:46.559Z+ mkdir -p /home/build
182026-05-01T19:46:46.560Z+ chown build:build /home/build /work
192026-05-01T19:46:48.669Z+ chmod 0700 /home/build /work
202026-05-01T19:46:48.674Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-01T19:46:48.681Zstarting task 1: "rust-toolchain"
222026-05-01T19:46:48.686Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T19:46:48.686Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-01T19:46:48.686Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-01T19:46:48.687Z * rust toolchain channel = "1.94.0"
262026-05-01T19:46:48.687Z * rust toolchain profile = "default"
272026-05-01T19:46:48.687Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T19:46:48.690Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T19:46:48.690Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T19:46:48.821Zinfo: downloading installer
312026-05-01T19:46:51.008Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T19:46:51.008Zwarn: /opt/ooce/bin
332026-05-01T19:46:51.008Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T19:46:51.008Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T19:46:51.008Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T19:46:51.008Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T19:46:51.008Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T19:46:51.008Zerror: cannot install while Rust is installed
392026-05-01T19:46:51.008Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T19:46:51.008Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T19:46:51.008Zwarn: /home/build/.rustup/settings.toml
422026-05-01T19:46:51.008Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T19:46:51.008Zwarn: instead of the one inferred from the default host triple.
442026-05-01T19:46:51.042Zinfo: profile set to default
452026-05-01T19:46:51.042Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T19:46:51.047Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T19:46:51.197Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T19:46:51.200Zinfo: downloading 6 components
492026-05-01T19:47:07.411Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T19:47:07.411Z
512026-05-01T19:47:07.440Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T19:47:07.440Z
532026-05-01T19:47:07.444Z
542026-05-01T19:47:07.444ZRust is installed now. Great!
552026-05-01T19:47:07.444Z
562026-05-01T19:47:07.444ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T19:47:07.444Zenvironment variable. This has not been done automatically.
582026-05-01T19:47:07.444Z
592026-05-01T19:47:07.444ZTo configure your current shell, you need to source
602026-05-01T19:47:07.444Zthe corresponding env file under $HOME/.cargo.
612026-05-01T19:47:07.444Z
622026-05-01T19:47:07.444ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T19:47:07.444Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T19:47:07.444Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T19:47:07.444Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T19:47:07.445Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T19:47:07.445Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T19:47:07.445Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T19:47:07.445Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T19:47:07.445Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T19:47:07.540Z+ rustup --version
722026-05-01T19:47:07.545Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T19:47:07.549Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T19:47:07.565Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T19:47:07.568Z+ cargo --version
762026-05-01T19:47:07.576Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T19:47:07.580Z+ rustc --version
782026-05-01T19:47:07.599Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T19:47:07.603Zprocess exited: duration 18918 ms, exit code 0
 
802026-05-01T19:47:07.610Zstarting task 2: "authentication"
812026-05-01T19:47:07.628Zprocess exited: duration 17 ms, exit code 0
 
822026-05-01T19:47:07.636Zstarting task 3: "clone repository"
832026-05-01T19:47:07.639Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T19:47:07.642Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T19:47:08.124ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T19:47:18.050Z+ cd /work/oxidecomputer/omicron
872026-05-01T19:47:18.050Z+ git fetch origin 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c
882026-05-01T19:47:18.358ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T19:47:18.358Z * branch 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c -> FETCH_HEAD
902026-05-01T19:47:18.367Z+ [[ -n fm-disable-analysis ]]
912026-05-01T19:47:18.370Z++ git branch --show-current
922026-05-01T19:47:18.370Z+ current=main
932026-05-01T19:47:18.370Z+ [[ main != fm-disable-analysis ]]
942026-05-01T19:47:18.370Z+ git branch -f fm-disable-analysis 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c
952026-05-01T19:47:18.374Z+ git checkout -f fm-disable-analysis
962026-05-01T19:47:18.439ZSwitched to branch 'fm-disable-analysis'
972026-05-01T19:47:18.443Z+ git reset --hard 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c
982026-05-01T19:47:18.507ZHEAD is now at 370b4bdc6 [fm] Temporarily disable fm_analysis background task
992026-05-01T19:47:18.511Zprocess exited: duration 10872 ms, exit code 0
 
1002026-05-01T19:47:18.519Zstarting task 4: "build"
1012026-05-01T19:47:18.523Z+ source .github/buildomat/ci-env.sh
1022026-05-01T19:47:18.523Z++ export CARGO_TERM_COLOR=always
1032026-05-01T19:47:18.523Z++ CARGO_TERM_COLOR=always
1042026-05-01T19:47:18.523Z+ cargo --version
1052026-05-01T19:47:18.580Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T19:47:18.590Z+ rustc --version
1072026-05-01T19:47:18.591Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T19:47:18.591Z+ WORK=/work
1092026-05-01T19:47:18.591Z+ pfexec mkdir -p /work
1102026-05-01T19:47:18.591Z+ pfexec chown build /work
1112026-05-01T19:47:18.591Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-01T19:47:30.986Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-01T19:47:38.361Z Startup: Caching catalogs ... Done
1142026-05-01T19:47:45.069ZPlanning: Solver setup ... Done (5.180s)
1152026-05-01T19:47:45.105ZPlanning: Running solver ... Done (0.036s)
1162026-05-01T19:47:45.238ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-01T19:47:45.292ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-01T19:47:45.380ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-01T19:47:45.418ZPlanning: Package planning ... Done (0.037s)
1202026-05-01T19:47:45.452ZPlanning: Merging actions ... Done (0.035s)
1212026-05-01T19:47:45.642ZPlanning: Checking for conflicting actions ... Done (0.190s)
1222026-05-01T19:47:45.651ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-01T19:47:47.869ZPlanning: Evaluating mediators ... Done (2.215s)
1242026-05-01T19:47:47.874ZPlanning: Planning completed in 9.35 seconds
1252026-05-01T19:47:47.888Z Packages to install: 5
1262026-05-01T19:47:47.888Z Mediators to change: 3
1272026-05-01T19:47:47.888Z Services to change: 1
1282026-05-01T19:47:47.888Z Estimated space available: 155.34 GB
1292026-05-01T19:47:47.888ZEstimated space to be consumed: 1.89 GB
1302026-05-01T19:47:47.893Z Create boot environment: No
1312026-05-01T19:47:47.893ZCreate backup boot environment: No
1322026-05-01T19:47:47.893Z Rebuild boot archive: No
1332026-05-01T19:47:47.893Z
1342026-05-01T19:47:47.893ZChanged mediators:
1352026-05-01T19:47:47.893Z mediator clang:
1362026-05-01T19:47:47.893Z version: None -> 15 (system default)
1372026-05-01T19:47:47.893Z
1382026-05-01T19:47:47.893Z mediator llvm:
1392026-05-01T19:47:47.895Z version: 14 (system default) -> 15 (system default)
1402026-05-01T19:47:47.895Z
1412026-05-01T19:47:47.895Z mediator postgresql:
1422026-05-01T19:47:47.895Z version: 15 (system default) -> 18 (system default)
1432026-05-01T19:47:47.896Z
1442026-05-01T19:47:47.896ZChanged packages:
1452026-05-01T19:47:47.896Zhelios-dev
1462026-05-01T19:47:47.896Z developer/build-essential
1472026-05-01T19:47:47.896Z None -> 11-2.0
1482026-05-01T19:47:47.896Z library/libxmlsec1
1492026-05-01T19:47:47.896Z None -> 1.2.35-2.0
1502026-05-01T19:47:47.896Z ooce/developer/clang-15
1512026-05-01T19:47:47.896Z None -> 15.0.7-2.0
1522026-05-01T19:47:47.896Z ooce/developer/llvm-15
1532026-05-01T19:47:47.896Z None -> 15.0.7-2.0
1542026-05-01T19:47:47.896Z ooce/library/postgresql-18
1552026-05-01T19:47:47.896Z None -> 18.1-2.0
1562026-05-01T19:47:47.896Z
1572026-05-01T19:47:47.896ZServices:
1582026-05-01T19:47:47.896Z restart_fmri:
1592026-05-01T19:47:47.896Z svc:/system/update-man-index:default
1602026-05-01T19:47:47.952Z
1612026-05-01T19:47:47.952ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-01T19:47:52.964ZDownload: 2216/4272 items 118.6/219.0MB 54% complete (24.6M/s)
1632026-05-01T19:47:57.966ZDownload: 3903/4272 items 214.3/219.0MB 97% complete (21.5M/s)
1642026-05-01T19:47:58.642ZDownload: Completed 218.99 MB in 10.69 seconds (20.5M/s)
1652026-05-01T19:47:58.909Z Actions: 1/4789 actions (Installing new actions)
1662026-05-01T19:48:02.493Z Actions: Completed 4789 actions in 3.58 seconds.
1672026-05-01T19:48:02.783Z Done (0.286s)
1682026-05-01T19:48:02.783Z Done (0.000s)
1692026-05-01T19:48:03.423Z Done (0.639s)
1702026-05-01T19:48:07.191Z Done (3.423s)
1712026-05-01T19:48:07.266Z Done (0.012s)
1722026-05-01T19:48:07.270Z Done (0.000s)
1732026-05-01T19:48:07.400Z Done (0.000s)
1742026-05-01T19:48:08.241ZPlanning: Evaluating mediator changes ... Done
1752026-05-01T19:48:08.348ZPlanning: Checking for conflicting actions ... Done
1762026-05-01T19:48:08.355ZPlanning: Consolidating action changes ... Done
1772026-05-01T19:48:08.499ZPlanning: Evaluating mediators ... Done
1782026-05-01T19:48:08.503ZPlanning: Planning completed in 0.26 seconds
1792026-05-01T19:48:08.520Z Mediators to change: 2
1802026-05-01T19:48:08.520Z Create boot environment: No
1812026-05-01T19:48:08.520ZCreate backup boot environment: No
1822026-05-01T19:48:08.566Z Done
1832026-05-01T19:48:08.566Z Done
1842026-05-01T19:48:09.196Z Done
1852026-05-01T19:48:11.618Z Done
1862026-05-01T19:48:11.690Z Done
1872026-05-01T19:48:11.693Z Done
1882026-05-01T19:48:11.810Z Done
1892026-05-01T19:48:12.063ZPlanning: Evaluating mediator changes ... Done
1902026-05-01T19:48:12.165ZPlanning: Checking for conflicting actions ... Done
1912026-05-01T19:48:12.168ZPlanning: Consolidating action changes ... Done
1922026-05-01T19:48:12.325ZPlanning: Evaluating mediators ... Done
1932026-05-01T19:48:12.328ZPlanning: Planning completed in 0.26 seconds
1942026-05-01T19:48:12.345Z Mediators to change: 1
1952026-05-01T19:48:12.345Z Create boot environment: No
1962026-05-01T19:48:12.345ZCreate backup boot environment: No
1972026-05-01T19:48:12.398Z Done
1982026-05-01T19:48:12.398Z Done
1992026-05-01T19:48:12.992Z Done
2002026-05-01T19:48:15.442Z Done
2012026-05-01T19:48:15.513Z Done
2022026-05-01T19:48:15.519Z Done
2032026-05-01T19:48:15.655Z Done
2042026-05-01T19:48:15.931ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-05-01T19:48:15.931Zclang system 15 system
2062026-05-01T19:48:15.932Zcsh system system illumos
2072026-05-01T19:48:15.932Zctags system system illumos
2082026-05-01T19:48:15.932Zfile system system illumos
2092026-05-01T19:48:15.932Zgcc vendor 12 vendor
2102026-05-01T19:48:15.932Zgcc system 14 system
2112026-05-01T19:48:15.932Zgcc system 10 system
2122026-05-01T19:48:15.932Zgo system 1.20 system
2132026-05-01T19:48:15.932Zgo system 1.19 system
2142026-05-01T19:48:15.932Zllvm system 15 system
2152026-05-01T19:48:15.932Zllvm system 14 system
2162026-05-01T19:48:15.932Zmariadb system 10.6 system
2172026-05-01T19:48:15.932Zmta vendor vendor dma
2182026-05-01T19:48:15.932Zopenjdk system 17 system
2192026-05-01T19:48:15.932Zopenjdk system 11 system
2202026-05-01T19:48:15.932Zopenjdk system 1.8 system
2212026-05-01T19:48:15.932Zopenssl vendor 3 vendor
2222026-05-01T19:48:15.932Zperl system 5.36 system
2232026-05-01T19:48:15.932Zpostgresql system 18 system
2242026-05-01T19:48:15.932Zpostgresql system 15 system
2252026-05-01T19:48:15.932Zpostgresql system 13 system
2262026-05-01T19:48:15.933Zpython vendor 3 vendor
2272026-05-01T19:48:15.933Zpython system 2 system
2282026-05-01T19:48:15.933Zpython3 system 3.11 system
2292026-05-01T19:48:15.933Zruby system 3.0 system
2302026-05-01T19:48:15.933Zwords vendor vendor american-english
2312026-05-01T19:48:15.933Zwords system system australian-english
2322026-05-01T19:48:15.933Zwords system system british-english
2332026-05-01T19:48:15.933Zwords system system canadian-english
2342026-05-01T19:48:15.933Zwords system system french
2352026-05-01T19:48:15.933Zwords system system italian
2362026-05-01T19:48:15.933Zwords system system ngerman
2372026-05-01T19:48:15.933Zwords system system ogerman
2382026-05-01T19:48:15.933Zwords system system spanish
2392026-05-01T19:48:16.154ZPUBLISHER TYPE STATUS P LOCATION
2402026-05-01T19:48:16.154Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-05-01T19:48:20.725ZFMRI IFO
2422026-05-01T19:48:20.725Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-05-01T19:48:20.725Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-05-01T19:48:20.725Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-05-01T19:48:20.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-05-01T19:48:20.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-05-01T19:48:20.725Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-05-01T19:48:20.726Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-05-01T19:48:20.726Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-05-01T19:48:20.726Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-05-01T19:48:20.726Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-05-01T19:48:20.726Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-05-01T19:48:20.726Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-05-01T19:48:20.726Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-05-01T19:48:20.726Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-05-01T19:48:20.726Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-05-01T19:48:20.726Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-05-01T19:48:20.726Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-05-01T19:48:21.818Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-05-01T19:48:22.075Z Updating crates.io index
2612026-05-01T19:48:22.112Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-05-01T19:48:22.342Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-05-01T19:48:23.296Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-05-01T19:48:23.620Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-05-01T19:48:25.063Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-05-01T19:48:25.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-01T19:48:26.955Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-05-01T19:48:27.848Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-05-01T19:48:28.142Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-05-01T19:48:29.209Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-05-01T19:48:29.587Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-05-01T19:48:30.095Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-05-01T19:48:30.330Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-05-01T19:48:31.278Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-05-01T19:48:31.877Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-01T19:48:32.191Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-05-01T19:48:32.539Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-05-01T19:48:32.934Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-05-01T19:48:33.169Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-05-01T19:48:33.410Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-05-01T19:48:33.687Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-05-01T19:48:34.083Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-05-01T19:48:34.493Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-05-01T19:48:34.901Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-05-01T19:48:35.196Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-05-01T19:48:35.747Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-05-01T19:48:36.706Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-05-01T19:48:37.265Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-01T19:48:38.081Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-05-01T19:48:38.507Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-05-01T19:48:38.766Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-05-01T19:48:39.188Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-05-01T19:48:39.530Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-05-01T19:48:40.081Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-05-01T19:48:40.323Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-05-01T19:48:40.565Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-05-01T19:48:40.801Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-05-01T19:48:41.170Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-05-01T19:48:52.886Z Downloading crates ...
3002026-05-01T19:48:52.930Z Downloaded byteorder v1.5.0
3012026-05-01T19:48:52.934Z Downloaded clap_lex v1.0.0
3022026-05-01T19:48:52.940Z Downloaded clap_derive v4.5.55
3032026-05-01T19:48:52.944Z Downloaded serde_spanned v0.6.9
3042026-05-01T19:48:52.944Z Downloaded cfg-if v1.0.4
3052026-05-01T19:48:52.944Z Downloaded anstream v0.6.21
3062026-05-01T19:48:52.948Z Downloaded crypto-common v0.1.7
3072026-05-01T19:48:52.948Z Downloaded camino-tempfile v1.4.1
3082026-05-01T19:48:52.948Z Downloaded thiserror-impl v1.0.69
3092026-05-01T19:48:52.965Z Downloaded cpufeatures v0.2.17
3102026-05-01T19:48:52.966Z Downloaded tabled_derive v0.7.0
3112026-05-01T19:48:52.966Z Downloaded anstyle-parse v0.2.7
3122026-05-01T19:48:52.966Z Downloaded unicode-ident v1.0.24
3132026-05-01T19:48:52.966Z Downloaded zmij v1.0.21
3142026-05-01T19:48:52.966Z Downloaded thread-id v4.2.2
3152026-05-01T19:48:52.970Z Downloaded litemap v0.8.1
3162026-05-01T19:48:52.970Z Downloaded thiserror-impl v2.0.18
3172026-05-01T19:48:52.970Z Downloaded utf8_iter v1.0.4
3182026-05-01T19:48:52.971Z Downloaded usdt-attr-macro v0.5.0
3192026-05-01T19:48:52.971Z Downloaded toml_datetime v0.6.11
3202026-05-01T19:48:52.971Z Downloaded version_check v0.9.5
3212026-05-01T19:48:52.971Z Downloaded cargo_toml v0.21.0
3222026-05-01T19:48:52.971Z Downloaded tinystr v0.8.2
3232026-05-01T19:48:52.971Z Downloaded yoke v0.8.1
3242026-05-01T19:48:52.978Z Downloaded goblin v0.8.2
3252026-05-01T19:48:52.978Z Downloaded getrandom v0.4.1
3262026-05-01T19:48:52.978Z Downloaded clap v4.5.60
3272026-05-01T19:48:52.981Z Downloaded utf8parse v0.2.2
3282026-05-01T19:48:52.982Z Downloaded toml_write v0.1.2
3292026-05-01T19:48:52.982Z Downloaded pest_generator v2.8.6
3302026-05-01T19:48:52.988Z Downloaded thiserror v1.0.69
3312026-05-01T19:48:52.988Z Downloaded ucd-trie v0.1.7
3322026-05-01T19:48:52.988Z Downloaded typeid v1.0.3
3332026-05-01T19:48:52.991Z Downloaded heck v0.5.0
3342026-05-01T19:48:52.991Z Downloaded heck v0.4.1
3352026-05-01T19:48:52.991Z Downloaded usdt-macro v0.5.0
3362026-05-01T19:48:52.991Z Downloaded unicode-linebreak v0.1.5
3372026-05-01T19:48:52.991Z Downloaded cargo-util-schemas v0.8.2
3382026-05-01T19:48:52.991Z Downloaded writeable v0.6.2
3392026-05-01T19:48:52.991Z Downloaded cargo-platform v0.2.0
3402026-05-01T19:48:52.995Z Downloaded usdt v0.5.0
3412026-05-01T19:48:52.995Z Downloaded unicode-xid v0.2.6
3422026-05-01T19:48:52.995Z Downloaded once_cell v1.21.3
3432026-05-01T19:48:52.995Z Downloaded equivalent v1.0.2
3442026-05-01T19:48:52.995Z Downloaded dtrace-parser v0.2.0
3452026-05-01T19:48:52.999Z Downloaded plain v0.2.3
3462026-05-01T19:48:53.000Z Downloaded zerovec-derive v0.11.2
3472026-05-01T19:48:53.000Z Downloaded zerofrom v0.1.6
3482026-05-01T19:48:53.000Z Downloaded serde_tokenstream v0.2.3
3492026-05-01T19:48:53.003Z Downloaded scroll_derive v0.12.1
3502026-05-01T19:48:53.003Z Downloaded anstyle-query v1.1.5
3512026-05-01T19:48:53.003Z Downloaded form_urlencoded v1.2.2
3522026-05-01T19:48:53.003Z Downloaded typenum v1.19.0
3532026-05-01T19:48:53.009Z Downloaded usdt-impl v0.5.0
3542026-05-01T19:48:53.009Z Downloaded fnv v1.0.7
3552026-05-01T19:48:53.009Z Downloaded percent-encoding v2.3.2
3562026-05-01T19:48:53.009Z Downloaded block-buffer v0.10.4
3572026-05-01T19:48:53.009Z Downloaded thiserror v2.0.18
3582026-05-01T19:48:53.019Z Downloaded zerofrom-derive v0.1.6
3592026-05-01T19:48:53.020Z Downloaded toml v0.8.23
3602026-05-01T19:48:53.020Z Downloaded dof v0.3.0
3612026-05-01T19:48:53.020Z Downloaded zerocopy-derive v0.7.35
3622026-05-01T19:48:53.020Z Downloaded potential_utf v0.1.4
3632026-05-01T19:48:53.020Z Downloaded yoke-derive v0.8.1
3642026-05-01T19:48:53.020Z Downloaded macaddr v1.0.1
3652026-05-01T19:48:53.026Z Downloaded terminal_size v0.4.3
3662026-05-01T19:48:53.026Z Downloaded serde-value v0.7.0
3672026-05-01T19:48:53.032Z Downloaded textwrap v0.16.2
3682026-05-01T19:48:53.032Z Downloaded swrite v0.1.0
3692026-05-01T19:48:53.032Z Downloaded colorchoice v1.0.4
3702026-05-01T19:48:53.032Z Downloaded memmap v0.7.0
3712026-05-01T19:48:53.037Z Downloaded idna_adapter v1.2.1
3722026-05-01T19:48:53.041Z Downloaded errno v0.3.14
3732026-05-01T19:48:53.044Z Downloaded generic-array v0.14.7
3742026-05-01T19:48:53.044Z Downloaded zerotrie v0.2.3
3752026-05-01T19:48:53.048Z Downloaded pretty-hex v0.4.1
3762026-05-01T19:48:53.048Z Downloaded proc-macro-error-attr v1.0.4
3772026-05-01T19:48:53.051Z Downloaded itoa v1.0.17
3782026-05-01T19:48:53.051Z Downloaded toml_edit v0.22.27
3792026-05-01T19:48:53.057Z Downloaded fastrand v2.3.0
3802026-05-01T19:48:53.057Z Downloaded zerovec v0.11.5
3812026-05-01T19:48:53.060Z Downloaded url v2.5.8
3822026-05-01T19:48:53.060Z Downloaded is_terminal_polyfill v1.70.2
3832026-05-01T19:48:53.063Z Downloaded zerocopy v0.7.35
3842026-05-01T19:48:53.071Z Downloaded winnow v0.7.14
3852026-05-01T19:48:53.076Z Downloaded serde-untagged v0.1.9
3862026-05-01T19:48:53.081Z Downloaded sha2 v0.10.9
3872026-05-01T19:48:53.081Z Downloaded cargo_metadata v0.21.0
3882026-05-01T19:48:53.081Z Downloaded strsim v0.11.1
3892026-05-01T19:48:53.081Z Downloaded unicode-width v0.1.14
3902026-05-01T19:48:53.090Z Downloaded anstyle v1.0.13
3912026-05-01T19:48:53.090Z Downloaded stable_deref_trait v1.2.1
3922026-05-01T19:48:53.090Z Downloaded smawk v0.3.2
3932026-05-01T19:48:53.090Z Downloaded quote v1.0.45
3942026-05-01T19:48:53.097Z Downloaded unicode-width v0.2.0
3952026-05-01T19:48:53.097Z Downloaded pest_meta v2.8.6
3962026-05-01T19:48:53.097Z Downloaded scroll v0.12.0
3972026-05-01T19:48:53.097Z Downloaded fs-err v3.3.0
3982026-05-01T19:48:53.103Z Downloaded displaydoc v0.2.5
3992026-05-01T19:48:53.106Z Downloaded bytecount v0.6.9
4002026-05-01T19:48:53.106Z Downloaded ordered-float v2.10.1
4012026-05-01T19:48:53.110Z Downloaded semver v1.0.28
4022026-05-01T19:48:53.115Z Downloaded pest_derive v2.8.6
4032026-05-01T19:48:53.122Z Downloaded camino v1.2.2
4042026-05-01T19:48:53.122Z Downloaded proc-macro-error v1.0.4
4052026-05-01T19:48:53.122Z Downloaded autocfg v1.5.0
4062026-05-01T19:48:53.133Z Downloaded synstructure v0.13.2
4072026-05-01T19:48:53.133Z Downloaded smallvec v1.15.1
4082026-05-01T19:48:53.145Z Downloaded digest v0.10.7
4092026-05-01T19:48:53.145Z Downloaded tempfile v3.25.0
4102026-05-01T19:48:53.149Z Downloaded anyhow v1.0.102
4112026-05-01T19:48:53.153Z Downloaded erased-serde v0.4.9
4122026-05-01T19:48:53.157Z Downloaded serde_derive v1.0.228
4132026-05-01T19:48:53.160Z Downloaded papergrid v0.11.0
4142026-05-01T19:48:53.164Z Downloaded bitflags v2.11.0
4152026-05-01T19:48:53.168Z Downloaded icu_properties v2.1.2
4162026-05-01T19:48:53.168Z Downloaded num-traits v0.2.19
4172026-05-01T19:48:53.171Z Downloaded serde_core v1.0.228
4182026-05-01T19:48:53.171Z Downloaded log v0.4.29
4192026-05-01T19:48:53.175Z Downloaded icu_locale_core v2.1.1
4202026-05-01T19:48:53.180Z Downloaded proc-macro2 v1.0.106
4212026-05-01T19:48:53.180Z Downloaded memchr v2.8.0
4222026-05-01T19:48:53.184Z Downloaded icu_provider v2.1.1
4232026-05-01T19:48:53.184Z Downloaded icu_normalizer v2.1.1
4242026-05-01T19:48:53.192Z Downloaded icu_normalizer_data v2.1.1
4252026-05-01T19:48:53.196Z Downloaded pest v2.8.6
4262026-05-01T19:48:53.211Z Downloaded serde v1.0.228
4272026-05-01T19:48:53.211Z Downloaded icu_collections v2.1.1
4282026-05-01T19:48:53.224Z Downloaded indexmap v2.14.0
4292026-05-01T19:48:53.234Z Downloaded idna v1.1.0
4302026-05-01T19:48:53.243Z Downloaded icu_properties_data v2.1.2
4312026-05-01T19:48:53.249Z Downloaded serde_json v1.0.149
4322026-05-01T19:48:53.253Z Downloaded hashbrown v0.17.0
4332026-05-01T19:48:53.257Z Downloaded clap_builder v4.5.60
4342026-05-01T19:48:53.269Z Downloaded tabled v0.15.0
4352026-05-01T19:48:53.280Z Downloaded syn v1.0.109
4362026-05-01T19:48:53.295Z Downloaded syn v2.0.117
4372026-05-01T19:48:53.310Z Downloaded rustix v1.1.3
4382026-05-01T19:48:53.331Z Downloaded libc v0.2.185
4392026-05-01T19:48:53.395Z Compiling proc-macro2 v1.0.106
4402026-05-01T19:48:53.403Z Compiling quote v1.0.45
4412026-05-01T19:48:53.403Z Compiling unicode-ident v1.0.24
4422026-05-01T19:48:53.403Z Compiling serde_core v1.0.228
4432026-05-01T19:48:53.403Z Compiling libc v0.2.185
4442026-05-01T19:48:53.403Z Compiling version_check v0.9.5
4452026-05-01T19:48:53.403Z Compiling stable_deref_trait v1.2.1
4462026-05-01T19:48:53.403Z Compiling memchr v2.8.0
4472026-05-01T19:48:53.403Z Compiling serde v1.0.228
4482026-05-01T19:48:53.404Z Compiling zmij v1.0.21
4492026-05-01T19:48:53.404Z Compiling itoa v1.0.17
4502026-05-01T19:48:53.404Z Compiling thiserror v1.0.69
4512026-05-01T19:48:53.588Z Compiling ucd-trie v0.1.7
4522026-05-01T19:48:53.625Z Compiling autocfg v1.5.0
4532026-05-01T19:48:53.641Z Compiling writeable v0.6.2
4542026-05-01T19:48:53.836Z Compiling litemap v0.8.1
4552026-05-01T19:48:53.887Z Compiling icu_normalizer_data v2.1.1
4562026-05-01T19:48:53.930Z Compiling byteorder v1.5.0
4572026-05-01T19:48:53.995Z Compiling icu_properties_data v2.1.2
4582026-05-01T19:48:54.024Z Compiling rustix v1.1.3
4592026-05-01T19:48:54.056Z Compiling pest v2.8.6
4602026-05-01T19:48:54.126Z Compiling serde_json v1.0.149
4612026-05-01T19:48:54.183Z Compiling bitflags v2.11.0
4622026-05-01T19:48:54.286Z Compiling num-traits v0.2.19
4632026-05-01T19:48:54.461Z Compiling hashbrown v0.17.0
4642026-05-01T19:48:54.556Z Compiling smallvec v1.15.1
4652026-05-01T19:48:54.651Z Compiling typeid v1.0.3
4662026-05-01T19:48:54.673Z Compiling equivalent v1.0.2
4672026-05-01T19:48:54.797Z Compiling proc-macro-error-attr v1.0.4
4682026-05-01T19:48:54.885Z Compiling usdt-impl v0.5.0
4692026-05-01T19:48:54.889Z Compiling erased-serde v0.4.9
4702026-05-01T19:48:54.903Z Compiling toml_write v0.1.2
4712026-05-01T19:48:54.960Z Compiling winnow v0.7.14
4722026-05-01T19:48:54.993Z Compiling indexmap v2.14.0
4732026-05-01T19:48:55.038Z Compiling syn v1.0.109
4742026-05-01T19:48:55.080Z Compiling proc-macro-error v1.0.4
4752026-05-01T19:48:55.107Z Compiling pest_meta v2.8.6
4762026-05-01T19:48:55.215Z Compiling errno v0.3.14
4772026-05-01T19:48:55.235Z Compiling thread-id v4.2.2
4782026-05-01T19:48:55.273Z Compiling getrandom v0.4.1
4792026-05-01T19:48:55.303Z Compiling percent-encoding v2.3.2
4802026-05-01T19:48:55.321Z Compiling utf8_iter v1.0.4
4812026-05-01T19:48:55.337Z Compiling log v0.4.29
4822026-05-01T19:48:55.363Z Compiling plain v0.2.3
4832026-05-01T19:48:55.363Z Compiling camino v1.2.2
4842026-05-01T19:48:55.421Z Compiling thiserror v2.0.18
4852026-05-01T19:48:55.486Z Compiling utf8parse v0.2.2
4862026-05-01T19:48:55.500Z Compiling form_urlencoded v1.2.2
4872026-05-01T19:48:55.646Z Compiling anstyle-parse v0.2.7
4882026-05-01T19:48:55.671Z Compiling ordered-float v2.10.1
4892026-05-01T19:48:55.688Z Compiling colorchoice v1.0.4
4902026-05-01T19:48:55.734Z Compiling cfg-if v1.0.4
4912026-05-01T19:48:55.758Z Compiling anstyle-query v1.1.5
4922026-05-01T19:48:55.768Z Compiling pretty-hex v0.4.1
4932026-05-01T19:48:55.797Z Compiling syn v2.0.117
4942026-05-01T19:48:55.852Z Compiling anstyle v1.0.13
4952026-05-01T19:48:55.872Z Compiling is_terminal_polyfill v1.70.2
4962026-05-01T19:48:55.964Z Compiling fs-err v3.3.0
4972026-05-01T19:48:56.016Z Compiling fastrand v2.3.0
4982026-05-01T19:48:56.038Z Compiling bytecount v0.6.9
4992026-05-01T19:48:56.056Z Compiling fnv v1.0.7
5002026-05-01T19:48:56.097Z Compiling anstream v0.6.21
5012026-05-01T19:48:56.139Z Compiling clap_lex v1.0.0
5022026-05-01T19:48:56.174Z Compiling heck v0.5.0
5032026-05-01T19:48:56.187Z Compiling anyhow v1.0.102
5042026-05-01T19:48:56.208Z Compiling unicode-width v0.1.14
5052026-05-01T19:48:56.224Z Compiling once_cell v1.21.3
5062026-05-01T19:48:56.312Z Compiling terminal_size v0.4.3
5072026-05-01T19:48:56.445Z Compiling heck v0.4.1
5082026-05-01T19:48:56.464Z Compiling unicode-xid v0.2.6
5092026-05-01T19:48:56.487Z Compiling strsim v0.11.1
5102026-05-01T19:48:56.504Z Compiling tempfile v3.25.0
5112026-05-01T19:48:56.527Z Compiling papergrid v0.11.0
5122026-05-01T19:48:56.565Z Compiling memmap v0.7.0
5132026-05-01T19:48:56.598Z Compiling smawk v0.3.2
5142026-05-01T19:48:56.761Z Compiling semver v1.0.28
5152026-05-01T19:48:56.780Z Compiling clap_builder v4.5.60
5162026-05-01T19:48:56.800Z Compiling unicode-width v0.2.0
5172026-05-01T19:48:56.831Z Compiling unicode-linebreak v0.1.5
5182026-05-01T19:48:56.907Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-05-01T19:48:56.927Z Compiling swrite v0.1.0
5202026-05-01T19:48:57.116Z Compiling serde-untagged v0.1.9
5212026-05-01T19:48:57.137Z Compiling textwrap v0.16.2
5222026-05-01T19:48:57.141Z Compiling camino-tempfile v1.4.1
5232026-05-01T19:48:57.501Z Compiling tabled_derive v0.7.0
5242026-05-01T19:48:58.135Z Compiling tabled v0.15.0
5252026-05-01T19:48:58.425Z Compiling synstructure v0.13.2
5262026-05-01T19:48:58.425Z Compiling pest_generator v2.8.6
5272026-05-01T19:48:58.960Z Compiling serde_derive v1.0.228
5282026-05-01T19:48:58.960Z Compiling zerofrom-derive v0.1.6
5292026-05-01T19:48:58.972Z Compiling yoke-derive v0.8.1
5302026-05-01T19:48:58.972Z Compiling zerovec-derive v0.11.2
5312026-05-01T19:48:58.972Z Compiling displaydoc v0.2.5
5322026-05-01T19:48:58.972Z Compiling thiserror-impl v1.0.69
5332026-05-01T19:48:58.972Z Compiling zerocopy-derive v0.7.35
5342026-05-01T19:48:58.973Z Compiling scroll_derive v0.12.1
5352026-05-01T19:48:58.973Z Compiling thiserror-impl v2.0.18
5362026-05-01T19:48:58.973Z Compiling clap_derive v4.5.55
5372026-05-01T19:48:59.046Z Compiling pest_derive v2.8.6
5382026-05-01T19:48:59.718Z Compiling scroll v0.12.0
5392026-05-01T19:48:59.831Z Compiling zerocopy v0.7.35
5402026-05-01T19:48:59.938Z Compiling goblin v0.8.2
5412026-05-01T19:49:00.094Z Compiling zerofrom v0.1.6
5422026-05-01T19:49:00.162Z Compiling dtrace-parser v0.2.0
5432026-05-01T19:49:00.288Z Compiling yoke v0.8.1
5442026-05-01T19:49:00.445Z Compiling zerovec v0.11.5
5452026-05-01T19:49:00.445Z Compiling zerotrie v0.2.3
5462026-05-01T19:49:00.505Z Compiling clap v4.5.60
5472026-05-01T19:49:00.861Z Compiling tinystr v0.8.2
5482026-05-01T19:49:00.861Z Compiling potential_utf v0.1.4
5492026-05-01T19:49:00.997Z Compiling icu_collections v2.1.1
5502026-05-01T19:49:01.023Z Compiling icu_locale_core v2.1.1
5512026-05-01T19:49:01.438Z Compiling dof v0.3.0
5522026-05-01T19:49:01.438Z Compiling serde_tokenstream v0.2.3
5532026-05-01T19:49:01.456Z Compiling serde_spanned v0.6.9
5542026-05-01T19:49:01.462Z Compiling toml_datetime v0.6.11
5552026-05-01T19:49:01.462Z Compiling serde-value v0.7.0
5562026-05-01T19:49:01.486Z Compiling cargo-platform v0.2.0
5572026-05-01T19:49:01.493Z Compiling macaddr v1.0.1
5582026-05-01T19:49:01.562Z Compiling icu_provider v2.1.1
5592026-05-01T19:49:01.721Z Compiling toml_edit v0.22.27
5602026-05-01T19:49:01.798Z Compiling icu_normalizer v2.1.1
5612026-05-01T19:49:01.798Z Compiling icu_properties v2.1.2
5622026-05-01T19:49:02.119Z Compiling usdt-macro v0.5.0
5632026-05-01T19:49:02.124Z Compiling usdt-attr-macro v0.5.0
5642026-05-01T19:49:02.608Z Compiling idna_adapter v1.2.1
5652026-05-01T19:49:02.709Z Compiling idna v1.1.0
5662026-05-01T19:49:02.732Z Compiling usdt v0.5.0
5672026-05-01T19:49:02.977Z Compiling url v2.5.8
5682026-05-01T19:49:03.016Z Compiling toml v0.8.23
5692026-05-01T19:49:03.337Z Compiling cargo_toml v0.21.0
5702026-05-01T19:49:03.365Z Compiling cargo-util-schemas v0.8.2
5712026-05-01T19:49:04.134Z Compiling cargo_metadata v0.21.0
5722026-05-01T19:49:05.058Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-05-01T19:49:07.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.54s
5742026-05-01T19:49:07.445Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-05-01T19:49:08.002Z Downloading crates ...
5762026-05-01T19:49:08.088Z Downloaded adler2 v2.0.1
5772026-05-01T19:49:08.101Z Downloaded aes-gcm v0.10.3
5782026-05-01T19:49:08.107Z Downloaded async-stream-impl v0.3.6
5792026-05-01T19:49:08.113Z Downloaded block-padding v0.3.3
5802026-05-01T19:49:08.113Z Downloaded argon2 v0.5.3
5812026-05-01T19:49:08.113Z Downloaded bit-set v0.5.3
5822026-05-01T19:49:08.116Z Downloaded arc-swap v1.8.2
5832026-05-01T19:49:08.116Z Downloaded cstr-argument v0.1.2
5842026-05-01T19:49:08.117Z Downloaded crucible-workspace-hack v0.1.0
5852026-05-01T19:49:08.117Z Downloaded bitfield v0.19.4
5862026-05-01T19:49:08.120Z Downloaded colored v2.2.0
5872026-05-01T19:49:08.120Z Downloaded ctr v0.9.2
5882026-05-01T19:49:08.120Z Downloaded embedded-io v0.4.0
5892026-05-01T19:49:08.124Z Downloaded fd-lock v4.0.4
5902026-05-01T19:49:08.124Z Downloaded difflib v0.4.0
5912026-05-01T19:49:08.124Z Downloaded crc32fast v1.5.0
5922026-05-01T19:49:08.128Z Downloaded ciborium-io v0.2.2
5932026-05-01T19:49:08.128Z Downloaded ahash v0.8.12
5942026-05-01T19:49:08.128Z Downloaded enum-as-inner v0.6.1
5952026-05-01T19:49:08.132Z Downloaded compression-core v0.4.31
5962026-05-01T19:49:08.132Z Downloaded flagset v0.4.7
5972026-05-01T19:49:08.132Z Downloaded cassowary v0.3.0
5982026-05-01T19:49:08.132Z Downloaded array-init v0.0.4
5992026-05-01T19:49:08.135Z Downloaded csv-core v0.1.13
6002026-05-01T19:49:08.135Z Downloaded dof v0.4.0
6012026-05-01T19:49:08.135Z Downloaded convert_case v0.4.0
6022026-05-01T19:49:08.135Z Downloaded cmake v0.1.57
6032026-05-01T19:49:08.139Z Downloaded backon v1.6.0
6042026-05-01T19:49:08.139Z Downloaded assert_matches v1.5.0
6052026-05-01T19:49:08.139Z Downloaded console v0.15.11
6062026-05-01T19:49:08.143Z Downloaded dropshot-api-manager-types v0.7.1
6072026-05-01T19:49:08.143Z Downloaded crc-any v2.5.0
6082026-05-01T19:49:08.143Z Downloaded atty v0.2.14
6092026-05-01T19:49:08.146Z Downloaded derive_builder_core v0.20.2
6102026-05-01T19:49:08.150Z Downloaded curve25519-dalek-derive v0.1.1
6112026-05-01T19:49:08.150Z Downloaded crossbeam-utils v0.8.21
6122026-05-01T19:49:08.150Z Downloaded clang-sys v1.8.1
6132026-05-01T19:49:08.155Z Downloaded embedded-io v0.6.1
6142026-05-01T19:49:08.155Z Downloaded daft-derive v0.1.5
6152026-05-01T19:49:08.159Z Downloaded ff v0.13.1
6162026-05-01T19:49:08.159Z Downloaded env_logger v0.11.9
6172026-05-01T19:49:08.159Z Downloaded env_filter v1.0.0
6182026-05-01T19:49:08.159Z Downloaded chacha20 v0.9.1
6192026-05-01T19:49:08.162Z Downloaded ena v0.14.4
6202026-05-01T19:49:08.162Z Downloaded console v0.16.2
6212026-05-01T19:49:08.165Z Downloaded dirs-sys-next v0.1.2
6222026-05-01T19:49:08.165Z Downloaded darling_macro v0.23.0
6232026-05-01T19:49:08.165Z Downloaded cargo-platform v0.1.9
6242026-05-01T19:49:08.166Z Downloaded bzip2 v0.4.4
6252026-05-01T19:49:08.169Z Downloaded data-encoding v2.10.0
6262026-05-01T19:49:08.169Z Downloaded derive-ex v0.1.8
6272026-05-01T19:49:08.169Z Downloaded defmt v1.0.1
6282026-05-01T19:49:08.172Z Downloaded dunce v1.0.5
6292026-05-01T19:49:08.172Z Downloaded dirs-next v2.0.0
6302026-05-01T19:49:08.172Z Downloaded async-stream v0.3.6
6312026-05-01T19:49:08.177Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-05-01T19:49:08.177Z Downloaded arrayref v0.3.9
6332026-05-01T19:49:08.177Z Downloaded darling_macro v0.21.3
6342026-05-01T19:49:08.182Z Downloaded cpufeatures v0.3.0
6352026-05-01T19:49:08.182Z Downloaded base16ct v0.2.0
6362026-05-01T19:49:08.182Z Downloaded cipher v0.4.4
6372026-05-01T19:49:08.182Z Downloaded ascii-canvas v3.0.0
6382026-05-01T19:49:08.182Z Downloaded bitfield-macros v0.19.4
6392026-05-01T19:49:08.182Z Downloaded bcrypt-pbkdf v0.10.0
6402026-05-01T19:49:08.186Z Downloaded foldhash v0.2.0
6412026-05-01T19:49:08.186Z Downloaded dsl_auto_type v0.2.0
6422026-05-01T19:49:08.186Z Downloaded cobs v0.3.0
6432026-05-01T19:49:08.186Z Downloaded atomic-waker v1.1.2
6442026-05-01T19:49:08.186Z Downloaded erased-serde v0.3.31
6452026-05-01T19:49:08.190Z Downloaded critical-section v1.2.0
6462026-05-01T19:49:08.197Z Downloaded crc-catalog v2.4.0
6472026-05-01T19:49:08.197Z Downloaded bit-set v0.8.0
6482026-05-01T19:49:08.206Z Downloaded dtrace-parser v0.3.0
6492026-05-01T19:49:08.206Z Downloaded bb8 v0.8.6
6502026-05-01T19:49:08.206Z Downloaded crc8 v0.1.1
6512026-05-01T19:49:08.206Z Downloaded endian-type v0.1.2
6522026-05-01T19:49:08.206Z Downloaded defmt v0.3.100
6532026-05-01T19:49:08.206Z Downloaded darling_macro v0.20.11
6542026-05-01T19:49:08.206Z Downloaded foreign-types-shared v0.3.1
6552026-05-01T19:49:08.206Z Downloaded float-cmp v0.10.0
6562026-05-01T19:49:08.211Z Downloaded foreign-types v0.3.2
6572026-05-01T19:49:08.211Z Downloaded downcast-rs v2.0.2
6582026-05-01T19:49:08.211Z Downloaded crunchy v0.2.4
6592026-05-01T19:49:08.211Z Downloaded ciborium-ll v0.2.2
6602026-05-01T19:49:08.211Z Downloaded cfg_aliases v0.2.1
6612026-05-01T19:49:08.211Z Downloaded async-recursion v1.1.1
6622026-05-01T19:49:08.217Z Downloaded futures-macro v0.3.32
6632026-05-01T19:49:08.218Z Downloaded fixedbitset v0.5.7
6642026-05-01T19:49:08.218Z Downloaded daft v0.1.5
6652026-05-01T19:49:08.218Z Downloaded crc v3.4.0
6662026-05-01T19:49:08.218Z Downloaded atomicwrites v0.4.4
6672026-05-01T19:49:08.218Z Downloaded gethostname v0.5.0
6682026-05-01T19:49:08.222Z Downloaded foreign-types-macros v0.2.3
6692026-05-01T19:49:08.222Z Downloaded castaway v0.2.4
6702026-05-01T19:49:08.222Z Downloaded dyn-clone v1.0.20
6712026-05-01T19:49:08.222Z Downloaded display-error-chain v0.2.2
6722026-05-01T19:49:08.222Z Downloaded foreign-types v0.5.0
6732026-05-01T19:49:08.226Z Downloaded derive_builder_macro v0.20.2
6742026-05-01T19:49:08.226Z Downloaded fixedbitset v0.4.2
6752026-05-01T19:49:08.226Z Downloaded debug-ignore v1.0.5
6762026-05-01T19:49:08.226Z Downloaded futures-io v0.3.32
6772026-05-01T19:49:08.231Z Downloaded funty v2.0.0
6782026-05-01T19:49:08.234Z Downloaded float-ord v0.3.2
6792026-05-01T19:49:08.234Z Downloaded aead v0.5.2
6802026-05-01T19:49:08.234Z Downloaded futures-core v0.3.32
6812026-05-01T19:49:08.234Z Downloaded cfg_aliases v0.1.1
6822026-05-01T19:49:08.234Z Downloaded find-msvc-tools v0.1.9
6832026-05-01T19:49:08.238Z Downloaded futures-sink v0.3.32
6842026-05-01T19:49:08.238Z Downloaded der_derive v0.7.3
6852026-05-01T19:49:08.238Z Downloaded defmt-parser v1.0.0
6862026-05-01T19:49:08.238Z Downloaded fxhash v0.2.1
6872026-05-01T19:49:08.242Z Downloaded convert_case v0.10.0
6882026-05-01T19:49:08.242Z Downloaded cbc v0.1.2
6892026-05-01T19:49:08.242Z Downloaded bitflags v1.3.2
6902026-05-01T19:49:08.245Z Downloaded diesel-dtrace v0.5.0
6912026-05-01T19:49:08.245Z Downloaded globwalk v0.9.1
6922026-05-01T19:49:08.245Z Downloaded hash32 v0.2.1
6932026-05-01T19:49:08.251Z Downloaded const_format_proc_macros v0.2.34
6942026-05-01T19:49:08.251Z Downloaded git-stub v1.0.0
6952026-05-01T19:49:08.251Z Downloaded document-features v0.2.12
6962026-05-01T19:49:08.254Z Downloaded async-trait v0.1.89
6972026-05-01T19:49:08.255Z Downloaded either v1.15.0
6982026-05-01T19:49:08.255Z Downloaded ghash v0.5.1
6992026-05-01T19:49:08.255Z Downloaded arrayvec v0.7.6
7002026-05-01T19:49:08.258Z Downloaded bit-vec v0.8.0
7012026-05-01T19:49:08.259Z Downloaded bzip2 v0.6.1
7022026-05-01T19:49:08.259Z Downloaded blake2 v0.10.6
7032026-05-01T19:49:08.266Z Downloaded fallible-iterator v0.2.0
7042026-05-01T19:49:08.266Z Downloaded headers-core v0.3.0
7052026-05-01T19:49:08.267Z Downloaded hash32 v0.3.1
7062026-05-01T19:49:08.267Z Downloaded hex-literal v0.4.1
7072026-05-01T19:49:08.270Z Downloaded hostname v0.4.2
7082026-05-01T19:49:08.270Z Downloaded httpdate v1.0.3
7092026-05-01T19:49:08.276Z Downloaded http-range v0.1.5
7102026-05-01T19:49:08.276Z Downloaded foldhash v0.1.5
7112026-05-01T19:49:08.276Z Downloaded deranged v0.5.8
7122026-05-01T19:49:08.283Z Downloaded cargo_metadata v0.19.2
7132026-05-01T19:49:08.283Z Downloaded bitfield-struct v0.6.2
7142026-05-01T19:49:08.283Z Downloaded corncobs v0.1.4
7152026-05-01T19:49:08.283Z Downloaded hostname v0.3.1
7162026-05-01T19:49:08.288Z Downloaded http-body v1.0.1
7172026-05-01T19:49:08.288Z Downloaded backoff v0.4.0
7182026-05-01T19:49:08.288Z Downloaded hubpack_derive v0.1.1
7192026-05-01T19:49:08.288Z Downloaded hubpack v0.1.2
7202026-05-01T19:49:08.288Z Downloaded cexpr v0.6.0
7212026-05-01T19:49:08.288Z Downloaded fs_extra v1.3.0
7222026-05-01T19:49:08.288Z Downloaded bit-vec v0.6.3
7232026-05-01T19:49:08.291Z Downloaded blowfish v0.9.1
7242026-05-01T19:49:08.292Z Downloaded compression-codecs v0.4.37
7252026-05-01T19:49:08.292Z Downloaded ed25519 v2.2.3
7262026-05-01T19:49:08.292Z Downloaded camino-tempfile-ext v0.3.3
7272026-05-01T19:49:08.296Z Downloaded futures-executor v0.3.32
7282026-05-01T19:49:08.299Z Downloaded hyper-tls v0.6.0
7292026-05-01T19:49:08.300Z Downloaded fs-err v2.11.0
7302026-05-01T19:49:08.300Z Downloaded indoc v1.0.9
7312026-05-01T19:49:08.303Z Downloaded byte-wrapper v0.1.0
7322026-05-01T19:49:08.304Z Downloaded filetime v0.2.27
7332026-05-01T19:49:08.304Z Downloaded drift v0.1.3
7342026-05-01T19:49:08.307Z Downloaded glob v0.3.3
7352026-05-01T19:49:08.310Z Downloaded git-stub-vcs v0.1.0
7362026-05-01T19:49:08.310Z Downloaded futures-task v0.3.32
7372026-05-01T19:49:08.310Z Downloaded ident_case v1.0.1
7382026-05-01T19:49:08.314Z Downloaded foreign-types-shared v0.1.1
7392026-05-01T19:49:08.314Z Downloaded colored v3.1.1
7402026-05-01T19:49:08.314Z Downloaded base64 v0.21.7
7412026-05-01T19:49:08.318Z Downloaded is-terminal v0.4.17
7422026-05-01T19:49:08.318Z Downloaded instant v0.1.13
7432026-05-01T19:49:08.318Z Downloaded inout v0.1.4
7442026-05-01T19:49:08.318Z Downloaded derive_builder v0.20.2
7452026-05-01T19:49:08.321Z Downloaded internet-checksum v0.2.1
7462026-05-01T19:49:08.324Z Downloaded indent_write v2.2.0
7472026-05-01T19:49:08.324Z Downloaded flume v0.11.1
7482026-05-01T19:49:08.324Z Downloaded hex v0.4.3
7492026-05-01T19:49:08.328Z Downloaded group v0.13.0
7502026-05-01T19:49:08.328Z Downloaded cookie_store v0.22.1
7512026-05-01T19:49:08.333Z Downloaded bumpalo v3.20.2
7522026-05-01T19:49:08.333Z Downloaded kstat-rs v0.2.4
7532026-05-01T19:49:08.333Z Downloaded instability v0.3.11
7542026-05-01T19:49:08.333Z Downloaded is_ci v1.2.0
7552026-05-01T19:49:08.336Z Downloaded darling v0.21.3
7562026-05-01T19:49:08.336Z Downloaded crossbeam-deque v0.8.6
7572026-05-01T19:49:08.340Z Downloaded base64ct v1.8.3
7582026-05-01T19:49:08.340Z Downloaded ciborium v0.2.2
7592026-05-01T19:49:08.340Z Downloaded darling_core v0.23.0
7602026-05-01T19:49:08.346Z Downloaded lru-cache v0.1.2
7612026-05-01T19:49:08.349Z Downloaded lru v0.12.5
7622026-05-01T19:49:08.349Z Downloaded maybe-uninit v2.0.0
7632026-05-01T19:49:08.349Z Downloaded maplit v1.0.2
7642026-05-01T19:49:08.349Z Downloaded highway v1.3.0
7652026-05-01T19:49:08.349Z Downloaded defmt-macros v1.0.1
7662026-05-01T19:49:08.349Z Downloaded buf-list v1.1.2
7672026-05-01T19:49:08.353Z Downloaded http-body-util v0.1.3
7682026-05-01T19:49:08.353Z Downloaded home v0.5.12
7692026-05-01T19:49:08.353Z Downloaded async-bb8-diesel v0.2.1
7702026-05-01T19:49:08.358Z Downloaded lalrpop-util v0.19.12
7712026-05-01T19:49:08.363Z Downloaded libscf-sys v1.1.0
7722026-05-01T19:49:08.363Z Downloaded lazy_static v1.5.0
7732026-05-01T19:49:08.363Z Downloaded des v0.8.1
7742026-05-01T19:49:08.366Z Downloaded const-oid v0.9.6
7752026-05-01T19:49:08.366Z Downloaded humantime v2.3.0
7762026-05-01T19:49:08.366Z Downloaded hyper-staticfile v0.10.1
7772026-05-01T19:49:08.366Z Downloaded darling v0.23.0
7782026-05-01T19:49:08.371Z Downloaded linked-hash-map v0.5.6
7792026-05-01T19:49:08.371Z Downloaded darling v0.20.11
7802026-05-01T19:49:08.374Z Downloaded mime v0.3.17
7812026-05-01T19:49:08.374Z Downloaded md-5 v0.10.6
7822026-05-01T19:49:08.378Z Downloaded match_cfg v0.1.0
7832026-05-01T19:49:08.378Z Downloaded managed v0.8.0
7842026-05-01T19:49:08.378Z Downloaded futures-channel v0.3.32
7852026-05-01T19:49:08.381Z Downloaded cookie v0.18.1
7862026-05-01T19:49:08.381Z Downloaded memoffset v0.9.1
7872026-05-01T19:49:08.381Z Downloaded chacha20 v0.10.0
7882026-05-01T19:49:08.385Z Downloaded getrandom v0.2.17
7892026-05-01T19:49:08.385Z Downloaded multimap v0.10.1
7902026-05-01T19:49:08.388Z Downloaded md5 v0.7.0
7912026-05-01T19:49:08.388Z Downloaded new_debug_unreachable v1.0.6
7922026-05-01T19:49:08.388Z Downloaded newtype_derive v0.1.6
7932026-05-01T19:49:08.388Z Downloaded ingot-types v0.1.2
7942026-05-01T19:49:08.391Z Downloaded ingot v0.1.1
7952026-05-01T19:49:08.391Z Downloaded newtype-uuid-macros v0.1.0
7962026-05-01T19:49:08.391Z Downloaded nibble_vec v0.1.0
7972026-05-01T19:49:08.397Z Downloaded dropshot_endpoint v0.17.0
7982026-05-01T19:49:08.397Z Downloaded indoc v2.0.7
7992026-05-01T19:49:08.400Z Downloaded globset v0.4.18
8002026-05-01T19:49:08.400Z Downloaded derive-where v1.6.0
8012026-05-01T19:49:08.400Z Downloaded half v1.8.3
8022026-05-01T19:49:08.400Z Downloaded fatfs v0.3.6
8032026-05-01T19:49:08.404Z Downloaded ipnetwork v0.21.1
8042026-05-01T19:49:08.404Z Downloaded keccak v0.1.6
8052026-05-01T19:49:08.407Z Downloaded jobserver v0.1.34
8062026-05-01T19:49:08.407Z Downloaded ipnet v2.11.0
8072026-05-01T19:49:08.407Z Downloaded newline-converter v0.3.0
8082026-05-01T19:49:08.411Z Downloaded libloading v0.8.9
8092026-05-01T19:49:08.411Z Downloaded nodrop v0.1.14
8102026-05-01T19:49:08.411Z Downloaded linear-map v1.2.0
8112026-05-01T19:49:08.414Z Downloaded libefi-sys v0.1.0
8122026-05-01T19:49:08.414Z Downloaded normalize-line-endings v0.3.0
8132026-05-01T19:49:08.414Z Downloaded nonempty v0.12.0
8142026-05-01T19:49:08.414Z Downloaded expectorate v1.2.0
8152026-05-01T19:49:08.420Z Downloaded num-iter v0.1.45
8162026-05-01T19:49:08.420Z Downloaded num-conv v0.2.0
8172026-05-01T19:49:08.420Z Downloaded num v0.4.3
8182026-05-01T19:49:08.420Z Downloaded ed25519-dalek v2.2.0
8192026-05-01T19:49:08.426Z Downloaded num_threads v0.1.7
8202026-05-01T19:49:08.426Z Downloaded httparse v1.10.1
8212026-05-01T19:49:08.426Z Downloaded hmac v0.12.1
8222026-05-01T19:49:08.426Z Downloaded elliptic-curve v0.13.8
8232026-05-01T19:49:08.430Z Downloaded derive_more v0.99.20
8242026-05-01T19:49:08.430Z Downloaded num-derive v0.4.2
8252026-05-01T19:49:08.433Z Downloaded num-derive v0.3.3
8262026-05-01T19:49:08.433Z Downloaded ecdsa v0.16.9
8272026-05-01T19:49:08.433Z Downloaded cancel-safe-futures v0.1.5
8282026-05-01T19:49:08.437Z Downloaded derive_more v2.1.1
8292026-05-01T19:49:08.441Z Downloaded opaque-debug v0.3.1
8302026-05-01T19:49:08.444Z Downloaded olpc-cjson v0.1.4
8312026-05-01T19:49:08.444Z Downloaded futures v0.3.32
8322026-05-01T19:49:08.449Z Downloaded openssl-probe v0.1.6
8332026-05-01T19:49:08.449Z Downloaded openssl-macros v0.1.1
8342026-05-01T19:49:08.449Z Downloaded getrandom v0.3.4
8352026-05-01T19:49:08.452Z Downloaded openssl-probe v0.2.1
8362026-05-01T19:49:08.452Z Downloaded oso-derive v0.27.3
8372026-05-01T19:49:08.452Z Downloaded ingot-macros v0.1.1
8382026-05-01T19:49:08.452Z Downloaded bytes v1.11.1
8392026-05-01T19:49:08.455Z Downloaded nanorand v0.7.0
8402026-05-01T19:49:08.456Z Downloaded mime_guess v2.0.5
8412026-05-01T19:49:08.459Z Downloaded parse-display v0.10.0
8422026-05-01T19:49:08.459Z Downloaded diff v0.1.13
8432026-05-01T19:49:08.463Z Downloaded packed_struct_codegen v0.10.1
8442026-05-01T19:49:08.463Z Downloaded libsw-core v0.3.2
8452026-05-01T19:49:08.463Z Downloaded libsw v3.5.0
8462026-05-01T19:49:08.467Z Downloaded half v2.7.1
8472026-05-01T19:49:08.467Z Downloaded impl-trait-for-tuples v0.2.3
8482026-05-01T19:49:08.471Z Downloaded iana-time-zone v0.1.65
8492026-05-01T19:49:08.471Z Downloaded hyper-rustls v0.27.7
8502026-05-01T19:49:08.471Z Downloaded lzss v0.8.2
8512026-05-01T19:49:08.474Z Downloaded lru-slab v0.1.2
8522026-05-01T19:49:08.474Z Downloaded darling_core v0.20.11
8532026-05-01T19:49:08.480Z Downloaded newtype-uuid v1.3.2
8542026-05-01T19:49:08.481Z Downloaded constant_time_eq v0.4.2
8552026-05-01T19:49:08.481Z Downloaded crossbeam-epoch v0.9.18
8562026-05-01T19:49:08.481Z Downloaded pbkdf2 v0.11.0
8572026-05-01T19:49:08.489Z Downloaded pbkdf2 v0.12.2
8582026-05-01T19:49:08.489Z Downloaded parse-size v1.1.0
8592026-05-01T19:49:08.489Z Downloaded path-slash v0.1.5
8602026-05-01T19:49:08.489Z Downloaded bcs v0.1.6
8612026-05-01T19:49:08.492Z Downloaded num_enum v0.7.5
8622026-05-01T19:49:08.492Z Downloaded num-integer v0.1.46
8632026-05-01T19:49:08.492Z Downloaded compact_str v0.8.1
8642026-05-01T19:49:08.497Z Downloaded const_format v0.2.35
8652026-05-01T19:49:08.497Z Downloaded chacha20poly1305 v0.10.1
8662026-05-01T19:49:08.501Z Downloaded nu-ansi-term v0.50.3
8672026-05-01T19:49:08.501Z Downloaded allocator-api2 v0.2.21
8682026-05-01T19:49:08.501Z Downloaded num-rational v0.4.2
8692026-05-01T19:49:08.504Z Downloaded num-complex v0.4.6
8702026-05-01T19:49:08.504Z Downloaded lock_api v0.4.14
8712026-05-01T19:49:08.504Z Downloaded phf_shared v0.13.1
8722026-05-01T19:49:08.508Z Downloaded num_enum_derive v0.7.5
8732026-05-01T19:49:08.508Z Downloaded phf_shared v0.12.1
8742026-05-01T19:49:08.508Z Downloaded peg-runtime v0.8.5
8752026-05-01T19:49:08.512Z Downloaded phf_shared v0.11.3
8762026-05-01T19:49:08.512Z Downloaded num_enum v0.5.11
8772026-05-01T19:49:08.528Z Downloaded powerfmt v0.2.0
8782026-05-01T19:49:08.532Z Downloaded darling_core v0.21.3
8792026-05-01T19:49:08.532Z Downloaded pin-utils v0.1.0
8802026-05-01T19:49:08.535Z Downloaded num_enum_derive v0.5.11
8812026-05-01T19:49:08.535Z Downloaded native-tls v0.2.18
8822026-05-01T19:49:08.536Z Downloaded memmap2 v0.9.10
8832026-05-01T19:49:08.542Z Downloaded predicates-tree v1.0.13
8842026-05-01T19:49:08.542Z Downloaded predicates-core v1.0.10
8852026-05-01T19:49:08.542Z Downloaded progenitor-client v0.11.2
8862026-05-01T19:49:08.542Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-05-01T19:49:08.542Z Downloaded proc-macro-crate v3.4.0
8882026-05-01T19:49:08.546Z Downloaded proc-macro-crate v1.3.1
8892026-05-01T19:49:08.546Z Downloaded precomputed-hash v0.1.1
8902026-05-01T19:49:08.546Z Downloaded oxide-tokio-rt v0.1.4
8912026-05-01T19:49:08.546Z Downloaded owo-colors v4.3.0
8922026-05-01T19:49:08.546Z Downloaded parking_lot_core v0.8.6
8932026-05-01T19:49:08.546Z Downloaded packed_struct v0.10.1
8942026-05-01T19:49:08.550Z Downloaded multer v3.1.0
8952026-05-01T19:49:08.550Z Downloaded headers v0.4.1
8962026-05-01T19:49:08.554Z Downloaded parse-display-derive v0.10.0
8972026-05-01T19:49:08.554Z Downloaded crossbeam-channel v0.5.15
8982026-05-01T19:49:08.557Z Downloaded der v0.7.10
8992026-05-01T19:49:08.560Z Downloaded progenitor-macro v0.13.0
9002026-05-01T19:49:08.561Z Downloaded password-hash v0.4.2
9012026-05-01T19:49:08.561Z Downloaded progenitor-client v0.14.0
9022026-05-01T19:49:08.566Z Downloaded progenitor-macro v0.11.2
9032026-05-01T19:49:08.566Z Downloaded paste v1.0.15
9042026-05-01T19:49:08.566Z Downloaded password-hash v0.5.0
9052026-05-01T19:49:08.571Z Downloaded quick-error v1.2.3
9062026-05-01T19:49:08.571Z Downloaded progenitor-macro v0.10.0
9072026-05-01T19:49:08.571Z Downloaded base64 v0.22.1
9082026-05-01T19:49:08.571Z Downloaded ar_archive_writer v0.5.1
9092026-05-01T19:49:08.577Z Downloaded heapless v0.8.0
9102026-05-01T19:49:08.577Z Downloaded heapless v0.7.17
9112026-05-01T19:49:08.581Z Downloaded crypto-bigint v0.5.5
9122026-05-01T19:49:08.581Z Downloaded progenitor-macro v0.14.0
9132026-05-01T19:49:08.581Z Downloaded peg v0.8.5
9142026-05-01T19:49:08.584Z Downloaded radium v0.7.0
9152026-05-01T19:49:08.584Z Downloaded phf v0.13.1
9162026-05-01T19:49:08.585Z Downloaded pem v3.0.6
9172026-05-01T19:49:08.588Z Downloaded cc v1.2.56
9182026-05-01T19:49:08.588Z Downloaded phf v0.12.1
9192026-05-01T19:49:08.591Z Downloaded pem-rfc7468 v0.7.0
9202026-05-01T19:49:08.591Z Downloaded omicron-zone-package v0.12.2
9212026-05-01T19:49:08.595Z Downloaded dropshot_endpoint v0.16.7
9222026-05-01T19:49:08.595Z Downloaded pkg-config v0.3.32
9232026-05-01T19:49:08.605Z Downloaded pkcs8 v0.10.2
9242026-05-01T19:49:08.605Z Downloaded pin-project-internal v1.1.11
9252026-05-01T19:49:08.605Z Downloaded rand_chacha v0.3.1
9262026-05-01T19:49:08.605Z Downloaded oxnet v0.1.4
9272026-05-01T19:49:08.605Z Downloaded predicates v3.1.4
9282026-05-01T19:49:08.613Z Downloaded ppv-lite86 v0.2.21
9292026-05-01T19:49:08.614Z Downloaded polyval v0.6.2
9302026-05-01T19:49:08.614Z Downloaded indicatif v0.18.4
9312026-05-01T19:49:08.614Z Downloaded rand_xorshift v0.4.0
9322026-05-01T19:49:08.614Z Downloaded ignore v0.4.25
9332026-05-01T19:49:08.614Z Downloaded flate2 v1.1.9
9342026-05-01T19:49:08.617Z Downloaded ref-cast v1.0.25
9352026-05-01T19:49:08.617Z Downloaded progenitor-client v0.13.0
9362026-05-01T19:49:08.617Z Downloaded recursive v0.1.1
9372026-05-01T19:49:08.617Z Downloaded progenitor v0.13.0
9382026-05-01T19:49:08.617Z Downloaded progenitor v0.11.2
9392026-05-01T19:49:08.620Z Downloaded parking_lot_core v0.9.12
9402026-05-01T19:49:08.620Z Downloaded derive_more-impl v2.1.1
9412026-05-01T19:49:08.624Z Downloaded progenitor-extras v0.2.0
9422026-05-01T19:49:08.624Z Downloaded psm v0.1.30
9432026-05-01T19:49:08.627Z Downloaded psl-types v2.0.11
9442026-05-01T19:49:08.627Z Downloaded progenitor v0.14.0
9452026-05-01T19:49:08.627Z Downloaded proc-macro-error2 v2.0.1
9462026-05-01T19:49:08.631Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-05-01T19:49:08.631Z Downloaded progenitor-client v0.10.0
9482026-05-01T19:49:08.631Z Downloaded progenitor v0.10.0
9492026-05-01T19:49:08.635Z Downloaded poly1305 v0.8.0
9502026-05-01T19:49:08.635Z Downloaded libbz2-rs-sys v0.2.2
9512026-05-01T19:49:08.635Z Downloaded ref-cast-impl v1.0.25
9522026-05-01T19:49:08.639Z Downloaded indexmap v1.9.3
9532026-05-01T19:49:08.639Z Downloaded hickory-resolver v0.25.2
9542026-05-01T19:49:08.642Z Downloaded hickory-resolver v0.24.4
9552026-05-01T19:49:08.642Z Downloaded async-compression v0.4.41
9562026-05-01T19:49:08.646Z Downloaded litrs v1.0.0
9572026-05-01T19:49:08.649Z Downloaded russh-cryptovec v0.7.3
9582026-05-01T19:49:08.649Z Downloaded rfc6979 v0.4.0
9592026-05-01T19:49:08.649Z Downloaded dropshot-api-manager v0.7.1
9602026-05-01T19:49:08.654Z Downloaded pin-project-lite v0.2.17
9612026-05-01T19:49:08.659Z Downloaded r2d2 v0.8.10
9622026-05-01T19:49:08.659Z Downloaded postgres-types v0.2.12
9632026-05-01T19:49:08.662Z Downloaded pkcs1 v0.7.5
9642026-05-01T19:49:08.667Z Downloaded rustc_version v0.1.7
9652026-05-01T19:49:08.667Z Downloaded rand_core v0.6.4
9662026-05-01T19:49:08.672Z Downloaded postcard v1.1.3
9672026-05-01T19:49:08.672Z Downloaded oso v0.27.3
9682026-05-01T19:49:08.672Z Downloaded papergrid v0.17.0
9692026-05-01T19:49:08.676Z Downloaded rand_seeder v0.4.0
9702026-05-01T19:49:08.677Z Downloaded rand_core v0.10.0
9712026-05-01T19:49:08.677Z Downloaded rand_core v0.9.5
9722026-05-01T19:49:08.677Z Downloaded primeorder v0.13.6
9732026-05-01T19:49:08.682Z Downloaded salsa20 v0.10.2
9742026-05-01T19:49:08.682Z Downloaded rustc_version v0.4.1
9752026-05-01T19:49:08.682Z Downloaded rtoolbox v0.0.3
9762026-05-01T19:49:08.682Z Downloaded diesel_derives v2.3.7
9772026-05-01T19:49:08.686Z Downloaded same-file v1.0.6
9782026-05-01T19:49:08.686Z Downloaded parking_lot v0.11.2
9792026-05-01T19:49:08.690Z Downloaded sapling-renderdag v0.1.0
9802026-05-01T19:49:08.690Z Downloaded rustc-hash v2.1.1
9812026-05-01T19:49:08.690Z Downloaded rand_chacha v0.9.0
9822026-05-01T19:49:08.690Z Downloaded miniz_oxide v0.8.9
9832026-05-01T19:49:08.694Z Downloaded scheduled-thread-pool v0.2.7
9842026-05-01T19:49:08.694Z Downloaded secrecy v0.10.3
9852026-05-01T19:49:08.698Z Downloaded serde-big-array v0.5.1
9862026-05-01T19:49:08.698Z Downloaded serde_repr v0.1.20
9872026-05-01T19:49:08.702Z Downloaded resolv-conf v0.7.6
9882026-05-01T19:49:08.710Z Downloaded quinn-udp v0.5.14
9892026-05-01T19:49:08.710Z Downloaded peg-macros v0.8.5
9902026-05-01T19:49:08.714Z Downloaded jiff-static v0.2.21
9912026-05-01T19:49:08.714Z Downloaded hickory-server v0.25.2
9922026-05-01T19:49:08.718Z Downloaded serde_plain v1.0.2
9932026-05-01T19:49:08.718Z Downloaded semver v0.1.20
9942026-05-01T19:49:08.722Z Downloaded scrypt v0.11.0
9952026-05-01T19:49:08.722Z Downloaded scopeguard v1.2.0
9962026-05-01T19:49:08.726Z Downloaded scroll_derive v0.13.1
9972026-05-01T19:49:08.730Z Downloaded pin-project v1.1.11
9982026-05-01T19:49:08.733Z Downloaded rustls-pemfile v2.2.0
9992026-05-01T19:49:08.743Z Downloaded sha1 v0.10.6
10002026-05-01T19:49:08.743Z Downloaded pkcs5 v0.7.1
10012026-05-01T19:49:08.747Z Downloaded signal-hook-tokio v0.3.1
10022026-05-01T19:49:08.747Z Downloaded seq-macro v0.3.6
10032026-05-01T19:49:08.747Z Downloaded serde_spanned v1.0.4
10042026-05-01T19:49:08.747Z Downloaded rustls-pemfile v1.0.4
10052026-05-01T19:49:08.747Z Downloaded serde_bytes v0.11.19
10062026-05-01T19:49:08.747Z Downloaded parking_lot v0.12.5
10072026-05-01T19:49:08.747Z Downloaded minimal-lexical v0.2.1
10082026-05-01T19:49:08.750Z Downloaded postgres-protocol v0.6.10
10092026-05-01T19:49:08.754Z Downloaded slog-bunyan v2.5.0
10102026-05-01T19:49:08.757Z Downloaded rustls-native-certs v0.8.3
10112026-05-01T19:49:08.757Z Downloaded siphasher v1.0.2
10122026-05-01T19:49:08.760Z Downloaded sigpipe v0.1.3
10132026-05-01T19:49:08.760Z Downloaded signature v2.2.0
10142026-05-01T19:49:08.765Z Downloaded secrecy v0.8.0
10152026-05-01T19:49:08.765Z Downloaded rusty-fork v0.3.1
10162026-05-01T19:49:08.768Z Downloaded p256 v0.13.2
10172026-05-01T19:49:08.768Z Downloaded sec1 v0.7.3
10182026-05-01T19:49:08.768Z Downloaded sct v0.7.1
10192026-05-01T19:49:08.774Z Downloaded progenitor-impl v0.11.2
10202026-05-01T19:49:08.774Z Downloaded hashbrown v0.13.2
10212026-05-01T19:49:08.779Z Downloaded hashbrown v0.12.3
10222026-05-01T19:49:08.779Z Downloaded serde_path_to_error v0.1.20
10232026-05-01T19:49:08.779Z Downloaded slog-envlogger v2.2.0
10242026-05-01T19:49:08.779Z Downloaded serde_derive_internals v0.29.1
10252026-05-01T19:49:08.782Z Downloaded progenitor-impl v0.14.0
10262026-05-01T19:49:08.786Z Downloaded http v1.4.0
10272026-05-01T19:49:08.793Z Downloaded shlex v1.3.0
10282026-05-01T19:49:08.797Z Downloaded shell-words v1.1.1
10292026-05-01T19:49:08.797Z Downloaded scroll v0.13.0
10302026-05-01T19:49:08.797Z Downloaded schemars_derive v0.8.22
10312026-05-01T19:49:08.800Z Downloaded crossterm v0.29.0
10322026-05-01T19:49:08.810Z Downloaded rustls-pki-types v1.14.0
10332026-05-01T19:49:08.813Z Downloaded signal-hook-registry v1.4.8
10342026-05-01T19:49:08.813Z Downloaded signal-hook-mio v0.2.5
10352026-05-01T19:49:08.813Z Downloaded rustversion v1.0.22
10362026-05-01T19:49:08.817Z Downloaded serde_urlencoded v0.7.1
10372026-05-01T19:49:08.817Z Downloaded sqlparser_derive v0.5.0
10382026-05-01T19:49:08.817Z Downloaded serde-hex v0.1.0
10392026-05-01T19:49:08.821Z Downloaded strip-ansi-escapes v0.2.1
10402026-05-01T19:49:08.825Z Downloaded openssl-sys v0.9.111
10412026-05-01T19:49:08.825Z Downloaded prettyplease v0.2.37
10422026-05-01T19:49:08.828Z Downloaded pretty_assertions v1.4.1
10432026-05-01T19:49:08.828Z Downloaded prefix-trie v0.7.0
10442026-05-01T19:49:08.831Z Downloaded strum v0.27.2
10452026-05-01T19:49:08.831Z Downloaded structmeta-derive v0.3.0
10462026-05-01T19:49:08.837Z Downloaded strum v0.26.3
10472026-05-01T19:49:08.837Z Downloaded slab v0.4.12
10482026-05-01T19:49:08.837Z Downloaded rcgen v0.12.1
10492026-05-01T19:49:08.841Z Downloaded simd-adler32 v0.3.8
10502026-05-01T19:49:08.850Z Downloaded slog-scope v4.4.1
10512026-05-01T19:49:08.850Z Downloaded slog-json v2.6.1
10522026-05-01T19:49:08.850Z Downloaded supports-color v3.0.2
10532026-05-01T19:49:08.850Z Downloaded tabled_derive v0.11.0
10542026-05-01T19:49:08.851Z Downloaded sync-ptr v0.1.4
10552026-05-01T19:49:08.856Z Downloaded smallvec v0.6.14
10562026-05-01T19:49:08.856Z Downloaded slog-dtrace v0.3.0
10572026-05-01T19:49:08.856Z Downloaded slog-async v2.8.0
10582026-05-01T19:49:08.856Z Downloaded num-bigint v0.4.6
10592026-05-01T19:49:08.860Z Downloaded tabwriter v1.4.1
10602026-05-01T19:49:08.860Z Downloaded sync_wrapper v1.0.2
10612026-05-01T19:49:08.864Z Downloaded progenitor-impl v0.13.0
10622026-05-01T19:49:08.868Z Downloaded ron v0.8.1
10632026-05-01T19:49:08.868Z Downloaded smf v0.2.3
10642026-05-01T19:49:08.868Z Downloaded russh-keys v0.45.0
10652026-05-01T19:49:08.872Z Downloaded aes v0.8.4
10662026-05-01T19:49:08.872Z Downloaded tap v1.0.1
10672026-05-01T19:49:08.872Z Downloaded ssh-cipher v0.2.0
10682026-05-01T19:49:08.875Z Downloaded slog-term v2.9.2
10692026-05-01T19:49:08.875Z Downloaded time-core v0.1.8
10702026-05-01T19:49:08.875Z Downloaded snafu-derive v0.8.9
10712026-05-01T19:49:08.879Z Downloaded hyper-util v0.1.20
10722026-05-01T19:49:08.883Z Downloaded take_mut v0.2.2
10732026-05-01T19:49:08.883Z Downloaded termtree v0.5.1
10742026-05-01T19:49:08.883Z Downloaded tagptr v0.2.0
10752026-05-01T19:49:08.883Z Downloaded string_cache v0.8.9
10762026-05-01T19:49:08.886Z Downloaded rustls-platform-verifier v0.6.2
10772026-05-01T19:49:08.886Z Downloaded slog-stdlog v4.1.1
10782026-05-01T19:49:08.886Z Downloaded thiserror-impl-no-std v2.0.2
10792026-05-01T19:49:08.890Z Downloaded tinyvec_macros v0.1.1
10802026-05-01T19:49:08.893Z Downloaded serde_cbor v0.11.2
10812026-05-01T19:49:08.893Z Downloaded mio v1.2.0
10822026-05-01T19:49:08.897Z Downloaded testing_table v0.3.0
10832026-05-01T19:49:08.897Z Downloaded ryu v1.0.23
10842026-05-01T19:49:08.902Z Downloaded stacker v0.1.23
10852026-05-01T19:49:08.902Z Downloaded serde_with_macros v3.17.0
10862026-05-01T19:49:08.907Z Downloaded ssh-encoding v0.2.0
10872026-05-01T19:49:08.907Z Downloaded spki v0.7.3
10882026-05-01T19:49:08.907Z Downloaded tokio-macros v2.7.0
10892026-05-01T19:49:08.907Z Downloaded thread-id v5.1.0
10902026-05-01T19:49:08.907Z Downloaded progenitor-impl v0.10.0
10912026-05-01T19:49:08.910Z Downloaded hashbrown v0.16.1
10922026-05-01T19:49:08.910Z Downloaded crossterm v0.28.1
10932026-05-01T19:49:08.914Z Downloaded strum_macros v0.24.3
10942026-05-01T19:49:08.917Z Downloaded schemars v0.8.22
10952026-05-01T19:49:08.922Z Downloaded rayon-core v1.13.0
10962026-05-01T19:49:08.925Z Downloaded subtle v2.6.1
10972026-05-01T19:49:08.925Z Downloaded hashbrown v0.15.5
10982026-05-01T19:49:08.929Z Downloaded strum_macros v0.27.2
10992026-05-01T19:49:08.932Z Downloaded nom v7.1.3
11002026-05-01T19:49:08.991Z Downloaded itertools v0.10.5
11012026-05-01T19:49:08.991Z Downloaded spin v0.9.8
11022026-05-01T19:49:08.991Z Downloaded support-bundle-viewer v0.1.2
11032026-05-01T19:49:08.991Z Downloaded thiserror-no-std v2.0.2
11042026-05-01T19:49:08.991Z Downloaded quinn v0.11.9
11052026-05-01T19:49:08.991Z Downloaded publicsuffix v2.3.0
11062026-05-01T19:49:08.991Z Downloaded iddqd v0.3.18
11072026-05-01T19:49:08.991Z Downloaded stringprep v0.1.5
11082026-05-01T19:49:08.991Z Downloaded static_assertions v1.1.0
11092026-05-01T19:49:08.991Z Downloaded topological-sort v0.2.2
11102026-05-01T19:49:08.991Z Downloaded signal-hook v0.3.18
11112026-05-01T19:49:08.992Z Downloaded tower-service v0.3.3
11122026-05-01T19:49:08.992Z Downloaded tower-layer v0.3.3
11132026-05-01T19:49:08.992Z Downloaded aho-corasick v1.1.4
11142026-05-01T19:49:08.992Z Downloaded sqlformat v0.3.5
11152026-05-01T19:49:08.992Z Downloaded rand v0.8.5
11162026-05-01T19:49:08.992Z Downloaded structmeta v0.3.0
11172026-05-01T19:49:08.992Z Downloaded try-lock v0.2.5
11182026-05-01T19:49:08.992Z Downloaded trait-variant v0.1.2
11192026-05-01T19:49:08.992Z Downloaded itertools v0.13.0
11202026-05-01T19:49:08.992Z Downloaded tiny-keccak v2.0.2
11212026-05-01T19:49:08.992Z Downloaded strum_macros v0.26.4
11222026-05-01T19:49:08.992Z Downloaded tls_codec_derive v0.4.2
11232026-05-01T19:49:08.996Z Downloaded typify-macro v0.4.3
11242026-05-01T19:49:08.996Z Downloaded tokio-rustls v0.25.0
11252026-05-01T19:49:08.996Z Downloaded tokio-tungstenite v0.21.0
11262026-05-01T19:49:08.996Z Downloaded tokio-dtrace v0.1.1
11272026-05-01T19:49:08.996Z Downloaded aws-lc-rs v1.16.0
11282026-05-01T19:49:08.996Z Downloaded universal-hash v0.5.1
11292026-05-01T19:49:09.002Z Downloaded unit-prefix v0.5.2
11302026-05-01T19:49:09.002Z Downloaded unicode-truncate v1.1.0
11312026-05-01T19:49:09.002Z Downloaded libxml v0.3.3
11322026-05-01T19:49:09.007Z Downloaded num-bigint-dig v0.8.6
11332026-05-01T19:49:09.007Z Downloaded tokio-native-tls v0.3.1
11342026-05-01T19:49:09.007Z Downloaded similar v2.7.0
11352026-05-01T19:49:09.018Z Downloaded unarray v0.1.4
11362026-05-01T19:49:09.018Z Downloaded typify-macro v0.6.2
11372026-05-01T19:49:09.018Z Downloaded tls_codec v0.4.2
11382026-05-01T19:49:09.024Z Downloaded futures-util v0.3.32
11392026-05-01T19:49:09.024Z Downloaded untrusted v0.9.0
11402026-05-01T19:49:09.024Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-05-01T19:49:09.024Z Downloaded rand v0.9.2
11422026-05-01T19:49:09.033Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-05-01T19:49:09.033Z Downloaded term v1.2.1
11442026-05-01T19:49:09.033Z Downloaded untrusted v0.7.1
11452026-05-01T19:49:09.033Z Downloaded time-macros v0.2.27
11462026-05-01T19:49:09.033Z Downloaded schemars v0.9.0
11472026-05-01T19:49:09.037Z Downloaded void v1.0.2
11482026-05-01T19:49:09.037Z Downloaded usdt-macro v0.6.0
11492026-05-01T19:49:09.037Z Downloaded usdt-attr-macro v0.6.0
11502026-05-01T19:49:09.037Z Downloaded usdt v0.6.0
11512026-05-01T19:49:09.042Z Downloaded rustls-webpki v0.103.9
11522026-05-01T19:49:09.043Z Downloaded utf-8 v0.7.6
11532026-05-01T19:49:09.043Z Downloaded termios v0.3.3
11542026-05-01T19:49:09.047Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-05-01T19:49:09.047Z Downloaded qorb v0.4.1
11562026-05-01T19:49:09.047Z Downloaded want v0.3.1
11572026-05-01T19:49:09.047Z Downloaded tui-tree-widget v0.23.1
11582026-05-01T19:49:09.047Z Downloaded term v0.7.0
11592026-05-01T19:49:09.050Z Downloaded iri-string v0.7.10
11602026-05-01T19:49:09.053Z Downloaded itertools v0.12.1
11612026-05-01T19:49:09.057Z Downloaded tokio-rustls v0.24.1
11622026-05-01T19:49:09.060Z Downloaded thread_local v1.1.9
11632026-05-01T19:49:09.060Z Downloaded xattr v1.6.1
11642026-05-01T19:49:09.065Z Downloaded tokio-rustls v0.26.4
11652026-05-01T19:49:09.069Z Downloaded wait-timeout v0.2.1
11662026-05-01T19:49:09.073Z Downloaded serde_yaml v0.9.34+deprecated
11672026-05-01T19:49:09.077Z Downloaded h2 v0.4.13
11682026-05-01T19:49:09.082Z Downloaded xshell-macros v0.2.7
11692026-05-01T19:49:09.085Z Downloaded zeroize_derive v1.4.3
11702026-05-01T19:49:09.085Z Downloaded subprocess v0.2.15
11712026-05-01T19:49:09.092Z Downloaded tinyvec v1.10.0
11722026-05-01T19:49:09.096Z Downloaded unicase v2.9.0
11732026-05-01T19:49:09.099Z Downloaded tokio-tungstenite v0.23.1
11742026-05-01T19:49:09.099Z Downloaded hyper v1.8.1
11752026-05-01T19:49:09.103Z Downloaded zone_cfg_derive v0.3.1
11762026-05-01T19:49:09.107Z Downloaded vergen-gitcl v1.0.8
11772026-05-01T19:49:09.107Z Downloaded zone v0.3.1
11782026-05-01T19:49:09.107Z Downloaded rand v0.10.0
11792026-05-01T19:49:09.111Z Downloaded socket2 v0.6.3
11802026-05-01T19:49:09.116Z Downloaded slog v2.8.2
11812026-05-01T19:49:09.116Z Downloaded socket2 v0.5.10
11822026-05-01T19:49:09.116Z Downloaded tracing-attributes v0.1.31
11832026-05-01T19:49:09.123Z Downloaded samael v0.0.19
11842026-05-01T19:49:09.123Z Downloaded vsss-rs v3.3.4
11852026-05-01T19:49:09.123Z Downloaded whoami v2.1.0
11862026-05-01T19:49:09.126Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-05-01T19:49:09.126Z Downloaded usdt-impl v0.6.0
11882026-05-01T19:49:09.126Z Downloaded snafu v0.8.9
11892026-05-01T19:49:09.131Z Downloaded test-strategy v0.4.5
11902026-05-01T19:49:09.135Z Downloaded uzers v0.12.2
11912026-05-01T19:49:09.135Z Downloaded rsa v0.9.10
11922026-05-01T19:49:09.147Z Downloaded p521 v0.13.3
11932026-05-01T19:49:09.155Z Downloaded walkdir v2.5.0
11942026-05-01T19:49:09.156Z Downloaded xshell v0.2.7
11952026-05-01T19:49:09.156Z Downloaded waitgroup v0.1.2
11962026-05-01T19:49:09.156Z Downloaded libm v0.2.16
11972026-05-01T19:49:09.160Z Downloaded whoami v1.6.1
11982026-05-01T19:49:09.161Z Downloaded vergen-lib v0.1.6
11992026-05-01T19:49:09.161Z Downloaded vergen-git2 v1.0.7
12002026-05-01T19:49:09.165Z Downloaded steno v0.4.1
12012026-05-01T19:49:09.165Z Downloaded itertools v0.14.0
12022026-05-01T19:49:09.168Z Downloaded zeroize v1.8.2
12032026-05-01T19:49:09.168Z Downloaded wyz v0.5.1
12042026-05-01T19:49:09.172Z Downloaded unicode-properties v0.1.4
12052026-05-01T19:49:09.172Z Downloaded vergen v9.0.6
12062026-05-01T19:49:09.172Z Downloaded twox-hash v2.1.2
12072026-05-01T19:49:09.176Z Downloaded hkdf v0.12.4
12082026-05-01T19:49:09.176Z Downloaded russh v0.45.0
12092026-05-01T19:49:09.179Z Downloaded toml v1.0.6+spec-1.1.0
12102026-05-01T19:49:09.180Z Downloaded tracing-core v0.1.36
12112026-05-01T19:49:09.188Z Downloaded toml v0.7.8
12122026-05-01T19:49:09.188Z Downloaded tar v0.4.45
12132026-05-01T19:49:09.193Z Downloaded typify v0.6.2
12142026-05-01T19:49:09.193Z Downloaded tokio-stream v0.1.18
12152026-05-01T19:49:09.193Z Downloaded unicode-bidi v0.3.18
12162026-05-01T19:49:09.193Z Downloaded blake3 v1.8.3
12172026-05-01T19:49:09.201Z Downloaded zstd-safe v7.2.4
12182026-05-01T19:49:09.206Z Downloaded zstd v0.13.3
12192026-05-01T19:49:09.206Z Downloaded unsafe-libyaml v0.2.11
12202026-05-01T19:49:09.210Z Downloaded tungstenite v0.23.0
12212026-05-01T19:49:09.210Z Downloaded tungstenite v0.21.0
12222026-05-01T19:49:09.210Z Downloaded yasna v0.5.2
12232026-05-01T19:49:09.214Z Downloaded rustyline v14.0.0
12242026-05-01T19:49:09.214Z Downloaded toml v0.9.12+spec-1.1.0
12252026-05-01T19:49:09.232Z Downloaded schemars v1.2.1
12262026-05-01T19:49:09.239Z Downloaded typify v0.4.3
12272026-05-01T19:49:09.244Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-05-01T19:49:09.247Z Downloaded bitvec v1.0.1
12292026-05-01T19:49:09.258Z Downloaded vte v0.14.1
12302026-05-01T19:49:09.262Z Downloaded ssh-key v0.6.7
12312026-05-01T19:49:09.269Z Downloaded reedline v0.40.0
12322026-05-01T19:49:09.283Z Downloaded zerocopy v0.6.6
12332026-05-01T19:49:09.286Z Downloaded uuid v1.23.0
12342026-05-01T19:49:09.295Z Downloaded zopfli v0.8.3
12352026-05-01T19:49:09.300Z Downloaded rpassword v7.4.0
12362026-05-01T19:49:09.303Z Downloaded yansi v1.0.1
12372026-05-01T19:49:09.312Z Downloaded zip v0.6.6
12382026-05-01T19:49:09.323Z Downloaded p384 v0.13.1
12392026-05-01T19:49:09.327Z Downloaded unicode_categories v0.1.1
12402026-05-01T19:49:09.330Z Downloaded toml_edit v0.19.15
12412026-05-01T19:49:09.338Z Downloaded reqwest v0.13.2
12422026-05-01T19:49:09.347Z Downloaded reqwest v0.12.28
12432026-05-01T19:49:09.356Z Downloaded chrono v0.4.44
12442026-05-01T19:49:09.360Z Downloaded zerocopy-derive v0.8.40
12452026-05-01T19:49:09.365Z Downloaded quick-xml v0.37.5
12462026-05-01T19:49:09.370Z Downloaded unicode-segmentation v1.12.0
12472026-05-01T19:49:09.373Z Downloaded tower v0.5.3
12482026-05-01T19:49:09.378Z Downloaded regex v1.12.3
12492026-05-01T19:49:09.384Z Downloaded x509-cert v0.2.5
12502026-05-01T19:49:09.388Z Downloaded tokio-postgres v0.7.16
12512026-05-01T19:49:09.388Z Downloaded rayon v1.11.0
12522026-05-01T19:49:09.392Z Downloaded rustls-webpki v0.101.7
12532026-05-01T19:49:09.405Z Downloaded curve25519-dalek v4.1.3
12542026-05-01T19:49:09.408Z Downloaded portable-atomic v1.13.1
12552026-05-01T19:49:09.411Z Downloaded salty v0.3.0
12562026-05-01T19:49:09.414Z Downloaded git2 v0.20.4
12572026-05-01T19:49:09.419Z Downloaded typed-path v0.9.3
12582026-05-01T19:49:09.422Z Downloaded petname v2.0.2
12592026-05-01T19:49:09.426Z Downloaded tokio-util v0.7.18
12602026-05-01T19:49:09.430Z Downloaded proptest v1.10.0
12612026-05-01T19:49:09.440Z Downloaded lalrpop v0.19.12
12622026-05-01T19:49:09.440Z Downloaded zip v4.6.1
12632026-05-01T19:49:09.443Z Downloaded rustls-webpki v0.102.8
12642026-05-01T19:49:09.454Z Downloaded unicode-normalization v0.1.25
12652026-05-01T19:49:09.457Z Downloaded bstr v1.12.1
12662026-05-01T19:49:09.463Z Downloaded tower-http v0.6.8
12672026-05-01T19:49:09.466Z Downloaded object v0.30.4
12682026-05-01T19:49:09.471Z Downloaded nix v0.27.1
12692026-05-01T19:49:09.477Z Downloaded serde_with v3.17.0
12702026-05-01T19:49:09.486Z Downloaded quinn-proto v0.11.13
12712026-05-01T19:49:09.491Z Downloaded moka v0.12.13
12722026-05-01T19:49:09.494Z Downloaded winnow v0.5.40
12732026-05-01T19:49:09.499Z Downloaded tough v0.20.0
12742026-05-01T19:49:09.508Z Downloaded openssl v0.10.75
12752026-05-01T19:49:09.515Z Downloaded goblin v0.10.5
12762026-05-01T19:49:09.515Z Downloaded winnow v0.6.26
12772026-05-01T19:49:09.522Z Downloaded radix_trie v0.2.1
12782026-05-01T19:49:09.525Z Downloaded bindgen v0.71.1
12792026-05-01T19:49:09.531Z Downloaded nix v0.29.0
12802026-05-01T19:49:09.549Z Downloaded nix v0.28.0
12812026-05-01T19:49:09.563Z Downloaded dropshot v0.16.7
12822026-05-01T19:49:09.576Z Downloaded tabled v0.20.0
12832026-05-01T19:49:09.587Z Downloaded zlib-rs v0.6.2
12842026-05-01T19:49:09.597Z Downloaded time v0.3.47
12852026-05-01T19:49:09.601Z Downloaded rustls v0.21.12
12862026-05-01T19:49:09.605Z Downloaded regex-syntax v0.6.29
12872026-05-01T19:49:09.610Z Downloaded object v0.37.3
12882026-05-01T19:49:09.613Z Downloaded dropshot v0.17.0
12892026-05-01T19:49:09.625Z Downloaded smoltcp v0.9.1
12902026-05-01T19:49:09.632Z Downloaded polar-core v0.27.3
12912026-05-01T19:49:09.638Z Downloaded vcpkg v0.2.15
12922026-05-01T19:49:09.658Z Downloaded zerocopy v0.8.40
12932026-05-01T19:49:09.664Z Downloaded rustls v0.23.37
12942026-05-01T19:49:09.670Z Downloaded openapiv3 v2.2.0
12952026-05-01T19:49:09.677Z Downloaded webpki-roots v1.0.6
12962026-05-01T19:49:09.681Z Downloaded rustix v0.38.44
12972026-05-01T19:49:09.693Z Downloaded rustls v0.22.4
12982026-05-01T19:49:09.701Z Downloaded diesel v2.3.7
12992026-05-01T19:49:09.711Z Downloaded regress v0.10.5
13002026-05-01T19:49:09.716Z Downloaded smoltcp v0.11.0
13012026-05-01T19:49:09.724Z Downloaded hickory-proto v0.25.2
13022026-05-01T19:49:09.734Z Downloaded regress v0.11.1
13032026-05-01T19:49:09.739Z Downloaded regex-syntax v0.8.10
13042026-05-01T19:49:09.743Z Downloaded nix v0.31.2
13052026-05-01T19:49:09.750Z Downloaded hickory-proto v0.24.4
13062026-05-01T19:49:09.770Z Downloaded typify-impl v0.6.2
13072026-05-01T19:49:09.779Z Downloaded sqlparser v0.61.0
13082026-05-01T19:49:09.784Z Downloaded ratatui v0.29.0
13092026-05-01T19:49:09.796Z Downloaded sled v0.34.7
13102026-05-01T19:49:09.801Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-05-01T19:49:09.815Z Downloaded tracing v0.1.44
13122026-05-01T19:49:09.821Z Downloaded zerocopy-derive v0.6.6
13132026-05-01T19:49:09.828Z Downloaded typify-impl v0.4.3
13142026-05-01T19:49:09.847Z Downloaded regex-automata v0.4.14
13152026-05-01T19:49:09.856Z Downloaded chrono-tz v0.10.4
13162026-05-01T19:49:09.874Z Downloaded jiff v0.2.21
13172026-05-01T19:49:09.885Z Downloaded petgraph v0.6.5
13182026-05-01T19:49:09.905Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-05-01T19:49:09.916Z Downloaded libz-sys v1.1.24
13202026-05-01T19:49:09.927Z Downloaded csv v1.4.0
13212026-05-01T19:49:09.944Z Downloaded petgraph v0.8.3
13222026-05-01T19:49:09.960Z Downloaded sha3 v0.10.8
13232026-05-01T19:49:09.982Z Downloaded tokio v1.52.1
13242026-05-01T19:49:10.028Z Downloaded encoding_rs v0.8.35
13252026-05-01T19:49:10.040Z Downloaded ring v0.17.14
13262026-05-01T19:49:10.084Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-05-01T19:49:10.639Z Downloaded aws-lc-sys v0.37.1
13282026-05-01T19:49:10.879Z Compiling libc v0.2.185
13292026-05-01T19:49:10.879Z Compiling serde v1.0.228
13302026-05-01T19:49:10.883Z Compiling log v0.4.29
13312026-05-01T19:49:10.883Z Compiling find-msvc-tools v0.1.9
13322026-05-01T19:49:10.883Z Compiling shlex v1.3.0
13332026-05-01T19:49:10.883Z Compiling smallvec v1.15.1
13342026-05-01T19:49:10.883Z Compiling typenum v1.19.0
13352026-05-01T19:49:10.883Z Compiling subtle v2.6.1
13362026-05-01T19:49:11.054Z Compiling generic-array v0.14.7
13372026-05-01T19:49:11.061Z Compiling scopeguard v1.2.0
13382026-05-01T19:49:11.075Z Compiling const-oid v0.9.6
13392026-05-01T19:49:11.138Z Compiling portable-atomic v1.13.1
13402026-05-01T19:49:11.148Z Compiling syn v2.0.117
13412026-05-01T19:49:11.152Z Compiling zerocopy v0.8.40
13422026-05-01T19:49:11.152Z Compiling critical-section v1.2.0
13432026-05-01T19:49:11.153Z Compiling serde_json v1.0.149
13442026-05-01T19:49:11.226Z Compiling lock_api v0.4.14
13452026-05-01T19:49:11.243Z Compiling pin-project-lite v0.2.17
13462026-05-01T19:49:11.259Z Compiling parking_lot_core v0.9.12
13472026-05-01T19:49:11.277Z Compiling pkg-config v0.3.32
13482026-05-01T19:49:11.293Z Compiling bitflags v2.11.0
13492026-05-01T19:49:11.309Z Compiling libm v0.2.16
13502026-05-01T19:49:11.326Z Compiling num-traits v0.2.19
13512026-05-01T19:49:11.362Z Compiling futures-core v0.3.32
13522026-05-01T19:49:11.393Z Compiling percent-encoding v2.3.2
13532026-05-01T19:49:11.457Z Compiling futures-sink v0.3.32
13542026-05-01T19:49:11.491Z Compiling cpufeatures v0.2.17
13552026-05-01T19:49:11.575Z Compiling futures-channel v0.3.32
13562026-05-01T19:49:11.591Z Compiling slab v0.4.12
13572026-05-01T19:49:11.594Z Compiling futures-task v0.3.32
13582026-05-01T19:49:11.594Z Compiling futures-io v0.3.32
13592026-05-01T19:49:11.635Z Compiling getrandom v0.4.1
13602026-05-01T19:49:11.650Z Compiling rand_core v0.10.0
13612026-05-01T19:49:11.714Z Compiling getrandom v0.3.4
13622026-05-01T19:49:11.752Z Compiling rustversion v1.0.22
13632026-05-01T19:49:11.784Z Compiling indexmap v2.14.0
13642026-05-01T19:49:11.801Z Compiling form_urlencoded v1.2.2
13652026-05-01T19:49:11.817Z Compiling fs_extra v1.3.0
13662026-05-01T19:49:11.833Z Compiling base64ct v1.8.3
13672026-05-01T19:49:11.849Z Compiling ident_case v1.0.1
13682026-05-01T19:49:11.891Z Compiling dunce v1.0.5
13692026-05-01T19:49:11.906Z Compiling flagset v0.4.7
13702026-05-01T19:49:12.016Z Compiling getrandom v0.2.17
13712026-05-01T19:49:12.026Z Compiling jobserver v0.1.34
13722026-05-01T19:49:12.026Z Compiling errno v0.3.14
13732026-05-01T19:49:12.061Z Compiling mio v1.2.0
13742026-05-01T19:49:12.076Z Compiling socket2 v0.6.3
13752026-05-01T19:49:12.108Z Compiling pem-rfc7468 v0.7.0
13762026-05-01T19:49:12.146Z Compiling rand_core v0.6.4
13772026-05-01T19:49:12.160Z Compiling signal-hook-registry v1.4.8
13782026-05-01T19:49:12.249Z Compiling cc v1.2.56
13792026-05-01T19:49:12.263Z Compiling once_cell v1.21.3
13802026-05-01T19:49:12.308Z Compiling parking_lot v0.12.5
13812026-05-01T19:49:12.406Z Compiling iana-time-zone v0.1.65
13822026-05-01T19:49:12.438Z Compiling rustix v1.1.3
13832026-05-01T19:49:12.455Z Compiling uuid v1.23.0
13842026-05-01T19:49:12.473Z Compiling rustc_version v0.4.1
13852026-05-01T19:49:12.487Z Compiling aws-lc-rs v1.16.0
13862026-05-01T19:49:12.524Z Compiling vcpkg v0.2.15
13872026-05-01T19:49:12.528Z Compiling regex-syntax v0.8.10
13882026-05-01T19:49:12.569Z Compiling tracing-core v0.1.36
13892026-05-01T19:49:12.629Z Compiling openssl-probe v0.2.1
13902026-05-01T19:49:12.709Z Compiling base64 v0.22.1
13912026-05-01T19:49:12.777Z Compiling rand_core v0.9.5
13922026-05-01T19:49:12.812Z Compiling untrusted v0.9.0
13932026-05-01T19:49:12.828Z Compiling httparse v1.10.1
13942026-05-01T19:49:12.832Z Compiling schemars v0.8.22
13952026-05-01T19:49:12.858Z Compiling untrusted v0.7.1
13962026-05-01T19:49:12.917Z Compiling try-lock v0.2.5
13972026-05-01T19:49:12.951Z Compiling atomic-waker v1.1.2
13982026-05-01T19:49:13.005Z Compiling dyn-clone v1.0.20
13992026-05-01T19:49:13.023Z Compiling cmake v0.1.57
14002026-05-01T19:49:13.052Z Compiling tower-service v0.3.3
14012026-05-01T19:49:13.063Z Compiling rustls v0.23.37
14022026-05-01T19:49:13.078Z Compiling tinyvec_macros v0.1.1
14032026-05-01T19:49:13.108Z Compiling tower-layer v0.3.3
14042026-05-01T19:49:13.130Z Compiling want v0.3.1
14052026-05-01T19:49:13.164Z Compiling tinyvec v1.10.0
14062026-05-01T19:49:13.164Z Compiling spin v0.9.8
14072026-05-01T19:49:13.167Z Compiling aho-corasick v1.1.4
14082026-05-01T19:49:13.180Z Compiling num-conv v0.2.0
14092026-05-01T19:49:13.283Z Compiling time-core v0.1.8
14102026-05-01T19:49:13.292Z Compiling pin-utils v0.1.0
14112026-05-01T19:49:13.292Z Compiling foreign-types-shared v0.1.1
14122026-05-01T19:49:13.306Z Compiling crc32fast v1.5.0
14132026-05-01T19:49:13.310Z Compiling powerfmt v0.2.0
14142026-05-01T19:49:13.337Z Compiling openssl v0.10.75
14152026-05-01T19:49:13.353Z Compiling httpdate v1.0.3
14162026-05-01T19:49:13.367Z Compiling foreign-types v0.3.2
14172026-05-01T19:49:13.384Z Compiling wait-timeout v0.2.1
14182026-05-01T19:49:13.410Z Compiling time-macros v0.2.27
14192026-05-01T19:49:13.434Z Compiling num_threads v0.1.7
14202026-05-01T19:49:13.460Z Compiling usdt-impl v0.6.0
14212026-05-01T19:49:13.475Z Compiling siphasher v1.0.2
14222026-05-01T19:49:13.536Z Compiling deranged v0.5.8
14232026-05-01T19:49:13.552Z Compiling syn v1.0.109
14242026-05-01T19:49:13.569Z Compiling bit-vec v0.8.0
14252026-05-01T19:49:13.600Z Compiling crossbeam-utils v0.8.21
14262026-05-01T19:49:13.604Z Compiling quick-error v1.2.3
14272026-05-01T19:49:13.633Z Compiling native-tls v0.2.18
14282026-05-01T19:49:13.689Z Compiling simd-adler32 v0.3.8
14292026-05-01T19:49:13.710Z Compiling unicode-normalization v0.1.25
14302026-05-01T19:49:13.753Z Compiling slog v2.8.2
14312026-05-01T19:49:13.771Z Compiling bit-set v0.8.0
14322026-05-01T19:49:13.835Z Compiling rand_xorshift v0.4.0
14332026-05-01T19:49:13.875Z Compiling heapless v0.7.17
14342026-05-01T19:49:13.922Z Compiling aws-lc-sys v0.37.1
14352026-05-01T19:49:13.959Z Compiling ring v0.17.14
14362026-05-01T19:49:13.979Z Compiling openssl-sys v0.9.111
14372026-05-01T19:49:13.979Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-05-01T19:49:14.031Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-05-01T19:49:14.036Z Compiling thread-id v5.1.0
14402026-05-01T19:49:14.046Z Compiling sync_wrapper v1.0.2
14412026-05-01T19:49:14.063Z Compiling synstructure v0.13.2
14422026-05-01T19:49:14.147Z Compiling pest_generator v2.8.6
14432026-05-01T19:49:14.164Z Compiling serde_derive_internals v0.29.1
14442026-05-01T19:49:14.196Z Compiling darling_core v0.20.11
14452026-05-01T19:49:14.226Z Compiling tempfile v3.25.0
14462026-05-01T19:49:14.338Z Compiling regex-automata v0.4.14
14472026-05-01T19:49:14.390Z Compiling darling_core v0.21.3
14482026-05-01T19:49:14.569Z Compiling time v0.3.47
14492026-05-01T19:49:14.583Z Compiling rusty-fork v0.3.1
14502026-05-01T19:49:14.616Z Compiling cookie v0.18.1
14512026-05-01T19:49:14.704Z Compiling signal-hook v0.3.18
14522026-05-01T19:49:14.813Z Compiling allocator-api2 v0.2.21
14532026-05-01T19:49:14.868Z Compiling paste v1.0.15
14542026-05-01T19:49:14.896Z Compiling zstd-safe v7.2.4
14552026-05-01T19:49:14.914Z Compiling anyhow v1.0.102
14562026-05-01T19:49:14.969Z Compiling unicode-properties v0.1.4
14572026-05-01T19:49:14.989Z Compiling adler2 v2.0.1
14582026-05-01T19:49:15.087Z Compiling unicode-bidi v0.3.18
14592026-05-01T19:49:15.189Z Compiling unarray v0.1.4
14602026-05-01T19:49:15.204Z Compiling miniz_oxide v0.8.9
14612026-05-01T19:49:15.349Z Compiling num-integer v0.1.46
14622026-05-01T19:49:15.497Z Compiling stringprep v0.1.5
14632026-05-01T19:49:15.654Z Compiling vergen-lib v0.1.6
14642026-05-01T19:49:15.727Z Compiling curve25519-dalek v4.1.3
14652026-05-01T19:49:15.750Z Compiling ff v0.13.1
14662026-05-01T19:49:15.795Z Compiling hash32 v0.2.1
14672026-05-01T19:49:15.822Z Compiling serde_derive v1.0.228
14682026-05-01T19:49:15.855Z Compiling zeroize_derive v1.4.3
14692026-05-01T19:49:15.870Z Compiling zerofrom-derive v0.1.6
14702026-05-01T19:49:15.905Z Compiling yoke-derive v0.8.1
14712026-05-01T19:49:16.007Z Compiling zerocopy-derive v0.8.40
14722026-05-01T19:49:16.022Z Compiling zerovec-derive v0.11.2
14732026-05-01T19:49:16.036Z Compiling displaydoc v0.2.5
14742026-05-01T19:49:16.097Z Compiling tokio-macros v2.7.0
14752026-05-01T19:49:16.226Z Compiling futures-macro v0.3.32
14762026-05-01T19:49:16.539Z Compiling zeroize v1.8.2
14772026-05-01T19:49:16.552Z Compiling der_derive v0.7.3
14782026-05-01T19:49:16.834Z Compiling thiserror-impl v2.0.18
14792026-05-01T19:49:16.869Z Compiling rustls-pki-types v1.14.0
14802026-05-01T19:49:16.974Z Compiling tracing-attributes v0.1.31
14812026-05-01T19:49:17.073Z Compiling futures-util v0.3.32
14822026-05-01T19:49:17.115Z Compiling pest_derive v2.8.6
14832026-05-01T19:49:17.187Z Compiling schemars_derive v0.8.22
14842026-05-01T19:49:17.337Z Compiling crypto-common v0.1.7
14852026-05-01T19:49:17.353Z Compiling zerofrom v0.1.6
14862026-05-01T19:49:17.353Z Compiling block-buffer v0.10.4
14872026-05-01T19:49:17.513Z Compiling yoke v0.8.1
14882026-05-01T19:49:17.531Z Compiling digest v0.10.7
14892026-05-01T19:49:17.555Z Compiling block-padding v0.3.3
14902026-05-01T19:49:17.588Z Compiling der v0.7.10
14912026-05-01T19:49:17.609Z Compiling scroll_derive v0.13.1
14922026-05-01T19:49:17.719Z Compiling zerovec v0.11.5
14932026-05-01T19:49:17.736Z Compiling zerotrie v0.2.3
14942026-05-01T19:49:17.792Z Compiling hmac v0.12.1
14952026-05-01T19:49:17.969Z Compiling inout v0.1.4
14962026-05-01T19:49:18.066Z Compiling sha2 v0.10.9
14972026-05-01T19:49:18.167Z Compiling cipher v0.4.4
14982026-05-01T19:49:18.220Z Compiling tinystr v0.8.2
14992026-05-01T19:49:18.260Z Compiling potential_utf v0.1.4
15002026-05-01T19:49:18.380Z Compiling pbkdf2 v0.12.2
15012026-05-01T19:49:18.446Z Compiling icu_locale_core v2.1.1
15022026-05-01T19:49:18.462Z Compiling icu_collections v2.1.1
15032026-05-01T19:49:18.465Z Compiling spki v0.7.3
15042026-05-01T19:49:18.497Z Compiling salsa20 v0.10.2
15052026-05-01T19:49:18.516Z Compiling aes v0.8.4
15062026-05-01T19:49:18.534Z Compiling cbc v0.1.2
15072026-05-01T19:49:18.579Z Compiling thiserror v2.0.18
15082026-05-01T19:49:18.692Z Compiling scrypt v0.11.0
15092026-05-01T19:49:18.702Z Compiling tracing v0.1.44
15102026-05-01T19:49:18.721Z Compiling scroll v0.13.0
15112026-05-01T19:49:18.726Z Compiling darling_macro v0.20.11
15122026-05-01T19:49:18.881Z Compiling openssl-macros v0.1.1
15132026-05-01T19:49:18.930Z Compiling pkcs5 v0.7.1
15142026-05-01T19:49:18.974Z Compiling goblin v0.10.5
15152026-05-01T19:49:18.993Z Compiling dtrace-parser v0.3.0
15162026-05-01T19:49:19.010Z Compiling signature v2.2.0
15172026-05-01T19:49:19.202Z Compiling icu_provider v2.1.1
15182026-05-01T19:49:19.253Z Compiling pkcs8 v0.10.2
15192026-05-01T19:49:19.306Z Compiling bytes v1.11.1
15202026-05-01T19:49:19.323Z Compiling chrono v0.4.44
15212026-05-01T19:49:19.353Z Compiling ipnet v2.11.0
15222026-05-01T19:49:19.398Z Compiling darling v0.20.11
15232026-05-01T19:49:19.438Z Compiling icu_normalizer v2.1.1
15242026-05-01T19:49:19.471Z Compiling icu_properties v2.1.2
15252026-05-01T19:49:19.493Z Compiling derive_builder_core v0.20.2
15262026-05-01T19:49:19.521Z Compiling rustls-native-certs v0.8.3
15272026-05-01T19:49:19.579Z Compiling scroll_derive v0.12.1
15282026-05-01T19:49:19.600Z Compiling thiserror-impl v1.0.69
15292026-05-01T19:49:19.758Z Compiling toml_datetime v0.6.11
15302026-05-01T19:49:19.834Z Compiling tokio v1.52.1
15312026-05-01T19:49:19.877Z Compiling http v1.4.0
15322026-05-01T19:49:19.947Z Compiling serde_tokenstream v0.2.3
15332026-05-01T19:49:20.003Z Compiling serde_spanned v0.6.9
15342026-05-01T19:49:20.043Z Compiling erased-serde v0.3.31
15352026-05-01T19:49:20.161Z Compiling md-5 v0.10.6
15362026-05-01T19:49:20.273Z Compiling scroll v0.12.0
15372026-05-01T19:49:20.289Z Compiling webpki-roots v1.0.6
15382026-05-01T19:49:20.347Z Compiling idna_adapter v1.2.1
15392026-05-01T19:49:20.384Z Compiling ppv-lite86 v0.2.21
15402026-05-01T19:49:20.428Z Compiling derive_builder_macro v0.20.2
15412026-05-01T19:49:20.504Z Compiling idna v1.1.0
15422026-05-01T19:49:20.566Z Compiling http-body v1.0.1
15432026-05-01T19:49:20.570Z Compiling darling_macro v0.21.3
15442026-05-01T19:49:20.660Z Compiling zerocopy-derive v0.7.35
15452026-05-01T19:49:20.665Z Compiling memoffset v0.9.1
15462026-05-01T19:49:20.774Z Compiling rand_chacha v0.9.0
15472026-05-01T19:49:20.789Z Compiling rand_chacha v0.3.1
15482026-05-01T19:49:20.805Z Compiling http-body-util v0.1.3
15492026-05-01T19:49:20.868Z Compiling url v2.5.8
15502026-05-01T19:49:20.885Z Compiling zlib-rs v0.6.2
15512026-05-01T19:49:20.910Z Compiling rustix v0.38.44
15522026-05-01T19:49:20.939Z Compiling thiserror v1.0.69
15532026-05-01T19:49:20.971Z Compiling base16ct v0.2.0
15542026-05-01T19:49:21.066Z Compiling rand v0.9.2
15552026-05-01T19:49:21.081Z Compiling cfg_aliases v0.2.1
15562026-05-01T19:49:21.135Z Compiling ryu v1.0.23
15572026-05-01T19:49:21.165Z Compiling litrs v1.0.0
15582026-05-01T19:49:21.180Z Compiling smoltcp v0.9.1
15592026-05-01T19:49:21.263Z Compiling num-bigint-dig v0.8.6
15602026-05-01T19:49:21.287Z Compiling psl-types v2.0.11
15612026-05-01T19:49:21.339Z Compiling fallible-iterator v0.2.0
15622026-05-01T19:49:21.476Z Compiling ref-cast v1.0.25
15632026-05-01T19:49:21.519Z Compiling iri-string v0.7.10
15642026-05-01T19:49:21.551Z Compiling zerocopy v0.7.35
15652026-05-01T19:49:21.639Z Compiling proptest v1.10.0
15662026-05-01T19:49:21.669Z Compiling postgres-protocol v0.6.10
15672026-05-01T19:49:21.730Z Compiling dof v0.4.0
15682026-05-01T19:49:21.747Z Compiling document-features v0.2.12
15692026-05-01T19:49:21.874Z Compiling publicsuffix v2.3.0
15702026-05-01T19:49:21.954Z Compiling serde_urlencoded v0.7.1
15712026-05-01T19:49:22.000Z Compiling nix v0.31.2
15722026-05-01T19:49:22.073Z Compiling darling v0.21.3
15732026-05-01T19:49:22.096Z Compiling sec1 v0.7.3
15742026-05-01T19:49:22.128Z Compiling rand v0.8.5
15752026-05-01T19:49:22.174Z Compiling derive_builder v0.20.2
15762026-05-01T19:49:22.222Z Compiling ipnetwork v0.21.1
15772026-05-01T19:49:22.323Z Compiling goblin v0.8.2
15782026-05-01T19:49:22.388Z Compiling hubpack_derive v0.1.1
15792026-05-01T19:49:22.404Z Compiling cargo-platform v0.1.9
15802026-05-01T19:49:22.408Z Compiling hkdf v0.12.4
15812026-05-01T19:49:22.408Z Compiling crypto-bigint v0.5.5
15822026-05-01T19:49:22.648Z Compiling oxnet v0.1.4
15832026-05-01T19:49:22.685Z Compiling regex v1.12.3
15842026-05-01T19:49:22.901Z Compiling group v0.13.0
15852026-05-01T19:49:22.939Z Compiling ref-cast-impl v1.0.25
15862026-05-01T19:49:22.992Z Compiling curve25519-dalek-derive v0.1.1
15872026-05-01T19:49:23.065Z Compiling daft-derive v0.1.5
15882026-05-01T19:49:23.068Z Compiling async-trait v0.1.89
15892026-05-01T19:49:23.104Z Compiling strum_macros v0.27.2
15902026-05-01T19:49:23.133Z Compiling num-iter v0.1.45
15912026-05-01T19:49:23.357Z Compiling terminal_size v0.4.3
15922026-05-01T19:49:23.476Z Compiling phf_shared v0.13.1
15932026-05-01T19:49:23.513Z Compiling lazy_static v1.5.0
15942026-05-01T19:49:23.518Z Compiling vergen v9.0.6
15952026-05-01T19:49:23.617Z Compiling fs-err v3.3.0
15962026-05-01T19:49:23.634Z Compiling ahash v0.8.12
15972026-05-01T19:49:23.634Z Compiling foldhash v0.1.5
15982026-05-01T19:49:23.668Z Compiling tokio-util v0.7.18
15992026-05-01T19:49:23.737Z Compiling tower v0.5.3
16002026-05-01T19:49:23.751Z Compiling flate2 v1.1.9
16012026-05-01T19:49:23.809Z Compiling tokio-native-tls v0.3.1
16022026-05-01T19:49:23.836Z Compiling object v0.37.3
16032026-05-01T19:49:23.836Z Compiling bumpalo v3.20.2
16042026-05-01T19:49:23.869Z Compiling foldhash v0.2.0
16052026-05-01T19:49:23.872Z Compiling unicode-segmentation v1.12.0
16062026-05-01T19:49:24.002Z Compiling newtype-uuid v1.3.2
16072026-05-01T19:49:24.116Z Compiling bitflags v1.3.2
16082026-05-01T19:49:24.135Z Compiling libbz2-rs-sys v0.2.2
16092026-05-01T19:49:24.150Z Compiling tower-http v0.6.8
16102026-05-01T19:49:24.153Z Compiling managed v0.8.0
16112026-05-01T19:49:24.168Z Compiling winnow v0.5.40
16122026-05-01T19:49:24.214Z Compiling clap_builder v4.5.60
16132026-05-01T19:49:24.234Z Compiling daft v0.1.5
16142026-05-01T19:49:24.255Z Compiling zopfli v0.8.3
16152026-05-01T19:49:24.296Z Compiling hashbrown v0.16.1
16162026-05-01T19:49:24.364Z Compiling h2 v0.4.13
16172026-05-01T19:49:24.574Z Compiling bzip2 v0.6.1
16182026-05-01T19:49:24.580Z Compiling dof v0.3.0
16192026-05-01T19:49:24.718Z Compiling hashbrown v0.15.5
16202026-05-01T19:49:24.756Z Compiling phf v0.13.1
16212026-05-01T19:49:24.937Z Compiling signal-hook-mio v0.2.5
16222026-05-01T19:49:25.030Z Compiling elliptic-curve v0.13.8
16232026-05-01T19:49:25.071Z Compiling cargo_metadata v0.19.2
16242026-05-01T19:49:25.113Z Compiling strum v0.27.2
16252026-05-01T19:49:25.221Z Compiling usdt-macro v0.6.0
16262026-05-01T19:49:25.265Z Compiling usdt-attr-macro v0.6.0
16272026-05-01T19:49:25.291Z Compiling cookie_store v0.22.1
16282026-05-01T19:49:25.321Z Compiling hubpack v0.1.2
16292026-05-01T19:49:25.339Z Compiling bzip2 v0.4.4
16302026-05-01T19:49:25.502Z Compiling toml_edit v0.19.15
16312026-05-01T19:49:25.658Z Compiling serde_with_macros v3.17.0
16322026-05-01T19:49:25.661Z Compiling postgres-types v0.2.12
16332026-05-01T19:49:25.705Z Compiling zstd v0.13.3
16342026-05-01T19:49:25.904Z Compiling dtrace-parser v0.2.0
16352026-05-01T19:49:25.998Z Compiling ed25519 v2.2.3
16362026-05-01T19:49:26.054Z Compiling pkcs1 v0.7.5
16372026-05-01T19:49:26.122Z Compiling hex v0.4.3
16382026-05-01T19:49:26.197Z Compiling serde-big-array v0.5.1
16392026-05-01T19:49:26.264Z Compiling rfc6979 v0.4.0
16402026-05-01T19:49:26.363Z Compiling bstr v1.12.1
16412026-05-01T19:49:26.414Z Compiling clap_derive v4.5.55
16422026-05-01T19:49:26.431Z Compiling strum_macros v0.26.4
16432026-05-01T19:49:26.492Z Compiling enum-as-inner v0.6.1
16442026-05-01T19:49:26.525Z Compiling serde_repr v0.1.20
16452026-05-01T19:49:26.704Z Compiling phf_shared v0.11.3
16462026-05-01T19:49:26.883Z Compiling float-cmp v0.10.0
16472026-05-01T19:49:26.891Z Compiling memmap2 v0.9.10
16482026-05-01T19:49:26.911Z Compiling thread-id v4.2.2
16492026-05-01T19:49:26.945Z Compiling env_filter v1.0.0
16502026-05-01T19:49:27.003Z Compiling encoding_rs v0.8.35
16512026-05-01T19:49:27.020Z Compiling static_assertions v1.1.0
16522026-05-01T19:49:27.056Z Compiling jiff v0.2.21
16532026-05-01T19:49:27.059Z Compiling keccak v0.1.6
16542026-05-01T19:49:27.104Z Compiling fixedbitset v0.4.2
16552026-05-01T19:49:27.122Z Compiling fixedbitset v0.5.7
16562026-05-01T19:49:27.139Z Compiling data-encoding v2.10.0
16572026-05-01T19:49:27.289Z Compiling whoami v2.1.0
16582026-05-01T19:49:27.319Z Compiling new_debug_unreachable v1.0.6
16592026-05-01T19:49:27.348Z Compiling either v1.15.0
16602026-05-01T19:49:27.407Z Compiling normalize-line-endings v0.3.0
16612026-05-01T19:49:27.457Z Compiling hyper v1.8.1
16622026-05-01T19:49:27.522Z Compiling rustc-hash v2.1.1
16632026-05-01T19:49:27.572Z Compiling difflib v0.4.0
16642026-05-01T19:49:27.687Z Compiling predicates-core v1.0.10
16652026-05-01T19:49:27.703Z Compiling precomputed-hash v0.1.1
16662026-05-01T19:49:27.804Z Compiling mime v0.3.17
16672026-05-01T19:49:27.875Z Compiling predicates v3.1.4
16682026-05-01T19:49:27.890Z Compiling string_cache v0.8.9
16692026-05-01T19:49:27.904Z Compiling iddqd v0.3.18
16702026-05-01T19:49:27.922Z Compiling itertools v0.13.0
16712026-05-01T19:49:28.083Z Compiling tokio-postgres v0.7.16
16722026-05-01T19:49:28.140Z Compiling hickory-proto v0.25.2
16732026-05-01T19:49:28.172Z Compiling petgraph v0.8.3
16742026-05-01T19:49:28.262Z Compiling petgraph v0.6.5
16752026-05-01T19:49:28.266Z Compiling strum v0.26.3
16762026-05-01T19:49:28.294Z Compiling clap v4.5.60
16772026-05-01T19:49:28.393Z Compiling sha3 v0.10.8
16782026-05-01T19:49:28.426Z Compiling env_logger v0.11.9
16792026-05-01T19:49:28.478Z Compiling toml_edit v0.22.27
16802026-05-01T19:49:28.572Z Compiling hyper-util v0.1.20
16812026-05-01T19:49:28.591Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-01T19:49:28.798Z Compiling usdt v0.6.0
16832026-05-01T19:49:28.895Z Compiling usdt-impl v0.5.0
16842026-05-01T19:49:29.090Z Compiling toml v0.7.8
16852026-05-01T19:49:29.090Z Compiling serde_with v3.17.0
16862026-05-01T19:49:29.093Z Compiling similar v2.7.0
16872026-05-01T19:49:29.189Z Compiling crossterm v0.28.1
16882026-05-01T19:49:29.491Z Compiling ecdsa v0.16.9
16892026-05-01T19:49:29.727Z Compiling zip v4.6.1
16902026-05-01T19:49:29.774Z Compiling rsa v0.9.10
16912026-05-01T19:49:29.909Z Compiling ed25519-dalek v2.2.0
16922026-05-01T19:49:30.005Z Compiling hyper-tls v0.6.0
16932026-05-01T19:49:30.332Z Compiling zip v0.6.6
16942026-05-01T19:49:30.583Z Compiling tokio-stream v0.1.18
16952026-05-01T19:49:30.621Z Compiling heck v0.4.1
16962026-05-01T19:49:30.751Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-01T19:49:30.791Z Compiling buf-list v1.1.2
16982026-05-01T19:49:30.808Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-05-01T19:49:30.871Z Compiling openapiv3 v2.2.0
17002026-05-01T19:49:30.890Z Compiling x509-cert v0.2.5
17012026-05-01T19:49:30.952Z Compiling sha1 v0.10.6
17022026-05-01T19:49:31.077Z Compiling crossbeam-epoch v0.9.18
17032026-05-01T19:49:31.093Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-01T19:49:31.148Z Compiling peg-runtime v0.8.5
17052026-05-01T19:49:31.278Z Compiling lalrpop-util v0.19.12
17062026-05-01T19:49:31.286Z Compiling thread_local v1.1.9
17072026-05-01T19:49:31.373Z Compiling slog-async v2.8.0
17082026-05-01T19:49:31.412Z Compiling futures-executor v0.3.32
17092026-05-01T19:49:31.430Z Compiling crossbeam-channel v0.5.15
17102026-05-01T19:49:31.430Z Compiling filetime v0.2.27
17112026-05-01T19:49:31.464Z Compiling is-terminal v0.4.17
17122026-05-01T19:49:31.468Z Compiling take_mut v0.2.2
17132026-05-01T19:49:31.494Z Compiling xattr v1.6.1
17142026-05-01T19:49:31.529Z Compiling term v1.2.1
17152026-05-01T19:49:31.578Z Compiling futures v0.3.32
17162026-05-01T19:49:31.638Z Compiling tar v0.4.45
17172026-05-01T19:49:31.854Z Compiling slog-term v2.9.2
17182026-05-01T19:49:46.870Z Compiling rustls-webpki v0.103.9
17192026-05-01T19:49:49.670Z Compiling tokio-rustls v0.26.4
17202026-05-01T19:49:49.670Z Compiling rustls-platform-verifier v0.6.2
17212026-05-01T19:49:49.862Z Compiling hyper-rustls v0.27.7
17222026-05-01T19:49:50.056Z Compiling reqwest v0.12.28
17232026-05-01T19:49:50.056Z Compiling reqwest v0.13.2
17242026-05-01T19:49:52.069Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-01T19:49:52.306Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-01T19:49:55.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.59s
17272026-05-01T19:49:55.262Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-01T19:49:55.318ZMay 01 19:49:54.322 INFO Starting download, target: Console
17292026-05-01T19:49:55.318ZMay 01 19:49:54.322 INFO Starting download, target: DendriteStub
17302026-05-01T19:49:55.318ZMay 01 19:49:54.322 INFO Starting download, target: Clickhouse
17312026-05-01T19:49:55.318ZMay 01 19:49:54.322 INFO Starting download, target: TransceiverControl
17322026-05-01T19:49:55.318ZMay 01 19:49:54.322 INFO Starting download, target: MaghemiteMgd
17332026-05-01T19:49:55.322ZMay 01 19:49:54.323 INFO Starting download, target: Cockroach
17342026-05-01T19:49:55.322ZMay 01 19:49:54.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-01T19:49:55.322ZMay 01 19:49:54.323 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-01T19:49:55.322ZMay 01 19:49:54.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-01T19:49:55.322ZMay 01 19:49:54.323 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-01T19:49:55.322ZMay 01 19:49:54.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-01T19:49:55.322ZMay 01 19:49:54.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-01T19:49:55.727ZMay 01 19:49:54.729 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-01T19:49:55.929ZMay 01 19:49:54.933 INFO Download complete, target: TransceiverControl
17422026-05-01T19:49:56.330ZMay 01 19:49:55.333 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-01T19:49:56.576ZMay 01 19:49:55.580 INFO Download complete, target: Console
17442026-05-01T19:49:57.414ZMay 01 19:49:56.418 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-01T19:49:57.813ZMay 01 19:49:56.813 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-01T19:49:58.201ZMay 01 19:49:57.205 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-05-01T19:49:58.312ZMay 01 19:49:57.316 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-05-01T19:49:58.312ZMay 01 19:49:57.316 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-05-01T19:49:59.717ZMay 01 19:49:58.721 INFO Download complete, target: DendriteStub
17502026-05-01T19:50:00.206ZMay 01 19:49:59.209 INFO Download complete, target: MaghemiteMgd
17512026-05-01T19:50:03.124ZMay 01 19:50:02.127 INFO Checking that binary works, target: Cockroach
17522026-05-01T19:50:03.253ZMay 01 19:50:02.256 INFO Download complete, target: Cockroach
17532026-05-01T19:50:05.086ZMay 01 19:50:04.089 INFO Checking that binary works, target: Clickhouse
17542026-05-01T19:50:05.183ZMay 01 19:50:04.186 INFO Download complete, target: Clickhouse
17552026-05-01T19:50:05.189ZAll prerequisites installed successfully
17562026-05-01T19:50:05.193Z
17572026-05-01T19:50:05.193Zreal 2:46.606196737
17582026-05-01T19:50:05.193Zuser 7:15.145477271
17592026-05-01T19:50:05.193Zsys 1:44.653218265
17602026-05-01T19:50:05.193Ztrap 0.256954554
17612026-05-01T19:50:05.193Ztflt 2.082151088
17622026-05-01T19:50:05.193Zdflt 3.422466147
17632026-05-01T19:50:05.193Zkflt 0.052277367
17642026-05-01T19:50:05.193Zlock 22:20.172234423
17652026-05-01T19:50:05.193Zslp 19:41.229995883
17662026-05-01T19:50:05.193Zlat 22.903387159
17672026-05-01T19:50:05.193Zstop 3:00.362963358
17682026-05-01T19:50:05.193Z+ ptime -m cargo xtask download softnpu
17692026-05-01T19:50:05.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17702026-05-01T19:50:05.732Z Running `target/debug/xtask download softnpu`
17712026-05-01T19:50:06.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17722026-05-01T19:50:06.547Z Running `target/debug/xtask-downloader softnpu`
17732026-05-01T19:50:06.590ZMay 01 19:50:05.593 INFO Starting download, target: Softnpu
17742026-05-01T19:50:06.596ZMay 01 19:50:05.594 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-05-01T19:50:07.229ZMay 01 19:50:06.232 INFO Download complete, target: Softnpu
17762026-05-01T19:50:07.232Z
17772026-05-01T19:50:07.236Zreal 2.037373651
17782026-05-01T19:50:07.236Zuser 1.320330518
17792026-05-01T19:50:07.236Zsys 0.654734386
17802026-05-01T19:50:07.236Ztrap 0.000795658
17812026-05-01T19:50:07.236Ztflt 0.000181920
17822026-05-01T19:50:07.236Zdflt 0.000417760
17832026-05-01T19:50:07.236Zkflt 0.000000000
17842026-05-01T19:50:07.236Zlock 11.467837746
17852026-05-01T19:50:07.236Zslp 0.474506854
17862026-05-01T19:50:07.236Zlat 0.089196836
17872026-05-01T19:50:07.236Zstop 0.000188809
17882026-05-01T19:50:07.236Z+ export CARGO_INCREMENTAL=0
17892026-05-01T19:50:07.236Z+ CARGO_INCREMENTAL=0
17902026-05-01T19:50:07.236Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-05-01T19:50:08.126Z Compiling proc-macro2 v1.0.106
17922026-05-01T19:50:08.126Z Compiling quote v1.0.45
17932026-05-01T19:50:08.126Z Compiling unicode-ident v1.0.24
17942026-05-01T19:50:08.130Z Compiling libc v0.2.185
17952026-05-01T19:50:08.130Z Compiling serde_core v1.0.228
17962026-05-01T19:50:08.130Z Compiling serde v1.0.228
17972026-05-01T19:50:08.130Z Compiling cfg-if v1.0.4
17982026-05-01T19:50:08.130Z Compiling version_check v0.9.5
17992026-05-01T19:50:08.130Z Compiling find-msvc-tools v0.1.9
18002026-05-01T19:50:08.130Z Compiling shlex v1.3.0
18012026-05-01T19:50:08.274Z Compiling typenum v1.19.0
18022026-05-01T19:50:08.278Z Compiling autocfg v1.5.0
18032026-05-01T19:50:08.278Z Compiling zmij v1.0.21
18042026-05-01T19:50:08.278Z Compiling serde_json v1.0.149
18052026-05-01T19:50:08.278Z Compiling memchr v2.8.0
18062026-05-01T19:50:08.529Z Compiling portable-atomic v1.13.1
18072026-05-01T19:50:08.585Z Compiling zerocopy v0.8.40
18082026-05-01T19:50:08.637Z Compiling libm v0.2.16
18092026-05-01T19:50:08.659Z Compiling smallvec v1.15.1
18102026-05-01T19:50:08.676Z Compiling parking_lot_core v0.9.12
18112026-05-01T19:50:08.696Z Compiling icu_normalizer_data v2.1.1
18122026-05-01T19:50:08.749Z Compiling generic-array v0.14.7
18132026-05-01T19:50:08.752Z Compiling num-traits v0.2.19
18142026-05-01T19:50:08.783Z Compiling icu_properties_data v2.1.2
18152026-05-01T19:50:08.798Z Compiling itoa v1.0.17
18162026-05-01T19:50:08.954Z Compiling getrandom v0.4.1
18172026-05-01T19:50:08.973Z Compiling log v0.4.29
18182026-05-01T19:50:09.042Z Compiling stable_deref_trait v1.2.1
18192026-05-01T19:50:09.045Z Compiling pkg-config v0.3.32
18202026-05-01T19:50:09.045Z Compiling subtle v2.6.1
18212026-05-01T19:50:09.214Z Compiling scopeguard v1.2.0
18222026-05-01T19:50:09.308Z Compiling writeable v0.6.2
18232026-05-01T19:50:09.353Z Compiling lock_api v0.4.14
18242026-05-01T19:50:09.421Z Compiling jobserver v0.1.34
18252026-05-01T19:50:09.463Z Compiling getrandom v0.2.17
18262026-05-01T19:50:09.482Z Compiling litemap v0.8.1
18272026-05-01T19:50:09.498Z Compiling percent-encoding v2.3.2
18282026-05-01T19:50:09.566Z Compiling syn v2.0.117
18292026-05-01T19:50:09.601Z Compiling errno v0.3.14
18302026-05-01T19:50:09.615Z Compiling rand_core v0.6.4
18312026-05-01T19:50:09.644Z Compiling cc v1.2.56
18322026-05-01T19:50:09.682Z Compiling thiserror v2.0.18
18332026-05-01T19:50:09.686Z Compiling pin-project-lite v0.2.17
18342026-05-01T19:50:09.709Z Compiling fnv v1.0.7
18352026-05-01T19:50:09.829Z Compiling getrandom v0.3.4
18362026-05-01T19:50:09.925Z Compiling critical-section v1.2.0
18372026-05-01T19:50:10.021Z Compiling schemars v0.8.22
18382026-05-01T19:50:10.039Z Compiling equivalent v1.0.2
18392026-05-01T19:50:10.044Z Compiling rustversion v1.0.22
18402026-05-01T19:50:10.076Z Compiling utf8_iter v1.0.4
18412026-05-01T19:50:10.079Z Compiling fs_extra v1.3.0
18422026-05-01T19:50:10.180Z Compiling dunce v1.0.5
18432026-05-01T19:50:10.196Z Compiling rand_core v0.10.0
18442026-05-01T19:50:10.306Z Compiling form_urlencoded v1.2.2
18452026-05-01T19:50:10.452Z Compiling cmake v0.1.57
18462026-05-01T19:50:10.458Z Compiling once_cell v1.21.3
18472026-05-01T19:50:10.478Z Compiling signal-hook-registry v1.4.8
18482026-05-01T19:50:10.622Z Compiling hashbrown v0.17.0
18492026-05-01T19:50:10.638Z Compiling semver v1.0.28
18502026-05-01T19:50:10.702Z Compiling const-oid v0.9.6
18512026-05-01T19:50:10.798Z Compiling bitflags v2.11.0
18522026-05-01T19:50:10.826Z Compiling parking_lot v0.12.5
18532026-05-01T19:50:10.864Z Compiling mio v1.2.0
18542026-05-01T19:50:10.953Z Compiling socket2 v0.6.3
18552026-05-01T19:50:10.992Z Compiling rustix v1.1.3
18562026-05-01T19:50:10.996Z Compiling ring v0.17.14
18572026-05-01T19:50:11.023Z Compiling aws-lc-sys v0.37.1
18582026-05-01T19:50:11.040Z Compiling aws-lc-rs v1.16.0
18592026-05-01T19:50:11.044Z Compiling futures-core v0.3.32
18602026-05-01T19:50:11.131Z Compiling indexmap v2.14.0
18612026-05-01T19:50:11.202Z Compiling strsim v0.11.1
18622026-05-01T19:50:11.233Z Compiling thiserror v1.0.69
18632026-05-01T19:50:11.274Z Compiling byteorder v1.5.0
18642026-05-01T19:50:11.360Z Compiling httparse v1.10.1
18652026-05-01T19:50:11.455Z Compiling ucd-trie v0.1.7
18662026-05-01T19:50:11.548Z Compiling ident_case v1.0.1
18672026-05-01T19:50:11.594Z Compiling vcpkg v0.2.15
18682026-05-01T19:50:11.612Z Compiling pest v2.8.6
18692026-05-01T19:50:11.677Z Compiling iana-time-zone v0.1.65
18702026-05-01T19:50:11.704Z Compiling syn v1.0.109
18712026-05-01T19:50:11.720Z Compiling heck v0.5.0
18722026-05-01T19:50:11.754Z Compiling uuid v1.23.0
18732026-05-01T19:50:11.772Z Compiling cpufeatures v0.2.17
18742026-05-01T19:50:11.903Z Compiling regex-syntax v0.8.10
18752026-05-01T19:50:12.038Z Compiling rustc_version v0.4.1
18762026-05-01T19:50:12.090Z Compiling rustls v0.23.37
18772026-05-01T19:50:12.090Z Compiling futures-sink v0.3.32
18782026-05-01T19:50:12.173Z Compiling openssl-sys v0.9.111
18792026-05-01T19:50:12.257Z Compiling futures-channel v0.3.32
18802026-05-01T19:50:12.320Z Compiling futures-io v0.3.32
18812026-05-01T19:50:12.355Z Compiling slab v0.4.12
18822026-05-01T19:50:12.388Z Compiling futures-task v0.3.32
18832026-05-01T19:50:12.405Z Compiling synstructure v0.13.2
18842026-05-01T19:50:12.440Z Compiling serde_derive_internals v0.29.1
18852026-05-01T19:50:12.572Z Compiling plain v0.2.3
18862026-05-01T19:50:12.589Z Compiling crc32fast v1.5.0
18872026-05-01T19:50:12.606Z Compiling dyn-clone v1.0.20
18882026-05-01T19:50:12.648Z Compiling aho-corasick v1.1.4
18892026-05-01T19:50:12.665Z Compiling num-conv v0.2.0
18902026-05-01T19:50:12.695Z Compiling pest_meta v2.8.6
18912026-05-01T19:50:12.777Z Compiling crossbeam-utils v0.8.21
18922026-05-01T19:50:12.794Z Compiling time-core v0.1.8
18932026-05-01T19:50:12.926Z Compiling base64 v0.22.1
18942026-05-01T19:50:12.975Z Compiling time-macros v0.2.27
18952026-05-01T19:50:13.083Z Compiling openssl v0.10.75
18962026-05-01T19:50:13.211Z Compiling pretty-hex v0.4.1
18972026-05-01T19:50:13.320Z Compiling pest_generator v2.8.6
18982026-05-01T19:50:13.374Z Compiling anyhow v1.0.102
18992026-05-01T19:50:13.379Z Compiling base64ct v1.8.3
19002026-05-01T19:50:13.426Z Compiling darling_core v0.21.3
19012026-05-01T19:50:13.442Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-05-01T19:50:13.456Z Compiling regex-automata v0.4.14
19032026-05-01T19:50:13.593Z Compiling flagset v0.4.7
19042026-05-01T19:50:13.640Z Compiling serde_derive v1.0.228
19052026-05-01T19:50:13.659Z Compiling zeroize_derive v1.4.3
19062026-05-01T19:50:13.692Z Compiling zerofrom-derive v0.1.6
19072026-05-01T19:50:13.709Z Compiling yoke-derive v0.8.1
19082026-05-01T19:50:13.713Z Compiling zerovec-derive v0.11.2
19092026-05-01T19:50:13.727Z Compiling displaydoc v0.2.5
19102026-05-01T19:50:13.823Z Compiling zerocopy-derive v0.8.40
19112026-05-01T19:50:13.933Z Compiling tokio-macros v2.7.0
19122026-05-01T19:50:13.951Z Compiling futures-macro v0.3.32
19132026-05-01T19:50:13.970Z Compiling thiserror-impl v2.0.18
19142026-05-01T19:50:13.988Z Compiling schemars_derive v0.8.22
19152026-05-01T19:50:14.053Z Compiling der_derive v0.7.3
19162026-05-01T19:50:14.283Z Compiling zeroize v1.8.2
19172026-05-01T19:50:14.656Z Compiling tracing-attributes v0.1.31
19182026-05-01T19:50:14.692Z Compiling thiserror-impl v1.0.69
19192026-05-01T19:50:14.748Z Compiling pest_derive v2.8.6
19202026-05-01T19:50:14.783Z Compiling futures-util v0.3.32
19212026-05-01T19:50:14.822Z Compiling zerofrom v0.1.6
19222026-05-01T19:50:14.982Z Compiling yoke v0.8.1
19232026-05-01T19:50:15.130Z Compiling crypto-common v0.1.7
19242026-05-01T19:50:15.193Z Compiling block-buffer v0.10.4
19252026-05-01T19:50:15.227Z Compiling zerovec v0.11.5
19262026-05-01T19:50:15.232Z Compiling zerotrie v0.2.3
19272026-05-01T19:50:15.353Z Compiling digest v0.10.7
19282026-05-01T19:50:15.532Z Compiling block-padding v0.3.3
19292026-05-01T19:50:15.565Z Compiling hmac v0.12.1
19302026-05-01T19:50:15.597Z Compiling sha2 v0.10.9
19312026-05-01T19:50:15.701Z Compiling inout v0.1.4
19322026-05-01T19:50:15.771Z Compiling rustls-pki-types v1.14.0
19332026-05-01T19:50:15.831Z Compiling tinystr v0.8.2
19342026-05-01T19:50:15.863Z Compiling potential_utf v0.1.4
19352026-05-01T19:50:15.882Z Compiling cipher v0.4.4
19362026-05-01T19:50:15.887Z Compiling scroll_derive v0.13.1
19372026-05-01T19:50:15.887Z Compiling scroll_derive v0.12.1
19382026-05-01T19:50:16.068Z Compiling icu_locale_core v2.1.1
19392026-05-01T19:50:16.072Z Compiling icu_collections v2.1.1
19402026-05-01T19:50:16.186Z Compiling openssl-macros v0.1.1
19412026-05-01T19:50:16.575Z Compiling pem-rfc7468 v0.7.0
19422026-05-01T19:50:16.610Z Compiling native-tls v0.2.18
19432026-05-01T19:50:16.659Z Compiling regex v1.12.3
19442026-05-01T19:50:16.684Z Compiling darling_macro v0.21.3
19452026-05-01T19:50:16.847Z Compiling bytes v1.11.1
19462026-05-01T19:50:16.865Z Compiling icu_provider v2.1.1
19472026-05-01T19:50:16.898Z Compiling chrono v0.4.44
19482026-05-01T19:50:16.973Z Compiling serde_tokenstream v0.2.3
19492026-05-01T19:50:16.995Z Compiling der v0.7.10
19502026-05-01T19:50:17.091Z Compiling zerocopy-derive v0.7.35
19512026-05-01T19:50:17.145Z Compiling icu_properties v2.1.2
19522026-05-01T19:50:17.196Z Compiling icu_normalizer v2.1.1
19532026-05-01T19:50:17.308Z Compiling rand_core v0.9.5
19542026-05-01T19:50:17.496Z Compiling tokio v1.52.1
19552026-05-01T19:50:17.544Z Compiling http v1.4.0
19562026-05-01T19:50:17.909Z Compiling slog v2.8.2
19572026-05-01T19:50:18.070Z Compiling idna_adapter v1.2.1
19582026-05-01T19:50:18.136Z Compiling ppv-lite86 v0.2.21
19592026-05-01T19:50:18.225Z Compiling idna v1.1.0
19602026-05-01T19:50:18.346Z Compiling tracing-core v0.1.36
19612026-05-01T19:50:18.452Z Compiling untrusted v0.9.0
19622026-05-01T19:50:18.572Z Compiling url v2.5.8
19632026-05-01T19:50:18.688Z Compiling spki v0.7.3
19642026-05-01T19:50:18.755Z Compiling tracing v0.1.44
19652026-05-01T19:50:18.842Z Compiling darling v0.21.3
19662026-05-01T19:50:18.863Z Compiling salsa20 v0.10.2
19672026-05-01T19:50:18.950Z Compiling pbkdf2 v0.12.2
19682026-05-01T19:50:19.323Z Compiling cookie v0.18.1
19692026-05-01T19:50:19.398Z Compiling camino v1.2.2
19702026-05-01T19:50:19.548Z Compiling scrypt v0.11.0
19712026-05-01T19:50:19.553Z Compiling rand_chacha v0.9.0
19722026-05-01T19:50:19.581Z Compiling aes v0.8.4
19732026-05-01T19:50:19.707Z Compiling cbc v0.1.2
19742026-05-01T19:50:20.134Z Compiling usdt-impl v0.5.0
19752026-05-01T19:50:20.249Z Compiling either v1.15.0
19762026-05-01T19:50:20.303Z Compiling usdt-impl v0.6.0
19772026-05-01T19:50:20.363Z Compiling ref-cast v1.0.25
19782026-05-01T19:50:20.380Z Compiling paste v1.0.15
19792026-05-01T19:50:20.410Z Compiling winnow v0.7.14
19802026-05-01T19:50:20.676Z Compiling pkcs5 v0.7.1
19812026-05-01T19:50:20.717Z Compiling rand v0.9.2
19822026-05-01T19:50:20.732Z Compiling http-body v1.0.1
19832026-05-01T19:50:20.912Z Compiling toml_datetime v0.6.11
19842026-05-01T19:50:21.026Z Compiling serde_spanned v0.6.9
19852026-05-01T19:50:21.052Z Compiling scroll v0.13.0
19862026-05-01T19:50:21.082Z Compiling scroll v0.12.0
19872026-05-01T19:50:21.178Z Compiling heapless v0.7.17
19882026-05-01T19:50:21.210Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-05-01T19:50:21.322Z Compiling tokio-util v0.7.18
19902026-05-01T19:50:21.332Z Compiling zstd-safe v7.2.4
19912026-05-01T19:50:21.341Z Compiling atomic-waker v1.1.2
19922026-05-01T19:50:21.374Z Compiling untrusted v0.7.1
19932026-05-01T19:50:21.502Z Compiling openssl-probe v0.2.1
19942026-05-01T19:50:21.519Z Compiling signal-hook v0.3.18
19952026-05-01T19:50:21.551Z Compiling goblin v0.8.2
19962026-05-01T19:50:21.690Z Compiling goblin v0.10.5
19972026-05-01T19:50:21.739Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-01T19:50:21.895Z Compiling pkcs8 v0.10.2
19992026-05-01T19:50:22.230Z Compiling zerocopy v0.7.35
20002026-05-01T19:50:22.284Z Compiling ref-cast-impl v1.0.25
20012026-05-01T19:50:22.309Z Compiling darling_core v0.20.11
20022026-05-01T19:50:22.407Z Compiling curve25519-dalek v4.1.3
20032026-05-01T19:50:22.636Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-05-01T19:50:22.690Z Compiling memoffset v0.9.1
20052026-05-01T19:50:22.800Z Compiling litrs v1.0.0
20062026-05-01T19:50:22.908Z Compiling fastrand v2.3.0
20072026-05-01T19:50:23.070Z Compiling tower-layer v0.3.3
20082026-05-01T19:50:23.140Z Compiling rustix v0.38.44
20092026-05-01T19:50:23.257Z Compiling tinyvec_macros v0.1.1
20102026-05-01T19:50:23.332Z Compiling try-lock v0.2.5
20112026-05-01T19:50:23.477Z Compiling winnow v0.5.40
20122026-05-01T19:50:23.480Z Compiling tower-service v0.3.3
20132026-05-01T19:50:23.493Z Compiling want v0.3.1
20142026-05-01T19:50:23.628Z Compiling h2 v0.4.13
20152026-05-01T19:50:23.684Z Compiling tinyvec v1.10.0
20162026-05-01T19:50:23.706Z Compiling dof v0.3.0
20172026-05-01T19:50:23.778Z Compiling document-features v0.2.12
20182026-05-01T19:50:24.240Z Compiling darling_macro v0.20.11
20192026-05-01T19:50:24.312Z Compiling dof v0.4.0
20202026-05-01T19:50:24.595Z Compiling dtrace-parser v0.2.0
20212026-05-01T19:50:24.665Z Compiling dtrace-parser v0.3.0
20222026-05-01T19:50:24.834Z Compiling toml_edit v0.19.15
20232026-05-01T19:50:24.916Z Compiling ipnet v2.11.0
20242026-05-01T19:50:25.115Z Compiling daft-derive v0.1.5
20252026-05-01T19:50:25.142Z Compiling async-trait v0.1.89
20262026-05-01T19:50:25.226Z Compiling spin v0.9.8
20272026-05-01T19:50:25.269Z Compiling thread-id v4.2.2
20282026-05-01T19:50:25.375Z Compiling thread-id v5.1.0
20292026-05-01T19:50:25.392Z Compiling powerfmt v0.2.0
20302026-05-01T19:50:25.410Z Compiling pin-utils v0.1.0
20312026-05-01T19:50:25.426Z Compiling smoltcp v0.9.1
20322026-05-01T19:50:25.459Z Compiling num-bigint-dig v0.8.6
20332026-05-01T19:50:25.479Z Compiling httpdate v1.0.3
20342026-05-01T19:50:25.505Z Compiling cfg_aliases v0.2.1
20352026-05-01T19:50:25.509Z Compiling foreign-types-shared v0.1.1
20362026-05-01T19:50:25.714Z Compiling foreign-types v0.3.2
20372026-05-01T19:50:25.764Z Compiling nix v0.31.2
20382026-05-01T19:50:25.781Z Compiling deranged v0.5.8
20392026-05-01T19:50:25.939Z Compiling tempfile v3.25.0
20402026-05-01T19:50:26.142Z Compiling darling v0.20.11
20412026-05-01T19:50:26.258Z Compiling ipnetwork v0.21.1
20422026-05-01T19:50:26.446Z Compiling strum_macros v0.26.4
20432026-05-01T19:50:26.517Z Compiling curve25519-dalek-derive v0.1.1
20442026-05-01T19:50:26.730Z Compiling hyper v1.8.1
20452026-05-01T19:50:26.808Z Compiling wait-timeout v0.2.1
20462026-05-01T19:50:26.909Z Compiling utf8parse v0.2.2
20472026-05-01T19:50:27.048Z Compiling simd-adler32 v0.3.8
20482026-05-01T19:50:27.139Z Compiling quick-error v1.2.3
20492026-05-01T19:50:27.218Z Compiling anstyle v1.0.13
20502026-05-01T19:50:27.286Z Compiling siphasher v1.0.2
20512026-05-01T19:50:27.307Z Compiling bit-vec v0.8.0
20522026-05-01T19:50:27.389Z Compiling num_threads v0.1.7
20532026-05-01T19:50:27.492Z Compiling time v0.3.47
20542026-05-01T19:50:27.508Z Compiling bit-set v0.8.0
20552026-05-01T19:50:27.591Z Compiling rusty-fork v0.3.1
20562026-05-01T19:50:27.667Z Compiling anstyle-parse v0.2.7
20572026-05-01T19:50:27.890Z Compiling hyper-util v0.1.20
20582026-05-01T19:50:28.117Z Compiling derive_builder_core v0.20.2
20592026-05-01T19:50:28.199Z Compiling unicode-normalization v0.1.25
20602026-05-01T19:50:28.670Z Compiling rustls-native-certs v0.8.3
20612026-05-01T19:50:28.941Z Compiling rand_xorshift v0.4.0
20622026-05-01T19:50:28.960Z Compiling signature v2.2.0
20632026-05-01T19:50:29.107Z Compiling hubpack_derive v0.1.1
20642026-05-01T19:50:29.135Z Compiling strum_macros v0.27.2
20652026-05-01T19:50:29.257Z Compiling sync_wrapper v1.0.2
20662026-05-01T19:50:29.395Z Compiling fs-err v3.3.0
20672026-05-01T19:50:29.430Z Compiling ahash v0.8.12
20682026-05-01T19:50:29.494Z Compiling allocator-api2 v0.2.21
20692026-05-01T19:50:29.507Z Compiling anstyle-query v1.1.5
20702026-05-01T19:50:29.573Z Compiling unicode-bidi v0.3.18
20712026-05-01T19:50:29.642Z Compiling object v0.37.3
20722026-05-01T19:50:29.746Z Compiling is_terminal_polyfill v1.70.2
20732026-05-01T19:50:29.845Z Compiling unicode-properties v0.1.4
20742026-05-01T19:50:29.864Z Compiling unarray v0.1.4
20752026-05-01T19:50:29.868Z Compiling unicode-segmentation v1.12.0
20762026-05-01T19:50:29.920Z Compiling colorchoice v1.0.4
20772026-05-01T19:50:29.998Z Compiling adler2 v2.0.1
20782026-05-01T19:50:30.067Z Compiling anstream v0.6.21
20792026-05-01T19:50:30.068Z Compiling stringprep v0.1.5
20802026-05-01T19:50:30.072Z Compiling proptest v1.10.0
20812026-05-01T19:50:30.140Z Compiling miniz_oxide v0.8.9
20822026-05-01T19:50:30.416Z Compiling tower v0.5.3
20832026-05-01T19:50:30.486Z Compiling derive_builder_macro v0.20.2
20842026-05-01T19:50:30.718Z Compiling usdt-macro v0.6.0
20852026-05-01T19:50:30.734Z Compiling usdt-attr-macro v0.6.0
20862026-05-01T19:50:31.294Z Compiling http-body-util v0.1.3
20872026-05-01T19:50:31.449Z Compiling webpki-roots v1.0.6
20882026-05-01T19:50:31.643Z Compiling rand_chacha v0.3.1
20892026-05-01T19:50:31.654Z Compiling erased-serde v0.3.31
20902026-05-01T19:50:31.654Z Compiling md-5 v0.10.6
20912026-05-01T19:50:31.667Z Compiling num-integer v0.1.46
20922026-05-01T19:50:31.771Z Compiling hash32 v0.2.1
20932026-05-01T19:50:31.815Z Compiling vergen-lib v0.1.6
20942026-05-01T19:50:31.844Z Compiling ff v0.13.1
20952026-05-01T19:50:31.926Z Compiling iri-string v0.7.10
20962026-05-01T19:50:31.990Z Compiling zlib-rs v0.6.2
20972026-05-01T19:50:31.993Z Compiling fallible-iterator v0.2.0
20982026-05-01T19:50:32.027Z Compiling ryu v1.0.23
20992026-05-01T19:50:32.060Z Compiling base16ct v0.2.0
21002026-05-01T19:50:32.060Z Compiling psl-types v2.0.11
21012026-05-01T19:50:32.167Z Compiling serde_urlencoded v0.7.1
21022026-05-01T19:50:32.207Z Compiling sec1 v0.7.3
21032026-05-01T19:50:32.245Z Compiling publicsuffix v2.3.0
21042026-05-01T19:50:32.261Z Compiling newtype-uuid v1.3.2
21052026-05-01T19:50:32.341Z Compiling postgres-protocol v0.6.10
21062026-05-01T19:50:32.390Z Compiling group v0.13.0
21072026-05-01T19:50:32.489Z Compiling num-iter v0.1.45
21082026-05-01T19:50:32.587Z Compiling rand v0.8.5
21092026-05-01T19:50:32.771Z Compiling oxnet v0.1.4
21102026-05-01T19:50:32.873Z Compiling derive_builder v0.20.2
21112026-05-01T19:50:33.038Z Compiling tower-http v0.6.8
21122026-05-01T19:50:33.055Z Compiling tokio-native-tls v0.3.1
21132026-05-01T19:50:33.075Z Compiling heck v0.4.1
21142026-05-01T19:50:33.091Z Compiling phf_shared v0.13.1
21152026-05-01T19:50:33.177Z Compiling lazy_static v1.5.0
21162026-05-01T19:50:33.247Z Compiling terminal_size v0.4.3
21172026-05-01T19:50:33.279Z Compiling serde_with_macros v3.17.0
21182026-05-01T19:50:33.311Z Compiling cargo-platform v0.1.9
21192026-05-01T19:50:33.344Z Compiling hkdf v0.12.4
21202026-05-01T19:50:33.359Z Compiling crypto-bigint v0.5.5
21212026-05-01T19:50:33.363Z Compiling enum-as-inner v0.6.1
21222026-05-01T19:50:33.422Z Compiling serde_repr v0.1.20
21232026-05-01T19:50:33.471Z Compiling clap_derive v4.5.55
21242026-05-01T19:50:33.491Z Compiling vergen v9.0.6
21252026-05-01T19:50:33.544Z Compiling libbz2-rs-sys v0.2.2
21262026-05-01T19:50:33.655Z Compiling bitflags v1.3.2
21272026-05-01T19:50:33.696Z Compiling foldhash v0.1.5
21282026-05-01T19:50:33.736Z Compiling bumpalo v3.20.2
21292026-05-01T19:50:33.741Z Compiling clap_lex v1.0.0
21302026-05-01T19:50:33.770Z Compiling foldhash v0.2.0
21312026-05-01T19:50:33.883Z Compiling managed v0.8.0
21322026-05-01T19:50:33.989Z Compiling flate2 v1.1.9
21332026-05-01T19:50:34.043Z Compiling bzip2 v0.6.1
21342026-05-01T19:50:34.123Z Compiling zopfli v0.8.3
21352026-05-01T19:50:34.157Z Compiling hashbrown v0.16.1
21362026-05-01T19:50:34.179Z Compiling clap_builder v4.5.60
21372026-05-01T19:50:34.261Z Compiling elliptic-curve v0.13.8
21382026-05-01T19:50:34.330Z Compiling hashbrown v0.15.5
21392026-05-01T19:50:34.618Z Compiling cargo_metadata v0.19.2
21402026-05-01T19:50:34.888Z Compiling phf v0.13.1
21412026-05-01T19:50:34.956Z Compiling hyper-tls v0.6.0
21422026-05-01T19:50:34.974Z Compiling signal-hook-mio v0.2.5
21432026-05-01T19:50:35.101Z Compiling daft v0.1.5
21442026-05-01T19:50:35.118Z Compiling zstd v0.13.3
21452026-05-01T19:50:35.257Z Compiling cookie_store v0.22.1
21462026-05-01T19:50:35.404Z Compiling postgres-types v0.2.12
21472026-05-01T19:50:35.421Z Compiling bzip2 v0.4.4
21482026-05-01T19:50:35.564Z Compiling strum v0.27.2
21492026-05-01T19:50:35.767Z Compiling hubpack v0.1.2
21502026-05-01T19:50:35.783Z Compiling ed25519 v2.2.3
21512026-05-01T19:50:35.848Z Compiling phf_shared v0.11.3
21522026-05-01T19:50:35.903Z Compiling crossbeam-epoch v0.9.18
21532026-05-01T19:50:35.937Z Compiling pkcs1 v0.7.5
21542026-05-01T19:50:36.044Z Compiling hex v0.4.3
21552026-05-01T19:50:36.076Z Compiling serde-big-array v0.5.1
21562026-05-01T19:50:36.213Z Compiling bstr v1.12.1
21572026-05-01T19:50:36.241Z Compiling rfc6979 v0.4.0
21582026-05-01T19:50:36.332Z Compiling float-cmp v0.10.0
21592026-05-01T19:50:36.373Z Compiling memmap2 v0.9.10
21602026-05-01T19:50:36.390Z Compiling env_filter v1.0.0
21612026-05-01T19:50:36.434Z Compiling encoding_rs v0.8.35
21622026-05-01T19:50:36.481Z Compiling fixedbitset v0.5.7
21632026-05-01T19:50:36.504Z Compiling toml_write v0.1.2
21642026-05-01T19:50:36.558Z Compiling mime v0.3.17
21652026-05-01T19:50:36.594Z Compiling keccak v0.1.6
21662026-05-01T19:50:36.613Z Compiling data-encoding v2.10.0
21672026-05-01T19:50:36.672Z Compiling jiff v0.2.21
21682026-05-01T19:50:36.725Z Compiling predicates-core v1.0.10
21692026-05-01T19:50:36.742Z Compiling whoami v2.1.0
21702026-05-01T19:50:36.786Z Compiling rustc-hash v2.1.1
21712026-05-01T19:50:36.817Z Compiling normalize-line-endings v0.3.0
21722026-05-01T19:50:36.833Z Compiling fixedbitset v0.4.2
21732026-05-01T19:50:36.851Z Compiling static_assertions v1.1.0
21742026-05-01T19:50:36.917Z Compiling precomputed-hash v0.1.1
21752026-05-01T19:50:36.952Z Compiling difflib v0.4.0
21762026-05-01T19:50:36.958Z Compiling new_debug_unreachable v1.0.6
21772026-05-01T19:50:37.026Z Compiling petgraph v0.6.5
21782026-05-01T19:50:37.054Z Compiling string_cache v0.8.9
21792026-05-01T19:50:37.075Z Compiling tokio-postgres v0.7.16
21802026-05-01T19:50:37.096Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21812026-05-01T19:50:37.164Z Compiling hickory-proto v0.25.2
21822026-05-01T19:50:37.182Z Compiling iddqd v0.3.18
21832026-05-01T19:50:37.300Z Compiling predicates v3.1.4
21842026-05-01T19:50:37.752Z Compiling sha3 v0.10.8
21852026-05-01T19:50:37.887Z Compiling petgraph v0.8.3
21862026-05-01T19:50:38.040Z Compiling toml_edit v0.22.27
21872026-05-01T19:50:38.103Z Compiling similar v2.7.0
21882026-05-01T19:50:38.320Z Compiling env_logger v0.11.9
21892026-05-01T19:50:38.505Z Compiling usdt v0.6.0
21902026-05-01T19:50:38.842Z Compiling serde_with v3.17.0
21912026-05-01T19:50:39.043Z Compiling ecdsa v0.16.9
21922026-05-01T19:50:39.114Z Compiling rsa v0.9.10
21932026-05-01T19:50:39.458Z Compiling zip v4.6.1
21942026-05-01T19:50:39.803Z Compiling ed25519-dalek v2.2.0
21952026-05-01T19:50:40.388Z Compiling clap v4.5.60
21962026-05-01T19:50:40.392Z Compiling crossterm v0.28.1
21972026-05-01T19:50:40.392Z Compiling zip v0.6.6
21982026-05-01T19:50:40.569Z Compiling strum v0.26.3
21992026-05-01T19:50:40.599Z Compiling toml v0.7.8
22002026-05-01T19:50:40.729Z Compiling tokio-stream v0.1.18
22012026-05-01T19:50:40.805Z Compiling buf-list v1.1.2
22022026-05-01T19:50:40.886Z Compiling itertools v0.13.0
22032026-05-01T19:50:41.075Z Compiling x509-cert v0.2.5
22042026-05-01T19:50:41.163Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22052026-05-01T19:50:41.225Z Compiling openapiv3 v2.2.0
22062026-05-01T19:50:41.507Z Compiling sha1 v0.10.6
22072026-05-01T19:50:41.759Z Compiling peg-runtime v0.8.5
22082026-05-01T19:50:42.124Z Compiling lalrpop-util v0.19.12
22092026-05-01T19:50:58.352Z Compiling macaddr v1.0.1
22102026-05-01T19:50:58.485Z Compiling structmeta-derive v0.3.0
22112026-05-01T19:50:58.536Z Compiling crucible-workspace-hack v0.1.0
22122026-05-01T19:50:58.654Z Compiling rayon-core v1.13.0
22132026-05-01T19:50:58.672Z Compiling itertools v0.14.0
22142026-05-01T19:50:58.809Z Compiling secrecy v0.10.3
22152026-05-01T19:50:58.887Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-01T19:50:58.908Z Compiling rustls v0.22.4
22172026-05-01T19:50:58.997Z Compiling heapless v0.8.0
22182026-05-01T19:50:59.285Z Compiling crossbeam-deque v0.8.6
22192026-05-01T19:50:59.320Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-05-01T19:50:59.337Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-05-01T19:50:59.489Z Compiling structmeta v0.3.0
22222026-05-01T19:50:59.503Z Compiling rustls-webpki v0.102.8
22232026-05-01T19:50:59.520Z Compiling futures-executor v0.3.32
22242026-05-01T19:50:59.535Z Compiling hash32 v0.3.1
22252026-05-01T19:50:59.539Z Compiling multer v3.1.0
22262026-05-01T19:50:59.600Z Compiling thread_local v1.1.9
22272026-05-01T19:50:59.716Z Compiling compression-core v0.4.31
22282026-05-01T19:50:59.739Z Compiling slog-async v2.8.0
22292026-05-01T19:50:59.768Z Compiling unicode-width v0.2.0
22302026-05-01T19:50:59.831Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-05-01T19:50:59.912Z Compiling smoltcp v0.11.0
22322026-05-01T19:50:59.930Z Compiling match_cfg v0.1.0
22332026-05-01T19:50:59.945Z Compiling ingot-macros v0.1.1
22342026-05-01T19:51:00.023Z Compiling hostname v0.3.1
22352026-05-01T19:51:00.040Z Compiling proc-macro-crate v3.4.0
22362026-05-01T19:51:00.100Z Compiling compression-codecs v0.4.37
22372026-05-01T19:51:00.118Z Compiling derive-ex v0.1.8
22382026-05-01T19:51:00.197Z Compiling futures v0.3.32
22392026-05-01T19:51:00.234Z Compiling rustls-webpki v0.103.9
22402026-05-01T19:51:00.324Z Compiling slog-json v2.6.1
22412026-05-01T19:51:00.511Z Compiling crossbeam-channel v0.5.15
22422026-05-01T19:51:00.531Z Compiling half v2.7.1
22432026-05-01T19:51:00.565Z Compiling newtype-uuid-macros v0.1.0
22442026-05-01T19:51:00.630Z Compiling thiserror-impl-no-std v2.0.2
22452026-05-01T19:51:00.910Z Compiling cobs v0.3.0
22462026-05-01T19:51:01.065Z Compiling universal-hash v0.5.1
22472026-05-01T19:51:01.216Z Compiling async-stream-impl v0.3.6
22482026-05-01T19:51:01.233Z Compiling toml_datetime v1.0.0+spec-1.1.0
22492026-05-01T19:51:01.248Z Compiling serde_spanned v1.0.4
22502026-05-01T19:51:01.313Z Compiling is-terminal v0.4.17
22512026-05-01T19:51:01.373Z Compiling dropshot v0.17.0
22522026-05-01T19:51:01.451Z Compiling proc-macro-error-attr v1.0.4
22532026-05-01T19:51:01.460Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-05-01T19:51:01.600Z Compiling take_mut v0.2.2
22552026-05-01T19:51:01.663Z Compiling ciborium-io v0.2.2
22562026-05-01T19:51:01.667Z Compiling opaque-debug v0.3.1
22572026-05-01T19:51:01.694Z Compiling term v1.2.1
22582026-05-01T19:51:01.698Z Compiling convert_case v0.4.0
22592026-05-01T19:51:01.730Z Compiling toml_writer v1.0.6+spec-1.1.0
22602026-05-01T19:51:01.749Z Compiling test-strategy v0.4.5
22612026-05-01T19:51:01.767Z Compiling ciborium-ll v0.2.2
22622026-05-01T19:51:01.803Z Compiling async-stream v0.3.6
22632026-05-01T19:51:01.841Z Compiling poly1305 v0.8.0
22642026-05-01T19:51:02.038Z Compiling slog-term v2.9.2
22652026-05-01T19:51:02.052Z Compiling toml v1.0.6+spec-1.1.0
22662026-05-01T19:51:02.058Z Compiling derive_more v0.99.20
22672026-05-01T19:51:02.092Z Compiling thiserror-no-std v2.0.2
22682026-05-01T19:51:02.192Z Compiling tokio-rustls v0.25.0
22692026-05-01T19:51:02.461Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702026-05-01T19:51:02.484Z Compiling postcard v1.1.3
22712026-05-01T19:51:02.626Z Compiling ingot-types v0.1.2
22722026-05-01T19:51:02.885Z Compiling slog-bunyan v2.5.0
22732026-05-01T19:51:03.056Z Compiling ingot v0.1.1
22742026-05-01T19:51:03.098Z Compiling num_enum_derive v0.7.5
22752026-05-01T19:51:03.845Z Compiling async-compression v0.4.41
22762026-05-01T19:51:03.864Z Compiling parse-display-derive v0.10.0
22772026-05-01T19:51:03.864Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22782026-05-01T19:51:03.864Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-05-01T19:51:03.864Z Compiling proc-macro-crate v1.3.1
22802026-05-01T19:51:03.864Z Compiling backon v1.6.0
22812026-05-01T19:51:03.963Z Compiling tokio-rustls v0.26.4
22822026-05-01T19:51:04.049Z Compiling rustls-platform-verifier v0.6.2
22832026-05-01T19:51:04.074Z Compiling waitgroup v0.1.2
22842026-05-01T19:51:04.223Z Compiling hyper-rustls v0.27.7
22852026-05-01T19:51:04.259Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22862026-05-01T19:51:04.274Z Compiling password-hash v0.5.0
22872026-05-01T19:51:04.294Z Compiling dropshot_endpoint v0.17.0
22882026-05-01T19:51:04.309Z Compiling chacha20 v0.9.1
22892026-05-01T19:51:04.326Z Compiling rustls-pemfile v2.2.0
22902026-05-01T19:51:04.358Z Compiling blake2 v0.10.6
22912026-05-01T19:51:04.568Z Compiling reqwest v0.13.2
22922026-05-01T19:51:04.593Z Compiling reqwest v0.12.28
22932026-05-01T19:51:04.628Z Compiling aead v0.5.2
22942026-05-01T19:51:04.644Z Compiling foreign-types-macros v0.2.3
22952026-05-01T19:51:04.846Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22962026-05-01T19:51:04.885Z Compiling serde_path_to_error v0.1.20
22972026-05-01T19:51:04.902Z Compiling hostname v0.4.2
22982026-05-01T19:51:05.095Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-01T19:51:05.258Z Compiling proc-macro-error v1.0.4
23002026-05-01T19:51:05.283Z Compiling instant v0.1.13
23012026-05-01T19:51:05.298Z Compiling cpufeatures v0.3.0
23022026-05-01T19:51:05.321Z Compiling typeid v1.0.3
23032026-05-01T19:51:05.357Z Compiling debug-ignore v1.0.5
23042026-05-01T19:51:05.390Z Compiling foreign-types-shared v0.3.1
23052026-05-01T19:51:05.411Z Compiling backoff v0.4.0
23062026-05-01T19:51:05.429Z Compiling chacha20 v0.10.0
23072026-05-01T19:51:05.483Z Compiling foreign-types v0.5.0
23082026-05-01T19:51:05.500Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23092026-05-01T19:51:05.514Z Compiling chacha20poly1305 v0.10.1
23102026-05-01T19:51:05.531Z Compiling parse-display v0.10.0
23112026-05-01T19:51:05.618Z Compiling argon2 v0.5.3
23122026-05-01T19:51:05.618Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-01T19:51:05.641Z Compiling num_enum v0.7.5
23142026-05-01T19:51:05.663Z Compiling num_enum_derive v0.5.11
23152026-05-01T19:51:05.681Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23162026-05-01T19:51:05.785Z Compiling vsss-rs v3.3.4
23172026-05-01T19:51:05.802Z Compiling ciborium v0.2.2
23182026-05-01T19:51:05.994Z Compiling tabwriter v1.4.1
23192026-05-01T19:51:06.174Z Compiling regress v0.10.5
23202026-05-01T19:51:06.389Z Compiling byte-wrapper v0.1.0
23212026-05-01T19:51:06.465Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23222026-05-01T19:51:06.611Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-05-01T19:51:06.627Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23242026-05-01T19:51:06.679Z Compiling cstr-argument v0.1.2
23252026-05-01T19:51:06.902Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-05-01T19:51:07.049Z Compiling erased-serde v0.4.9
23272026-05-01T19:51:07.142Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-05-01T19:51:07.219Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-01T19:51:07.234Z Compiling num_enum v0.5.11
23302026-05-01T19:51:07.312Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-05-01T19:51:07.384Z Compiling rand v0.10.0
23322026-05-01T19:51:07.404Z Compiling rayon v1.11.0
23332026-05-01T19:51:07.472Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-05-01T19:51:07.579Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-05-01T19:51:07.595Z Compiling indent_write v2.2.0
23362026-05-01T19:51:07.661Z Compiling colored v3.1.1
23372026-05-01T19:51:07.704Z Compiling libefi-sys v0.1.0
23382026-05-01T19:51:07.765Z Compiling zone_cfg_derive v0.3.1
23392026-05-01T19:51:07.781Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23402026-05-01T19:51:07.908Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-05-01T19:51:07.944Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-05-01T19:51:07.995Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23432026-05-01T19:51:08.187Z Compiling camino-tempfile v1.4.1
23442026-05-01T19:51:08.204Z Compiling itertools v0.12.1
23452026-05-01T19:51:08.350Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23462026-05-01T19:51:08.367Z Compiling usdt-attr-macro v0.5.0
23472026-05-01T19:51:08.423Z Compiling usdt-macro v0.5.0
23482026-05-01T19:51:08.441Z Compiling num-derive v0.4.2
23492026-05-01T19:51:08.471Z Compiling bitfield-struct v0.6.2
23502026-05-01T19:51:08.647Z Compiling blake3 v1.8.3
23512026-05-01T19:51:08.778Z Compiling ordered-float v2.10.1
23522026-05-01T19:51:08.993Z Compiling memmap v0.7.0
23532026-05-01T19:51:09.087Z Compiling sigpipe v0.1.3
23542026-05-01T19:51:09.124Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-05-01T19:51:09.141Z Compiling swrite v0.1.0
23562026-05-01T19:51:09.155Z Compiling glob v0.3.3
23572026-05-01T19:51:09.208Z Compiling usdt v0.5.0
23582026-05-01T19:51:09.308Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-01T19:51:09.317Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23602026-05-01T19:51:09.359Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-05-01T19:51:09.388Z Compiling serde-value v0.7.0
23622026-05-01T19:51:09.583Z Compiling zone v0.3.1
23632026-05-01T19:51:09.604Z Compiling serde-untagged v0.1.9
23642026-05-01T19:51:09.688Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23652026-05-01T19:51:09.959Z Compiling toml v0.8.23
23662026-05-01T19:51:09.984Z Compiling smf v0.2.3
23672026-05-01T19:51:10.004Z Compiling filetime v0.2.27
23682026-05-01T19:51:10.087Z Compiling same-file v1.0.6
23692026-05-01T19:51:10.106Z Compiling whoami v1.6.1
23702026-05-01T19:51:10.119Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-05-01T19:51:10.185Z Compiling xattr v1.6.1
23722026-05-01T19:51:10.242Z Compiling unicode-xid v0.2.6
23732026-05-01T19:51:10.271Z Compiling constant_time_eq v0.4.2
23742026-05-01T19:51:10.308Z Compiling arrayref v0.3.9
23752026-05-01T19:51:10.417Z Compiling arrayvec v0.7.6
23762026-05-01T19:51:10.424Z Compiling tar v0.4.45
23772026-05-01T19:51:10.424Z Compiling walkdir v2.5.0
23782026-05-01T19:51:10.441Z Compiling cargo-util-schemas v0.8.2
23792026-05-01T19:51:10.499Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-05-01T19:51:10.602Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-01T19:51:10.881Z Compiling tokio-dtrace v0.1.1
23822026-05-01T19:51:10.918Z Compiling console v0.16.2
23832026-05-01T19:51:11.173Z Compiling gethostname v0.5.0
23842026-05-01T19:51:11.192Z Compiling cargo-platform v0.2.0
23852026-05-01T19:51:11.196Z Compiling unit-prefix v0.5.2
23862026-05-01T19:51:11.224Z Compiling topological-sort v0.2.2
23872026-05-01T19:51:11.238Z Compiling oxide-tokio-rt v0.1.4
23882026-05-01T19:51:11.337Z Compiling indicatif v0.18.4
23892026-05-01T19:51:11.390Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-01T19:51:11.417Z Compiling shell-words v1.1.1
23912026-05-01T19:51:11.696Z Compiling cargo_metadata v0.21.0
23922026-05-01T19:51:20.720Z Compiling progenitor-client v0.10.0
23932026-05-01T19:51:20.720Z Compiling omicron-zone-package v0.12.2
23942026-05-01T19:51:20.756Z Compiling progenitor-client v0.14.0
23952026-05-01T19:51:20.842Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-01T19:51:20.842Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23972026-05-01T19:51:20.878Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23982026-05-01T19:51:20.897Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23992026-05-01T19:51:21.178Z Compiling progenitor-extras v0.2.0
24002026-05-01T19:51:21.212Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-05-01T19:51:21.236Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-05-01T19:51:21.261Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032026-05-01T19:51:21.431Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-05-01T19:51:21.821Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24052026-05-01T19:51:26.078Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24062026-05-01T19:51:33.511Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24072026-05-01T19:51:40.495Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24082026-05-01T19:51:40.525Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24092026-05-01T19:51:46.844Z Finished `release` profile [optimized] target(s) in 1m 39s
24102026-05-01T19:51:46.997Z Running `target/release/omicron-package -t test target create -p dev`
24112026-05-01T19:51:47.062ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-01T19:51:47.065ZCreated new build target 'test' and set it as active
24132026-05-01T19:51:47.065Z
24142026-05-01T19:51:47.065Zreal 1:39.818781094
24152026-05-01T19:51:47.069Zuser 16:21.767341577
24162026-05-01T19:51:47.069Zsys 2:35.740902477
24172026-05-01T19:51:47.069Ztrap 0.454628887
24182026-05-01T19:51:47.069Ztflt 2.780529329
24192026-05-01T19:51:47.069Zdflt 4.039603155
24202026-05-01T19:51:47.069Zkflt 0.000428832
24212026-05-01T19:51:47.069Zlock 51:44.918199507
24222026-05-01T19:51:47.069Zslp 41:51.737569542
24232026-05-01T19:51:47.069Zlat 45.779267510
24242026-05-01T19:51:47.069Zstop 5:33.078994542
24252026-05-01T19:51:47.069Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24262026-05-01T19:51:47.935Z Finished `release` profile [optimized] target(s) in 0.85s
24272026-05-01T19:51:48.006Z Running `target/release/omicron-package -t test package`
24282026-05-01T19:51:48.065ZLogging to: /work/oxidecomputer/omicron/out/LOG
24292026-05-01T19:51:49.453Z Compiling heck v0.5.0
24302026-05-01T19:51:49.453Z Compiling regress v0.11.1
24312026-05-01T19:51:49.453Z Compiling unsafe-libyaml v0.2.11
24322026-05-01T19:51:49.711Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24332026-05-01T19:51:49.733Z Compiling regress v0.10.5
24342026-05-01T19:51:49.764Z Compiling unicode-width v0.1.14
24352026-05-01T19:51:49.768Z Compiling is-terminal v0.4.17
24362026-05-01T19:51:49.807Z Compiling prettyplease v0.2.37
24372026-05-01T19:51:49.811Z Compiling bytecount v0.6.9
24382026-05-01T19:51:49.811Z Compiling rustls v0.22.4
24392026-05-01T19:51:49.811Z Compiling rustls-webpki v0.102.8
24402026-05-01T19:51:49.847Z Compiling derive-where v1.6.0
24412026-05-01T19:51:49.850Z Compiling thread_local v1.1.9
24422026-05-01T19:51:49.869Z Compiling compression-core v0.4.31
24432026-05-01T19:51:49.872Z Compiling match_cfg v0.1.0
24442026-05-01T19:51:49.974Z Compiling multer v3.1.0
24452026-05-01T19:51:49.978Z Compiling slog-async v2.8.0
24462026-05-01T19:51:50.021Z Compiling hostname v0.3.1
24472026-05-01T19:51:50.044Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24482026-05-01T19:51:50.064Z Compiling crossbeam-channel v0.5.15
24492026-05-01T19:51:50.087Z Compiling compression-codecs v0.4.37
24502026-05-01T19:51:50.091Z Compiling slog-json v2.6.1
24512026-05-01T19:51:50.135Z Compiling futures-executor v0.3.32
24522026-05-01T19:51:50.138Z Compiling toml_datetime v1.0.0+spec-1.1.0
24532026-05-01T19:51:50.157Z Compiling serde_spanned v1.0.4
24542026-05-01T19:51:50.200Z Compiling serde_yaml v0.9.34+deprecated
24552026-05-01T19:51:50.247Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-05-01T19:51:50.359Z Compiling take_mut v0.2.2
24572026-05-01T19:51:50.381Z Compiling term v1.2.1
24582026-05-01T19:51:50.404Z Compiling futures v0.3.32
24592026-05-01T19:51:50.404Z Compiling async-compression v0.4.41
24602026-05-01T19:51:50.469Z Compiling toml v1.0.6+spec-1.1.0
24612026-05-01T19:51:50.517Z Compiling slog-bunyan v2.5.0
24622026-05-01T19:51:50.588Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-05-01T19:51:50.617Z Compiling dropshot v0.17.0
24642026-05-01T19:51:50.684Z Compiling slog-term v2.9.2
24652026-05-01T19:51:50.707Z Compiling async-stream v0.3.6
24662026-05-01T19:51:50.751Z Compiling num-rational v0.4.2
24672026-05-01T19:51:50.772Z Compiling progenitor-client v0.14.0
24682026-05-01T19:51:50.907Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24692026-05-01T19:51:50.929Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-05-01T19:51:50.933Z Compiling waitgroup v0.1.2
24712026-05-01T19:51:50.980Z Compiling backon v1.6.0
24722026-05-01T19:51:51.060Z Compiling rustls-pemfile v2.2.0
24732026-05-01T19:51:51.095Z Compiling num-complex v0.4.6
24742026-05-01T19:51:51.116Z Compiling hostname v0.4.2
24752026-05-01T19:51:51.162Z Compiling serde_path_to_error v0.1.20
24762026-05-01T19:51:51.165Z Compiling instant v0.1.13
24772026-05-01T19:51:51.206Z Compiling debug-ignore v1.0.5
24782026-05-01T19:51:51.210Z Compiling progenitor-extras v0.2.0
24792026-05-01T19:51:51.275Z Compiling typify-impl v0.6.2
24802026-05-01T19:51:51.296Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24812026-05-01T19:51:51.325Z Compiling backoff v0.4.0
24822026-05-01T19:51:51.348Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-05-01T19:51:51.531Z Compiling num v0.4.3
24842026-05-01T19:51:51.554Z Compiling parse-display v0.10.0
24852026-05-01T19:51:51.574Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-05-01T19:51:51.598Z Compiling progenitor-client v0.13.0
24872026-05-01T19:51:51.626Z Compiling progenitor-client v0.10.0
24882026-05-01T19:51:51.648Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24892026-05-01T19:51:51.653Z Compiling macaddr v1.0.1
24902026-05-01T19:51:51.761Z Compiling float-ord v0.3.2
24912026-05-01T19:51:51.870Z Compiling console v0.15.11
24922026-05-01T19:51:51.908Z Compiling slog-dtrace v0.3.0
24932026-05-01T19:51:51.962Z Compiling newline-converter v0.3.0
24942026-05-01T19:51:52.091Z Compiling atomicwrites v0.4.4
24952026-05-01T19:51:52.124Z Compiling async-recursion v1.1.1
24962026-05-01T19:51:52.146Z Compiling tokio-rustls v0.25.0
24972026-05-01T19:51:52.171Z Compiling owo-colors v4.3.0
24982026-05-01T19:51:52.268Z Compiling cancel-safe-futures v0.1.5
24992026-05-01T19:51:52.339Z Compiling expectorate v1.2.0
25002026-05-01T19:51:52.403Z Compiling libsw-core v0.3.2
25012026-05-01T19:51:52.467Z Compiling resolv-conf v0.7.6
25022026-05-01T19:51:52.605Z Compiling libsw v3.5.0
25032026-05-01T19:51:52.647Z Compiling toml v0.8.23
25042026-05-01T19:51:52.758Z Compiling linear-map v1.2.0
25052026-05-01T19:51:52.815Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-05-01T19:51:52.870Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25072026-05-01T19:51:52.980Z Compiling linked-hash-map v0.5.6
25082026-05-01T19:51:53.010Z Compiling minimal-lexical v0.2.1
25092026-05-01T19:51:53.097Z Compiling unicode-xid v0.2.6
25102026-05-01T19:51:53.131Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25112026-05-01T19:51:53.171Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25122026-05-01T19:51:53.229Z Compiling nom v7.1.3
25132026-05-01T19:51:53.251Z Compiling lru-cache v0.1.2
25142026-05-01T19:51:53.254Z Compiling globset v0.4.18
25152026-05-01T19:51:53.300Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25162026-05-01T19:51:53.303Z Compiling hickory-proto v0.24.4
25172026-05-01T19:51:53.432Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25182026-05-01T19:51:53.592Z Compiling convert_case v0.10.0
25192026-05-01T19:51:53.895Z Compiling derive_more-impl v2.1.1
25202026-05-01T19:51:54.134Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25212026-05-01T19:51:54.535Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25222026-05-01T19:51:54.590Z Compiling pin-project-internal v1.1.11
25232026-05-01T19:51:54.680Z Compiling derive_more v2.1.1
25242026-05-01T19:51:54.742Z Compiling typify-macro v0.6.2
25252026-05-01T19:51:54.779Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-05-01T19:51:54.800Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25272026-05-01T19:51:54.969Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-01T19:51:55.242Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-05-01T19:51:55.639Z Compiling pin-project v1.1.11
25302026-05-01T19:51:55.777Z Compiling hickory-resolver v0.24.4
25312026-05-01T19:51:55.950Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-05-01T19:51:56.018Z Compiling papergrid v0.11.0
25332026-05-01T19:51:56.167Z Compiling tabled_derive v0.7.0
25342026-05-01T19:51:56.293Z Compiling typify v0.6.2
25352026-05-01T19:51:56.453Z Compiling progenitor-impl v0.14.0
25362026-05-01T19:51:56.641Z Compiling progenitor-impl v0.13.0
25372026-05-01T19:51:57.086Z Compiling qorb v0.4.1
25382026-05-01T19:51:57.836Z Compiling pem v3.0.6
25392026-05-01T19:51:58.573Z Compiling snafu-derive v0.8.9
25402026-05-01T19:51:58.648Z Compiling progenitor-macro v0.14.0
25412026-05-01T19:51:58.826Z Compiling progenitor-macro v0.13.0
25422026-05-01T19:51:59.148Z Compiling termtree v0.5.1
25432026-05-01T19:51:59.187Z Compiling tabled v0.15.0
25442026-05-01T19:51:59.344Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25452026-05-01T19:52:00.233Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-05-01T19:52:01.289Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-05-01T19:52:01.506Z Compiling snafu v0.8.9
25482026-05-01T19:52:01.869Z Compiling crossterm v0.29.0
25492026-05-01T19:52:02.022Z Compiling olpc-cjson v0.1.4
25502026-05-01T19:52:02.105Z Compiling phf_shared v0.12.1
25512026-05-01T19:52:02.277Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-05-01T19:52:02.371Z Compiling serde_plain v1.0.2
25532026-05-01T19:52:02.694Z Compiling csv-core v0.1.13
25542026-05-01T19:52:02.735Z Compiling progenitor v0.14.0
25552026-05-01T19:52:02.831Z Compiling vte v0.14.1
25562026-05-01T19:52:02.886Z Compiling progenitor v0.13.0
25572026-05-01T19:52:03.081Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25582026-05-01T19:52:03.104Z Compiling chrono-tz v0.10.4
25592026-05-01T19:52:03.177Z Compiling highway v1.3.0
25602026-05-01T19:52:03.331Z Compiling typed-path v0.9.3
25612026-05-01T19:52:03.686Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25622026-05-01T19:52:03.972Z Compiling strip-ansi-escapes v0.2.1
25632026-05-01T19:52:04.014Z Compiling csv v1.4.0
25642026-05-01T19:52:04.417Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25652026-05-01T19:52:04.537Z Compiling tough v0.20.0
25662026-05-01T19:52:04.796Z Compiling phf v0.12.1
25672026-05-01T19:52:04.820Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-05-01T19:52:05.011Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692026-05-01T19:52:05.032Z Compiling const_format_proc_macros v0.2.34
25702026-05-01T19:52:05.501Z Compiling fd-lock v4.0.4
25712026-05-01T19:52:05.677Z Compiling peg-macros v0.8.5
25722026-05-01T19:52:05.841Z Compiling nu-ansi-term v0.50.3
25732026-05-01T19:52:06.272Z Compiling reedline v0.40.0
25742026-05-01T19:52:06.403Z Compiling const_format v0.2.35
25752026-05-01T19:52:06.984Z Compiling peg v0.8.5
25762026-05-01T19:52:07.067Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25772026-05-01T19:52:07.114Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25782026-05-01T19:52:07.339Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25792026-05-01T19:52:07.642Z Compiling bcs v0.1.6
25802026-05-01T19:52:08.023Z Compiling semver v0.1.20
25812026-05-01T19:52:08.073Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25822026-05-01T19:52:08.315Z Compiling rustc_version v0.1.7
25832026-05-01T19:52:08.340Z Compiling smawk v0.3.2
25842026-05-01T19:52:08.543Z Compiling humantime v2.3.0
25852026-05-01T19:52:08.565Z Compiling newtype_derive v0.1.6
25862026-05-01T19:52:08.705Z Compiling unicode-linebreak v0.1.5
25872026-05-01T19:52:08.882Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25882026-05-01T19:52:09.027Z Compiling textwrap v0.16.2
25892026-05-01T19:52:09.230Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-01T19:52:09.475Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-01T19:52:09.701Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-01T19:52:10.072Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25932026-05-01T19:52:10.327Z Compiling base64 v0.21.7
25942026-05-01T19:52:10.375Z Compiling steno v0.4.1
25952026-05-01T19:52:10.529Z Compiling tagptr v0.2.0
25962026-05-01T19:52:10.653Z Compiling utf-8 v0.7.6
25972026-05-01T19:52:10.731Z Compiling moka v0.12.13
25982026-05-01T19:52:10.883Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25992026-05-01T19:52:10.905Z Compiling tungstenite v0.21.0
26002026-05-01T19:52:11.060Z Compiling radium v0.7.0
26012026-05-01T19:52:11.203Z Compiling maybe-uninit v2.0.0
26022026-05-01T19:52:11.473Z Compiling tap v1.0.1
26032026-05-01T19:52:11.561Z Compiling tokio-tungstenite v0.21.0
26042026-05-01T19:52:11.639Z Compiling wyz v0.5.1
26052026-05-01T19:52:11.885Z Compiling hickory-resolver v0.25.2
26062026-05-01T19:52:11.921Z Compiling zerocopy-derive v0.6.6
26072026-05-01T19:52:11.942Z Compiling display-error-chain v0.2.2
26082026-05-01T19:52:11.945Z Compiling crc-catalog v2.4.0
26092026-05-01T19:52:11.993Z Compiling packed_struct v0.10.1
26102026-05-01T19:52:12.120Z Compiling funty v2.0.0
26112026-05-01T19:52:12.120Z Compiling crc v3.4.0
26122026-05-01T19:52:12.314Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26132026-05-01T19:52:12.461Z Compiling packed_struct_codegen v0.10.1
26142026-05-01T19:52:12.596Z Compiling bitvec v1.0.1
26152026-05-01T19:52:12.724Z Compiling zerocopy v0.6.6
26162026-05-01T19:52:13.068Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26172026-05-01T19:52:13.096Z Compiling bitfield-macros v0.19.4
26182026-05-01T19:52:13.117Z Compiling indexmap v1.9.3
26192026-05-01T19:52:13.359Z Compiling nodrop v0.1.14
26202026-05-01T19:52:13.475Z Compiling array-init v0.0.4
26212026-05-01T19:52:13.534Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-05-01T19:52:13.745Z Compiling smallvec v0.6.14
26232026-05-01T19:52:13.810Z Compiling bitfield v0.19.4
26242026-05-01T19:52:13.864Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26252026-05-01T19:52:14.014Z Compiling num-derive v0.3.3
26262026-05-01T19:52:14.132Z Compiling proc-macro-error-attr2 v2.0.0
26272026-05-01T19:52:14.408Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26282026-05-01T19:52:14.904Z Compiling hashbrown v0.12.3
26292026-05-01T19:52:16.088Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26302026-05-01T19:52:16.170Z Compiling libscf-sys v1.1.0
26312026-05-01T19:52:16.289Z Compiling proc-macro-error2 v2.0.1
26322026-05-01T19:52:16.351Z Compiling serde-hex v0.1.0
26332026-05-01T19:52:16.506Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-05-01T19:52:16.605Z Compiling ron v0.8.1
26352026-05-01T19:52:16.719Z Compiling typify-impl v0.4.3
26362026-05-01T19:52:16.758Z Compiling hashbrown v0.13.2
26372026-05-01T19:52:17.382Z Compiling vergen-gitcl v1.0.8
26382026-05-01T19:52:17.609Z Compiling dirs-sys-next v0.1.2
26392026-05-01T19:52:17.710Z Compiling crunchy v0.2.4
26402026-05-01T19:52:17.898Z Compiling diesel_derives v2.3.7
26412026-05-01T19:52:17.997Z Compiling crc-any v2.5.0
26422026-05-01T19:52:18.017Z Compiling glob v0.3.3
26432026-05-01T19:52:18.127Z Compiling maplit v1.0.2
26442026-05-01T19:52:18.312Z Compiling dirs-next v2.0.0
26452026-05-01T19:52:18.386Z Compiling clang-sys v1.8.1
26462026-05-01T19:52:18.414Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26472026-05-01T19:52:18.439Z Compiling object v0.30.4
26482026-05-01T19:52:18.463Z Compiling tabled_derive v0.11.0
26492026-05-01T19:52:18.487Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26502026-05-01T19:52:18.490Z Compiling papergrid v0.17.0
26512026-05-01T19:52:18.779Z Compiling testing_table v0.3.0
26522026-05-01T19:52:18.952Z Compiling dsl_auto_type v0.2.0
26532026-05-01T19:52:18.972Z Compiling scheduled-thread-pool v0.2.7
26542026-05-01T19:52:19.109Z Compiling diesel_table_macro_syntax v0.3.0
26552026-05-01T19:52:19.198Z Compiling path-slash v0.1.5
26562026-05-01T19:52:19.219Z Compiling tiny-keccak v2.0.2
26572026-05-01T19:52:19.340Z Compiling r2d2 v0.8.10
26582026-05-01T19:52:19.432Z Compiling term v0.7.0
26592026-05-01T19:52:19.568Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-01T19:52:19.640Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-05-01T19:52:19.662Z Compiling downcast-rs v2.0.2
26622026-05-01T19:52:19.804Z Compiling tabled v0.20.0
26632026-05-01T19:52:19.884Z Compiling bit-vec v0.6.3
26642026-05-01T19:52:19.948Z Compiling xshell-macros v0.2.7
26652026-05-01T19:52:20.063Z Compiling ascii-canvas v3.0.0
26662026-05-01T19:52:20.094Z Compiling bit-set v0.5.3
26672026-05-01T19:52:20.163Z Compiling typify-macro v0.4.3
26682026-05-01T19:52:20.301Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692026-05-01T19:52:20.328Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-05-01T19:52:20.361Z Compiling xshell v0.2.7
26712026-05-01T19:52:20.400Z Compiling itertools v0.10.5
26722026-05-01T19:52:20.818Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26732026-05-01T19:52:20.978Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26742026-05-01T19:52:21.014Z Compiling ena v0.14.4
26752026-05-01T19:52:21.261Z Compiling libloading v0.8.9
26762026-05-01T19:52:21.504Z Compiling bindgen v0.71.1
26772026-05-01T19:52:21.526Z Compiling diff v0.1.13
26782026-05-01T19:52:21.667Z Compiling regex-syntax v0.6.29
26792026-05-01T19:52:21.691Z Compiling unicase v2.9.0
26802026-05-01T19:52:21.859Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26812026-05-01T19:52:22.010Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26822026-05-01T19:52:23.059Z Compiling lalrpop v0.19.12
26832026-05-01T19:52:23.334Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-05-01T19:52:23.596Z Compiling cexpr v0.6.0
26852026-05-01T19:52:23.938Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-05-01T19:52:24.181Z Compiling diesel v2.3.7
26872026-05-01T19:52:24.204Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-05-01T19:52:24.207Z Compiling crc8 v0.1.1
26892026-05-01T19:52:24.344Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-05-01T19:52:24.367Z Compiling typify v0.4.3
26912026-05-01T19:52:24.408Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-05-01T19:52:24.506Z Compiling headers-core v0.3.0
26932026-05-01T19:52:24.670Z Compiling libxml v0.3.3
26942026-05-01T19:52:24.840Z Compiling headers v0.4.1
26952026-05-01T19:52:24.940Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26962026-05-01T19:52:25.134Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-05-01T19:52:25.319Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-05-01T19:52:25.896Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-05-01T19:52:26.355Z Compiling strum_macros v0.24.3
27002026-05-01T19:52:26.402Z Compiling indoc v1.0.9
27012026-05-01T19:52:26.641Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-05-01T19:52:26.685Z Compiling derive_builder v0.20.2
27032026-05-01T19:52:26.837Z Compiling oso-derive v0.27.3
27042026-05-01T19:52:26.866Z Compiling quick-xml v0.37.5
27052026-05-01T19:52:26.885Z Compiling impl-trait-for-tuples v0.2.3
27062026-05-01T19:52:27.356Z Compiling half v1.8.3
27072026-05-01T19:52:27.575Z Compiling openssl-probe v0.1.6
27082026-05-01T19:52:27.613Z Compiling serde_cbor v0.11.2
27092026-05-01T19:52:27.908Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-05-01T19:52:27.953Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27112026-05-01T19:52:28.146Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-01T19:52:28.491Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-05-01T19:52:28.654Z Compiling bb8 v0.8.6
27142026-05-01T19:52:28.658Z Compiling trait-variant v0.1.2
27152026-05-01T19:52:28.747Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27162026-05-01T19:52:29.000Z Compiling samael v0.0.19
27172026-05-01T19:52:29.033Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27182026-05-01T19:52:29.194Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-05-01T19:52:29.233Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27202026-05-01T19:52:29.424Z Compiling fxhash v0.2.1
27212026-05-01T19:52:29.446Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27222026-05-01T19:52:29.519Z Compiling progenitor-impl v0.10.0
27232026-05-01T19:52:29.542Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27242026-05-01T19:52:29.601Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27252026-05-01T19:52:29.718Z Compiling kstat-rs v0.2.4
27262026-05-01T19:52:29.950Z Compiling libz-sys v1.1.24
27272026-05-01T19:52:30.206Z Compiling salty v0.3.0
27282026-05-01T19:52:30.423Z Compiling nonempty v0.12.0
27292026-05-01T19:52:30.561Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27302026-05-01T19:52:30.583Z Compiling polar-core v0.27.3
27312026-05-01T19:52:30.907Z Compiling progenitor-impl v0.11.2
27322026-05-01T19:52:30.935Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27332026-05-01T19:52:31.002Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27342026-05-01T19:52:31.676Z Compiling progenitor-macro v0.10.0
27352026-05-01T19:52:32.780Z Compiling darling_core v0.23.0
27362026-05-01T19:52:33.091Z Compiling nanorand v0.7.0
27372026-05-01T19:52:33.260Z Compiling arc-swap v1.8.2
27382026-05-01T19:52:33.466Z Compiling fs-err v2.11.0
27392026-05-01T19:52:33.701Z Compiling parking_lot_core v0.8.6
27402026-05-01T19:52:33.857Z Compiling mime_guess v2.0.5
27412026-05-01T19:52:34.154Z Compiling slog-scope v4.4.1
27422026-05-01T19:52:34.377Z Compiling flume v0.11.1
27432026-05-01T19:52:34.609Z Compiling progenitor-macro v0.11.2
27442026-05-01T19:52:34.789Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27452026-05-01T19:52:34.973Z Compiling darling_macro v0.23.0
27462026-05-01T19:52:35.047Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27472026-05-01T19:52:35.718Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-05-01T19:52:36.464Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-05-01T19:52:37.199Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-05-01T19:52:38.680Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27512026-05-01T19:52:38.720Z Compiling progenitor v0.10.0
27522026-05-01T19:52:38.912Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-05-01T19:52:39.505Z Compiling oso v0.27.3
27542026-05-01T19:52:40.064Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27552026-05-01T19:52:40.216Z Compiling progenitor-client v0.11.2
27562026-05-01T19:52:41.056Z Compiling git-stub v1.0.0
27572026-05-01T19:52:43.659Z Compiling async-bb8-diesel v0.2.1
27582026-05-01T19:52:43.920Z Compiling diesel-dtrace v0.5.0
27592026-05-01T19:52:44.109Z Compiling libgit2-sys v0.18.3+1.9.2
27602026-05-01T19:52:44.255Z Compiling instability v0.3.11
27612026-05-01T19:52:44.330Z Compiling git-stub-vcs v0.1.0
27622026-05-01T19:52:44.535Z Compiling progenitor v0.11.2
27632026-05-01T19:52:44.700Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27642026-05-01T19:52:44.704Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27652026-05-01T19:52:44.744Z Compiling darling v0.23.0
27662026-05-01T19:52:44.897Z Compiling slog-stdlog v4.1.1
27672026-05-01T19:52:45.800Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27682026-05-01T19:52:45.877Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27692026-05-01T19:52:46.123Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27702026-05-01T19:52:47.064Z Compiling ignore v0.4.25
27712026-05-01T19:52:47.709Z Compiling primeorder v0.13.6
27722026-05-01T19:52:48.023Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-05-01T19:52:48.746Z Compiling castaway v0.2.4
27742026-05-01T19:52:48.907Z Compiling atty v0.2.14
27752026-05-01T19:52:49.023Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-05-01T19:52:49.060Z Compiling indoc v2.0.7
27772026-05-01T19:52:49.261Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27782026-05-01T19:52:49.409Z Compiling http-range v0.1.5
27792026-05-01T19:52:49.491Z Compiling parse-size v1.1.0
27802026-05-01T19:52:49.660Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27812026-05-01T19:52:49.755Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-05-01T19:52:49.785Z Compiling compact_str v0.8.1
27832026-05-01T19:52:50.229Z Compiling p384 v0.13.1
27842026-05-01T19:52:50.838Z Compiling globwalk v0.9.1
27852026-05-01T19:52:51.265Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-05-01T19:52:51.519Z Compiling parking_lot v0.11.2
27872026-05-01T19:52:51.674Z Compiling slog-envlogger v2.2.0
27882026-05-01T19:52:52.037Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27892026-05-01T19:52:52.676Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27902026-05-01T19:52:52.685Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27912026-05-01T19:52:52.685Z Compiling predicates-tree v1.0.13
27922026-05-01T19:52:52.685Z Compiling unicode-truncate v1.1.0
27932026-05-01T19:52:52.685Z Compiling lru v0.12.5
27942026-05-01T19:52:52.744Z Compiling rand_seeder v0.4.0
27952026-05-01T19:52:52.860Z Compiling prefix-trie v0.7.0
27962026-05-01T19:52:52.882Z Compiling vergen-git2 v1.0.7
27972026-05-01T19:52:52.911Z Compiling cassowary v0.3.0
27982026-05-01T19:52:52.972Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-05-01T19:52:53.151Z Compiling camino-tempfile-ext v0.3.3
28002026-05-01T19:52:53.184Z Compiling ratatui v0.29.0
28012026-05-01T19:52:53.346Z Compiling hickory-server v0.25.2
28022026-05-01T19:52:54.012Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-05-01T19:52:54.086Z Compiling hyper-staticfile v0.10.1
28042026-05-01T19:52:54.352Z Compiling sled v0.34.7
28052026-05-01T19:52:55.246Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28062026-05-01T19:52:55.331Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28072026-05-01T19:52:55.644Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-05-01T19:52:55.924Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28092026-05-01T19:52:56.435Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28102026-05-01T19:52:56.541Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28112026-05-01T19:52:57.040Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28122026-05-01T19:52:57.281Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28132026-05-01T19:52:57.540Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-01T19:52:57.588Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28152026-05-01T19:52:57.823Z Compiling corncobs v0.1.4
28162026-05-01T19:52:58.009Z Compiling rustls v0.21.12
28172026-05-01T19:52:58.072Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28182026-05-01T19:52:58.265Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28192026-05-01T19:52:58.436Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28202026-05-01T19:52:58.492Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28212026-05-01T19:52:58.745Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28222026-05-01T19:52:58.808Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-05-01T19:52:59.054Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28242026-05-01T19:52:59.549Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28252026-05-01T19:52:59.738Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-05-01T19:53:02.107Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28272026-05-01T19:53:02.256Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28282026-05-01T19:53:02.400Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-05-01T19:53:02.436Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28302026-05-01T19:53:03.369Z Compiling sct v0.7.1
28312026-05-01T19:53:03.384Z Compiling rustls-webpki v0.101.7
28322026-05-01T19:53:03.384Z Compiling nix v0.29.0
28332026-05-01T19:53:03.384Z Compiling secrecy v0.8.0
28342026-05-01T19:53:03.384Z Compiling dropshot v0.16.7
28352026-05-01T19:53:03.384Z Compiling void v1.0.2
28362026-05-01T19:53:03.384Z Compiling lzss v0.8.2
28372026-05-01T19:53:03.890Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28382026-05-01T19:53:04.261Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28392026-05-01T19:53:04.314Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28402026-05-01T19:53:05.307Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28412026-05-01T19:53:05.650Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-05-01T19:53:05.940Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28432026-05-01T19:53:06.096Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28442026-05-01T19:53:06.353Z Compiling tungstenite v0.23.0
28452026-05-01T19:53:06.378Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28462026-05-01T19:53:06.403Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28472026-05-01T19:53:06.610Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28482026-05-01T19:53:06.636Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28492026-05-01T19:53:06.834Z Compiling toml v0.9.12+spec-1.1.0
28502026-05-01T19:53:06.864Z Compiling nix v0.27.1
28512026-05-01T19:53:07.315Z Compiling dropshot_endpoint v0.16.7
28522026-05-01T19:53:08.026Z Compiling serde_bytes v0.11.19
28532026-05-01T19:53:08.151Z Compiling tokio-tungstenite v0.23.1
28542026-05-01T19:53:08.323Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28552026-05-01T19:53:08.668Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28562026-05-01T19:53:08.694Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28572026-05-01T19:53:08.906Z Compiling tokio-rustls v0.24.1
28582026-05-01T19:53:09.203Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28592026-05-01T19:53:09.833Z Compiling git2 v0.20.4
28602026-05-01T19:53:11.078Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-05-01T19:53:11.601Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-01T19:53:13.403Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-05-01T19:53:13.670Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-05-01T19:53:13.801Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28652026-05-01T19:53:14.095Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28662026-05-01T19:53:14.569Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28672026-05-01T19:53:15.358Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28682026-05-01T19:53:15.795Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-05-01T19:53:17.090Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28702026-05-01T19:53:17.411Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28712026-05-01T19:53:18.379Z Compiling rustls-pemfile v1.0.4
28722026-05-01T19:53:18.452Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28732026-05-01T19:53:18.789Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28742026-05-01T19:53:19.306Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28752026-05-01T19:53:21.483Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28762026-05-01T19:53:21.689Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28772026-05-01T19:53:21.881Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-05-01T19:53:21.905Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-05-01T19:53:21.929Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-05-01T19:53:22.182Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28812026-05-01T19:53:22.399Z Compiling signal-hook-tokio v0.3.1
28822026-05-01T19:53:22.600Z Compiling twox-hash v2.1.2
28832026-05-01T19:53:22.624Z Compiling yasna v0.5.2
28842026-05-01T19:53:23.042Z Compiling is_ci v1.2.0
28852026-05-01T19:53:23.284Z Compiling rcgen v0.12.1
28862026-05-01T19:53:23.350Z Compiling supports-color v3.0.2
28872026-05-01T19:53:23.572Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28882026-05-01T19:53:23.699Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28892026-05-01T19:53:24.215Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28902026-05-01T19:53:25.507Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28912026-05-01T19:53:25.563Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28922026-05-01T19:53:26.140Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28932026-05-01T19:53:26.792Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28942026-05-01T19:53:27.042Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28952026-05-01T19:53:27.743Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-05-01T19:53:27.948Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-05-01T19:53:28.148Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-05-01T19:53:28.385Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-05-01T19:53:28.622Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29002026-05-01T19:53:28.644Z Compiling fatfs v0.3.6
29012026-05-01T19:53:28.904Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29022026-05-01T19:53:29.954Z Compiling subprocess v0.2.15
29032026-05-01T19:53:30.483Z Compiling rtoolbox v0.0.3
29042026-05-01T19:53:30.765Z Compiling seq-macro v0.3.6
29052026-05-01T19:53:31.247Z Compiling assert_matches v1.5.0
29062026-05-01T19:53:31.361Z Compiling rpassword v7.4.0
29072026-05-01T19:53:31.385Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29082026-05-01T19:53:31.720Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092026-05-01T19:53:31.749Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-05-01T19:53:32.133Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29112026-05-01T19:53:32.272Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29122026-05-01T19:53:32.637Z Compiling tui-tree-widget v0.23.1
29132026-05-01T19:53:32.927Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29142026-05-01T19:53:34.142Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29152026-05-01T19:53:34.686Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29162026-05-01T19:53:34.709Z Compiling uzers v0.12.2
29172026-05-01T19:53:34.735Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29182026-05-01T19:53:36.481Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29192026-05-01T19:53:37.407Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29202026-05-01T19:53:37.431Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29212026-05-01T19:53:40.734Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29222026-05-01T19:53:42.915Z Compiling support-bundle-viewer v0.1.2
29232026-05-01T19:53:43.208Z Compiling multimap v0.10.1
29242026-05-01T19:53:50.225Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29252026-05-01T19:54:00.320Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29262026-05-01T19:54:01.682Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29272026-05-01T19:54:01.786Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29282026-05-01T19:59:43.808Z Finished `release` profile [optimized] target(s) in 7m 55s
29292026-05-01T20:00:29.170Z
29302026-05-01T20:00:29.170Zreal 8:42.034126184
29312026-05-01T20:00:29.170Zuser 1:17:20.465603553
29322026-05-01T20:00:29.174Zsys 3:30.377922241
29332026-05-01T20:00:29.174Ztrap 1.755657537
29342026-05-01T20:00:29.174Ztflt 2.018247498
29352026-05-01T20:00:29.174Zdflt 17.066339333
29362026-05-01T20:00:29.174Zkflt 0.143797407
29372026-05-01T20:00:29.174Zlock 6:43:43.406297912
29382026-05-01T20:00:29.174Zslp 2:14:17.732941073
29392026-05-01T20:00:29.174Zlat 2:35.467264960
29402026-05-01T20:00:29.174Zstop 5:16.481243042
29412026-05-01T20:00:29.174Z+ mapfile -t packages
29422026-05-01T20:00:29.174Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29432026-05-01T20:00:30.134Z Finished `release` profile [optimized] target(s) in 0.95s
29442026-05-01T20:00:30.209Z Running `target/release/omicron-package -t test list-outputs`
29452026-05-01T20:00:30.263ZLogging to: /work/oxidecomputer/omicron/out/LOG
29462026-05-01T20:00:30.268Z+ ptime -m cargo build --locked --release -p xtask
29472026-05-01T20:00:30.801Z Compiling libc v0.2.185
29482026-05-01T20:00:30.801Z Compiling serde v1.0.228
29492026-05-01T20:00:30.804Z Compiling serde_core v1.0.228
29502026-05-01T20:00:30.804Z Compiling rustix v1.1.3
29512026-05-01T20:00:30.905Z Compiling serde_json v1.0.149
29522026-05-01T20:00:30.914Z Compiling bitflags v2.11.0
29532026-05-01T20:00:30.948Z Compiling num-traits v0.2.19
29542026-05-01T20:00:30.957Z Compiling syn v2.0.117
29552026-05-01T20:00:31.019Z Compiling smallvec v1.15.1
29562026-05-01T20:00:31.019Z Compiling indexmap v2.14.0
29572026-05-01T20:00:31.019Z Compiling usdt-impl v0.5.0
29582026-05-01T20:00:31.019Z Compiling syn v1.0.109
29592026-05-01T20:00:31.024Z Compiling log v0.4.29
29602026-05-01T20:00:31.024Z Compiling percent-encoding v2.3.2
29612026-05-01T20:00:31.172Z Compiling getrandom v0.4.1
29622026-05-01T20:00:31.302Z Compiling form_urlencoded v1.2.2
29632026-05-01T20:00:31.383Z Compiling fs-err v3.3.0
29642026-05-01T20:00:31.418Z Compiling heck v0.4.1
29652026-05-01T20:00:31.421Z Compiling once_cell v1.21.3
29662026-05-01T20:00:31.421Z Compiling anyhow v1.0.102
29672026-05-01T20:00:31.644Z Compiling errno v0.3.14
29682026-05-01T20:00:31.644Z Compiling thread-id v4.2.2
29692026-05-01T20:00:31.647Z Compiling memmap v0.7.0
29702026-05-01T20:00:31.994Z Compiling ordered-float v2.10.1
29712026-05-01T20:00:32.491Z Compiling proc-macro-error v1.0.4
29722026-05-01T20:00:32.675Z Compiling terminal_size v0.4.3
29732026-05-01T20:00:32.679Z Compiling tempfile v3.25.0
29742026-05-01T20:00:32.743Z Compiling tabled_derive v0.7.0
29752026-05-01T20:00:32.778Z Compiling clap_builder v4.5.60
29762026-05-01T20:00:32.778Z Compiling textwrap v0.16.2
29772026-05-01T20:00:32.914Z Compiling camino-tempfile v1.4.1
29782026-05-01T20:00:33.431Z Compiling tabled v0.15.0
29792026-05-01T20:00:33.525Z Compiling synstructure v0.13.2
29802026-05-01T20:00:33.525Z Compiling pest_generator v2.8.6
29812026-05-01T20:00:33.935Z Compiling serde_derive v1.0.228
29822026-05-01T20:00:33.935Z Compiling zerofrom-derive v0.1.6
29832026-05-01T20:00:33.938Z Compiling yoke-derive v0.8.1
29842026-05-01T20:00:33.938Z Compiling zerovec-derive v0.11.2
29852026-05-01T20:00:33.946Z Compiling displaydoc v0.2.5
29862026-05-01T20:00:33.949Z Compiling thiserror-impl v1.0.69
29872026-05-01T20:00:33.977Z Compiling zerocopy-derive v0.7.35
29882026-05-01T20:00:34.052Z Compiling pest_derive v2.8.6
29892026-05-01T20:00:34.502Z Compiling scroll_derive v0.12.1
29902026-05-01T20:00:34.668Z Compiling thiserror-impl v2.0.18
29912026-05-01T20:00:34.678Z Compiling clap_derive v4.5.55
29922026-05-01T20:00:34.797Z Compiling zerocopy v0.7.35
29932026-05-01T20:00:35.111Z Compiling thiserror v1.0.69
29942026-05-01T20:00:35.125Z Compiling scroll v0.12.0
29952026-05-01T20:00:35.137Z Compiling zerofrom v0.1.6
29962026-05-01T20:00:35.233Z Compiling dtrace-parser v0.2.0
29972026-05-01T20:00:35.281Z Compiling yoke v0.8.1
29982026-05-01T20:00:35.439Z Compiling goblin v0.8.2
29992026-05-01T20:00:35.510Z Compiling zerovec v0.11.5
30002026-05-01T20:00:35.522Z Compiling zerotrie v0.2.3
30012026-05-01T20:00:35.906Z Compiling thiserror v2.0.18
30022026-05-01T20:00:36.130Z Compiling tinystr v0.8.2
30032026-05-01T20:00:36.341Z Compiling icu_locale_core v2.1.1
30042026-05-01T20:00:36.361Z Compiling potential_utf v0.1.4
30052026-05-01T20:00:36.563Z Compiling icu_collections v2.1.1
30062026-05-01T20:00:36.998Z Compiling clap v4.5.60
30072026-05-01T20:00:37.096Z Compiling icu_provider v2.1.1
30082026-05-01T20:00:37.311Z Compiling serde_spanned v0.6.9
30092026-05-01T20:00:37.347Z Compiling toml_datetime v0.6.11
30102026-05-01T20:00:37.366Z Compiling dof v0.3.0
30112026-05-01T20:00:37.416Z Compiling icu_normalizer v2.1.1
30122026-05-01T20:00:37.428Z Compiling icu_properties v2.1.2
30132026-05-01T20:00:37.461Z Compiling serde_tokenstream v0.2.3
30142026-05-01T20:00:37.498Z Compiling serde-value v0.7.0
30152026-05-01T20:00:37.557Z Compiling cargo-platform v0.2.0
30162026-05-01T20:00:37.596Z Compiling toml_edit v0.22.27
30172026-05-01T20:00:37.774Z Compiling macaddr v1.0.1
30182026-05-01T20:00:38.221Z Compiling usdt-macro v0.5.0
30192026-05-01T20:00:38.252Z Compiling usdt-attr-macro v0.5.0
30202026-05-01T20:00:38.359Z Compiling idna_adapter v1.2.1
30212026-05-01T20:00:38.479Z Compiling idna v1.1.0
30222026-05-01T20:00:38.826Z Compiling url v2.5.8
30232026-05-01T20:00:38.928Z Compiling usdt v0.5.0
30242026-05-01T20:00:39.202Z Compiling toml v0.8.23
30252026-05-01T20:00:39.667Z Compiling cargo-util-schemas v0.8.2
30262026-05-01T20:00:39.688Z Compiling cargo_toml v0.21.0
30272026-05-01T20:00:40.710Z Compiling cargo_metadata v0.21.0
30282026-05-01T20:00:43.809Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30292026-05-01T20:00:46.833Z Finished `release` profile [optimized] target(s) in 16.52s
30302026-05-01T20:00:46.966Z
30312026-05-01T20:00:46.966Zreal 16.666565687
30322026-05-01T20:00:46.966Zuser 2:23.130579283
30332026-05-01T20:00:46.966Zsys 16.926178312
30342026-05-01T20:00:46.966Ztrap 0.094922482
30352026-05-01T20:00:46.970Ztflt 0.478796652
30362026-05-01T20:00:46.970Zdflt 1.332963481
30372026-05-01T20:00:46.971Zkflt 0.000232897
30382026-05-01T20:00:46.971Zlock 5:17.463462508
30392026-05-01T20:00:46.971Zslp 3:27.666095920
30402026-05-01T20:00:46.971Zlat 6.200101693
30412026-05-01T20:00:46.971Zstop 18.456001518
30422026-05-01T20:00:46.971Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-05-01T20:00:46.971Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-01T20:00:46.971Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-05-01T20:00:46.971Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-01T20:00:46.971Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30472026-05-01T20:00:47.897Z Compiling newtype-uuid-macros v0.1.0
30482026-05-01T20:00:47.900Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-05-01T20:00:47.900Z Compiling regress v0.10.5
30502026-05-01T20:00:47.900Z Compiling structmeta-derive v0.3.0
30512026-05-01T20:00:48.056Z Compiling rustls v0.22.4
30522026-05-01T20:00:48.059Z Compiling rustls-webpki v0.102.8
30532026-05-01T20:00:48.059Z Compiling multer v3.1.0
30542026-05-01T20:00:48.059Z Compiling compression-core v0.4.31
30552026-05-01T20:00:48.059Z Compiling match_cfg v0.1.0
30562026-05-01T20:00:48.059Z Compiling debug-ignore v1.0.5
30572026-05-01T20:00:48.059Z Compiling slog-json v2.6.1
30582026-05-01T20:00:48.076Z Compiling async-stream-impl v0.3.6
30592026-05-01T20:00:48.076Z Compiling toml_datetime v1.0.0+spec-1.1.0
30602026-05-01T20:00:48.079Z Compiling serde_spanned v1.0.4
30612026-05-01T20:00:48.079Z Compiling dropshot v0.17.0
30622026-05-01T20:00:48.079Z Compiling toml_writer v1.0.6+spec-1.1.0
30632026-05-01T20:00:48.319Z Compiling hostname v0.3.1
30642026-05-01T20:00:48.338Z Compiling itertools v0.14.0
30652026-05-01T20:00:48.341Z Compiling waitgroup v0.1.2
30662026-05-01T20:00:48.388Z Compiling compression-codecs v0.4.37
30672026-05-01T20:00:48.411Z Compiling toml v1.0.6+spec-1.1.0
30682026-05-01T20:00:48.428Z Compiling slog-bunyan v2.5.0
30692026-05-01T20:00:48.446Z Compiling rustls-pemfile v2.2.0
30702026-05-01T20:00:48.465Z Compiling dropshot_endpoint v0.17.0
30712026-05-01T20:00:48.500Z Compiling serde_path_to_error v0.1.20
30722026-05-01T20:00:48.520Z Compiling hostname v0.4.2
30732026-05-01T20:00:48.572Z Compiling async-compression v0.4.41
30742026-05-01T20:00:48.608Z Compiling progenitor-client v0.14.0
30752026-05-01T20:00:48.657Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30762026-05-01T20:00:48.660Z Compiling macaddr v1.0.1
30772026-05-01T20:00:48.722Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-05-01T20:00:48.810Z Compiling async-stream v0.3.6
30792026-05-01T20:00:48.827Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-05-01T20:00:48.859Z Compiling instant v0.1.13
30812026-05-01T20:00:48.883Z Compiling progenitor-client v0.10.0
30822026-05-01T20:00:48.919Z Compiling backon v1.6.0
30832026-05-01T20:00:48.935Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30842026-05-01T20:00:48.950Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30852026-05-01T20:00:48.994Z Compiling backoff v0.4.0
30862026-05-01T20:00:49.019Z Compiling universal-hash v0.5.1
30872026-05-01T20:00:49.036Z Compiling opaque-debug v0.3.1
30882026-05-01T20:00:49.068Z Compiling half v2.7.1
30892026-05-01T20:00:49.132Z Compiling progenitor-extras v0.2.0
30902026-05-01T20:00:49.149Z Compiling unsafe-libyaml v0.2.11
30912026-05-01T20:00:49.179Z Compiling ciborium-io v0.2.2
30922026-05-01T20:00:49.196Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30932026-05-01T20:00:49.216Z Compiling crucible-workspace-hack v0.1.0
30942026-05-01T20:00:49.233Z Compiling structmeta v0.3.0
30952026-05-01T20:00:49.251Z Compiling convert_case v0.4.0
30962026-05-01T20:00:49.300Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-05-01T20:00:49.349Z Compiling regress v0.11.1
30982026-05-01T20:00:49.381Z Compiling ciborium-ll v0.2.2
30992026-05-01T20:00:49.441Z Compiling aead v0.5.2
31002026-05-01T20:00:49.444Z Compiling secrecy v0.10.3
31012026-05-01T20:00:49.477Z Compiling poly1305 v0.8.0
31022026-05-01T20:00:49.508Z Compiling derive-ex v0.1.8
31032026-05-01T20:00:49.582Z Compiling parse-display-derive v0.10.0
31042026-05-01T20:00:49.599Z Compiling ciborium v0.2.2
31052026-05-01T20:00:49.630Z Compiling chacha20 v0.9.1
31062026-05-01T20:00:49.648Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31072026-05-01T20:00:49.663Z Compiling derive_more v0.99.20
31082026-05-01T20:00:49.663Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-05-01T20:00:49.704Z Compiling serde_yaml v0.9.34+deprecated
31102026-05-01T20:00:49.768Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-01T20:00:49.888Z Compiling thiserror-impl-no-std v2.0.2
31122026-05-01T20:00:49.932Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31132026-05-01T20:00:49.954Z Compiling byte-wrapper v0.1.0
31142026-05-01T20:00:50.077Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-05-01T20:00:50.117Z Compiling password-hash v0.5.0
31162026-05-01T20:00:50.149Z Compiling blake2 v0.10.6
31172026-05-01T20:00:50.210Z Compiling chacha20poly1305 v0.10.1
31182026-05-01T20:00:50.270Z Compiling indent_write v2.2.0
31192026-05-01T20:00:50.319Z Compiling heapless v0.8.0
31202026-05-01T20:00:50.340Z Compiling ingot-macros v0.1.1
31212026-05-01T20:00:50.400Z Compiling toml_edit v0.23.10+spec-1.0.0
31222026-05-01T20:00:50.449Z Compiling argon2 v0.5.3
31232026-05-01T20:00:50.570Z Compiling tokio-rustls v0.25.0
31242026-05-01T20:00:50.755Z Compiling hash32 v0.3.1
31252026-05-01T20:00:50.847Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31262026-05-01T20:00:50.942Z Compiling typify-impl v0.6.2
31272026-05-01T20:00:51.134Z Compiling thiserror-no-std v2.0.2
31282026-05-01T20:00:51.151Z Compiling smoltcp v0.11.0
31292026-05-01T20:00:51.218Z Compiling vsss-rs v3.3.4
31302026-05-01T20:00:51.251Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-05-01T20:00:51.283Z Compiling proc-macro-crate v3.4.0
31322026-05-01T20:00:51.300Z Compiling test-strategy v0.4.5
31332026-05-01T20:00:51.371Z Compiling parse-display v0.10.0
31342026-05-01T20:00:51.544Z Compiling tabwriter v1.4.1
31352026-05-01T20:00:51.587Z Compiling num-rational v0.4.2
31362026-05-01T20:00:51.678Z Compiling cobs v0.3.0
31372026-05-01T20:00:51.750Z Compiling num-complex v0.4.6
31382026-05-01T20:00:51.804Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31392026-05-01T20:00:51.925Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-05-01T20:00:51.985Z Compiling num_enum_derive v0.7.5
31412026-05-01T20:00:52.040Z Compiling postcard v1.1.3
31422026-05-01T20:00:52.076Z Compiling proc-macro-error v1.0.4
31432026-05-01T20:00:52.174Z Compiling num v0.4.3
31442026-05-01T20:00:52.183Z Compiling proc-macro-crate v1.3.1
31452026-05-01T20:00:52.261Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31462026-05-01T20:00:52.277Z Compiling foreign-types-macros v0.2.3
31472026-05-01T20:00:52.294Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31482026-05-01T20:00:52.328Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-05-01T20:00:52.416Z Compiling rayon-core v1.13.0
31502026-05-01T20:00:52.434Z Compiling colored v3.1.1
31512026-05-01T20:00:52.524Z Compiling cpufeatures v0.3.0
31522026-05-01T20:00:52.584Z Compiling float-ord v0.3.2
31532026-05-01T20:00:52.636Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542026-05-01T20:00:52.662Z Compiling foreign-types-shared v0.3.1
31552026-05-01T20:00:52.688Z Compiling num_enum_derive v0.5.11
31562026-05-01T20:00:52.706Z Compiling chacha20 v0.10.0
31572026-05-01T20:00:52.801Z Compiling crossbeam-deque v0.8.6
31582026-05-01T20:00:52.842Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31592026-05-01T20:00:52.888Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31602026-05-01T20:00:52.905Z Compiling cstr-argument v0.1.2
31612026-05-01T20:00:52.909Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31622026-05-01T20:00:52.946Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31632026-05-01T20:00:52.950Z Compiling foreign-types v0.5.0
31642026-05-01T20:00:53.061Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31652026-05-01T20:00:53.074Z Compiling rand v0.10.0
31662026-05-01T20:00:53.145Z Compiling toml v0.8.23
31672026-05-01T20:00:53.156Z Compiling num_enum v0.7.5
31682026-05-01T20:00:53.194Z Compiling camino-tempfile v1.4.1
31692026-05-01T20:00:53.306Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31702026-05-01T20:00:53.350Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-05-01T20:00:53.381Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-05-01T20:00:53.400Z Compiling ingot-types v0.1.2
31732026-05-01T20:00:53.427Z Compiling zone_cfg_derive v0.3.1
31742026-05-01T20:00:53.477Z Compiling rayon v1.11.0
31752026-05-01T20:00:53.514Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-05-01T20:00:53.526Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31772026-05-01T20:00:53.554Z Compiling itertools v0.12.1
31782026-05-01T20:00:53.563Z Compiling num-derive v0.4.2
31792026-05-01T20:00:53.664Z Compiling sigpipe v0.1.3
31802026-05-01T20:00:53.755Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-05-01T20:00:53.772Z Compiling ingot v0.1.1
31822026-05-01T20:00:53.789Z Compiling glob v0.3.3
31832026-05-01T20:00:53.806Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-05-01T20:00:53.826Z Compiling num_enum v0.5.11
31852026-05-01T20:00:53.829Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31862026-05-01T20:00:53.862Z Compiling smf v0.2.3
31872026-05-01T20:00:53.976Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-05-01T20:00:54.057Z Compiling prettyplease v0.2.37
31892026-05-01T20:00:54.075Z Compiling whoami v1.6.1
31902026-05-01T20:00:54.113Z Compiling gethostname v0.5.0
31912026-05-01T20:00:54.117Z Compiling usdt-macro v0.5.0
31922026-05-01T20:00:54.279Z Compiling usdt-attr-macro v0.5.0
31932026-05-01T20:00:54.318Z Compiling memmap v0.7.0
31942026-05-01T20:00:54.394Z Compiling atomicwrites v0.4.4
31952026-05-01T20:00:54.430Z Compiling derive-where v1.6.0
31962026-05-01T20:00:54.499Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-05-01T20:00:54.534Z Compiling progenitor-client v0.13.0
31982026-05-01T20:00:54.552Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31992026-05-01T20:00:54.617Z Compiling owo-colors v4.3.0
32002026-05-01T20:00:54.672Z Compiling resolv-conf v0.7.6
32012026-05-01T20:00:54.817Z Compiling zone v0.3.1
32022026-05-01T20:00:54.896Z Compiling cancel-safe-futures v0.1.5
32032026-05-01T20:00:54.945Z Compiling libsw-core v0.3.2
32042026-05-01T20:00:54.965Z Compiling async-recursion v1.1.1
32052026-05-01T20:00:55.066Z Compiling linear-map v1.2.0
32062026-05-01T20:00:55.141Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-05-01T20:00:55.158Z Compiling usdt v0.5.0
32082026-05-01T20:00:55.281Z Compiling libsw v3.5.0
32092026-05-01T20:00:55.284Z Compiling libefi-sys v0.1.0
32102026-05-01T20:00:55.298Z Compiling console v0.15.11
32112026-05-01T20:00:55.473Z Compiling hickory-proto v0.24.4
32122026-05-01T20:00:55.497Z Compiling newline-converter v0.3.0
32132026-05-01T20:00:55.524Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32142026-05-01T20:00:55.542Z Compiling bitfield-struct v0.6.2
32152026-05-01T20:00:55.575Z Compiling linked-hash-map v0.5.6
32162026-05-01T20:00:55.590Z Compiling semver v0.1.20
32172026-05-01T20:00:55.683Z Compiling typify-macro v0.6.2
32182026-05-01T20:00:55.700Z Compiling expectorate v1.2.0
32192026-05-01T20:00:55.731Z Compiling tokio-dtrace v0.1.1
32202026-05-01T20:00:55.762Z Compiling lru-cache v0.1.2
32212026-05-01T20:00:55.801Z Compiling rustc_version v0.1.7
32222026-05-01T20:00:55.841Z Compiling dropshot-api-manager-types v0.7.1
32232026-05-01T20:00:55.869Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32242026-05-01T20:00:55.888Z Compiling pin-project-internal v1.1.11
32252026-05-01T20:00:55.906Z Compiling slog-dtrace v0.3.0
32262026-05-01T20:00:55.924Z Compiling minimal-lexical v0.2.1
32272026-05-01T20:00:55.928Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-05-01T20:00:55.960Z Compiling oxide-tokio-rt v0.1.4
32292026-05-01T20:00:56.035Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32302026-05-01T20:00:56.052Z Compiling typify-impl v0.4.3
32312026-05-01T20:00:56.075Z Compiling newtype_derive v0.1.6
32322026-05-01T20:00:56.196Z Compiling nom v7.1.3
32332026-05-01T20:00:56.200Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32342026-05-01T20:00:56.232Z Compiling phf_shared v0.12.1
32352026-05-01T20:00:56.253Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-05-01T20:00:56.274Z Compiling pem v3.0.6
32372026-05-01T20:00:56.295Z Compiling snafu-derive v0.8.9
32382026-05-01T20:00:56.313Z Compiling csv-core v0.1.13
32392026-05-01T20:00:56.440Z Compiling xshell-macros v0.2.7
32402026-05-01T20:00:56.580Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-05-01T20:00:56.609Z Compiling chrono-tz v0.10.4
32422026-05-01T20:00:56.643Z Compiling same-file v1.0.6
32432026-05-01T20:00:56.697Z Compiling highway v1.3.0
32442026-05-01T20:00:56.868Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32452026-05-01T20:00:56.889Z Compiling walkdir v2.5.0
32462026-05-01T20:00:56.906Z Compiling const_format_proc_macros v0.2.34
32472026-05-01T20:00:56.928Z Compiling xshell v0.2.7
32482026-05-01T20:00:57.016Z Compiling csv v1.4.0
32492026-05-01T20:00:57.035Z Compiling phf v0.12.1
32502026-05-01T20:00:57.168Z Compiling pin-project v1.1.11
32512026-05-01T20:00:57.229Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-05-01T20:00:57.254Z Compiling globset v0.4.18
32532026-05-01T20:00:57.302Z Compiling olpc-cjson v0.1.4
32542026-05-01T20:00:57.498Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32552026-05-01T20:00:57.515Z Compiling primeorder v0.13.6
32562026-05-01T20:00:57.570Z Compiling typify v0.6.2
32572026-05-01T20:00:57.587Z Compiling serde_plain v1.0.2
32582026-05-01T20:00:57.616Z Compiling typed-path v0.9.3
32592026-05-01T20:00:57.636Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-05-01T20:00:57.689Z Compiling progenitor-impl v0.14.0
32612026-05-01T20:00:57.717Z Compiling progenitor-impl v0.13.0
32622026-05-01T20:00:57.790Z Compiling hickory-resolver v0.24.4
32632026-05-01T20:00:57.815Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-05-01T20:00:57.831Z Compiling const_format v0.2.35
32652026-05-01T20:00:58.027Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-05-01T20:00:58.184Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32672026-05-01T20:00:58.321Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32682026-05-01T20:00:58.341Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32692026-05-01T20:00:58.360Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32702026-05-01T20:00:58.510Z Compiling snafu v0.8.9
32712026-05-01T20:00:58.673Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32722026-05-01T20:00:58.859Z Compiling qorb v0.4.1
32732026-05-01T20:00:58.916Z Compiling tough v0.20.0
32742026-05-01T20:00:58.969Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32752026-05-01T20:00:59.239Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-05-01T20:00:59.255Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-05-01T20:00:59.406Z Compiling tabled_derive v0.7.0
32782026-05-01T20:00:59.490Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-05-01T20:00:59.598Z Compiling bcs v0.1.6
32802026-05-01T20:00:59.956Z Compiling salty v0.3.0
32812026-05-01T20:01:00.120Z Compiling radium v0.7.0
32822026-05-01T20:01:00.168Z Compiling termtree v0.5.1
32832026-05-01T20:01:00.237Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32842026-05-01T20:01:00.323Z Compiling textwrap v0.16.2
32852026-05-01T20:01:00.359Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-05-01T20:01:00.435Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-05-01T20:01:00.454Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-05-01T20:01:00.501Z Compiling progenitor-macro v0.13.0
32892026-05-01T20:01:00.501Z Compiling progenitor-macro v0.14.0
32902026-05-01T20:01:00.536Z Compiling tabled v0.15.0
32912026-05-01T20:01:00.683Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32922026-05-01T20:01:00.731Z Compiling steno v0.4.1
32932026-05-01T20:01:00.754Z Compiling typify-macro v0.4.3
32942026-05-01T20:01:00.835Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32952026-05-01T20:01:00.925Z Compiling base64 v0.21.7
32962026-05-01T20:01:01.006Z Compiling tap v1.0.1
32972026-05-01T20:01:01.023Z Compiling maybe-uninit v2.0.0
32982026-05-01T20:01:01.040Z Compiling humantime v2.3.0
32992026-05-01T20:01:01.152Z Compiling tagptr v0.2.0
33002026-05-01T20:01:01.282Z Compiling wyz v0.5.1
33012026-05-01T20:01:01.337Z Compiling moka v0.12.13
33022026-05-01T20:01:01.414Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-01T20:01:01.518Z Compiling p384 v0.13.1
33042026-05-01T20:01:01.625Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-05-01T20:01:01.855Z Compiling packed_struct v0.10.1
33062026-05-01T20:01:01.994Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-05-01T20:01:02.061Z Compiling funty v2.0.0
33082026-05-01T20:01:02.161Z Compiling parking_lot_core v0.8.6
33092026-05-01T20:01:02.203Z Compiling hickory-resolver v0.25.2
33102026-05-01T20:01:02.227Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33112026-05-01T20:01:02.343Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33122026-05-01T20:01:02.484Z Compiling bitvec v1.0.1
33132026-05-01T20:01:02.637Z Compiling typify v0.4.3
33142026-05-01T20:01:02.713Z Compiling polyval v0.6.2
33152026-05-01T20:01:02.730Z Compiling git-stub v1.0.0
33162026-05-01T20:01:02.782Z Compiling packed_struct_codegen v0.10.1
33172026-05-01T20:01:02.859Z Compiling zerocopy-derive v0.6.6
33182026-05-01T20:01:02.984Z Compiling bitfield-macros v0.19.4
33192026-05-01T20:01:03.012Z Compiling proc-macro-error-attr2 v2.0.0
33202026-05-01T20:01:03.030Z Compiling indexmap v1.9.3
33212026-05-01T20:01:03.092Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33222026-05-01T20:01:03.260Z Compiling nodrop v0.1.14
33232026-05-01T20:01:03.316Z Compiling utf-8 v0.7.6
33242026-05-01T20:01:03.372Z Compiling crc-catalog v2.4.0
33252026-05-01T20:01:03.388Z Compiling array-init v0.0.4
33262026-05-01T20:01:03.459Z Compiling proc-macro-error2 v2.0.1
33272026-05-01T20:01:03.500Z Compiling tungstenite v0.21.0
33282026-05-01T20:01:03.538Z Compiling crc v3.4.0
33292026-05-01T20:01:03.601Z Compiling git-stub-vcs v0.1.0
33302026-05-01T20:01:03.770Z Compiling ghash v0.5.1
33312026-05-01T20:01:03.796Z Compiling zerocopy v0.6.6
33322026-05-01T20:01:03.812Z Compiling bitfield v0.19.4
33332026-05-01T20:01:03.830Z Compiling smallvec v0.6.14
33342026-05-01T20:01:03.940Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-05-01T20:01:03.999Z Compiling num-derive v0.3.3
33362026-05-01T20:01:04.003Z Compiling ctr v0.9.2
33372026-05-01T20:01:04.089Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33382026-05-01T20:01:04.149Z Compiling unicase v2.9.0
33392026-05-01T20:01:04.167Z Compiling hashbrown v0.12.3
33402026-05-01T20:01:04.170Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-05-01T20:01:04.201Z Compiling aes-gcm v0.10.3
33422026-05-01T20:01:04.245Z Compiling serde-hex v0.1.0
33432026-05-01T20:01:04.356Z Compiling parking_lot v0.11.2
33442026-05-01T20:01:04.386Z Compiling tokio-tungstenite v0.21.0
33452026-05-01T20:01:04.403Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33462026-05-01T20:01:04.406Z Compiling mime_guess v2.0.5
33472026-05-01T20:01:04.438Z Compiling tabled_derive v0.11.0
33482026-05-01T20:01:04.800Z Compiling progenitor-impl v0.11.2
33492026-05-01T20:01:04.942Z Compiling progenitor-impl v0.10.0
33502026-05-01T20:01:04.997Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-05-01T20:01:05.015Z Compiling libscf-sys v1.1.0
33522026-05-01T20:01:05.033Z Compiling ron v0.8.1
33532026-05-01T20:01:05.052Z Compiling papergrid v0.17.0
33542026-05-01T20:01:05.143Z Compiling testing_table v0.3.0
33552026-05-01T20:01:05.194Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-05-01T20:01:05.337Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-05-01T20:01:05.360Z Compiling hashbrown v0.13.2
33582026-05-01T20:01:05.491Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-05-01T20:01:05.519Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-05-01T20:01:05.574Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-05-01T20:01:05.718Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33622026-05-01T20:01:05.780Z Compiling progenitor v0.14.0
33632026-05-01T20:01:05.797Z Compiling progenitor v0.13.0
33642026-05-01T20:01:05.882Z Compiling ssh-encoding v0.2.0
33652026-05-01T20:01:05.918Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33662026-05-01T20:01:05.962Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33672026-05-01T20:01:05.982Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33682026-05-01T20:01:05.982Z Compiling blowfish v0.9.1
33692026-05-01T20:01:06.070Z Compiling prefix-trie v0.7.0
33702026-05-01T20:01:06.087Z Compiling fxhash v0.2.1
33712026-05-01T20:01:06.173Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-05-01T20:01:06.218Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33732026-05-01T20:01:06.263Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33742026-05-01T20:01:06.279Z Compiling corncobs v0.1.4
33752026-05-01T20:01:06.461Z Compiling crc-any v2.5.0
33762026-05-01T20:01:06.497Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33772026-05-01T20:01:06.532Z Compiling hickory-server v0.25.2
33782026-05-01T20:01:06.550Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33792026-05-01T20:01:06.568Z Compiling sled v0.34.7
33802026-05-01T20:01:06.601Z Compiling bcrypt-pbkdf v0.10.0
33812026-05-01T20:01:06.604Z Compiling ssh-cipher v0.2.0
33822026-05-01T20:01:06.806Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33832026-05-01T20:01:06.869Z Compiling tabled v0.20.0
33842026-05-01T20:01:07.015Z Compiling object v0.30.4
33852026-05-01T20:01:07.041Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33862026-05-01T20:01:07.348Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33872026-05-01T20:01:07.385Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33882026-05-01T20:01:07.658Z Compiling progenitor-macro v0.11.2
33892026-05-01T20:01:07.738Z Compiling progenitor-macro v0.10.0
33902026-05-01T20:01:08.241Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33912026-05-01T20:01:08.431Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-05-01T20:01:08.864Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33932026-05-01T20:01:08.887Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33942026-05-01T20:01:09.011Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-05-01T20:01:09.116Z Compiling progenitor-client v0.11.2
33962026-05-01T20:01:09.208Z Compiling password-hash v0.4.2
33972026-05-01T20:01:09.392Z Compiling secrecy v0.8.0
33982026-05-01T20:01:09.482Z Compiling http-range v0.1.5
33992026-05-01T20:01:09.500Z Compiling path-slash v0.1.5
34002026-05-01T20:01:09.572Z Compiling half v1.8.3
34012026-05-01T20:01:09.663Z Compiling pbkdf2 v0.11.0
34022026-05-01T20:01:09.818Z Compiling serde_cbor v0.11.2
34032026-05-01T20:01:09.873Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34042026-05-01T20:01:10.121Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34052026-05-01T20:01:10.400Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-05-01T20:01:10.463Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34072026-05-01T20:01:10.524Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-05-01T20:01:10.776Z Compiling ssh-key v0.6.7
34092026-05-01T20:01:10.945Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34102026-05-01T20:01:11.044Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34112026-05-01T20:01:11.192Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34122026-05-01T20:01:11.396Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34132026-05-01T20:01:11.413Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-05-01T20:01:11.548Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-05-01T20:01:11.635Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34162026-05-01T20:01:11.806Z Compiling p521 v0.13.3
34172026-05-01T20:01:11.896Z Compiling p256 v0.13.2
34182026-05-01T20:01:11.914Z Compiling yasna v0.5.2
34192026-05-01T20:01:12.007Z Compiling kstat-rs v0.2.4
34202026-05-01T20:01:12.053Z Compiling headers-core v0.3.0
34212026-05-01T20:01:12.211Z Compiling nanorand v0.7.0
34222026-05-01T20:01:12.319Z Compiling atty v0.2.14
34232026-05-01T20:01:12.337Z Compiling russh-cryptovec v0.7.3
34242026-05-01T20:01:12.360Z Compiling home v0.5.12
34252026-05-01T20:01:12.467Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-05-01T20:01:12.502Z Compiling md5 v0.7.0
34272026-05-01T20:01:12.537Z Compiling crc8 v0.1.1
34282026-05-01T20:01:12.554Z Compiling flume v0.11.1
34292026-05-01T20:01:12.573Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34302026-05-01T20:01:12.573Z Compiling rcgen v0.12.1
34312026-05-01T20:01:12.609Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34322026-05-01T20:01:12.653Z Compiling headers v0.4.1
34332026-05-01T20:01:12.688Z Compiling russh-keys v0.45.0
34342026-05-01T20:01:12.816Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34352026-05-01T20:01:12.833Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34362026-05-01T20:01:12.875Z Compiling progenitor v0.11.2
34372026-05-01T20:01:12.907Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34382026-05-01T20:01:12.936Z Compiling progenitor v0.10.0
34392026-05-01T20:01:13.054Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34402026-05-01T20:01:13.134Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34412026-05-01T20:01:13.228Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34422026-05-01T20:01:13.275Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34432026-05-01T20:01:13.361Z Compiling hyper-staticfile v0.10.1
34442026-05-01T20:01:13.383Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-05-01T20:01:13.466Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34462026-05-01T20:01:13.519Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34472026-05-01T20:01:13.536Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34482026-05-01T20:01:13.794Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34492026-05-01T20:01:13.871Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34502026-05-01T20:01:13.894Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34512026-05-01T20:01:13.912Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34522026-05-01T20:01:14.055Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-05-01T20:01:14.106Z Compiling num-bigint v0.4.6
34542026-05-01T20:01:14.247Z Compiling des v0.8.1
34552026-05-01T20:01:14.278Z Compiling subprocess v0.2.15
34562026-05-01T20:01:14.332Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-05-01T20:01:14.335Z Compiling display-error-chain v0.2.2
34582026-05-01T20:01:14.366Z Compiling hex-literal v0.4.1
34592026-05-01T20:01:14.479Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34602026-05-01T20:01:14.511Z Compiling colored v2.2.0
34612026-05-01T20:01:14.527Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34622026-05-01T20:01:14.628Z Compiling socket2 v0.5.10
34632026-05-01T20:01:14.655Z Compiling internet-checksum v0.2.1
34642026-05-01T20:01:14.791Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-05-01T20:01:15.064Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34662026-05-01T20:01:15.084Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34672026-05-01T20:01:15.379Z Compiling russh v0.45.0
34682026-05-01T20:01:17.730Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34692026-05-01T20:01:18.434Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34702026-05-01T20:01:18.930Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34712026-05-01T20:01:20.307Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34722026-05-01T20:01:28.351Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34732026-05-01T20:01:28.351Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34742026-05-01T20:01:28.354Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34752026-05-01T20:01:28.354Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762026-05-01T20:01:30.098Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-05-01T20:01:30.168Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-05-01T20:01:34.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34792026-05-01T20:01:54.034Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34802026-05-01T20:02:13.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34812026-05-01T20:02:13.827Z
34822026-05-01T20:02:13.827Zreal 1:26.792489911
34832026-05-01T20:02:13.828Zuser 8:23.970568244
34842026-05-01T20:02:13.828Zsys 1:44.278098501
34852026-05-01T20:02:13.831Ztrap 0.272812958
34862026-05-01T20:02:13.831Ztflt 0.574697454
34872026-05-01T20:02:13.831Zdflt 1.544326661
34882026-05-01T20:02:13.831Zkflt 0.000228834
34892026-05-01T20:02:13.831Zlock 30:11.832309382
34902026-05-01T20:02:13.831Zslp 19:46.758314120
34912026-05-01T20:02:13.831Zlat 38.528121025
34922026-05-01T20:02:13.831Zstop 2:48.979718099
34932026-05-01T20:02:13.831Z+ mkdir tests
34942026-05-01T20:02:13.832Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34952026-05-01T20:02:13.835Z+ xargs -I '{}' -t cp '{}' tests/
34962026-05-01T20:02:13.861Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8ad1b62de573c9d3 tests/
34972026-05-01T20:02:13.889Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-980a58b571b8e1fe tests/
34982026-05-01T20:02:13.918Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1b6b7994083defc5 tests/
34992026-05-01T20:02:13.947Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e4fd3acdec048b1b tests/
35002026-05-01T20:02:14.273Z+ 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/*)
35012026-05-01T20:02:14.277Z+ 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-980a58b571b8e1fe tests/commtest-1b6b7994083defc5 tests/dhcp_server-8ad1b62de573c9d3 tests/end_to_end_tests-e4fd3acdec048b1b 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
35022026-05-01T20:03:39.526ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35032026-05-01T20:03:39.526Za .github/buildomat/ci-env.sh 1K
35042026-05-01T20:03:39.526Za out/target/test 1K
35052026-05-01T20:03:39.526Za out/npuzone/npuzone 27402K
35062026-05-01T20:03:39.526Za package-manifest.toml 35K
35072026-05-01T20:03:39.526Za smf/sled-agent/non-gimlet/config.toml 6K
35082026-05-01T20:03:39.526Za target/release/omicron-package 44898K
35092026-05-01T20:03:39.526Za target/release/xtask 11449K
35102026-05-01T20:03:39.527Za target/debug/bootstrap 351652K
35112026-05-01T20:03:39.527Za tests/bootstrap-980a58b571b8e1fe 31215K
35122026-05-01T20:03:39.527Za tests/commtest-1b6b7994083defc5 32300K
35132026-05-01T20:03:39.527Za tests/dhcp_server-8ad1b62de573c9d3 31215K
35142026-05-01T20:03:39.527Za tests/end_to_end_tests-e4fd3acdec048b1b 392762K
35152026-05-01T20:03:39.527Za out/clickhouse.tar.gz 318391K
35162026-05-01T20:03:39.527Za out/clickhouse_keeper.tar.gz 303766K
35172026-05-01T20:03:39.527Za out/clickhouse_server.tar.gz 318391K
35182026-05-01T20:03:39.527Za out/cockroachdb.tar.gz 164602K
35192026-05-01T20:03:39.527Za out/crucible-pantry-zone.tar.gz 43676K
35202026-05-01T20:03:39.527Za out/crucible-utils.tar 17744K
35212026-05-01T20:03:39.527Za out/crucible-zone.tar.gz 57815K
35222026-05-01T20:03:39.527Za out/external-dns.tar.gz 49801K
35232026-05-01T20:03:39.527Za out/internal-dns.tar.gz 49800K
35242026-05-01T20:03:39.527Za out/mg-ddm-gz.tar 95141K
35252026-05-01T20:03:39.527Za out/nexus.tar.gz 219378K
35262026-05-01T20:03:39.527Za out/ntp.tar.gz 31619K
35272026-05-01T20:03:39.527Za out/omicron-gateway-softnpu.tar.gz 28501K
35282026-05-01T20:03:39.527Za out/omicron-sled-agent.tar 199366K
35292026-05-01T20:03:39.527Za out/overlay.tar.gz 3K
35302026-05-01T20:03:39.527Za out/oximeter.tar.gz 65230K
35312026-05-01T20:03:39.527Za out/oxlog.tar 3782K
35322026-05-01T20:03:39.527Za out/probe.tar.gz 3037K
35332026-05-01T20:03:39.527Za out/propolis-server.tar.gz 38727K
35342026-05-01T20:03:39.527Za out/pumpkind-gz.tar 26647K
35352026-05-01T20:03:39.527Za out/switch-softnpu.tar.gz 393080K
35362026-05-01T20:03:39.531Z
35372026-05-01T20:03:39.531Zreal 1:25.243922480
35382026-05-01T20:03:39.531Zuser 1:22.670382068
35392026-05-01T20:03:39.531Zsys 4.303178647
35402026-05-01T20:03:39.531Ztrap 0.005821282
35412026-05-01T20:03:39.531Ztflt 0.000000000
35422026-05-01T20:03:39.531Zdflt 0.000000000
35432026-05-01T20:03:39.531Zkflt 0.000000000
35442026-05-01T20:03:39.531Zlock 0.000000000
35452026-05-01T20:03:39.531Zslp 1:22.631836911
35462026-05-01T20:03:39.531Zlat 0.871082586
35472026-05-01T20:03:39.531Zstop 0.000617036
35482026-05-01T20:03:39.531Zprocess exited: duration 980918 ms, exit code 0
 
35492026-05-01T20:03:39.545Zfound 1 output files
35502026-05-01T20:03:39.545Zuploading: /work/package.tar.gz (2429456305 bytes)
35512026-05-01T20:04:05.726Zuploaded: /work/package.tar.gz