01KVKPVQN4HETFHDGDEH8D2AWS: helios / package

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

Buildomat Job: 01KVKPWDPZ4MSND4DVZGN7S5VH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T23:47:51.374Zjob assigned to worker 01KVKPWNYQ81W5B298E9AVFSAN [factory aws, i-0364060191747f287] (queued for 50 s)
 
22026-06-20T23:47:58.368Zstarting task 0: "setup"
32026-06-20T23:47:58.372Z++ uname -s
42026-06-20T23:47:58.375Z+ kern=SunOS
52026-06-20T23:47:58.375Z+ build_user=build
62026-06-20T23:47:58.375Z+ build_uid=12345
72026-06-20T23:47:58.375Z+ work_dir=/work
82026-06-20T23:47:58.375Z+ input_dir=/input
92026-06-20T23:47:58.376Z+ [[ 0 == 12345 ]]
102026-06-20T23:47:58.376Z+ case "$kern" in
112026-06-20T23:47:58.376Z+ groupadd -g 12345 build
122026-06-20T23:47:58.379Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T23:48:00.384Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T23:48:00.467Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T23:48:00.537Z+ home_fs=zfs
162026-06-20T23:48:00.537Z+ [[ zfs == autofs ]]
172026-06-20T23:48:00.537Z+ mkdir -p /home/build
182026-06-20T23:48:00.537Z+ chown build:build /home/build /work
192026-06-20T23:48:02.471Z+ chmod 0700 /home/build /work
202026-06-20T23:48:02.475Zprocess exited: duration 4109 ms, exit code 0
 
212026-06-20T23:48:02.481Zstarting task 1: "rust-toolchain"
222026-06-20T23:48:02.486Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T23:48:02.486Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-20T23:48:02.486Z * rust toolchain channel = "1.94.0"
252026-06-20T23:48:02.486Z * rust toolchain profile = "default"
262026-06-20T23:48:02.486Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T23:48:02.486Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T23:48:02.489Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T23:48:02.489Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T23:48:02.565Zinfo: downloading installer
312026-06-20T23:48:03.999Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T23:48:03.999Zwarn: /home/build/.rustup/settings.toml
332026-06-20T23:48:03.999Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T23:48:03.999Zwarn: instead of the one inferred from the default host triple.
352026-06-20T23:48:04.012Zinfo: profile set to default
362026-06-20T23:48:04.012Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T23:48:04.016Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T23:48:04.176Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T23:48:04.179Zinfo: downloading 6 components
402026-06-20T23:48:19.026Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T23:48:19.026Z
422026-06-20T23:48:19.060Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T23:48:19.060Z
442026-06-20T23:48:19.060Z
452026-06-20T23:48:19.060ZRust is installed now. Great!
462026-06-20T23:48:19.060Z
472026-06-20T23:48:19.063ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T23:48:19.064Zenvironment variable. This has not been done automatically.
492026-06-20T23:48:19.064Z
502026-06-20T23:48:19.064ZTo configure your current shell, you need to source
512026-06-20T23:48:19.064Zthe corresponding env file under $HOME/.cargo.
522026-06-20T23:48:19.064Z
532026-06-20T23:48:19.064ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T23:48:19.064Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T23:48:19.064Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T23:48:19.064Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T23:48:19.064Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T23:48:19.064Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T23:48:19.064Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T23:48:19.064Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T23:48:19.064Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T23:48:19.166Z+ rustup --version
632026-06-20T23:48:19.172Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T23:48:19.172Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T23:48:19.194Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T23:48:19.197Z+ cargo --version
672026-06-20T23:48:19.206Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T23:48:19.209Z+ rustc --version
692026-06-20T23:48:19.229Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T23:48:19.231Zprocess exited: duration 16750 ms, exit code 0
 
712026-06-20T23:48:19.237Zstarting task 2: "authentication"
722026-06-20T23:48:19.255Zprocess exited: duration 18 ms, exit code 0
 
732026-06-20T23:48:19.261Zstarting task 3: "clone repository"
742026-06-20T23:48:19.266Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T23:48:19.268Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T23:48:19.301ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T23:48:28.931Z+ cd /work/oxidecomputer/omicron
782026-06-20T23:48:28.931Z+ git fetch origin 108ae7382e129097507a00e3280d1cfb45562d80
792026-06-20T23:48:29.198ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T23:48:29.198Z * branch 108ae7382e129097507a00e3280d1cfb45562d80 -> FETCH_HEAD
812026-06-20T23:48:29.212Z+ [[ -n '' ]]
822026-06-20T23:48:29.212Z+ git reset --hard 108ae7382e129097507a00e3280d1cfb45562d80
832026-06-20T23:48:29.455ZHEAD is now at 108ae7382 remove unused imports
842026-06-20T23:48:29.458Zprocess exited: duration 10196 ms, exit code 0
 
852026-06-20T23:48:29.464Zstarting task 4: "build"
862026-06-20T23:48:29.469Z+ source .github/buildomat/ci-env.sh
872026-06-20T23:48:29.469Z++ export CARGO_TERM_COLOR=always
882026-06-20T23:48:29.472Z++ CARGO_TERM_COLOR=always
892026-06-20T23:48:29.474Z+ cargo --version
902026-06-20T23:48:29.479Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-20T23:48:29.482Z+ rustc --version
922026-06-20T23:48:29.503Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-20T23:48:29.506Z+ WORK=/work
942026-06-20T23:48:29.506Z+ pfexec mkdir -p /work
952026-06-20T23:48:29.509Z+ pfexec chown build /work
962026-06-20T23:48:29.511Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-20T23:48:31.061Z Startup: Refreshing catalog 'helios' ... Done
982026-06-20T23:48:31.150Z Startup: Caching catalogs ... Done
992026-06-20T23:48:31.503ZPlanning: Solver setup ... Done (0.312s)
1002026-06-20T23:48:31.525ZPlanning: Running solver ... Done (0.022s)
1012026-06-20T23:48:31.533ZPlanning: Finding local manifests ... Done (0.003s)
1022026-06-20T23:48:31.545ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-20T23:48:31.568ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-20T23:48:31.581ZPlanning: Package planning ... Done (0.014s)
1052026-06-20T23:48:31.584ZPlanning: Merging actions ... Done (0.001s)
1062026-06-20T23:48:31.777ZPlanning: Checking for conflicting actions ... Done (0.195s)
1072026-06-20T23:48:31.780ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-20T23:48:32.675ZPlanning: Evaluating mediators ... Done (0.897s)
1092026-06-20T23:48:32.678ZPlanning: Planning completed in 1.51 seconds
1102026-06-20T23:48:32.685Z Packages to install: 2
1112026-06-20T23:48:32.686Z Estimated space available: 156.07 GB
1122026-06-20T23:48:32.686ZEstimated space to be consumed: 26.78 MB
1132026-06-20T23:48:32.686Z Create boot environment: No
1142026-06-20T23:48:32.689ZCreate backup boot environment: No
1152026-06-20T23:48:32.689Z Rebuild boot archive: No
1162026-06-20T23:48:32.689Z
1172026-06-20T23:48:32.689ZChanged packages:
1182026-06-20T23:48:32.689Zhelios
1192026-06-20T23:48:32.689Z developer/build-essential
1202026-06-20T23:48:32.689Z None -> 11-3.0
1212026-06-20T23:48:32.689Z library/libxmlsec1
1222026-06-20T23:48:32.689Z None -> 1.2.35-3.0
1232026-06-20T23:48:32.709Z
1242026-06-20T23:48:32.709ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-20T23:48:33.181ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1262026-06-20T23:48:33.237Z Actions: 1/268 actions (Installing new actions)
1272026-06-20T23:48:33.275Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-20T23:48:33.285ZFinalize: Updating package state database ... Done (0.009s)
1292026-06-20T23:48:33.285ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-20T23:48:33.308ZFinalize: Updating image state ... Done (0.024s)
1312026-06-20T23:48:35.872ZFinalize: Creating fast lookup database ... Done (2.541s)
1322026-06-20T23:48:35.939ZFinalize: Reading search index ... Done (0.012s)
1332026-06-20T23:48:35.941ZFinalize: Updating search index ... Done (0.000s)
1342026-06-20T23:48:36.034ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-20T23:48:36.343ZPlanning: Evaluating mediator changes ... Done
1362026-06-20T23:48:36.448ZPlanning: Checking for conflicting actions ... Done
1372026-06-20T23:48:36.453ZPlanning: Consolidating action changes ... Done
1382026-06-20T23:48:36.615ZPlanning: Evaluating mediators ... Done
1392026-06-20T23:48:36.629ZPlanning: Planning completed in 0.26 seconds
1402026-06-20T23:48:36.633Z Mediators to change: 2
1412026-06-20T23:48:36.633Z Create boot environment: No
1422026-06-20T23:48:36.633ZCreate backup boot environment: No
1432026-06-20T23:48:36.702ZFinalize: Updating package state database ... Done
1442026-06-20T23:48:36.702ZFinalize: Updating package cache ... Done
1452026-06-20T23:48:36.720ZFinalize: Updating image state ... Done
1462026-06-20T23:48:38.664ZFinalize: Creating fast lookup database ... Done
1472026-06-20T23:48:38.729ZFinalize: Reading search index ... Done
1482026-06-20T23:48:38.737ZFinalize: Updating search index ... Done
1492026-06-20T23:48:38.778ZFinalize: Updating package cache ... Done
1502026-06-20T23:48:39.064ZPlanning: Evaluating mediator changes ... Done
1512026-06-20T23:48:39.169ZPlanning: Checking for conflicting actions ... Done
1522026-06-20T23:48:39.173ZPlanning: Consolidating action changes ... Done
1532026-06-20T23:48:39.327ZPlanning: Evaluating mediators ... Done
1542026-06-20T23:48:39.330ZPlanning: Planning completed in 0.26 seconds
1552026-06-20T23:48:39.350Z Mediators to change: 1
1562026-06-20T23:48:39.350Z Create boot environment: No
1572026-06-20T23:48:39.350ZCreate backup boot environment: No
1582026-06-20T23:48:39.396ZFinalize: Updating package state database ... Done
1592026-06-20T23:48:39.396ZFinalize: Updating package cache ... Done
1602026-06-20T23:48:39.412ZFinalize: Updating image state ... Done
1612026-06-20T23:48:41.386ZFinalize: Creating fast lookup database ... Done
1622026-06-20T23:48:41.451ZFinalize: Reading search index ... Done
1632026-06-20T23:48:41.454ZFinalize: Updating search index ... Done
1642026-06-20T23:48:41.498ZFinalize: Updating package cache ... Done
1652026-06-20T23:48:41.813ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-20T23:48:41.813Zapache system 2.4 system
1672026-06-20T23:48:41.813Zclang system 15 system
1682026-06-20T23:48:41.813Zcsh system system illumos
1692026-06-20T23:48:41.813Zctags system system illumos
1702026-06-20T23:48:41.813Zfile vendor vendor darwinsys
1712026-06-20T23:48:41.813Zfile system system illumos
1722026-06-20T23:48:41.813Zgcc vendor 14 vendor
1732026-06-20T23:48:41.813Zgcc system 13 system
1742026-06-20T23:48:41.813Zgcc system 10 system
1752026-06-20T23:48:41.813Zgo system 1.25 system
1762026-06-20T23:48:41.813Zllvm system 15 system
1772026-06-20T23:48:41.813Zmariadb system 11.4 system
1782026-06-20T23:48:41.813Zmta vendor vendor dma
1792026-06-20T23:48:41.813Zopenjdk system 17 system
1802026-06-20T23:48:41.813Zopenjdk system 11 system
1812026-06-20T23:48:41.813Zopenssl vendor 3 vendor
1822026-06-20T23:48:41.813Zperl system 5.40 system
1832026-06-20T23:48:41.813Zpostgresql system 18 system
1842026-06-20T23:48:41.813Zpostgresql system 17 system
1852026-06-20T23:48:41.813Zpython vendor 3 vendor
1862026-06-20T23:48:41.813Zpython system 2 system
1872026-06-20T23:48:41.813Zpython3 vendor 3.13 vendor
1882026-06-20T23:48:41.813Zruby system 3.4 system
1892026-06-20T23:48:41.813Zruby system 3.0 system
1902026-06-20T23:48:41.814Zwords vendor vendor american-english
1912026-06-20T23:48:41.814Zwords system system australian-english
1922026-06-20T23:48:41.814Zwords system system british-english
1932026-06-20T23:48:41.814Zwords system system canadian-english
1942026-06-20T23:48:41.814Zwords system system french
1952026-06-20T23:48:41.814Zwords system system italian
1962026-06-20T23:48:41.814Zwords system system ngerman
1972026-06-20T23:48:41.814Zwords system system ogerman
1982026-06-20T23:48:41.814Zwords system system spanish
1992026-06-20T23:48:42.064ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-20T23:48:42.064Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-20T23:48:42.352ZFMRI IFO
2022026-06-20T23:48:42.352Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-20T23:48:42.352Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-20T23:48:42.352Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-20T23:48:42.352Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-20T23:48:42.352Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-20T23:48:42.352Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-20T23:48:42.352Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-20T23:48:42.353Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-20T23:48:42.353Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-20T23:48:42.598Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-20T23:48:42.861Z Updating crates.io index
2132026-06-20T23:48:42.896Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-20T23:48:43.112Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-20T23:48:44.010Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-20T23:48:44.479Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-20T23:48:45.682Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-20T23:48:46.164Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-20T23:48:47.668Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-20T23:48:48.629Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-20T23:48:48.869Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-20T23:48:49.839Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-20T23:48:50.313Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-20T23:48:50.675Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-20T23:48:50.905Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-20T23:48:51.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-20T23:48:51.869Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-20T23:48:52.197Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-20T23:48:52.526Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-20T23:48:52.906Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-20T23:48:53.176Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-20T23:48:53.537Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-20T23:48:53.759Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-20T23:48:54.020Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-20T23:48:54.391Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-20T23:48:54.922Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-20T23:48:55.128Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-20T23:48:55.625Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-20T23:48:55.889Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-20T23:48:56.192Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-20T23:48:57.388Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-20T23:48:57.617Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-20T23:48:58.347Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-20T23:48:58.692Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-20T23:48:59.011Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-20T23:48:59.320Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-20T23:48:59.632Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-20T23:48:59.901Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-20T23:49:00.296Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-20T23:49:00.690Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-20T23:49:00.992Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-20T23:49:01.204Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-20T23:49:03.035Z Downloading crates ...
2542026-06-20T23:49:03.100Z Downloaded cargo-platform v0.2.0
2552026-06-20T23:49:03.121Z Downloaded cfg-if v1.0.4
2562026-06-20T23:49:03.121Z Downloaded dtrace-parser v0.2.0
2572026-06-20T23:49:03.121Z Downloaded zerofrom-derive v0.1.6
2582026-06-20T23:49:03.121Z Downloaded form_urlencoded v1.2.2
2592026-06-20T23:49:03.127Z Downloaded usdt v0.5.0
2602026-06-20T23:49:03.127Z Downloaded version_check v0.9.5
2612026-06-20T23:49:03.127Z Downloaded toml v0.8.23
2622026-06-20T23:49:03.127Z Downloaded thiserror-impl v2.0.18
2632026-06-20T23:49:03.127Z Downloaded cargo_toml v0.21.0
2642026-06-20T23:49:03.127Z Downloaded anstream v1.0.0
2652026-06-20T23:49:03.127Z Downloaded yoke-derive v0.8.1
2662026-06-20T23:49:03.127Z Downloaded idna_adapter v1.2.1
2672026-06-20T23:49:03.127Z Downloaded toml_datetime v0.6.11
2682026-06-20T23:49:03.127Z Downloaded usdt-macro v0.5.0
2692026-06-20T23:49:03.130Z Downloaded cargo_metadata v0.21.0
2702026-06-20T23:49:03.133Z Downloaded utf8parse v0.2.2
2712026-06-20T23:49:03.136Z Downloaded zerofrom v0.1.6
2722026-06-20T23:49:03.136Z Downloaded toml_write v0.1.2
2732026-06-20T23:49:03.136Z Downloaded camino v1.2.2
2742026-06-20T23:49:03.139Z Downloaded digest v0.10.7
2752026-06-20T23:49:03.142Z Downloaded clap_lex v1.0.0
2762026-06-20T23:49:03.142Z Downloaded proc-macro-error v1.0.4
2772026-06-20T23:49:03.142Z Downloaded typeid v1.0.3
2782026-06-20T23:49:03.148Z Downloaded usdt-attr-macro v0.5.0
2792026-06-20T23:49:03.148Z Downloaded unicode-xid v0.2.6
2802026-06-20T23:49:03.148Z Downloaded clap_derive v4.6.1
2812026-06-20T23:49:03.148Z Downloaded unicode-linebreak v0.1.5
2822026-06-20T23:49:03.151Z Downloaded thread-id v4.2.2
2832026-06-20T23:49:03.151Z Downloaded cargo-util-schemas v0.8.2
2842026-06-20T23:49:03.151Z Downloaded pretty-hex v0.4.1
2852026-06-20T23:49:03.151Z Downloaded percent-encoding v2.3.2
2862026-06-20T23:49:03.151Z Downloaded is_terminal_polyfill v1.70.2
2872026-06-20T23:49:03.151Z Downloaded equivalent v1.0.2
2882026-06-20T23:49:03.151Z Downloaded zmij v1.0.21
2892026-06-20T23:49:03.151Z Downloaded utf8_iter v1.0.4
2902026-06-20T23:49:03.154Z Downloaded macaddr v1.0.1
2912026-06-20T23:49:03.154Z Downloaded heck v0.4.1
2922026-06-20T23:49:03.154Z Downloaded heck v0.5.0
2932026-06-20T23:49:03.154Z Downloaded fnv v1.0.7
2942026-06-20T23:49:03.157Z Downloaded memmap v0.7.0
2952026-06-20T23:49:03.160Z Downloaded anyhow v1.0.102
2962026-06-20T23:49:03.163Z Downloaded thiserror v1.0.69
2972026-06-20T23:49:03.165Z Downloaded zerovec-derive v0.11.2
2982026-06-20T23:49:03.165Z Downloaded yoke v0.8.1
2992026-06-20T23:49:03.165Z Downloaded ordered-float v2.10.1
3002026-06-20T23:49:03.170Z Downloaded fs-err v3.3.0
3012026-06-20T23:49:03.170Z Downloaded writeable v0.6.2
3022026-06-20T23:49:03.170Z Downloaded serde_spanned v0.6.9
3032026-06-20T23:49:03.173Z Downloaded thiserror-impl v1.0.69
3042026-06-20T23:49:03.173Z Downloaded usdt-impl v0.5.0
3052026-06-20T23:49:03.176Z Downloaded tinystr v0.8.2
3062026-06-20T23:49:03.180Z Downloaded thiserror v2.0.18
3072026-06-20T23:49:03.182Z Downloaded crypto-common v0.1.7
3082026-06-20T23:49:03.182Z Downloaded plain v0.2.3
3092026-06-20T23:49:03.187Z Downloaded zerocopy-derive v0.7.35
3102026-06-20T23:49:03.187Z Downloaded ucd-trie v0.1.7
3112026-06-20T23:49:03.187Z Downloaded tabled_derive v0.7.0
3122026-06-20T23:49:03.191Z Downloaded serde-value v0.7.0
3132026-06-20T23:49:03.193Z Downloaded unicode-ident v1.0.24
3142026-06-20T23:49:03.196Z Downloaded potential_utf v0.1.4
3152026-06-20T23:49:03.200Z Downloaded strsim v0.11.1
3162026-06-20T23:49:03.203Z Downloaded scroll_derive v0.12.1
3172026-06-20T23:49:03.203Z Downloaded zerotrie v0.2.3
3182026-06-20T23:49:03.204Z Downloaded typenum v1.19.0
3192026-06-20T23:49:03.208Z Downloaded toml_edit v0.22.27
3202026-06-20T23:49:03.208Z Downloaded textwrap v0.16.2
3212026-06-20T23:49:03.208Z Downloaded cpufeatures v0.2.17
3222026-06-20T23:49:03.211Z Downloaded fastrand v2.3.0
3232026-06-20T23:49:03.211Z Downloaded anstyle-query v1.1.5
3242026-06-20T23:49:03.214Z Downloaded url v2.5.8
3252026-06-20T23:49:03.217Z Downloaded stable_deref_trait v1.2.1
3262026-06-20T23:49:03.217Z Downloaded proc-macro-error-attr v1.0.4
3272026-06-20T23:49:03.217Z Downloaded dof v0.3.0
3282026-06-20T23:49:03.219Z Downloaded block-buffer v0.10.4
3292026-06-20T23:49:03.222Z Downloaded itoa v1.0.17
3302026-06-20T23:49:03.222Z Downloaded errno v0.3.14
3312026-06-20T23:49:03.222Z Downloaded clap v4.6.1
3322026-06-20T23:49:03.228Z Downloaded serde-untagged v0.1.9
3332026-06-20T23:49:03.232Z Downloaded zerovec v0.11.5
3342026-06-20T23:49:03.232Z Downloaded smawk v0.3.2
3352026-06-20T23:49:03.235Z Downloaded scroll v0.12.0
3362026-06-20T23:49:03.235Z Downloaded getrandom v0.4.1
3372026-06-20T23:49:03.235Z Downloaded zerocopy v0.7.35
3382026-06-20T23:49:03.243Z Downloaded terminal_size v0.4.3
3392026-06-20T23:49:03.246Z Downloaded winnow v0.7.14
3402026-06-20T23:49:03.249Z Downloaded swrite v0.1.0
3412026-06-20T23:49:03.253Z Downloaded serde_core v1.0.228
3422026-06-20T23:49:03.253Z Downloaded generic-array v0.14.7
3432026-06-20T23:49:03.256Z Downloaded unicode-width v0.2.0
3442026-06-20T23:49:03.259Z Downloaded unicode-width v0.1.14
3452026-06-20T23:49:03.261Z Downloaded erased-serde v0.4.9
3462026-06-20T23:49:03.264Z Downloaded colorchoice v1.0.4
3472026-06-20T23:49:03.267Z Downloaded displaydoc v0.2.5
3482026-06-20T23:49:03.267Z Downloaded bytecount v0.6.9
3492026-06-20T23:49:03.270Z Downloaded byteorder v1.5.0
3502026-06-20T23:49:03.270Z Downloaded camino-tempfile v1.4.1
3512026-06-20T23:49:03.272Z Downloaded anstyle-parse v1.0.0
3522026-06-20T23:49:03.275Z Downloaded quote v1.0.45
3532026-06-20T23:49:03.278Z Downloaded serde_tokenstream v0.2.3
3542026-06-20T23:49:03.284Z Downloaded num-traits v0.2.19
3552026-06-20T23:49:03.287Z Downloaded sha2 v0.10.9
3562026-06-20T23:49:03.290Z Downloaded anstyle v1.0.14
3572026-06-20T23:49:03.311Z Downloaded litemap v0.8.1
3582026-06-20T23:49:03.314Z Downloaded synstructure v0.13.2
3592026-06-20T23:49:03.315Z Downloaded autocfg v1.5.0
3602026-06-20T23:49:03.319Z Downloaded once_cell v1.21.3
3612026-06-20T23:49:03.320Z Downloaded serde v1.0.228
3622026-06-20T23:49:03.320Z Downloaded semver v1.0.28
3632026-06-20T23:49:03.348Z Downloaded smallvec v1.15.1
3642026-06-20T23:49:03.354Z Downloaded icu_provider v2.1.1
3652026-06-20T23:49:03.354Z Downloaded log v0.4.29
3662026-06-20T23:49:03.355Z Downloaded pest_derive v2.8.6
3672026-06-20T23:49:03.355Z Downloaded icu_properties v2.1.2
3682026-06-20T23:49:03.368Z Downloaded papergrid v0.11.0
3692026-06-20T23:49:03.368Z Downloaded proc-macro2 v1.0.106
3702026-06-20T23:49:03.368Z Downloaded pest_generator v2.8.6
3712026-06-20T23:49:03.401Z Downloaded tempfile v3.25.0
3722026-06-20T23:49:03.440Z Downloaded bitflags v2.11.0
3732026-06-20T23:49:03.440Z Downloaded serde_derive v1.0.228
3742026-06-20T23:49:03.440Z Downloaded pest_meta v2.8.6
3752026-06-20T23:49:03.440Z Downloaded icu_normalizer v2.1.1
3762026-06-20T23:49:03.440Z Downloaded icu_normalizer_data v2.1.1
3772026-06-20T23:49:03.440Z Downloaded memchr v2.8.0
3782026-06-20T23:49:03.440Z Downloaded icu_locale_core v2.1.1
3792026-06-20T23:49:03.443Z Downloaded icu_collections v2.1.1
3802026-06-20T23:49:03.472Z Downloaded indexmap v2.14.0
3812026-06-20T23:49:03.475Z Downloaded pest v2.8.6
3822026-06-20T23:49:03.478Z Downloaded idna v1.1.0
3832026-06-20T23:49:03.486Z Downloaded clap_builder v4.6.0
3842026-06-20T23:49:03.490Z Downloaded serde_json v1.0.149
3852026-06-20T23:49:03.494Z Downloaded hashbrown v0.17.0
3862026-06-20T23:49:03.497Z Downloaded icu_properties_data v2.1.2
3872026-06-20T23:49:03.501Z Downloaded goblin v0.8.2
3882026-06-20T23:49:03.513Z Downloaded tabled v0.15.0
3892026-06-20T23:49:03.523Z Downloaded syn v2.0.117
3902026-06-20T23:49:03.529Z Downloaded syn v1.0.109
3912026-06-20T23:49:03.577Z Downloaded rustix v1.1.3
3922026-06-20T23:49:03.613Z Downloaded libc v0.2.185
3932026-06-20T23:49:03.678Z Compiling proc-macro2 v1.0.106
3942026-06-20T23:49:03.678Z Compiling quote v1.0.45
3952026-06-20T23:49:03.682Z Compiling unicode-ident v1.0.24
3962026-06-20T23:49:03.683Z Compiling serde_core v1.0.228
3972026-06-20T23:49:03.683Z Compiling libc v0.2.185
3982026-06-20T23:49:03.683Z Compiling version_check v0.9.5
3992026-06-20T23:49:03.683Z Compiling stable_deref_trait v1.2.1
4002026-06-20T23:49:03.683Z Compiling memchr v2.8.0
4012026-06-20T23:49:03.683Z Compiling serde v1.0.228
4022026-06-20T23:49:03.870Z Compiling zmij v1.0.21
4032026-06-20T23:49:03.891Z Compiling itoa v1.0.17
4042026-06-20T23:49:03.891Z Compiling thiserror v1.0.69
4052026-06-20T23:49:03.891Z Compiling autocfg v1.5.0
4062026-06-20T23:49:03.891Z Compiling ucd-trie v0.1.7
4072026-06-20T23:49:03.891Z Compiling litemap v0.8.1
4082026-06-20T23:49:04.097Z Compiling writeable v0.6.2
4092026-06-20T23:49:04.166Z Compiling icu_properties_data v2.1.2
4102026-06-20T23:49:04.215Z Compiling icu_normalizer_data v2.1.1
4112026-06-20T23:49:04.298Z Compiling rustix v1.1.3
4122026-06-20T23:49:04.335Z Compiling byteorder v1.5.0
4132026-06-20T23:49:04.410Z Compiling serde_json v1.0.149
4142026-06-20T23:49:04.482Z Compiling bitflags v2.11.0
4152026-06-20T23:49:04.499Z Compiling num-traits v0.2.19
4162026-06-20T23:49:04.503Z Compiling hashbrown v0.17.0
4172026-06-20T23:49:04.583Z Compiling pest v2.8.6
4182026-06-20T23:49:04.677Z Compiling typeid v1.0.3
4192026-06-20T23:49:04.716Z Compiling smallvec v1.15.1
4202026-06-20T23:49:04.754Z Compiling equivalent v1.0.2
4212026-06-20T23:49:04.788Z Compiling usdt-impl v0.5.0
4222026-06-20T23:49:04.825Z Compiling proc-macro-error-attr v1.0.4
4232026-06-20T23:49:04.844Z Compiling toml_write v0.1.2
4242026-06-20T23:49:04.900Z Compiling errno v0.3.14
4252026-06-20T23:49:04.904Z Compiling thread-id v4.2.2
4262026-06-20T23:49:04.974Z Compiling winnow v0.7.14
4272026-06-20T23:49:04.992Z Compiling erased-serde v0.4.9
4282026-06-20T23:49:05.032Z Compiling syn v1.0.109
4292026-06-20T23:49:05.119Z Compiling indexmap v2.14.0
4302026-06-20T23:49:05.195Z Compiling proc-macro-error v1.0.4
4312026-06-20T23:49:05.237Z Compiling utf8parse v0.2.2
4322026-06-20T23:49:05.304Z Compiling camino v1.2.2
4332026-06-20T23:49:05.365Z Compiling syn v2.0.117
4342026-06-20T23:49:05.407Z Compiling plain v0.2.3
4352026-06-20T23:49:05.408Z Compiling percent-encoding v2.3.2
4362026-06-20T23:49:05.408Z Compiling utf8_iter v1.0.4
4372026-06-20T23:49:05.459Z Compiling getrandom v0.4.1
4382026-06-20T23:49:05.459Z Compiling log v0.4.29
4392026-06-20T23:49:05.479Z Compiling thiserror v2.0.18
4402026-06-20T23:49:05.565Z Compiling form_urlencoded v1.2.2
4412026-06-20T23:49:05.631Z Compiling anstyle-parse v1.0.0
4422026-06-20T23:49:05.758Z Compiling is_terminal_polyfill v1.70.2
4432026-06-20T23:49:05.813Z Compiling pest_meta v2.8.6
4442026-06-20T23:49:05.852Z Compiling ordered-float v2.10.1
4452026-06-20T23:49:05.885Z Compiling colorchoice v1.0.4
4462026-06-20T23:49:05.934Z Compiling cfg-if v1.0.4
4472026-06-20T23:49:05.935Z Compiling anstyle-query v1.1.5
4482026-06-20T23:49:05.997Z Compiling anstyle v1.0.14
4492026-06-20T23:49:06.090Z Compiling pretty-hex v0.4.1
4502026-06-20T23:49:06.090Z Compiling terminal_size v0.4.3
4512026-06-20T23:49:06.115Z Compiling fs-err v3.3.0
4522026-06-20T23:49:06.158Z Compiling strsim v0.11.1
4532026-06-20T23:49:06.200Z Compiling anstream v1.0.0
4542026-06-20T23:49:06.203Z Compiling heck v0.5.0
4552026-06-20T23:49:06.203Z Compiling once_cell v1.21.3
4562026-06-20T23:49:06.203Z Compiling clap_lex v1.0.0
4572026-06-20T23:49:06.240Z Compiling bytecount v0.6.9
4582026-06-20T23:49:06.267Z Compiling anyhow v1.0.102
4592026-06-20T23:49:06.310Z Compiling fastrand v2.3.0
4602026-06-20T23:49:06.443Z Compiling semver v1.0.28
4612026-06-20T23:49:06.470Z Compiling fnv v1.0.7
4622026-06-20T23:49:06.493Z Compiling unicode-width v0.1.14
4632026-06-20T23:49:06.532Z Compiling heck v0.4.1
4642026-06-20T23:49:06.558Z Compiling unicode-xid v0.2.6
4652026-06-20T23:49:06.600Z Compiling tempfile v3.25.0
4662026-06-20T23:49:06.606Z Compiling clap_builder v4.6.0
4672026-06-20T23:49:06.778Z Compiling papergrid v0.11.0
4682026-06-20T23:49:06.810Z Compiling memmap v0.7.0
4692026-06-20T23:49:06.838Z Compiling serde-untagged v0.1.9
4702026-06-20T23:49:06.854Z Compiling unicode-width v0.2.0
4712026-06-20T23:49:06.873Z Compiling smawk v0.3.2
4722026-06-20T23:49:06.914Z Compiling unicode-linebreak v0.1.5
4732026-06-20T23:49:07.013Z Compiling camino-tempfile v1.4.1
4742026-06-20T23:49:07.051Z Compiling swrite v0.1.0
4752026-06-20T23:49:07.054Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-20T23:49:07.158Z Compiling textwrap v0.16.2
4772026-06-20T23:49:07.456Z Compiling tabled_derive v0.7.0
4782026-06-20T23:49:07.981Z Compiling synstructure v0.13.2
4792026-06-20T23:49:07.981Z Compiling pest_generator v2.8.6
4802026-06-20T23:49:08.108Z Compiling tabled v0.15.0
4812026-06-20T23:49:08.520Z Compiling serde_derive v1.0.228
4822026-06-20T23:49:08.520Z Compiling zerofrom-derive v0.1.6
4832026-06-20T23:49:08.523Z Compiling yoke-derive v0.8.1
4842026-06-20T23:49:08.523Z Compiling zerovec-derive v0.11.2
4852026-06-20T23:49:08.523Z Compiling displaydoc v0.2.5
4862026-06-20T23:49:08.523Z Compiling thiserror-impl v1.0.69
4872026-06-20T23:49:08.525Z Compiling zerocopy-derive v0.7.35
4882026-06-20T23:49:08.572Z Compiling scroll_derive v0.12.1
4892026-06-20T23:49:08.576Z Compiling thiserror-impl v2.0.18
4902026-06-20T23:49:08.576Z Compiling clap_derive v4.6.1
4912026-06-20T23:49:08.607Z Compiling pest_derive v2.8.6
4922026-06-20T23:49:09.297Z Compiling scroll v0.12.0
4932026-06-20T23:49:09.437Z Compiling zerocopy v0.7.35
4942026-06-20T23:49:09.522Z Compiling goblin v0.8.2
4952026-06-20T23:49:09.695Z Compiling dtrace-parser v0.2.0
4962026-06-20T23:49:09.728Z Compiling zerofrom v0.1.6
4972026-06-20T23:49:09.835Z Compiling yoke v0.8.1
4982026-06-20T23:49:09.988Z Compiling zerovec v0.11.5
4992026-06-20T23:49:09.989Z Compiling zerotrie v0.2.3
5002026-06-20T23:49:10.025Z Compiling clap v4.6.1
5012026-06-20T23:49:10.410Z Compiling tinystr v0.8.2
5022026-06-20T23:49:10.410Z Compiling potential_utf v0.1.4
5032026-06-20T23:49:10.522Z Compiling icu_collections v2.1.1
5042026-06-20T23:49:10.551Z Compiling icu_locale_core v2.1.1
5052026-06-20T23:49:11.011Z Compiling toml_datetime v0.6.11
5062026-06-20T23:49:11.011Z Compiling serde_spanned v0.6.9
5072026-06-20T23:49:11.011Z Compiling serde-value v0.7.0
5082026-06-20T23:49:11.014Z Compiling cargo-platform v0.2.0
5092026-06-20T23:49:11.014Z Compiling macaddr v1.0.1
5102026-06-20T23:49:11.028Z Compiling dof v0.3.0
5112026-06-20T23:49:11.031Z Compiling serde_tokenstream v0.2.3
5122026-06-20T23:49:11.113Z Compiling icu_provider v2.1.1
5132026-06-20T23:49:11.295Z Compiling toml_edit v0.22.27
5142026-06-20T23:49:11.402Z Compiling icu_properties v2.1.2
5152026-06-20T23:49:11.402Z Compiling icu_normalizer v2.1.1
5162026-06-20T23:49:11.813Z Compiling usdt-attr-macro v0.5.0
5172026-06-20T23:49:11.813Z Compiling usdt-macro v0.5.0
5182026-06-20T23:49:12.230Z Compiling idna_adapter v1.2.1
5192026-06-20T23:49:12.357Z Compiling idna v1.1.0
5202026-06-20T23:49:12.425Z Compiling usdt v0.5.0
5212026-06-20T23:49:12.586Z Compiling url v2.5.8
5222026-06-20T23:49:12.621Z Compiling toml v0.8.23
5232026-06-20T23:49:12.957Z Compiling cargo_toml v0.21.0
5242026-06-20T23:49:12.992Z Compiling cargo-util-schemas v0.8.2
5252026-06-20T23:49:13.782Z Compiling cargo_metadata v0.21.0
5262026-06-20T23:49:14.706Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5272026-06-20T23:49:16.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.36s
5282026-06-20T23:49:17.027Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5292026-06-20T23:49:17.502Z Downloading crates ...
5302026-06-20T23:49:17.599Z Downloaded aead v0.5.2
5312026-06-20T23:49:17.605Z Downloaded adler2 v2.0.1
5322026-06-20T23:49:17.612Z Downloaded blowfish v0.9.1
5332026-06-20T23:49:17.615Z Downloaded cookie v0.18.1
5342026-06-20T23:49:17.628Z Downloaded aws-lc-rs v1.16.3
5352026-06-20T23:49:17.633Z Downloaded crc-any v2.5.0
5362026-06-20T23:49:17.633Z Downloaded bb8 v0.8.6
5372026-06-20T23:49:17.639Z Downloaded endian-type v0.1.2
5382026-06-20T23:49:17.640Z Downloaded diesel-dtrace v0.5.0
5392026-06-20T23:49:17.640Z Downloaded cexpr v0.6.0
5402026-06-20T23:49:17.640Z Downloaded async-stream-impl v0.3.6
5412026-06-20T23:49:17.640Z Downloaded darling v0.23.0
5422026-06-20T23:49:17.649Z Downloaded flagset v0.4.7
5432026-06-20T23:49:17.649Z Downloaded cstr-argument v0.1.2
5442026-06-20T23:49:17.649Z Downloaded ff v0.13.1
5452026-06-20T23:49:17.649Z Downloaded fallible-iterator v0.2.0
5462026-06-20T23:49:17.653Z Downloaded darling_core v0.21.3
5472026-06-20T23:49:17.653Z Downloaded critical-section v1.2.0
5482026-06-20T23:49:17.653Z Downloaded csv-core v0.1.13
5492026-06-20T23:49:17.656Z Downloaded darling v0.21.3
5502026-06-20T23:49:17.656Z Downloaded crc8 v0.1.1
5512026-06-20T23:49:17.660Z Downloaded colored v2.2.0
5522026-06-20T23:49:17.660Z Downloaded daft v0.1.7
5532026-06-20T23:49:17.663Z Downloaded castaway v0.2.4
5542026-06-20T23:49:17.663Z Downloaded bit-vec v0.8.0
5552026-06-20T23:49:17.666Z Downloaded bcs v0.1.6
5562026-06-20T23:49:17.671Z Downloaded difflib v0.4.0
5572026-06-20T23:49:17.671Z Downloaded crc-catalog v2.4.0
5582026-06-20T23:49:17.676Z Downloaded crucible-workspace-hack v0.1.0
5592026-06-20T23:49:17.679Z Downloaded crc32fast v1.5.0
5602026-06-20T23:49:17.679Z Downloaded display-error-chain v0.2.2
5612026-06-20T23:49:17.679Z Downloaded dirs-next v2.0.0
5622026-06-20T23:49:17.679Z Downloaded flume v0.11.1
5632026-06-20T23:49:17.682Z Downloaded darling_macro v0.21.3
5642026-06-20T23:49:17.682Z Downloaded bzip2 v0.6.1
5652026-06-20T23:49:17.686Z Downloaded crossbeam-epoch v0.9.18
5662026-06-20T23:49:17.686Z Downloaded dirs-sys-next v0.1.2
5672026-06-20T23:49:17.686Z Downloaded darling_macro v0.23.0
5682026-06-20T23:49:17.692Z Downloaded cfg_aliases v0.2.1
5692026-06-20T23:49:17.692Z Downloaded atty v0.2.14
5702026-06-20T23:49:17.692Z Downloaded curve25519-dalek-derive v0.1.1
5712026-06-20T23:49:17.692Z Downloaded ciborium-ll v0.2.2
5722026-06-20T23:49:17.692Z Downloaded async-recursion v1.1.1
5732026-06-20T23:49:17.698Z Downloaded base16ct v0.2.0
5742026-06-20T23:49:17.698Z Downloaded fixedbitset v0.4.2
5752026-06-20T23:49:17.698Z Downloaded atomic-waker v1.1.2
5762026-06-20T23:49:17.698Z Downloaded compression-core v0.4.31
5772026-06-20T23:49:17.703Z Downloaded downcast-rs v2.0.2
5782026-06-20T23:49:17.703Z Downloaded chacha20 v0.9.1
5792026-06-20T23:49:17.703Z Downloaded bitfield-struct v0.6.2
5802026-06-20T23:49:17.703Z Downloaded bitfield v0.19.4
5812026-06-20T23:49:17.709Z Downloaded embedded-io v0.6.1
5822026-06-20T23:49:17.709Z Downloaded crunchy v0.2.4
5832026-06-20T23:49:17.709Z Downloaded bcrypt-pbkdf v0.10.0
5842026-06-20T23:49:17.709Z Downloaded async-stream v0.3.6
5852026-06-20T23:49:17.715Z Downloaded defmt v0.3.100
5862026-06-20T23:49:17.715Z Downloaded defmt-parser v1.0.0
5872026-06-20T23:49:17.715Z Downloaded cargo-platform v0.3.2
5882026-06-20T23:49:17.718Z Downloaded derive_builder_core v0.20.2
5892026-06-20T23:49:17.718Z Downloaded darling v0.13.4
5902026-06-20T23:49:17.718Z Downloaded ciborium-io v0.2.2
5912026-06-20T23:49:17.718Z Downloaded ascii-canvas v3.0.0
5922026-06-20T23:49:17.718Z Downloaded block-padding v0.3.3
5932026-06-20T23:49:17.718Z Downloaded assert_matches v1.5.0
5942026-06-20T23:49:17.724Z Downloaded fd-lock v4.0.4
5952026-06-20T23:49:17.730Z Downloaded derive_builder_macro v0.20.2
5962026-06-20T23:49:17.730Z Downloaded dof v0.4.0
5972026-06-20T23:49:17.730Z Downloaded cpufeatures v0.3.0
5982026-06-20T23:49:17.731Z Downloaded bitfield-macros v0.19.4
5992026-06-20T23:49:17.735Z Downloaded document-features v0.2.12
6002026-06-20T23:49:17.736Z Downloaded debug-ignore v1.0.5
6012026-06-20T23:49:17.736Z Downloaded bit-set v0.8.0
6022026-06-20T23:49:17.736Z Downloaded dtrace-parser v0.3.0
6032026-06-20T23:49:17.736Z Downloaded darling_macro v0.20.11
6042026-06-20T23:49:17.740Z Downloaded dyn-clone v1.0.20
6052026-06-20T23:49:17.740Z Downloaded darling_macro v0.13.4
6062026-06-20T23:49:17.740Z Downloaded dsl_auto_type v0.2.0
6072026-06-20T23:49:17.740Z Downloaded bit-set v0.5.3
6082026-06-20T23:49:17.740Z Downloaded array-init v0.0.4
6092026-06-20T23:49:17.740Z Downloaded env_filter v1.0.0
6102026-06-20T23:49:17.743Z Downloaded dunce v1.0.5
6112026-06-20T23:49:17.743Z Downloaded convert_case v0.4.0
6122026-06-20T23:49:17.743Z Downloaded arrayref v0.3.9
6132026-06-20T23:49:17.748Z Downloaded dropshot-api-manager-types v0.7.2
6142026-06-20T23:49:17.748Z Downloaded cbc v0.1.2
6152026-06-20T23:49:17.748Z Downloaded async-trait v0.1.89
6162026-06-20T23:49:17.751Z Downloaded bytes v1.11.1
6172026-06-20T23:49:17.751Z Downloaded float-ord v0.3.2
6182026-06-20T23:49:17.754Z Downloaded enum-as-inner v0.6.1
6192026-06-20T23:49:17.754Z Downloaded embedded-io v0.4.0
6202026-06-20T23:49:17.754Z Downloaded foreign-types-macros v0.2.3
6212026-06-20T23:49:17.759Z Downloaded float-cmp v0.10.0
6222026-06-20T23:49:17.759Z Downloaded defmt-macros v1.0.1
6232026-06-20T23:49:17.759Z Downloaded ctr v0.9.2
6242026-06-20T23:49:17.764Z Downloaded diesel_table_macro_syntax v0.3.0
6252026-06-20T23:49:17.771Z Downloaded foreign-types v0.3.2
6262026-06-20T23:49:17.771Z Downloaded defmt v1.0.1
6272026-06-20T23:49:17.771Z Downloaded foreign-types-shared v0.1.1
6282026-06-20T23:49:17.772Z Downloaded foreign-types v0.5.0
6292026-06-20T23:49:17.772Z Downloaded ecdsa v0.16.9
6302026-06-20T23:49:17.777Z Downloaded crc v3.4.0
6312026-06-20T23:49:17.777Z Downloaded cfg_aliases v0.1.1
6322026-06-20T23:49:17.777Z Downloaded cobs v0.3.0
6332026-06-20T23:49:17.778Z Downloaded foreign-types-shared v0.3.1
6342026-06-20T23:49:17.782Z Downloaded futures-io v0.3.32
6352026-06-20T23:49:17.782Z Downloaded git-stub v1.0.0
6362026-06-20T23:49:17.782Z Downloaded gethostname v0.5.0
6372026-06-20T23:49:17.782Z Downloaded futures-task v0.3.32
6382026-06-20T23:49:17.788Z Downloaded futures-sink v0.3.32
6392026-06-20T23:49:17.788Z Downloaded cassowary v0.3.0
6402026-06-20T23:49:17.788Z Downloaded der_derive v0.7.3
6412026-06-20T23:49:17.788Z Downloaded data-encoding v2.10.0
6422026-06-20T23:49:17.792Z Downloaded daft-derive v0.1.7
6432026-06-20T23:49:17.793Z Downloaded chacha20poly1305 v0.10.1
6442026-06-20T23:49:17.793Z Downloaded argon2 v0.5.3
6452026-06-20T23:49:17.793Z Downloaded futures-core v0.3.32
6462026-06-20T23:49:17.799Z Downloaded fxhash v0.2.1
6472026-06-20T23:49:17.799Z Downloaded corncobs v0.1.4
6482026-06-20T23:49:17.799Z Downloaded hash32 v0.3.1
6492026-06-20T23:49:17.799Z Downloaded atomicwrites v0.4.4
6502026-06-20T23:49:17.804Z Downloaded anstream v0.6.21
6512026-06-20T23:49:17.808Z Downloaded crossbeam-deque v0.8.6
6522026-06-20T23:49:17.808Z Downloaded camino-tempfile-ext v0.3.3
6532026-06-20T23:49:17.808Z Downloaded bitflags v1.3.2
6542026-06-20T23:49:17.808Z Downloaded find-msvc-tools v0.1.9
6552026-06-20T23:49:17.814Z Downloaded cmake v0.1.57
6562026-06-20T23:49:17.814Z Downloaded compression-codecs v0.4.37
6572026-06-20T23:49:17.819Z Downloaded arrayvec v0.7.6
6582026-06-20T23:49:17.819Z Downloaded anstyle-parse v0.2.7
6592026-06-20T23:49:17.819Z Downloaded bit-vec v0.6.3
6602026-06-20T23:49:17.819Z Downloaded funty v2.0.0
6612026-06-20T23:49:17.819Z Downloaded globwalk v0.9.1
6622026-06-20T23:49:17.819Z Downloaded cargo_metadata v0.23.1
6632026-06-20T23:49:17.826Z Downloaded either v1.15.0
6642026-06-20T23:49:17.826Z Downloaded derive-ex v0.1.8
6652026-06-20T23:49:17.826Z Downloaded const_format_proc_macros v0.2.34
6662026-06-20T23:49:17.826Z Downloaded deranged v0.5.8
6672026-06-20T23:49:17.832Z Downloaded home v0.5.12
6682026-06-20T23:49:17.832Z Downloaded hash32 v0.2.1
6692026-06-20T23:49:17.832Z Downloaded hex v0.4.3
6702026-06-20T23:49:17.832Z Downloaded headers-core v0.3.0
6712026-06-20T23:49:17.865Z Downloaded hex-literal v0.4.1
6722026-06-20T23:49:17.865Z Downloaded hostname v0.4.2
6732026-06-20T23:49:17.865Z Downloaded http-range v0.1.5
6742026-06-20T23:49:17.865Z Downloaded der v0.7.10
6752026-06-20T23:49:17.865Z Downloaded hostname v0.3.1
6762026-06-20T23:49:17.865Z Downloaded diff v0.1.13
6772026-06-20T23:49:17.865Z Downloaded byte-wrapper v0.1.0
6782026-06-20T23:49:17.865Z Downloaded foldhash v0.1.5
6792026-06-20T23:49:17.865Z Downloaded crossbeam-utils v0.8.21
6802026-06-20T23:49:17.865Z Downloaded cipher v0.4.4
6812026-06-20T23:49:17.865Z Downloaded backoff v0.4.0
6822026-06-20T23:49:17.865Z Downloaded base64 v0.21.7
6832026-06-20T23:49:17.865Z Downloaded http-body v1.0.1
6842026-06-20T23:49:17.865Z Downloaded futures-executor v0.3.32
6852026-06-20T23:49:17.865Z Downloaded ghash v0.5.1
6862026-06-20T23:49:17.865Z Downloaded futures-macro v0.3.32
6872026-06-20T23:49:17.865Z Downloaded foldhash v0.2.0
6882026-06-20T23:49:17.865Z Downloaded fs_extra v1.3.0
6892026-06-20T23:49:17.865Z Downloaded derive_builder v0.20.2
6902026-06-20T23:49:17.865Z Downloaded indoc v1.0.9
6912026-06-20T23:49:17.865Z Downloaded hyper-tls v0.6.0
6922026-06-20T23:49:17.865Z Downloaded illumos-nvpair-sys v0.2.0
6932026-06-20T23:49:17.865Z Downloaded ident_case v1.0.1
6942026-06-20T23:49:17.865Z Downloaded hubpack_derive v0.1.1
6952026-06-20T23:49:17.865Z Downloaded hubpack v0.1.2
6962026-06-20T23:49:17.865Z Downloaded httpdate v1.0.3
6972026-06-20T23:49:17.872Z Downloaded group v0.13.0
6982026-06-20T23:49:17.872Z Downloaded derive-where v1.6.0
6992026-06-20T23:49:17.872Z Downloaded glob v0.3.3
7002026-06-20T23:49:17.872Z Downloaded backon v1.6.0
7012026-06-20T23:49:17.882Z Downloaded globset v0.4.18
7022026-06-20T23:49:17.882Z Downloaded console v0.15.11
7032026-06-20T23:49:17.882Z Downloaded inout v0.1.4
7042026-06-20T23:49:17.882Z Downloaded cancel-safe-futures v0.1.5
7052026-06-20T23:49:17.882Z Downloaded git-stub-vcs v0.1.0
7062026-06-20T23:49:17.891Z Downloaded bzip2 v0.4.4
7072026-06-20T23:49:17.891Z Downloaded darling_core v0.13.4
7082026-06-20T23:49:17.891Z Downloaded instant v0.1.13
7092026-06-20T23:49:17.891Z Downloaded internet-checksum v0.2.1
7102026-06-20T23:49:17.892Z Downloaded ciborium v0.2.2
7112026-06-20T23:49:17.892Z Downloaded instability v0.3.11
7122026-06-20T23:49:17.892Z Downloaded bumpalo v3.20.2
7132026-06-20T23:49:17.896Z Downloaded ahash v0.8.12
7142026-06-20T23:49:17.896Z Downloaded filetime v0.2.27
7152026-06-20T23:49:17.896Z Downloaded async-bb8-diesel v0.2.1
7162026-06-20T23:49:17.896Z Downloaded erased-serde v0.3.31
7172026-06-20T23:49:17.896Z Downloaded convert_case v0.10.0
7182026-06-20T23:49:17.896Z Downloaded env_logger v0.11.9
7192026-06-20T23:49:17.896Z Downloaded ena v0.14.4
7202026-06-20T23:49:17.900Z Downloaded is_ci v1.2.0
7212026-06-20T23:49:17.900Z Downloaded is-terminal v0.4.17
7222026-06-20T23:49:17.900Z Downloaded highway v1.3.0
7232026-06-20T23:49:17.905Z Downloaded kstat-rs v0.2.4
7242026-06-20T23:49:17.908Z Downloaded colored v3.1.1
7252026-06-20T23:49:17.913Z Downloaded keccak v0.1.6
7262026-06-20T23:49:17.918Z Downloaded lazy_static v1.5.0
7272026-06-20T23:49:17.919Z Downloaded lalrpop-util v0.19.12
7282026-06-20T23:49:17.919Z Downloaded hyper-staticfile v0.10.1
7292026-06-20T23:49:17.926Z Downloaded des v0.8.1
7302026-06-20T23:49:17.926Z Downloaded derive_more-impl v2.1.1
7312026-06-20T23:49:17.926Z Downloaded http-body-util v0.1.3
7322026-06-20T23:49:17.926Z Downloaded getrandom v0.2.17
7332026-06-20T23:49:17.930Z Downloaded fs-err v2.11.0
7342026-06-20T23:49:17.930Z Downloaded indoc v2.0.7
7352026-06-20T23:49:17.930Z Downloaded illumos-nvpair v0.3.0
7362026-06-20T23:49:17.930Z Downloaded futures-channel v0.3.32
7372026-06-20T23:49:17.930Z Downloaded linked-hash-map v0.5.6
7382026-06-20T23:49:17.933Z Downloaded constant_time_eq v0.4.2
7392026-06-20T23:49:17.933Z Downloaded cookie_store v0.22.1
7402026-06-20T23:49:17.933Z Downloaded maplit v1.0.2
7412026-06-20T23:49:17.933Z Downloaded lru v0.12.5
7422026-06-20T23:49:17.933Z Downloaded humantime v2.3.0
7432026-06-20T23:49:17.938Z Downloaded memoffset v0.9.1
7442026-06-20T23:49:17.938Z Downloaded managed v0.8.0
7452026-06-20T23:49:17.938Z Downloaded match_cfg v0.1.0
7462026-06-20T23:49:17.941Z Downloaded lzss v0.8.2
7472026-06-20T23:49:17.941Z Downloaded md-5 v0.10.6
7482026-06-20T23:49:17.941Z Downloaded ingot v0.1.1
7492026-06-20T23:49:17.941Z Downloaded crossterm v0.29.0
7502026-06-20T23:49:17.945Z Downloaded base64ct v1.8.3
7512026-06-20T23:49:17.949Z Downloaded const-oid v0.9.6
7522026-06-20T23:49:17.949Z Downloaded half v1.8.3
7532026-06-20T23:49:17.949Z Downloaded maybe-uninit v2.0.0
7542026-06-20T23:49:17.949Z Downloaded lru-slab v0.1.2
7552026-06-20T23:49:17.952Z Downloaded lru-cache v0.1.2
7562026-06-20T23:49:17.952Z Downloaded console v0.16.2
7572026-06-20T23:49:17.952Z Downloaded chacha20 v0.10.0
7582026-06-20T23:49:17.958Z Downloaded clang-sys v1.8.1
7592026-06-20T23:49:17.958Z Downloaded mime v0.3.17
7602026-06-20T23:49:17.958Z Downloaded new_debug_unreachable v1.0.6
7612026-06-20T23:49:17.963Z Downloaded ipnet v2.11.0
7622026-06-20T23:49:17.963Z Downloaded ingot-types v0.1.2
7632026-06-20T23:49:17.963Z Downloaded indent_write v2.2.0
7642026-06-20T23:49:17.963Z Downloaded multimap v0.10.1
7652026-06-20T23:49:17.963Z Downloaded ipnetwork v0.21.1
7662026-06-20T23:49:17.963Z Downloaded impl-trait-for-tuples v0.2.3
7672026-06-20T23:49:17.968Z Downloaded newline-converter v0.3.0
7682026-06-20T23:49:17.968Z Downloaded elliptic-curve v0.13.8
7692026-06-20T23:49:17.968Z Downloaded ed25519 v2.2.3
7702026-06-20T23:49:17.968Z Downloaded nibble_vec v0.1.0
7712026-06-20T23:49:17.972Z Downloaded derive_more v0.99.20
7722026-06-20T23:49:17.972Z Downloaded fixedbitset v0.5.7
7732026-06-20T23:49:17.981Z Downloaded dropshot_endpoint v0.17.0
7742026-06-20T23:49:17.982Z Downloaded newtype_derive v0.1.6
7752026-06-20T23:49:17.982Z Downloaded darling v0.20.11
7762026-06-20T23:49:17.985Z Downloaded buf-list v1.1.2
7772026-06-20T23:49:17.985Z Downloaded libscf-sys v1.1.0
7782026-06-20T23:49:17.985Z Downloaded jobserver v0.1.34
7792026-06-20T23:49:17.985Z Downloaded hmac v0.12.1
7802026-06-20T23:49:17.985Z Downloaded drift v0.2.0
7812026-06-20T23:49:17.989Z Downloaded num-derive v0.3.3
7822026-06-20T23:49:17.994Z Downloaded num-conv v0.2.0
7832026-06-20T23:49:17.994Z Downloaded num v0.4.3
7842026-06-20T23:49:17.994Z Downloaded opaque-debug v0.3.1
7852026-06-20T23:49:17.994Z Downloaded normalize-line-endings v0.3.0
7862026-06-20T23:49:17.994Z Downloaded nodrop v0.1.14
7872026-06-20T23:49:17.994Z Downloaded newtype-uuid-macros v0.1.0
7882026-06-20T23:49:17.994Z Downloaded nonempty v0.12.0
7892026-06-20T23:49:17.998Z Downloaded libloading v0.8.9
7902026-06-20T23:49:17.998Z Downloaded num-iter v0.1.45
7912026-06-20T23:49:17.998Z Downloaded libefi-sys v0.1.0
7922026-06-20T23:49:18.003Z Downloaded num_enum_derive v0.5.11
7932026-06-20T23:49:18.006Z Downloaded httparse v1.10.1
7942026-06-20T23:49:18.006Z Downloaded hyper-rustls v0.27.7
7952026-06-20T23:49:18.007Z Downloaded allocator-api2 v0.2.21
7962026-06-20T23:49:18.012Z Downloaded linear-map v1.2.0
7972026-06-20T23:49:18.015Z Downloaded getrandom v0.3.4
7982026-06-20T23:49:18.015Z Downloaded libsw-core v0.3.2
7992026-06-20T23:49:18.015Z Downloaded libsw v3.5.0
8002026-06-20T23:49:18.015Z Downloaded olpc-cjson v0.1.4
8012026-06-20T23:49:18.018Z Downloaded lock_api v0.4.14
8022026-06-20T23:49:18.018Z Downloaded base64 v0.22.1
8032026-06-20T23:49:18.024Z Downloaded futures v0.3.32
8042026-06-20T23:49:18.028Z Downloaded openssl-probe v0.2.1
8052026-06-20T23:49:18.028Z Downloaded ingot-macros v0.1.1
8062026-06-20T23:49:18.028Z Downloaded compact_str v0.8.1
8072026-06-20T23:49:18.028Z Downloaded blake2 v0.10.6
8082026-06-20T23:49:18.028Z Downloaded openssl-macros v0.1.1
8092026-06-20T23:49:18.031Z Downloaded mime_guess v2.0.5
8102026-06-20T23:49:18.031Z Downloaded cc v1.2.56
8112026-06-20T23:49:18.031Z Downloaded fatfs v0.3.6
8122026-06-20T23:49:18.035Z Downloaded oso-derive v0.27.3
8132026-06-20T23:49:18.035Z Downloaded multer v3.1.0
8142026-06-20T23:49:18.038Z Downloaded md5 v0.7.0
8152026-06-20T23:49:18.041Z Downloaded packed_struct_codegen v0.10.1
8162026-06-20T23:49:18.044Z Downloaded parse-display v0.10.0
8172026-06-20T23:49:18.045Z Downloaded path-slash v0.1.5
8182026-06-20T23:49:18.045Z Downloaded half v2.7.1
8192026-06-20T23:49:18.048Z Downloaded parse-size v1.1.0
8202026-06-20T23:49:18.048Z Downloaded nanorand v0.7.0
8212026-06-20T23:49:18.051Z Downloaded aes v0.8.4
8222026-06-20T23:49:18.057Z Downloaded darling_core v0.23.0
8232026-06-20T23:49:18.061Z Downloaded newtype-uuid v1.3.2
8242026-06-20T23:49:18.064Z Downloaded darling_core v0.20.11
8252026-06-20T23:49:18.064Z Downloaded num-derive v0.4.2
8262026-06-20T23:49:18.067Z Downloaded num_enum v0.7.6
8272026-06-20T23:49:18.072Z Downloaded pbkdf2 v0.12.2
8282026-06-20T23:49:18.072Z Downloaded pbkdf2 v0.11.0
8292026-06-20T23:49:18.072Z Downloaded num_enum v0.5.11
8302026-06-20T23:49:18.076Z Downloaded num-complex v0.4.6
8312026-06-20T23:49:18.076Z Downloaded pin-utils v0.1.0
8322026-06-20T23:49:18.077Z Downloaded num_threads v0.1.7
8332026-06-20T23:49:18.081Z Downloaded phf_shared v0.13.1
8342026-06-20T23:49:18.081Z Downloaded phf_shared v0.11.3
8352026-06-20T23:49:18.081Z Downloaded peg-runtime v0.8.5
8362026-06-20T23:49:18.081Z Downloaded nu-ansi-term v0.50.3
8372026-06-20T23:49:18.081Z Downloaded iana-time-zone v0.1.65
8382026-06-20T23:49:18.098Z Downloaded precomputed-hash v0.1.1
8392026-06-20T23:49:18.101Z Downloaded openssl-probe v0.1.6
8402026-06-20T23:49:18.101Z Downloaded num_enum_derive v0.7.6
8412026-06-20T23:49:18.101Z Downloaded predicates-core v1.0.10
8422026-06-20T23:49:18.105Z Downloaded num-rational v0.4.2
8432026-06-20T23:49:18.105Z Downloaded arc-swap v1.8.2
8442026-06-20T23:49:18.111Z Downloaded indexmap v1.9.3
8452026-06-20T23:49:18.111Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-06-20T23:49:18.111Z Downloaded crossbeam-channel v0.5.15
8472026-06-20T23:49:18.115Z Downloaded crossterm v0.28.1
8482026-06-20T23:49:18.121Z Downloaded predicates-tree v1.0.13
8492026-06-20T23:49:18.121Z Downloaded memmap2 v0.9.10
8502026-06-20T23:49:18.121Z Downloaded ignore v0.4.25
8512026-06-20T23:49:18.127Z Downloaded peg v0.8.5
8522026-06-20T23:50:24.663Z Downloaded oxnet v0.1.6
8532026-06-20T23:50:24.743Z Downloaded progenitor-client v0.14.0
8542026-06-20T23:50:24.743Z Downloaded proc-macro-crate v3.4.0
8552026-06-20T23:50:24.744Z Downloaded proc-macro-crate v1.3.1
8562026-06-20T23:50:24.744Z Downloaded progenitor-macro v0.14.0
8572026-06-20T23:50:24.744Z Downloaded parse-display-derive v0.10.0
8582026-06-20T23:50:24.744Z Downloaded parking_lot_core v0.8.6
8592026-06-20T23:50:24.744Z Downloaded psl-types v2.0.11
8602026-06-20T23:50:24.744Z Downloaded progenitor-macro v0.13.0
8612026-06-20T23:50:24.744Z Downloaded derive_more v2.1.1
8622026-06-20T23:50:24.744Z Downloaded paste v1.0.15
8632026-06-20T23:50:24.744Z Downloaded heapless v0.7.17
8642026-06-20T23:50:24.744Z Downloaded packed_struct v0.10.1
8652026-06-20T23:50:24.744Z Downloaded native-tls v0.2.18
8662026-06-20T23:50:24.744Z Downloaded heapless v0.8.0
8672026-06-20T23:50:24.744Z Downloaded num-integer v0.1.46
8682026-06-20T23:50:24.744Z Downloaded headers v0.4.1
8692026-06-20T23:50:24.744Z Downloaded pin-project-lite v0.2.17
8702026-06-20T23:50:24.744Z Downloaded quick-error v1.2.3
8712026-06-20T23:50:24.744Z Downloaded phf v0.13.1
8722026-06-20T23:50:24.744Z Downloaded pin-project-internal v1.1.11
8732026-06-20T23:50:24.744Z Downloaded phf_shared v0.12.1
8742026-06-20T23:50:24.744Z Downloaded radium v0.7.0
8752026-06-20T23:50:24.744Z Downloaded phf v0.12.1
8762026-06-20T23:50:24.745Z Downloaded rand_chacha v0.3.1
8772026-06-20T23:50:24.745Z Downloaded flate2 v1.1.9
8782026-06-20T23:50:24.745Z Downloaded powerfmt v0.2.0
8792026-06-20T23:50:24.745Z Downloaded pkg-config v0.3.32
8802026-06-20T23:50:24.745Z Downloaded pem v3.0.6
8812026-06-20T23:50:24.745Z Downloaded peg-macros v0.8.5
8822026-06-20T23:50:24.745Z Downloaded recursive-proc-macro-impl v0.1.1
8832026-06-20T23:50:24.745Z Downloaded litrs v1.0.0
8842026-06-20T23:50:24.745Z Downloaded poly1305 v0.8.0
8852026-06-20T23:50:24.745Z Downloaded postgres-protocol v0.6.10
8862026-06-20T23:50:24.745Z Downloaded indicatif v0.18.4
8872026-06-20T23:50:24.745Z Downloaded primeorder v0.13.6
8882026-06-20T23:50:24.745Z Downloaded ppv-lite86 v0.2.21
8892026-06-20T23:50:24.745Z Downloaded const_format v0.2.35
8902026-06-20T23:50:24.745Z Downloaded pkcs8 v0.10.2
8912026-06-20T23:50:24.745Z Downloaded ref-cast-impl v1.0.25
8922026-06-20T23:50:24.745Z Downloaded omicron-zone-package v0.12.2
8932026-06-20T23:50:24.746Z Downloaded ref-cast v1.0.25
8942026-06-20T23:50:24.746Z Downloaded ar_archive_writer v0.5.1
8952026-06-20T23:50:24.746Z Downloaded predicates v3.1.4
8962026-06-20T23:50:24.746Z Downloaded oxide-tokio-rt v0.1.4
8972026-06-20T23:50:24.746Z Downloaded owo-colors v4.3.0
8982026-06-20T23:50:24.746Z Downloaded recursive v0.1.1
8992026-06-20T23:50:24.746Z Downloaded progenitor-extras v0.2.0
9002026-06-20T23:50:24.746Z Downloaded progenitor-client v0.13.0
9012026-06-20T23:50:24.746Z Downloaded pem-rfc7468 v0.7.0
9022026-06-20T23:50:24.746Z Downloaded parking_lot v0.12.5
9032026-06-20T23:50:24.746Z Downloaded parking_lot v0.11.2
9042026-06-20T23:50:24.746Z Downloaded async-compression v0.4.41
9052026-06-20T23:50:24.746Z Downloaded russh-cryptovec v0.7.3
9062026-06-20T23:50:24.746Z Downloaded rtoolbox v0.0.3
9072026-06-20T23:50:24.746Z Downloaded rustc_version v0.1.7
9082026-06-20T23:50:24.746Z Downloaded progenitor v0.13.0
9092026-06-20T23:50:24.746Z Downloaded rustc_version v0.4.1
9102026-06-20T23:50:24.746Z Downloaded crypto-bigint v0.5.5
9112026-06-20T23:50:24.746Z Downloaded password-hash v0.4.2
9122026-06-20T23:50:24.746Z Downloaded polyval v0.6.2
9132026-06-20T23:50:24.746Z Downloaded expectorate v1.2.0
9142026-06-20T23:50:24.746Z Downloaded rfc6979 v0.4.0
9152026-06-20T23:50:24.746Z Downloaded ed25519-dalek v2.2.0
9162026-06-20T23:50:24.746Z Downloaded rustc-hash v2.1.1
9172026-06-20T23:50:24.746Z Downloaded r2d2 v0.8.10
9182026-06-20T23:50:24.746Z Downloaded proc-macro-error2 v2.0.1
9192026-06-20T23:50:24.747Z Downloaded parking_lot_core v0.9.12
9202026-06-20T23:50:24.747Z Downloaded libbz2-rs-sys v0.2.2
9212026-06-20T23:50:24.747Z Downloaded pkcs5 v0.7.1
9222026-06-20T23:50:24.747Z Downloaded diesel_derives v2.3.7
9232026-06-20T23:50:24.747Z Downloaded rand_xorshift v0.4.0
9242026-06-20T23:50:24.747Z Downloaded rand_core v0.9.5
9252026-06-20T23:50:24.747Z Downloaded rand_chacha v0.9.0
9262026-06-20T23:50:24.747Z Downloaded password-hash v0.5.0
9272026-06-20T23:50:24.747Z Downloaded pkcs1 v0.7.5
9282026-06-20T23:50:24.747Z Downloaded postgres-types v0.2.12
9292026-06-20T23:50:24.747Z Downloaded postcard v1.1.3
9302026-06-20T23:50:24.747Z Downloaded oso v0.27.3
9312026-06-20T23:50:24.747Z Downloaded rand_core v0.6.4
9322026-06-20T23:50:24.747Z Downloaded rand_seeder v0.4.0
9332026-06-20T23:50:24.747Z Downloaded salsa20 v0.10.2
9342026-06-20T23:50:24.747Z Downloaded resolv-conf v0.7.6
9352026-06-20T23:50:24.747Z Downloaded scheduled-thread-pool v0.2.7
9362026-06-20T23:50:24.747Z Downloaded same-file v1.0.6
9372026-06-20T23:50:24.747Z Downloaded secrecy v0.8.0
9382026-06-20T23:50:24.747Z Downloaded sapling-renderdag v0.1.0
9392026-06-20T23:50:24.747Z Downloaded secrecy v0.10.3
9402026-06-20T23:50:24.747Z Downloaded papergrid v0.17.0
9412026-06-20T23:50:24.747Z Downloaded progenitor v0.14.0
9422026-06-20T23:50:24.747Z Downloaded p256 v0.13.2
9432026-06-20T23:50:24.747Z Downloaded miniz_oxide v0.8.9
9442026-06-20T23:50:24.747Z Downloaded psm v0.1.30
9452026-06-20T23:50:24.747Z Downloaded serde-big-array v0.5.1
9462026-06-20T23:50:24.747Z Downloaded seq-macro v0.3.6
9472026-06-20T23:50:24.747Z Downloaded serde_bytes v0.11.19
9482026-06-20T23:50:24.747Z Downloaded serde_repr v0.1.20
9492026-06-20T23:50:24.747Z Downloaded scroll_derive v0.13.1
9502026-06-20T23:50:24.747Z Downloaded scopeguard v1.2.0
9512026-06-20T23:50:24.747Z Downloaded scrypt v0.11.0
9522026-06-20T23:50:24.747Z Downloaded semver v0.1.20
9532026-06-20T23:50:24.842Z Downloaded hickory-resolver v0.25.2
9542026-06-20T23:50:24.842Z Downloaded serde_plain v1.0.2
9552026-06-20T23:50:24.842Z Downloaded jiff-static v0.2.21
9562026-06-20T23:50:24.842Z Downloaded hickory-resolver v0.24.4
9572026-06-20T23:50:24.842Z Downloaded pin-project v1.1.11
9582026-06-20T23:50:24.842Z Downloaded serde_urlencoded v0.7.1
9592026-06-20T23:50:24.842Z Downloaded serde_spanned v1.0.4
9602026-06-20T23:50:24.842Z Downloaded quinn-udp v0.5.14
9612026-06-20T23:50:24.842Z Downloaded rustls-native-certs v0.8.3
9622026-06-20T23:50:24.842Z Downloaded hyper-util v0.1.20
9632026-06-20T23:50:24.842Z Downloaded signal-hook-tokio v0.3.1
9642026-06-20T23:50:24.843Z Downloaded sha1 v0.10.6
9652026-06-20T23:50:24.843Z Downloaded rustls-pemfile v2.2.0
9662026-06-20T23:50:24.843Z Downloaded rustversion v1.0.22
9672026-06-20T23:50:24.843Z Downloaded rustls-pemfile v1.0.4
9682026-06-20T23:50:24.843Z Downloaded rusty-fork v0.3.1
9692026-06-20T23:50:24.843Z Downloaded shell-words v1.1.1
9702026-06-20T23:50:24.843Z Downloaded sigpipe v0.1.3
9712026-06-20T23:50:24.843Z Downloaded signature v2.2.0
9722026-06-20T23:50:24.844Z Downloaded openssl-sys v0.9.115
9732026-06-20T23:50:24.844Z Downloaded rand_core v0.10.0
9742026-06-20T23:50:24.844Z Downloaded prefix-trie v0.7.0
9752026-06-20T23:50:24.844Z Downloaded slog-bunyan v2.5.0
9762026-06-20T23:50:24.844Z Downloaded siphasher v1.0.2
9772026-06-20T23:50:24.844Z Downloaded minimal-lexical v0.2.1
9782026-06-20T23:50:24.844Z Downloaded progenitor-impl v0.13.0
9792026-06-20T23:50:24.844Z Downloaded hashbrown v0.13.2
9802026-06-20T23:50:24.990Z Downloaded sct v0.7.1
9812026-06-20T23:50:24.990Z Downloaded slog-envlogger v2.2.0
9822026-06-20T23:50:24.990Z Downloaded schemars_derive v0.8.22
9832026-06-20T23:50:24.990Z Downloaded sec1 v0.7.3
9842026-06-20T23:50:24.990Z Downloaded serde-hex v0.1.0
9852026-06-20T23:50:24.990Z Downloaded serde_path_to_error v0.1.20
9862026-06-20T23:50:24.990Z Downloaded serde_derive_internals v0.29.1
9872026-06-20T23:50:24.990Z Downloaded scroll v0.13.0
9882026-06-20T23:50:24.990Z Downloaded sqlparser_derive v0.5.0
9892026-06-20T23:50:24.990Z Downloaded http v1.4.0
9902026-06-20T23:50:24.990Z Downloaded ssh-encoding v0.2.0
9912026-06-20T23:50:24.990Z Downloaded strip-ansi-escapes v0.2.1
9922026-06-20T23:50:24.990Z Downloaded ssh-cipher v0.2.0
9932026-06-20T23:50:24.990Z Downloaded structmeta v0.3.0
9942026-06-20T23:50:24.990Z Downloaded strsim v0.10.0
9952026-06-20T23:50:24.990Z Downloaded shlex v1.3.0
9962026-06-20T23:50:24.990Z Downloaded rustls-pki-types v1.14.0
9972026-06-20T23:50:24.990Z Downloaded slog-async v2.8.0
9982026-06-20T23:50:24.991Z Downloaded slab v0.4.12
9992026-06-20T23:50:24.991Z Downloaded signal-hook-registry v1.4.8
10002026-06-20T23:50:24.991Z Downloaded strum v0.27.2
10012026-06-20T23:50:24.991Z Downloaded slog-dtrace v0.3.0
10022026-06-20T23:50:24.991Z Downloaded signal-hook-mio v0.2.5
10032026-06-20T23:50:24.991Z Downloaded strum v0.26.3
10042026-06-20T23:50:24.991Z Downloaded tabwriter v1.4.1
10052026-06-20T23:50:24.991Z Downloaded tabled_derive v0.11.0
10062026-06-20T23:50:24.991Z Downloaded take_mut v0.2.2
10072026-06-20T23:50:24.991Z Downloaded tagptr v0.2.0
10082026-06-20T23:50:24.991Z Downloaded sync-ptr v0.1.4
10092026-06-20T23:50:24.991Z Downloaded subtle v2.6.1
10102026-06-20T23:50:24.991Z Downloaded rcgen v0.12.1
10112026-06-20T23:50:24.991Z Downloaded tap v1.0.1
10122026-06-20T23:50:24.991Z Downloaded prettyplease v0.2.37
10132026-06-20T23:50:24.991Z Downloaded progenitor-impl v0.14.0
10142026-06-20T23:50:24.991Z Downloaded smallvec v0.6.14
10152026-06-20T23:50:24.991Z Downloaded slog-term v2.9.2
10162026-06-20T23:50:24.992Z Downloaded slog-stdlog v4.1.1
10172026-06-20T23:50:24.992Z Downloaded itertools v0.10.5
10182026-06-20T23:50:24.992Z Downloaded sync_wrapper v1.0.2
10192026-06-20T23:50:24.992Z Downloaded supports-color v3.0.2
10202026-06-20T23:50:24.992Z Downloaded smf v0.2.3
10212026-06-20T23:50:24.992Z Downloaded slog-scope v4.4.1
10222026-06-20T23:50:24.992Z Downloaded slog-json v2.6.1
10232026-06-20T23:50:24.992Z Downloaded hashbrown v0.12.3
10242026-06-20T23:50:24.993Z Downloaded serde_cbor v0.11.2
10252026-06-20T23:50:24.993Z Downloaded sqlformat v0.3.5
10262026-06-20T23:50:24.993Z Downloaded ron v0.8.1
10272026-06-20T23:50:24.993Z Downloaded termtree v0.5.1
10282026-06-20T23:50:24.993Z Downloaded spki v0.7.3
10292026-06-20T23:50:24.993Z Downloaded russh-keys v0.45.0
10302026-06-20T23:50:24.993Z Downloaded snafu-derive v0.8.9
10312026-06-20T23:50:24.993Z Downloaded dropshot-api-manager v0.7.2
10322026-06-20T23:50:24.993Z Downloaded time-core v0.1.8
10332026-06-20T23:50:24.993Z Downloaded thiserror-impl-no-std v2.0.2
10342026-06-20T23:50:24.993Z Downloaded testing_table v0.3.0
10352026-06-20T23:50:24.993Z Downloaded hickory-server v0.25.2
10362026-06-20T23:50:24.993Z Downloaded thread-id v5.1.0
10372026-06-20T23:50:24.993Z Downloaded structmeta-derive v0.3.0
10382026-06-20T23:50:24.993Z Downloaded static_assertions v1.1.0
10392026-06-20T23:50:24.993Z Downloaded serde_with_macros v1.5.2
10402026-06-20T23:50:24.993Z Downloaded tinyvec_macros v0.1.1
10412026-06-20T23:50:24.993Z Downloaded stringprep v0.1.5
10422026-06-20T23:50:24.993Z Downloaded stacker v0.1.23
10432026-06-20T23:50:24.993Z Downloaded pretty_assertions v1.4.1
10442026-06-20T23:50:24.993Z Downloaded rustls-platform-verifier v0.6.2
10452026-06-20T23:50:24.993Z Downloaded strum_macros v0.24.3
10462026-06-20T23:50:24.993Z Downloaded support-bundle-viewer v0.1.2
10472026-06-20T23:50:24.993Z Downloaded strum_macros v0.27.2
10482026-06-20T23:50:24.993Z Downloaded strum_macros v0.26.4
10492026-06-20T23:50:24.994Z Downloaded tokio-macros v2.7.0
10502026-06-20T23:50:24.994Z Downloaded simd-adler32 v0.3.8
10512026-06-20T23:50:24.994Z Downloaded ryu v1.0.23
10522026-06-20T23:50:24.994Z Downloaded rayon-core v1.13.0
10532026-06-20T23:50:24.994Z Downloaded hashbrown v0.15.5
10542026-06-20T23:50:24.994Z Downloaded termios v0.3.3
10552026-06-20T23:50:24.994Z Downloaded publicsuffix v2.3.0
10562026-06-20T23:50:24.994Z Downloaded topological-sort v0.2.2
10572026-06-20T23:50:24.994Z Downloaded mio v1.2.0
10582026-06-20T23:50:24.994Z Downloaded quinn v0.11.9
10592026-06-20T23:50:24.994Z Downloaded num-bigint v0.4.6
10602026-06-20T23:50:24.994Z Downloaded thiserror-no-std v2.0.2
10612026-06-20T23:50:24.994Z Downloaded trait-variant v0.1.2
10622026-06-20T23:50:24.994Z Downloaded tower-service v0.3.3
10632026-06-20T23:50:24.994Z Downloaded tower-layer v0.3.3
10642026-06-20T23:50:24.994Z Downloaded time-macros v0.2.27
10652026-06-20T23:50:24.994Z Downloaded tls_codec_derive v0.4.2
10662026-06-20T23:50:24.994Z Downloaded tiny-keccak v2.0.2
10672026-06-20T23:50:24.994Z Downloaded rand v0.8.6
10682026-06-20T23:50:24.994Z Downloaded tls_codec v0.4.2
10692026-06-20T23:50:24.994Z Downloaded try-lock v0.2.5
10702026-06-20T23:50:24.994Z Downloaded unarray v0.1.4
10712026-06-20T23:50:24.994Z Downloaded serde_with_macros v3.17.0
10722026-06-20T23:50:24.994Z Downloaded schemars v0.8.22
10732026-06-20T23:50:24.994Z Downloaded typify-macro v0.6.2
10742026-06-20T23:50:24.994Z Downloaded slog v2.8.2
10752026-06-20T23:50:24.994Z Downloaded nom v7.1.3
10762026-06-20T23:50:24.994Z Downloaded string_cache v0.8.9
10772026-06-20T23:50:24.995Z Downloaded universal-hash v0.5.1
10782026-06-20T23:50:24.995Z Downloaded libxml v0.3.3
10792026-06-20T23:50:24.995Z Downloaded signal-hook v0.3.18
10802026-06-20T23:50:25.340Z Downloaded rsa v0.9.10
10812026-06-20T23:50:25.340Z Downloaded unicode-truncate v1.1.0
10822026-06-20T23:50:25.340Z Downloaded tokio-native-tls v0.3.1
10832026-06-20T23:50:25.340Z Downloaded aes-gcm v0.10.3
10842026-06-20T23:50:25.340Z Downloaded tokio-tungstenite v0.23.1
10852026-06-20T23:50:25.340Z Downloaded utf-8 v0.7.6
10862026-06-20T23:50:25.340Z Downloaded similar v2.7.0
10872026-06-20T23:50:25.340Z Downloaded schemars v0.9.0
10882026-06-20T23:50:25.340Z Downloaded usdt-attr-macro v0.6.0
10892026-06-20T23:50:25.340Z Downloaded usdt v0.6.0
10902026-06-20T23:50:25.340Z Downloaded untrusted v0.7.1
10912026-06-20T23:50:25.340Z Downloaded unit-prefix v0.5.2
10922026-06-20T23:50:25.340Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10932026-06-20T23:50:25.340Z Downloaded thread_local v1.1.9
10942026-06-20T23:50:25.340Z Downloaded usdt-macro v0.6.0
10952026-06-20T23:50:25.340Z Downloaded untrusted v0.9.0
10962026-06-20T23:50:25.340Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10972026-06-20T23:50:25.341Z Downloaded toml_writer v1.0.6+spec-1.1.0
10982026-06-20T23:50:25.341Z Downloaded socket2 v0.6.3
10992026-06-20T23:50:25.341Z Downloaded socket2 v0.5.10
11002026-06-20T23:50:25.341Z Downloaded term v0.7.0
11012026-06-20T23:50:25.341Z Downloaded void v1.0.2
11022026-06-20T23:50:25.341Z Downloaded term v1.2.1
11032026-06-20T23:50:25.341Z Downloaded spin v0.9.8
11042026-06-20T23:50:25.341Z Downloaded tokio-dtrace v0.1.1
11052026-06-20T23:50:25.341Z Downloaded tui-tree-widget v0.23.1
11062026-06-20T23:50:25.341Z Downloaded waitgroup v0.1.2
11072026-06-20T23:50:25.341Z Downloaded itertools v0.12.1
11082026-06-20T23:50:25.341Z Downloaded hashbrown v0.16.1
11092026-06-20T23:50:25.341Z Downloaded wait-timeout v0.2.1
11102026-06-20T23:50:25.341Z Downloaded unicase v2.9.0
11112026-06-20T23:50:25.341Z Downloaded serde_yaml v0.9.34+deprecated
11122026-06-20T23:50:25.341Z Downloaded want v0.3.1
11132026-06-20T23:50:25.341Z Downloaded tokio-tungstenite v0.21.0
11142026-06-20T23:50:25.341Z Downloaded tokio-rustls v0.24.1
11152026-06-20T23:50:25.341Z Downloaded aho-corasick v1.1.4
11162026-06-20T23:50:25.341Z Downloaded xattr v1.6.1
11172026-06-20T23:50:25.341Z Downloaded hyper v1.8.1
11182026-06-20T23:50:25.341Z Downloaded rustls-webpki v0.103.9
11192026-06-20T23:50:25.341Z Downloaded iri-string v0.7.10
11202026-06-20T23:50:25.341Z Downloaded h2 v0.4.13
11212026-06-20T23:50:25.341Z Downloaded xshell-macros v0.2.7
11222026-06-20T23:50:25.341Z Downloaded test-strategy v0.4.5
11232026-06-20T23:50:25.342Z Downloaded futures-util v0.3.32
11242026-06-20T23:50:25.342Z Downloaded qorb v0.4.1
11252026-06-20T23:50:25.342Z Downloaded uzers v0.12.2
11262026-06-20T23:50:25.342Z Downloaded tokio-stream v0.1.18
11272026-06-20T23:50:25.342Z Downloaded tokio-rustls v0.25.0
11282026-06-20T23:50:25.342Z Downloaded subprocess v0.2.15
11292026-06-20T23:50:25.342Z Downloaded usdt-impl v0.6.0
11302026-06-20T23:50:25.342Z Downloaded zone_cfg_derive v0.3.1
11312026-06-20T23:50:25.342Z Downloaded toml_parser v1.0.9+spec-1.1.0
11322026-06-20T23:50:25.342Z Downloaded num-bigint-dig v0.8.6
11332026-06-20T23:50:25.342Z Downloaded samael v0.0.19
11342026-06-20T23:50:25.342Z Downloaded zeroize_derive v1.4.3
11352026-06-20T23:50:25.342Z Downloaded snafu v0.8.9
11362026-06-20T23:50:25.342Z Downloaded zone v0.3.1
11372026-06-20T23:50:25.342Z Downloaded vsss-rs v3.3.4
11382026-06-20T23:50:25.342Z Downloaded vergen-lib v9.1.0
11392026-06-20T23:50:25.342Z Downloaded vergen-gitcl v1.0.8
11402026-06-20T23:50:25.342Z Downloaded tracing-attributes v0.1.31
11412026-06-20T23:50:25.342Z Downloaded vergen-git2 v9.1.0
11422026-06-20T23:50:25.342Z Downloaded vergen-lib v0.1.6
11432026-06-20T23:50:25.342Z Downloaded itertools v0.14.0
11442026-06-20T23:50:25.342Z Downloaded whoami v1.6.1
11452026-06-20T23:50:25.342Z Downloaded walkdir v2.5.0
11462026-06-20T23:50:25.342Z Downloaded rand v0.9.2
11472026-06-20T23:50:25.342Z Downloaded itertools v0.13.0
11482026-06-20T23:50:25.342Z Downloaded tinyvec v1.10.0
11492026-06-20T23:50:25.342Z Downloaded tar v0.4.45
11502026-06-20T23:50:25.343Z Downloaded nom v8.0.0
11512026-06-20T23:50:25.343Z Downloaded whoami v2.1.0
11522026-06-20T23:50:25.343Z Downloaded xshell v0.2.7
11532026-06-20T23:50:25.343Z Downloaded hkdf v0.12.4
11542026-06-20T23:50:25.343Z Downloaded twox-hash v2.1.2
11552026-06-20T23:50:25.343Z Downloaded unicode-properties v0.1.4
11562026-06-20T23:50:25.343Z Downloaded russh v0.45.0
11572026-06-20T23:50:25.343Z Downloaded wyz v0.5.1
11582026-06-20T23:50:25.343Z Downloaded schemars v1.2.1
11592026-06-20T23:50:25.343Z Downloaded tokio-rustls v0.26.4
11602026-06-20T23:50:25.343Z Downloaded p521 v0.13.3
11612026-06-20T23:50:25.343Z Downloaded toml v1.0.6+spec-1.1.0
11622026-06-20T23:50:25.343Z Downloaded zstd v0.13.3
11632026-06-20T23:50:25.343Z Downloaded zeroize v1.8.2
11642026-06-20T23:50:25.343Z Downloaded libm v0.2.16
11652026-06-20T23:50:25.343Z Downloaded tracing-core v0.1.36
11662026-06-20T23:50:25.343Z Downloaded tungstenite v0.21.0
11672026-06-20T23:50:25.343Z Downloaded steno v0.4.1
11682026-06-20T23:50:25.343Z Downloaded typify v0.6.2
11692026-06-20T23:50:25.343Z Downloaded rand v0.10.0
11702026-06-20T23:50:25.343Z Downloaded vergen v9.1.0
11712026-06-20T23:50:25.343Z Downloaded toml v0.7.8
11722026-06-20T23:50:25.343Z Downloaded unicode-bidi v0.3.18
11732026-06-20T23:50:25.343Z Downloaded yasna v0.5.2
11742026-06-20T23:50:25.344Z Downloaded zerocopy v0.6.6
11752026-06-20T23:50:25.344Z Downloaded rpassword v7.4.0
11762026-06-20T23:50:25.344Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-06-20T23:50:25.344Z Downloaded serde_with v1.14.0
11782026-06-20T23:50:25.344Z Downloaded uuid v1.23.0
11792026-06-20T23:50:25.344Z Downloaded zstd-safe v7.2.4
11802026-06-20T23:50:25.471Z Downloaded tungstenite v0.23.0
11812026-06-20T23:50:25.472Z Downloaded tokio-postgres v0.7.16
11822026-06-20T23:50:25.472Z Downloaded unsafe-libyaml v0.2.11
11832026-06-20T23:50:25.472Z Downloaded rustyline v14.0.0
11842026-06-20T23:50:25.472Z Downloaded iddqd v0.4.2
11852026-06-20T23:50:25.472Z Downloaded reedline v0.40.0
11862026-06-20T23:50:25.472Z Downloaded toml_edit v0.19.15
11872026-06-20T23:50:25.472Z Downloaded vte v0.14.1
11882026-06-20T23:50:25.472Z Downloaded ssh-key v0.6.7
11892026-06-20T23:50:25.472Z Downloaded bindgen v0.71.1
11902026-06-20T23:50:25.472Z Downloaded yansi v1.0.1
11912026-06-20T23:50:25.472Z Downloaded reqwest v0.13.2
11922026-06-20T23:50:25.472Z Downloaded p384 v0.13.1
11932026-06-20T23:50:25.472Z Downloaded bitvec v1.0.1
11942026-06-20T23:50:25.472Z Downloaded zopfli v0.8.3
11952026-06-20T23:50:25.472Z Downloaded rayon v1.11.0
11962026-06-20T23:50:25.472Z Downloaded regex v1.12.3
11972026-06-20T23:50:25.472Z Downloaded goblin v0.10.5
11982026-06-20T23:50:25.472Z Downloaded unicode_categories v0.1.1
11992026-06-20T23:50:25.472Z Downloaded reqwest v0.12.28
12002026-06-20T23:50:25.472Z Downloaded portable-atomic v1.13.1
12012026-06-20T23:50:25.473Z Downloaded zerocopy-derive v0.8.40
12022026-06-20T23:50:25.473Z Downloaded chrono v0.4.44
12032026-06-20T23:50:25.473Z Downloaded lalrpop v0.19.12
12042026-06-20T23:50:25.473Z Downloaded tower v0.5.3
12052026-06-20T23:50:25.473Z Downloaded x509-cert v0.2.5
12062026-06-20T23:50:25.473Z Downloaded unicode-segmentation v1.12.0
12072026-06-20T23:50:25.473Z Downloaded git2 v0.20.4
12082026-06-20T23:50:25.473Z Downloaded zip v0.6.6
12092026-06-20T23:50:25.473Z Downloaded typed-path v0.9.3
12102026-06-20T23:50:25.473Z Downloaded quick-xml v0.37.5
12112026-06-20T23:50:25.473Z Downloaded rustls-webpki v0.101.7
12122026-06-20T23:50:25.473Z Downloaded salty v0.3.0
12132026-06-20T23:50:25.473Z Downloaded unicode-normalization v0.1.25
12142026-06-20T23:50:25.473Z Downloaded tough v0.22.0
12152026-06-20T23:50:25.473Z Downloaded moka v0.12.13
12162026-06-20T23:50:25.473Z Downloaded zip v4.6.1
12172026-06-20T23:50:25.473Z Downloaded tokio-util v0.7.18
12182026-06-20T23:50:25.473Z Downloaded proptest v1.10.0
12192026-06-20T23:50:25.473Z Downloaded blake3 v1.8.3
12202026-06-20T23:50:25.473Z Downloaded tower-http v0.6.8
12212026-06-20T23:50:25.473Z Downloaded serde_with v3.17.0
12222026-06-20T23:50:25.473Z Downloaded petname v2.0.2
12232026-06-20T23:50:25.473Z Downloaded rustls-webpki v0.102.8
12242026-06-20T23:50:25.473Z Downloaded object v0.30.4
12252026-06-20T23:50:25.473Z Downloaded quinn-proto v0.11.13
12262026-06-20T23:50:25.473Z Downloaded curve25519-dalek v4.1.3
12272026-06-20T23:50:25.473Z Downloaded bstr v1.12.1
12282026-06-20T23:50:25.473Z Downloaded radix_trie v0.2.1
12292026-06-20T23:50:25.473Z Downloaded rustls v0.21.12
12302026-06-20T23:50:25.473Z Downloaded winnow v0.6.26
12312026-06-20T23:50:25.473Z Downloaded winnow v0.5.40
12322026-06-20T23:50:25.474Z Downloaded nix v0.27.1
12332026-06-20T23:50:25.474Z Downloaded smoltcp v0.9.1
12342026-06-20T23:50:25.474Z Downloaded tabled v0.20.0
12352026-06-20T23:50:25.474Z Downloaded nix v0.28.0
12362026-06-20T23:50:25.474Z Downloaded polar-core v0.27.3
12372026-06-20T23:50:25.474Z Downloaded time v0.3.47
12382026-06-20T23:50:25.474Z Downloaded openssl v0.10.79
12392026-06-20T23:50:25.474Z Downloaded dropshot v0.17.0
12402026-06-20T23:50:25.474Z Downloaded smoltcp v0.11.0
12412026-06-20T23:50:25.474Z Downloaded regex-syntax v0.6.29
12422026-06-20T23:50:25.474Z Downloaded openapiv3 v2.2.0
12432026-06-20T23:50:25.474Z Downloaded zlib-rs v0.6.2
12442026-06-20T23:50:25.474Z Downloaded zerocopy v0.8.40
12452026-06-20T23:50:25.474Z Downloaded nix v0.31.2
12462026-06-20T23:50:25.474Z Downloaded rustix v0.38.44
12472026-06-20T23:50:25.474Z Downloaded rustls v0.23.37
12482026-06-20T23:50:25.474Z Downloaded diesel v2.3.7
12492026-06-20T23:50:25.474Z Downloaded webpki-roots v1.0.6
12502026-06-20T23:50:25.474Z Downloaded vcpkg v0.2.15
12512026-06-20T23:50:25.474Z Downloaded regress v0.10.5
12522026-06-20T23:50:25.474Z Downloaded regex-syntax v0.8.10
12532026-06-20T23:50:25.474Z Downloaded object v0.37.3
12542026-06-20T23:50:25.474Z Downloaded rustls v0.22.4
12552026-06-20T23:50:25.474Z Downloaded regress v0.11.1
12562026-06-20T23:50:25.474Z Downloaded hickory-proto v0.24.4
12572026-06-20T23:50:25.474Z Downloaded hickory-proto v0.25.2
12582026-06-20T23:50:25.474Z Downloaded sqlparser v0.61.0
12592026-06-20T23:50:25.474Z Downloaded sled v0.34.7
12602026-06-20T23:50:25.474Z Downloaded tracing v0.1.44
12612026-06-20T23:50:25.474Z Downloaded ratatui v0.29.0
12622026-06-20T23:50:25.474Z Downloaded zerocopy-derive v0.6.6
12632026-06-20T23:50:25.474Z Downloaded typify-impl v0.6.2
12642026-06-20T23:50:25.474Z Downloaded petgraph v0.6.5
12652026-06-20T23:50:25.475Z Downloaded bzip2-sys v0.1.13+1.0.8
12662026-06-20T23:50:25.475Z Downloaded regex-automata v0.4.14
12672026-06-20T23:50:25.475Z Downloaded petgraph v0.8.3
12682026-06-20T23:50:25.475Z Downloaded csv v1.4.0
12692026-06-20T23:50:25.475Z Downloaded chrono-tz v0.10.4
12702026-06-20T23:50:25.475Z Downloaded tokio v1.52.1
12712026-06-20T23:50:25.475Z Downloaded jiff v0.2.21
12722026-06-20T23:50:25.475Z Downloaded encoding_rs v0.8.35
12732026-06-20T23:50:25.475Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12742026-06-20T23:50:25.475Z Downloaded libz-sys v1.1.24
12752026-06-20T23:50:25.475Z Downloaded sha3 v0.10.8
12762026-06-20T23:50:25.475Z Downloaded libgit2-sys v0.18.3+1.9.2
12772026-06-20T23:50:25.475Z Downloaded ring v0.17.14
12782026-06-20T23:50:25.475Z Downloaded aws-lc-sys v0.40.0
12792026-06-20T23:50:25.475Z Compiling libc v0.2.185
12802026-06-20T23:50:25.553Z Compiling serde v1.0.228
12812026-06-20T23:50:25.553Z Compiling log v0.4.29
12822026-06-20T23:50:25.553Z Compiling shlex v1.3.0
12832026-06-20T23:50:25.553Z Compiling find-msvc-tools v0.1.9
12842026-06-20T23:50:25.553Z Compiling smallvec v1.15.1
12852026-06-20T23:50:25.553Z Compiling typenum v1.19.0
12862026-06-20T23:50:25.553Z Compiling subtle v2.6.1
12872026-06-20T23:50:25.553Z Compiling generic-array v0.14.7
12882026-06-20T23:50:25.553Z Compiling scopeguard v1.2.0
12892026-06-20T23:50:25.553Z Compiling const-oid v0.9.6
12902026-06-20T23:50:25.553Z Compiling serde_json v1.0.149
12912026-06-20T23:50:25.553Z Compiling syn v2.0.117
12922026-06-20T23:50:25.553Z Compiling zerocopy v0.8.40
12932026-06-20T23:50:25.554Z Compiling pin-project-lite v0.2.17
12942026-06-20T23:50:25.554Z Compiling parking_lot_core v0.9.12
12952026-06-20T23:50:25.554Z Compiling lock_api v0.4.14
12962026-06-20T23:50:25.554Z Compiling portable-atomic v1.13.1
12972026-06-20T23:50:25.554Z Compiling pkg-config v0.3.32
12982026-06-20T23:50:25.554Z Compiling bitflags v2.11.0
12992026-06-20T23:50:25.554Z Compiling futures-core v0.3.32
13002026-06-20T23:50:25.554Z Compiling libm v0.2.16
13012026-06-20T23:50:25.554Z Compiling critical-section v1.2.0
13022026-06-20T23:50:25.554Z Compiling num-traits v0.2.19
13032026-06-20T23:50:25.554Z Compiling percent-encoding v2.3.2
13042026-06-20T23:50:25.554Z Compiling futures-sink v0.3.32
13052026-06-20T23:50:25.554Z Compiling futures-io v0.3.32
13062026-06-20T23:50:25.554Z Compiling slab v0.4.12
13072026-06-20T23:50:25.554Z Compiling getrandom v0.4.1
13082026-06-20T23:50:25.554Z Compiling cpufeatures v0.2.17
13092026-06-20T23:50:25.554Z Compiling futures-channel v0.3.32
13102026-06-20T23:50:25.555Z Compiling futures-task v0.3.32
13112026-06-20T23:50:25.555Z Compiling rand_core v0.10.0
13122026-06-20T23:50:25.555Z Compiling indexmap v2.14.0
13132026-06-20T23:50:25.555Z Compiling rustversion v1.0.22
13142026-06-20T23:50:25.555Z Compiling getrandom v0.3.4
13152026-06-20T23:50:25.555Z Compiling form_urlencoded v1.2.2
13162026-06-20T23:50:25.555Z Compiling dunce v1.0.5
13172026-06-20T23:50:25.555Z Compiling fs_extra v1.3.0
13182026-06-20T23:50:25.555Z Compiling base64ct v1.8.3
13192026-06-20T23:50:25.555Z Compiling ident_case v1.0.1
13202026-06-20T23:50:25.555Z Compiling getrandom v0.2.17
13212026-06-20T23:50:25.555Z Compiling jobserver v0.1.34
13222026-06-20T23:50:25.555Z Compiling errno v0.3.14
13232026-06-20T23:50:25.555Z Compiling mio v1.2.0
13242026-06-20T23:50:25.555Z Compiling socket2 v0.6.3
13252026-06-20T23:50:25.555Z Compiling rand_core v0.6.4
13262026-06-20T23:50:25.556Z Compiling signal-hook-registry v1.4.8
13272026-06-20T23:50:25.557Z Compiling cc v1.2.56
13282026-06-20T23:50:25.557Z Compiling parking_lot v0.12.5
13292026-06-20T23:50:25.557Z Compiling once_cell v1.21.3
13302026-06-20T23:50:25.557Z Compiling pem-rfc7468 v0.7.0
13312026-06-20T23:50:25.557Z Compiling rustix v1.1.3
13322026-06-20T23:50:25.557Z Compiling regex-syntax v0.8.10
13332026-06-20T23:50:25.557Z Compiling flagset v0.4.7
13342026-06-20T23:50:25.557Z Compiling iana-time-zone v0.1.65
13352026-06-20T23:50:25.558Z Compiling vcpkg v0.2.15
13362026-06-20T23:50:25.558Z Compiling aws-lc-rs v1.16.3
13372026-06-20T23:50:25.558Z Compiling tracing-core v0.1.36
13382026-06-20T23:50:25.558Z Compiling uuid v1.23.0
13392026-06-20T23:50:25.558Z Compiling rustc_version v0.4.1
13402026-06-20T23:50:25.558Z Compiling base64 v0.22.1
13412026-06-20T23:50:25.559Z Compiling untrusted v0.9.0
13422026-06-20T23:50:25.559Z Compiling openssl-probe v0.2.1
13432026-06-20T23:50:25.559Z Compiling rand_core v0.9.5
13442026-06-20T23:50:25.559Z Compiling untrusted v0.7.1
13452026-06-20T23:50:25.559Z Compiling httparse v1.10.1
13462026-06-20T23:50:25.559Z Compiling tinyvec_macros v0.1.1
13472026-06-20T23:50:25.559Z Compiling aho-corasick v1.1.4
13482026-06-20T23:50:25.559Z Compiling try-lock v0.2.5
13492026-06-20T23:50:25.559Z Compiling tinyvec v1.10.0
13502026-06-20T23:50:25.559Z Compiling cmake v0.1.57
13512026-06-20T23:50:25.559Z Compiling tower-layer v0.3.3
13522026-06-20T23:50:25.559Z Compiling dyn-clone v1.0.20
13532026-06-20T23:50:25.559Z Compiling schemars v0.8.22
13542026-06-20T23:50:25.559Z Compiling rustls v0.23.37
13552026-06-20T23:50:25.559Z Compiling atomic-waker v1.1.2
13562026-06-20T23:50:25.560Z Compiling tower-service v0.3.3
13572026-06-20T23:50:25.560Z Compiling want v0.3.1
13582026-06-20T23:50:25.560Z Compiling foreign-types-shared v0.1.1
13592026-06-20T23:50:25.560Z Compiling openssl v0.10.79
13602026-06-20T23:50:25.560Z Compiling httpdate v1.0.3
13612026-06-20T23:50:25.560Z Compiling pin-utils v0.1.0
13622026-06-20T23:50:25.560Z Compiling unicode-normalization v0.1.25
13632026-06-20T23:50:25.560Z Compiling foreign-types v0.3.2
13642026-06-20T23:50:25.560Z Compiling socket2 v0.5.10
13652026-06-20T23:50:25.560Z Compiling spin v0.9.8
13662026-06-20T23:50:25.560Z Compiling crc32fast v1.5.0
13672026-06-20T23:50:25.560Z Compiling num-conv v0.2.0
13682026-06-20T23:50:25.560Z Compiling time-core v0.1.8
13692026-06-20T23:50:25.560Z Compiling native-tls v0.2.18
13702026-06-20T23:50:25.560Z Compiling powerfmt v0.2.0
13712026-06-20T23:50:25.560Z Compiling wait-timeout v0.2.1
13722026-06-20T23:50:25.561Z Compiling sync_wrapper v1.0.2
13732026-06-20T23:50:25.561Z Compiling siphasher v1.0.2
13742026-06-20T23:50:25.561Z Compiling bit-vec v0.8.0
13752026-06-20T23:50:25.561Z Compiling time-macros v0.2.27
13762026-06-20T23:50:25.561Z Compiling deranged v0.5.8
13772026-06-20T23:50:25.561Z Compiling usdt-impl v0.6.0
13782026-06-20T23:50:25.561Z Compiling quick-error v1.2.3
13792026-06-20T23:50:25.561Z Compiling simd-adler32 v0.3.8
13802026-06-20T23:50:25.641Z Compiling unicode-segmentation v1.12.0
13812026-06-20T23:50:25.641Z Compiling num_threads v0.1.7
13822026-06-20T23:50:25.641Z Compiling crossbeam-utils v0.8.21
13832026-06-20T23:50:25.641Z Compiling syn v1.0.109
13842026-06-20T23:50:25.641Z Compiling bit-set v0.8.0
13852026-06-20T23:50:25.641Z Compiling rand_xorshift v0.4.0
13862026-06-20T23:50:25.641Z Compiling aws-lc-sys v0.40.0
13872026-06-20T23:50:25.641Z Compiling ring v0.17.14
13882026-06-20T23:50:25.641Z Compiling openssl-sys v0.9.115
13892026-06-20T23:50:25.641Z Compiling synstructure v0.13.2
13902026-06-20T23:50:25.641Z Compiling pest_generator v2.8.6
13912026-06-20T23:50:25.641Z Compiling serde_derive_internals v0.29.1
13922026-06-20T23:50:25.641Z Compiling regex-automata v0.4.14
13932026-06-20T23:50:25.641Z Compiling darling_core v0.20.11
13942026-06-20T23:50:25.641Z Compiling tempfile v3.25.0
13952026-06-20T23:50:25.641Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-06-20T23:50:25.642Z Compiling darling_core v0.21.3
13972026-06-20T23:50:25.642Z Compiling rusty-fork v0.3.1
13982026-06-20T23:50:25.642Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-06-20T23:50:25.642Z Compiling heapless v0.7.17
14002026-06-20T23:50:25.642Z Compiling slog v2.8.2
14012026-06-20T23:50:25.642Z Compiling time v0.3.47
14022026-06-20T23:50:25.642Z Compiling thread-id v5.1.0
14032026-06-20T23:50:25.642Z Compiling cookie v0.18.1
14042026-06-20T23:50:25.642Z Compiling ryu v1.0.23
14052026-06-20T23:50:25.642Z Compiling signal-hook v0.3.18
14062026-06-20T23:50:25.642Z Compiling adler2 v2.0.1
14072026-06-20T23:50:25.642Z Compiling allocator-api2 v0.2.21
14082026-06-20T23:50:25.642Z Compiling unicode-bidi v0.3.18
14092026-06-20T23:50:25.642Z Compiling iri-string v0.7.10
14102026-06-20T23:50:25.642Z Compiling unarray v0.1.4
14112026-06-20T23:50:25.642Z Compiling zstd-safe v7.2.4
14122026-06-20T23:50:25.642Z Compiling anyhow v1.0.102
14132026-06-20T23:50:25.642Z Compiling unicode-properties v0.1.4
14142026-06-20T23:50:25.642Z Compiling paste v1.0.15
14152026-06-20T23:50:25.642Z Compiling miniz_oxide v0.8.9
14162026-06-20T23:50:25.642Z Compiling stringprep v0.1.5
14172026-06-20T23:50:25.642Z Compiling heck v0.4.1
14182026-06-20T23:50:25.642Z Compiling num-integer v0.1.46
14192026-06-20T23:50:25.642Z Compiling serde_derive v1.0.228
14202026-06-20T23:50:25.642Z Compiling zeroize_derive v1.4.3
14212026-06-20T23:50:25.642Z Compiling zerofrom-derive v0.1.6
14222026-06-20T23:50:25.642Z Compiling yoke-derive v0.8.1
14232026-06-20T23:50:25.642Z Compiling zerovec-derive v0.11.2
14242026-06-20T23:50:25.642Z Compiling zerocopy-derive v0.8.40
14252026-06-20T23:50:25.642Z Compiling displaydoc v0.2.5
14262026-06-20T23:50:25.643Z Compiling tokio-macros v2.7.0
14272026-06-20T23:50:25.643Z Compiling zeroize v1.8.2
14282026-06-20T23:50:25.643Z Compiling futures-macro v0.3.32
14292026-06-20T23:50:25.643Z Compiling der_derive v0.7.3
14302026-06-20T23:50:25.643Z Compiling rustls-pki-types v1.14.0
14312026-06-20T23:50:25.643Z Compiling tracing-attributes v0.1.31
14322026-06-20T23:50:25.643Z Compiling thiserror-impl v2.0.18
14332026-06-20T23:50:25.643Z Compiling schemars_derive v0.8.22
14342026-06-20T23:50:25.644Z Compiling pest_derive v2.8.6
14352026-06-20T23:50:25.644Z Compiling crypto-common v0.1.7
14362026-06-20T23:50:25.644Z Compiling zerofrom v0.1.6
14372026-06-20T23:50:25.644Z Compiling block-buffer v0.10.4
14382026-06-20T23:50:25.644Z Compiling futures-util v0.3.32
14392026-06-20T23:50:25.644Z Compiling yoke v0.8.1
14402026-06-20T23:50:25.644Z Compiling block-padding v0.3.3
14412026-06-20T23:50:25.644Z Compiling digest v0.10.7
14422026-06-20T23:50:25.644Z Compiling inout v0.1.4
14432026-06-20T23:50:25.644Z Compiling zerovec v0.11.5
14442026-06-20T23:50:25.644Z Compiling zerotrie v0.2.3
14452026-06-20T23:50:25.644Z Compiling der v0.7.10
14462026-06-20T23:50:25.644Z Compiling hmac v0.12.1
14472026-06-20T23:50:25.644Z Compiling sha2 v0.10.9
14482026-06-20T23:50:25.644Z Compiling cipher v0.4.4
14492026-06-20T23:50:25.644Z Compiling pbkdf2 v0.12.2
14502026-06-20T23:50:25.644Z Compiling tinystr v0.8.2
14512026-06-20T23:50:25.644Z Compiling potential_utf v0.1.4
14522026-06-20T23:50:25.644Z Compiling icu_locale_core v2.1.1
14532026-06-20T23:50:25.644Z Compiling ppv-lite86 v0.2.21
14542026-06-20T23:50:25.644Z Compiling salsa20 v0.10.2
14552026-06-20T23:50:25.644Z Compiling spki v0.7.3
14562026-06-20T23:50:25.644Z Compiling aes v0.8.4
14572026-06-20T23:50:25.644Z Compiling cbc v0.1.2
14582026-06-20T23:50:25.644Z Compiling thiserror v2.0.18
14592026-06-20T23:50:25.644Z Compiling tracing v0.1.44
14602026-06-20T23:50:25.645Z Compiling scroll_derive v0.13.1
14612026-06-20T23:50:25.645Z Compiling darling_macro v0.20.11
14622026-06-20T23:50:25.645Z Compiling openssl-macros v0.1.1
14632026-06-20T23:50:25.645Z Compiling rustls-native-certs v0.8.3
14642026-06-20T23:50:25.645Z Compiling icu_collections v2.1.1
14652026-06-20T23:50:25.645Z Compiling scrypt v0.11.0
14662026-06-20T23:50:25.645Z Compiling dtrace-parser v0.3.0
14672026-06-20T23:50:25.645Z Compiling signature v2.2.0
14682026-06-20T23:50:25.645Z Compiling rand_chacha v0.9.0
14692026-06-20T23:50:25.645Z Compiling webpki-roots v1.0.6
14702026-06-20T23:50:25.645Z Compiling scroll_derive v0.12.1
14712026-06-20T23:50:25.645Z Compiling thiserror-impl v1.0.69
14722026-06-20T23:50:25.645Z Compiling rand_chacha v0.3.1
14732026-06-20T23:50:25.645Z Compiling md-5 v0.10.6
14742026-06-20T23:50:25.645Z Compiling bytes v1.11.1
14752026-06-20T23:50:25.645Z Compiling chrono v0.4.44
14762026-06-20T23:50:25.645Z Compiling icu_provider v2.1.1
14772026-06-20T23:50:25.645Z Compiling pkcs5 v0.7.1
14782026-06-20T23:50:25.645Z Compiling rand v0.9.2
14792026-06-20T23:50:25.700Z Compiling ipnet v2.11.0
14802026-06-20T23:50:25.717Z Compiling icu_normalizer v2.1.1
14812026-06-20T23:50:25.717Z Compiling icu_properties v2.1.2
14822026-06-20T23:50:25.740Z Compiling pkcs8 v0.10.2
14832026-06-20T23:50:26.153Z Compiling scroll v0.13.0
14842026-06-20T23:50:26.168Z Compiling darling v0.20.11
14852026-06-20T23:50:26.168Z Compiling tokio v1.52.1
14862026-06-20T23:50:26.168Z Compiling http v1.4.0
14872026-06-20T23:50:26.168Z Compiling derive_builder_core v0.20.2
14882026-06-20T23:50:26.168Z Compiling proptest v1.10.0
14892026-06-20T23:50:26.168Z Compiling scroll v0.12.0
14902026-06-20T23:50:26.168Z Compiling goblin v0.10.5
14912026-06-20T23:50:26.168Z Compiling serde_spanned v0.6.9
14922026-06-20T23:50:26.169Z Compiling serde_urlencoded v0.7.1
14932026-06-20T23:50:26.258Z Compiling serde_tokenstream v0.2.3
14942026-06-20T23:50:26.304Z Compiling erased-serde v0.3.31
14952026-06-20T23:50:26.304Z Compiling toml_datetime v0.6.11
14962026-06-20T23:50:26.475Z Compiling darling_macro v0.21.3
14972026-06-20T23:50:26.553Z Compiling bstr v1.12.1
14982026-06-20T23:50:26.553Z Compiling thiserror v1.0.69
14992026-06-20T23:50:26.605Z Compiling pin-project-internal v1.1.11
15002026-06-20T23:50:26.670Z Compiling idna_adapter v1.2.1
15012026-06-20T23:50:26.670Z Compiling async-trait v0.1.89
15022026-06-20T23:50:26.776Z Compiling idna v1.1.0
15032026-06-20T23:50:26.793Z Compiling http-body v1.0.1
15042026-06-20T23:50:26.814Z Compiling zerocopy-derive v0.7.35
15052026-06-20T23:50:26.840Z Compiling curve25519-dalek v4.1.3
15062026-06-20T23:50:26.868Z Compiling vergen-lib v9.1.0
15072026-06-20T23:50:26.883Z Compiling ff v0.13.1
15082026-06-20T23:50:26.883Z Compiling derive_builder_macro v0.20.2
15092026-06-20T23:50:26.907Z Compiling hash32 v0.2.1
15102026-06-20T23:50:26.979Z Compiling http-body-util v0.1.3
15112026-06-20T23:50:27.063Z Compiling memoffset v0.9.1
15122026-06-20T23:50:27.089Z Compiling encoding_rs v0.8.35
15132026-06-20T23:50:27.100Z Compiling url v2.5.8
15142026-06-20T23:50:27.123Z Compiling num-bigint-dig v0.8.6
15152026-06-20T23:50:27.215Z Compiling psl-types v2.0.11
15162026-06-20T23:50:27.362Z Compiling smoltcp v0.9.1
15172026-06-20T23:50:27.418Z Compiling base16ct v0.2.0
15182026-06-20T23:50:27.418Z Compiling cfg_aliases v0.2.1
15192026-06-20T23:50:27.418Z Compiling rustix v0.38.44
15202026-06-20T23:50:27.442Z Compiling mime v0.3.17
15212026-06-20T23:50:27.442Z Compiling ref-cast v1.0.25
15222026-06-20T23:50:27.463Z Compiling zlib-rs v0.6.2
15232026-06-20T23:50:27.612Z Compiling fallible-iterator v0.2.0
15242026-06-20T23:50:27.743Z Compiling litrs v1.0.0
15252026-06-20T23:50:27.795Z Compiling pin-project v1.1.11
15262026-06-20T23:50:27.795Z Compiling zerocopy v0.7.35
15272026-06-20T23:50:27.820Z Compiling nix v0.31.2
15282026-06-20T23:50:27.848Z Compiling derive_builder v0.20.2
15292026-06-20T23:50:27.862Z Compiling sec1 v0.7.3
15302026-06-20T23:50:27.938Z Compiling postgres-protocol v0.6.10
15312026-06-20T23:50:28.203Z Compiling publicsuffix v2.3.0
15322026-06-20T23:50:28.226Z Compiling group v0.13.0
15332026-06-20T23:50:28.226Z Compiling darling v0.21.3
15342026-06-20T23:50:28.244Z Compiling goblin v0.8.2
15352026-06-20T23:50:28.244Z Compiling rand v0.8.6
15362026-06-20T23:50:28.244Z Compiling document-features v0.2.12
15372026-06-20T23:50:28.300Z Compiling hex v0.4.3
15382026-06-20T23:50:28.359Z Compiling futures-executor v0.3.32
15392026-06-20T23:50:28.492Z Compiling ipnetwork v0.21.1
15402026-06-20T23:50:28.508Z Compiling newtype-uuid v1.3.2
15412026-06-20T23:50:28.603Z Compiling hubpack_derive v0.1.1
15422026-06-20T23:50:28.625Z Compiling hkdf v0.12.4
15432026-06-20T23:50:28.625Z Compiling crypto-bigint v0.5.5
15442026-06-20T23:50:28.625Z Compiling regex v1.12.3
15452026-06-20T23:50:28.841Z Compiling oxnet v0.1.6
15462026-06-20T23:50:28.913Z Compiling dof v0.4.0
15472026-06-20T23:50:29.025Z Compiling num-iter v0.1.45
15482026-06-20T23:50:29.025Z Compiling snafu-derive v0.8.9
15492026-06-20T23:50:29.667Z Compiling ref-cast-impl v1.0.25
15502026-06-20T23:50:29.667Z Compiling curve25519-dalek-derive v0.1.1
15512026-06-20T23:50:29.667Z Compiling strum_macros v0.27.2
15522026-06-20T23:50:29.667Z Compiling daft-derive v0.1.7
15532026-06-20T23:50:29.729Z Compiling terminal_size v0.4.3
15542026-06-20T23:50:29.729Z Compiling phf_shared v0.13.1
15552026-06-20T23:50:29.729Z Compiling tokio-util v0.7.18
15562026-06-20T23:50:29.974Z Compiling tower v0.5.3
15572026-06-20T23:50:29.974Z Compiling tokio-native-tls v0.3.1
15582026-06-20T23:50:30.163Z Compiling lazy_static v1.5.0
15592026-06-20T23:50:30.163Z Compiling anstyle-parse v0.2.7
15602026-06-20T23:50:30.163Z Compiling vergen v9.1.0
15612026-06-20T23:50:30.163Z Compiling cargo-platform v0.3.2
15622026-06-20T23:50:30.291Z Compiling fs-err v3.3.0
15632026-06-20T23:50:30.291Z Compiling ahash v0.8.12
15642026-06-20T23:50:30.291Z Compiling tower-http v0.6.8
15652026-06-20T23:50:30.345Z Compiling managed v0.8.0
15662026-06-20T23:50:30.345Z Compiling bitflags v1.3.2
15672026-06-20T23:50:30.345Z Compiling foldhash v0.1.5
15682026-06-20T23:50:30.345Z Compiling flate2 v1.1.9
15692026-06-20T23:50:30.358Z Compiling winnow v0.5.40
15702026-06-20T23:50:30.358Z Compiling libbz2-rs-sys v0.2.2
15712026-06-20T23:50:30.380Z Compiling h2 v0.4.13
15722026-06-20T23:50:30.460Z Compiling object v0.37.3
15732026-06-20T23:50:30.482Z Compiling foldhash v0.2.0
15742026-06-20T23:50:30.602Z Compiling same-file v1.0.6
15752026-06-20T23:50:30.885Z Compiling bumpalo v3.20.2
15762026-06-20T23:50:30.904Z Compiling clap_builder v4.6.0
15772026-06-20T23:50:30.904Z Compiling walkdir v2.5.0
15782026-06-20T23:50:30.904Z Compiling hashbrown v0.16.1
15792026-06-20T23:50:30.905Z Compiling bzip2 v0.6.1
15802026-06-20T23:50:30.905Z Compiling dof v0.3.0
15812026-06-20T23:50:30.905Z Compiling snafu v0.8.9
15822026-06-20T23:50:31.131Z Compiling zopfli v0.8.3
15832026-06-20T23:50:31.156Z Compiling hashbrown v0.15.5
15842026-06-20T23:50:31.156Z Compiling usdt-attr-macro v0.6.0
15852026-06-20T23:50:31.157Z Compiling usdt-macro v0.6.0
15862026-06-20T23:50:31.157Z Compiling strum v0.27.2
15872026-06-20T23:50:31.324Z Compiling cargo_metadata v0.23.1
15882026-06-20T23:50:31.371Z Compiling anstream v0.6.21
15892026-06-20T23:50:32.105Z Compiling daft v0.1.7
15902026-06-20T23:50:32.334Z Compiling phf v0.13.1
15912026-06-20T23:50:32.335Z Compiling toml_edit v0.19.15
15922026-06-20T23:50:32.335Z Compiling elliptic-curve v0.13.8
15932026-06-20T23:50:32.335Z Compiling signal-hook-mio v0.2.5
15942026-06-20T23:50:32.335Z Compiling hubpack v0.1.2
15952026-06-20T23:50:32.335Z Compiling cookie_store v0.22.1
15962026-06-20T23:50:32.335Z Compiling bzip2 v0.4.4
15972026-06-20T23:50:32.335Z Compiling futures v0.3.32
15982026-06-20T23:50:32.335Z Compiling zstd v0.13.3
15992026-06-20T23:50:32.335Z Compiling postgres-types v0.2.12
16002026-06-20T23:50:32.335Z Compiling serde_with_macros v3.17.0
16012026-06-20T23:50:32.489Z Compiling globset v0.4.18
16022026-06-20T23:50:32.489Z Compiling dtrace-parser v0.2.0
16032026-06-20T23:50:32.489Z Compiling pkcs1 v0.7.5
16042026-06-20T23:50:32.489Z Compiling ed25519 v2.2.3
16052026-06-20T23:50:32.639Z Compiling olpc-cjson v0.1.4
16062026-06-20T23:50:33.000Z Compiling serde_plain v1.0.2
16072026-06-20T23:50:33.001Z Compiling serde-big-array v0.5.1
16082026-06-20T23:50:33.004Z Compiling rfc6979 v0.4.0
16092026-06-20T23:50:33.118Z Compiling async-recursion v1.1.1
16102026-06-20T23:50:33.118Z Compiling strum_macros v0.26.4
16112026-06-20T23:50:33.118Z Compiling clap_derive v4.6.1
16122026-06-20T23:50:33.119Z Compiling serde_repr v0.1.20
16132026-06-20T23:50:33.119Z Compiling enum-as-inner v0.6.1
16142026-06-20T23:50:33.119Z Compiling phf_shared v0.11.3
16152026-06-20T23:50:33.216Z Compiling float-cmp v0.10.0
16162026-06-20T23:50:33.271Z Compiling pem v3.0.6
16172026-06-20T23:50:33.735Z Compiling thread-id v4.2.2
16182026-06-20T23:50:33.851Z Compiling memmap2 v0.9.10
16192026-06-20T23:50:33.851Z Compiling hyper v1.8.1
16202026-06-20T23:50:33.851Z Compiling env_filter v1.0.0
16212026-06-20T23:50:33.851Z Compiling static_assertions v1.1.0
16222026-06-20T23:50:33.851Z Compiling fixedbitset v0.5.7
16232026-06-20T23:50:33.851Z Compiling data-encoding v2.10.0
16242026-06-20T23:50:33.851Z Compiling predicates-core v1.0.10
16252026-06-20T23:50:33.851Z Compiling typed-path v0.9.3
16262026-06-20T23:50:33.852Z Compiling new_debug_unreachable v1.0.6
16272026-06-20T23:50:33.852Z Compiling normalize-line-endings v0.3.0
16282026-06-20T23:50:33.852Z Compiling jiff v0.2.21
16292026-06-20T23:50:33.933Z Compiling difflib v0.4.0
16302026-06-20T23:50:33.933Z Compiling whoami v2.1.0
16312026-06-20T23:50:33.933Z Compiling either v1.15.0
16322026-06-20T23:50:33.933Z Compiling fixedbitset v0.4.2
16332026-06-20T23:50:34.093Z Compiling keccak v0.1.6
16342026-06-20T23:50:34.110Z Compiling precomputed-hash v0.1.1
16352026-06-20T23:50:34.211Z Compiling string_cache v0.8.9
16362026-06-20T23:50:34.232Z Compiling toml_edit v0.22.27
16372026-06-20T23:50:34.390Z Compiling tokio-postgres v0.7.16
16382026-06-20T23:50:34.485Z Compiling sha3 v0.10.8
16392026-06-20T23:50:34.485Z Compiling itertools v0.13.0
16402026-06-20T23:50:34.541Z Compiling petgraph v0.6.5
16412026-06-20T23:50:34.541Z Compiling predicates v3.1.4
16422026-06-20T23:50:35.238Z Compiling hyper-util v0.1.20
16432026-06-20T23:50:35.287Z Compiling clap v4.6.1
16442026-06-20T23:50:35.287Z Compiling strum v0.26.3
16452026-06-20T23:50:35.287Z Compiling hickory-proto v0.25.2
16462026-06-20T23:50:35.288Z Compiling petgraph v0.8.3
16472026-06-20T23:50:35.288Z Compiling env_logger v0.11.9
16482026-06-20T23:50:35.288Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16492026-06-20T23:50:35.288Z Compiling usdt v0.6.0
16502026-06-20T23:50:35.288Z Compiling usdt-impl v0.5.0
16512026-06-20T23:50:35.288Z Compiling serde_with v3.17.0
16522026-06-20T23:50:35.289Z Compiling toml v0.7.8
16532026-06-20T23:50:35.289Z Compiling crossterm v0.28.1
16542026-06-20T23:50:35.829Z Compiling ecdsa v0.16.9
16552026-06-20T23:50:35.939Z Compiling ed25519-dalek v2.2.0
16562026-06-20T23:50:35.939Z Compiling rsa v0.9.10
16572026-06-20T23:50:36.097Z Compiling hyper-tls v0.6.0
16582026-06-20T23:50:36.321Z Compiling zip v4.6.1
16592026-06-20T23:50:36.414Z Compiling zip v0.6.6
16602026-06-20T23:50:36.436Z Compiling iddqd v0.4.2
16612026-06-20T23:50:36.971Z Compiling tokio-stream v0.1.18
16622026-06-20T23:50:36.982Z Compiling toml_parser v1.0.9+spec-1.1.0
16632026-06-20T23:50:37.062Z Compiling buf-list v1.1.2
16642026-06-20T23:50:37.081Z Compiling similar v2.7.0
16652026-06-20T23:50:37.081Z Compiling openapiv3 v2.2.0
16662026-06-20T23:50:37.192Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-20T23:50:37.228Z Compiling x509-cert v0.2.5
16682026-06-20T23:50:37.432Z Compiling sha1 v0.10.6
16692026-06-20T23:50:37.803Z Compiling crossbeam-epoch v0.9.18
16702026-06-20T23:50:37.803Z Compiling peg-runtime v0.8.5
16712026-06-20T23:50:37.827Z Compiling lalrpop-util v0.19.12
16722026-06-20T23:50:37.827Z Compiling thread_local v1.1.9
16732026-06-20T23:50:37.827Z Compiling slog-async v2.8.0
16742026-06-20T23:50:37.827Z Compiling crossbeam-channel v0.5.15
16752026-06-20T23:50:37.827Z Compiling is-terminal v0.4.17
16762026-06-20T23:50:37.827Z Compiling filetime v0.2.27
16772026-06-20T23:50:37.827Z Compiling xattr v1.6.1
16782026-06-20T23:50:37.848Z Compiling take_mut v0.2.2
16792026-06-20T23:50:37.879Z Compiling term v1.2.1
16802026-06-20T23:50:38.072Z Compiling tar v0.4.45
16812026-06-20T23:50:38.202Z Compiling slog-term v2.9.2
16822026-06-20T23:50:55.796Z Compiling rustls-webpki v0.103.9
16832026-06-20T23:50:58.581Z Compiling tokio-rustls v0.26.4
16842026-06-20T23:50:58.581Z Compiling rustls-platform-verifier v0.6.2
16852026-06-20T23:50:58.783Z Compiling hyper-rustls v0.27.7
16862026-06-20T23:50:58.978Z Compiling reqwest v0.12.28
16872026-06-20T23:50:58.981Z Compiling reqwest v0.13.2
16882026-06-20T23:51:00.195Z Compiling tough v0.22.0
16892026-06-20T23:51:02.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-06-20T23:51:02.956Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-06-20T23:51:05.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
16922026-06-20T23:51:05.931Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16932026-06-20T23:51:05.982ZJun 20 23:51:05.027 INFO Starting download, target: Clickhouse
16942026-06-20T23:51:05.982ZJun 20 23:51:05.028 INFO Starting download, target: Console
16952026-06-20T23:51:05.982ZJun 20 23:51:05.028 INFO Starting download, target: Cockroach
16962026-06-20T23:51:05.982ZJun 20 23:51:05.028 INFO Starting download, target: DendriteStub
16972026-06-20T23:51:05.982ZJun 20 23:51:05.028 INFO Starting download, target: MaghemiteMgd
16982026-06-20T23:51:05.982ZJun 20 23:51:05.028 INFO Starting download, target: MaghemiteDdmd
16992026-06-20T23:51:05.999ZJun 20 23:51:05.028 INFO Starting download, target: TransceiverControl
17002026-06-20T23:51:05.999ZJun 20 23:51:05.028 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17012026-06-20T23:51:05.999ZJun 20 23:51:05.028 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-06-20T23:51:05.999ZJun 20 23:51:05.028 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-06-20T23:51:06.002ZJun 20 23:51:05.028 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17042026-06-20T23:51:06.002ZJun 20 23:51:05.028 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17052026-06-20T23:51:06.002ZJun 20 23:51:05.028 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17062026-06-20T23:51:06.002ZJun 20 23:51:05.028 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-06-20T23:51:06.783ZJun 20 23:51:05.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-06-20T23:51:06.915ZJun 20 23:51:05.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17092026-06-20T23:51:06.993ZJun 20 23:51:05.994 INFO Download complete, target: TransceiverControl
17102026-06-20T23:51:07.118ZJun 20 23:51:06.154 INFO Download complete, target: Console
17112026-06-20T23:51:07.995ZJun 20 23:51:07.028 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17122026-06-20T23:51:08.268ZJun 20 23:51:07.311 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17132026-06-20T23:51:08.772ZJun 20 23:51:07.818 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17142026-06-20T23:51:09.074ZJun 20 23:51:08.119 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17152026-06-20T23:51:09.306ZJun 20 23:51:08.358 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-06-20T23:51:09.306ZJun 20 23:51:08.358 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-06-20T23:51:10.095ZJun 20 23:51:09.146 INFO Download complete, target: MaghemiteDdmd
17182026-06-20T23:51:11.401ZJun 20 23:51:10.453 INFO Download complete, target: DendriteStub
17192026-06-20T23:51:11.698ZJun 20 23:51:10.749 INFO Download complete, target: MaghemiteMgd
17202026-06-20T23:51:14.010ZJun 20 23:51:13.062 INFO Checking that binary works, target: Cockroach
17212026-06-20T23:51:14.139ZJun 20 23:51:13.187 INFO Download complete, target: Cockroach
17222026-06-20T23:51:14.803ZJun 20 23:51:13.853 INFO Checking that binary works, target: Clickhouse
17232026-06-20T23:51:14.892ZJun 20 23:51:13.943 INFO Download complete, target: Clickhouse
17242026-06-20T23:51:14.899ZAll prerequisites installed successfully
17252026-06-20T23:51:14.904Z
17262026-06-20T23:51:14.904Zreal 2:45.383418616
17272026-06-20T23:51:14.904Zuser 6:54.319748636
17282026-06-20T23:51:14.904Zsys 1:44.605446058
17292026-06-20T23:51:14.904Ztrap 0.266386545
17302026-06-20T23:51:14.904Ztflt 1.193680774
17312026-06-20T23:51:14.904Zdflt 1.767833636
17322026-06-20T23:51:14.905Zkflt 0.024866945
17332026-06-20T23:51:14.905Zlock 23:05.356189198
17342026-06-20T23:51:14.905Zslp 21:41.293814009
17352026-06-20T23:51:14.905Zlat 23.904663011
17362026-06-20T23:51:14.905Zstop 2:53.821976495
17372026-06-20T23:51:14.905Z+ ptime -m cargo xtask download softnpu
17382026-06-20T23:51:15.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17392026-06-20T23:51:15.367Z Running `target/debug/xtask download softnpu`
17402026-06-20T23:51:16.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17412026-06-20T23:51:16.161Z Running `target/debug/xtask-downloader softnpu`
17422026-06-20T23:51:16.175ZJun 20 23:51:15.226 INFO Starting download, target: Softnpu
17432026-06-20T23:51:16.178ZJun 20 23:51:15.227 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17442026-06-20T23:51:16.615ZJun 20 23:51:15.666 INFO Download complete, target: Softnpu
17452026-06-20T23:51:16.619Z
17462026-06-20T23:51:16.622Zreal 1.713204573
17472026-06-20T23:51:16.622Zuser 1.267481352
17482026-06-20T23:51:16.622Zsys 0.606974029
17492026-06-20T23:51:16.622Ztrap 0.000482601
17502026-06-20T23:51:16.622Ztflt 0.000116560
17512026-06-20T23:51:16.622Zdflt 0.000193508
17522026-06-20T23:51:16.623Zkflt 0.000000000
17532026-06-20T23:51:16.623Zlock 7.968731905
17542026-06-20T23:51:16.623Zslp 0.307886196
17552026-06-20T23:51:16.623Zlat 0.090481558
17562026-06-20T23:51:16.623Zstop 0.000182699
17572026-06-20T23:51:16.623Z+ export CARGO_INCREMENTAL=0
17582026-06-20T23:51:16.623Z+ CARGO_INCREMENTAL=0
17592026-06-20T23:51:16.623Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17602026-06-20T23:51:17.475Z Compiling proc-macro2 v1.0.106
17612026-06-20T23:51:17.475Z Compiling quote v1.0.45
17622026-06-20T23:51:17.475Z Compiling unicode-ident v1.0.24
17632026-06-20T23:51:17.475Z Compiling libc v0.2.185
17642026-06-20T23:51:17.479Z Compiling serde_core v1.0.228
17652026-06-20T23:51:17.479Z Compiling serde v1.0.228
17662026-06-20T23:51:17.479Z Compiling cfg-if v1.0.4
17672026-06-20T23:51:17.479Z Compiling version_check v0.9.5
17682026-06-20T23:51:17.479Z Compiling find-msvc-tools v0.1.9
17692026-06-20T23:51:17.479Z Compiling shlex v1.3.0
17702026-06-20T23:51:17.479Z Compiling typenum v1.19.0
17712026-06-20T23:51:17.614Z Compiling autocfg v1.5.0
17722026-06-20T23:51:17.617Z Compiling zmij v1.0.21
17732026-06-20T23:51:17.617Z Compiling memchr v2.8.0
17742026-06-20T23:51:17.617Z Compiling serde_json v1.0.149
17752026-06-20T23:51:17.841Z Compiling portable-atomic v1.13.1
17762026-06-20T23:51:17.869Z Compiling libm v0.2.16
17772026-06-20T23:51:18.095Z Compiling generic-array v0.14.7
17782026-06-20T23:51:18.095Z Compiling zerocopy v0.8.40
17792026-06-20T23:51:18.122Z Compiling num-traits v0.2.19
17802026-06-20T23:51:18.122Z Compiling smallvec v1.15.1
17812026-06-20T23:51:18.126Z Compiling parking_lot_core v0.9.12
17822026-06-20T23:51:18.131Z Compiling icu_properties_data v2.1.2
17832026-06-20T23:51:18.297Z Compiling icu_normalizer_data v2.1.1
17842026-06-20T23:51:18.316Z Compiling itoa v1.0.17
17852026-06-20T23:51:18.329Z Compiling getrandom v0.4.1
17862026-06-20T23:51:18.332Z Compiling log v0.4.29
17872026-06-20T23:51:18.383Z Compiling stable_deref_trait v1.2.1
17882026-06-20T23:51:18.417Z Compiling pkg-config v0.3.32
17892026-06-20T23:51:18.448Z Compiling subtle v2.6.1
17902026-06-20T23:51:18.576Z Compiling jobserver v0.1.34
17912026-06-20T23:51:18.594Z Compiling getrandom v0.2.17
17922026-06-20T23:51:18.624Z Compiling scopeguard v1.2.0
17932026-06-20T23:51:18.670Z Compiling errno v0.3.14
17942026-06-20T23:51:18.751Z Compiling rand_core v0.6.4
17952026-06-20T23:51:18.768Z Compiling lock_api v0.4.14
17962026-06-20T23:51:18.793Z Compiling cc v1.2.56
17972026-06-20T23:51:18.906Z Compiling writeable v0.6.2
17982026-06-20T23:51:18.951Z Compiling litemap v0.8.1
17992026-06-20T23:51:19.000Z Compiling percent-encoding v2.3.2
18002026-06-20T23:51:19.017Z Compiling fnv v1.0.7
18012026-06-20T23:51:19.034Z Compiling syn v2.0.117
18022026-06-20T23:51:19.070Z Compiling pin-project-lite v0.2.17
18032026-06-20T23:51:19.109Z Compiling thiserror v2.0.18
18042026-06-20T23:51:19.192Z Compiling getrandom v0.3.4
18052026-06-20T23:51:19.195Z Compiling equivalent v1.0.2
18062026-06-20T23:51:19.206Z Compiling rand_core v0.10.0
18072026-06-20T23:51:19.299Z Compiling fs_extra v1.3.0
18082026-06-20T23:51:19.330Z Compiling dunce v1.0.5
18092026-06-20T23:51:19.334Z Compiling schemars v0.8.22
18102026-06-20T23:51:19.380Z Compiling rustversion v1.0.22
18112026-06-20T23:51:19.447Z Compiling utf8_iter v1.0.4
18122026-06-20T23:51:19.496Z Compiling rustix v1.1.3
18132026-06-20T23:51:19.560Z Compiling cmake v0.1.57
18142026-06-20T23:51:19.579Z Compiling critical-section v1.2.0
18152026-06-20T23:51:19.595Z Compiling form_urlencoded v1.2.2
18162026-06-20T23:51:19.650Z Compiling hashbrown v0.17.0
18172026-06-20T23:51:19.721Z Compiling signal-hook-registry v1.4.8
18182026-06-20T23:51:19.737Z Compiling const-oid v0.9.6
18192026-06-20T23:51:19.910Z Compiling once_cell v1.21.3
18202026-06-20T23:51:20.077Z Compiling semver v1.0.28
18212026-06-20T23:51:20.170Z Compiling bitflags v2.11.0
18222026-06-20T23:51:20.185Z Compiling ring v0.17.14
18232026-06-20T23:51:20.209Z Compiling aws-lc-sys v0.40.0
18242026-06-20T23:51:20.225Z Compiling indexmap v2.14.0
18252026-06-20T23:51:20.259Z Compiling parking_lot v0.12.5
18262026-06-20T23:51:20.323Z Compiling mio v1.2.0
18272026-06-20T23:51:20.360Z Compiling socket2 v0.6.3
18282026-06-20T23:51:20.418Z Compiling aws-lc-rs v1.16.3
18292026-06-20T23:51:20.485Z Compiling futures-core v0.3.32
18302026-06-20T23:51:20.530Z Compiling httparse v1.10.1
18312026-06-20T23:51:20.548Z Compiling strsim v0.11.1
18322026-06-20T23:51:20.565Z Compiling thiserror v1.0.69
18332026-06-20T23:51:20.723Z Compiling byteorder v1.5.0
18342026-06-20T23:51:20.767Z Compiling ucd-trie v0.1.7
18352026-06-20T23:51:20.874Z Compiling iana-time-zone v0.1.65
18362026-06-20T23:51:20.905Z Compiling vcpkg v0.2.15
18372026-06-20T23:51:20.939Z Compiling pest v2.8.6
18382026-06-20T23:51:20.986Z Compiling heck v0.5.0
18392026-06-20T23:51:21.030Z Compiling syn v1.0.109
18402026-06-20T23:51:21.048Z Compiling regex-syntax v0.8.10
18412026-06-20T23:51:21.051Z Compiling ident_case v1.0.1
18422026-06-20T23:51:21.081Z Compiling uuid v1.23.0
18432026-06-20T23:51:21.187Z Compiling cpufeatures v0.2.17
18442026-06-20T23:51:21.340Z Compiling rustls v0.23.37
18452026-06-20T23:51:21.355Z Compiling rustc_version v0.4.1
18462026-06-20T23:51:21.469Z Compiling futures-sink v0.3.32
18472026-06-20T23:51:21.520Z Compiling openssl-sys v0.9.115
18482026-06-20T23:51:21.588Z Compiling futures-channel v0.3.32
18492026-06-20T23:51:21.646Z Compiling aho-corasick v1.1.4
18502026-06-20T23:51:21.660Z Compiling slab v0.4.12
18512026-06-20T23:51:21.723Z Compiling futures-task v0.3.32
18522026-06-20T23:51:21.737Z Compiling dyn-clone v1.0.20
18532026-06-20T23:51:21.861Z Compiling futures-io v0.3.32
18542026-06-20T23:51:21.902Z Compiling synstructure v0.13.2
18552026-06-20T23:51:21.919Z Compiling serde_derive_internals v0.29.1
18562026-06-20T23:51:22.042Z Compiling pest_meta v2.8.6
18572026-06-20T23:51:22.084Z Compiling plain v0.2.3
18582026-06-20T23:51:22.104Z Compiling crc32fast v1.5.0
18592026-06-20T23:51:22.306Z Compiling crossbeam-utils v0.8.21
18602026-06-20T23:51:22.310Z Compiling openssl v0.10.79
18612026-06-20T23:51:22.311Z Compiling time-core v0.1.8
18622026-06-20T23:51:22.311Z Compiling num-conv v0.2.0
18632026-06-20T23:51:22.421Z Compiling base64 v0.22.1
18642026-06-20T23:51:22.424Z Compiling time-macros v0.2.27
18652026-06-20T23:51:22.522Z Compiling pretty-hex v0.4.1
18662026-06-20T23:51:22.564Z Compiling regex-automata v0.4.14
18672026-06-20T23:51:22.648Z Compiling pest_generator v2.8.6
18682026-06-20T23:51:22.665Z Compiling native-tls v0.2.18
18692026-06-20T23:51:22.679Z Compiling anyhow v1.0.102
18702026-06-20T23:51:22.697Z Compiling base64ct v1.8.3
18712026-06-20T23:51:22.766Z Compiling darling_core v0.21.3
18722026-06-20T23:51:22.895Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18732026-06-20T23:51:22.963Z Compiling pem-rfc7468 v0.7.0
18742026-06-20T23:51:23.028Z Compiling flagset v0.4.7
18752026-06-20T23:51:23.044Z Compiling rand_core v0.9.5
18762026-06-20T23:51:23.169Z Compiling serde_derive v1.0.228
18772026-06-20T23:51:23.189Z Compiling zeroize_derive v1.4.3
18782026-06-20T23:51:23.226Z Compiling zerofrom-derive v0.1.6
18792026-06-20T23:51:23.252Z Compiling yoke-derive v0.8.1
18802026-06-20T23:51:23.269Z Compiling zerovec-derive v0.11.2
18812026-06-20T23:51:23.284Z Compiling displaydoc v0.2.5
18822026-06-20T23:51:23.312Z Compiling zerocopy-derive v0.8.40
18832026-06-20T23:51:23.356Z Compiling tokio-macros v2.7.0
18842026-06-20T23:51:23.360Z Compiling futures-macro v0.3.32
18852026-06-20T23:51:23.461Z Compiling thiserror-impl v2.0.18
18862026-06-20T23:51:23.811Z Compiling zeroize v1.8.2
18872026-06-20T23:51:24.073Z Compiling schemars_derive v0.8.22
18882026-06-20T23:51:24.212Z Compiling tracing-attributes v0.1.31
18892026-06-20T23:51:24.237Z Compiling der_derive v0.7.3
18902026-06-20T23:51:24.319Z Compiling thiserror-impl v1.0.69
18912026-06-20T23:51:24.392Z Compiling zerofrom v0.1.6
18922026-06-20T23:51:24.541Z Compiling yoke v0.8.1
18932026-06-20T23:51:24.635Z Compiling crypto-common v0.1.7
18942026-06-20T23:51:24.826Z Compiling zerovec v0.11.5
18952026-06-20T23:51:24.848Z Compiling zerotrie v0.2.3
18962026-06-20T23:51:24.947Z Compiling block-buffer v0.10.4
18972026-06-20T23:51:25.122Z Compiling digest v0.10.7
18982026-06-20T23:51:25.234Z Compiling pest_derive v2.8.6
18992026-06-20T23:51:25.250Z Compiling futures-util v0.3.32
19002026-06-20T23:51:25.351Z Compiling tinystr v0.8.2
19012026-06-20T23:51:25.368Z Compiling potential_utf v0.1.4
19022026-06-20T23:51:25.385Z Compiling hmac v0.12.1
19032026-06-20T23:51:25.519Z Compiling icu_collections v2.1.1
19042026-06-20T23:51:25.548Z Compiling icu_locale_core v2.1.1
19052026-06-20T23:51:25.581Z Compiling block-padding v0.3.3
19062026-06-20T23:51:25.614Z Compiling sha2 v0.10.9
19072026-06-20T23:51:25.791Z Compiling inout v0.1.4
19082026-06-20T23:51:25.954Z Compiling cipher v0.4.4
19092026-06-20T23:51:25.980Z Compiling rustls-pki-types v1.14.0
19102026-06-20T23:51:26.141Z Compiling scroll_derive v0.13.1
19112026-06-20T23:51:26.207Z Compiling openssl-macros v0.1.1
19122026-06-20T23:51:26.223Z Compiling scroll_derive v0.12.1
19132026-06-20T23:51:26.268Z Compiling icu_provider v2.1.1
19142026-06-20T23:51:26.370Z Compiling bytes v1.11.1
19152026-06-20T23:51:26.580Z Compiling icu_properties v2.1.2
19162026-06-20T23:51:26.616Z Compiling icu_normalizer v2.1.1
19172026-06-20T23:51:26.696Z Compiling chrono v0.4.44
19182026-06-20T23:51:26.876Z Compiling serde_tokenstream v0.2.3
19192026-06-20T23:51:26.921Z Compiling tokio v1.52.1
19202026-06-20T23:51:27.467Z Compiling idna_adapter v1.2.1
19212026-06-20T23:51:27.629Z Compiling idna v1.1.0
19222026-06-20T23:51:27.664Z Compiling ppv-lite86 v0.2.21
19232026-06-20T23:51:27.898Z Compiling http v1.4.0
19242026-06-20T23:51:28.020Z Compiling der v0.7.10
19252026-06-20T23:51:28.051Z Compiling darling_macro v0.21.3
19262026-06-20T23:51:28.109Z Compiling url v2.5.8
19272026-06-20T23:51:28.203Z Compiling regex v1.12.3
19282026-06-20T23:51:28.339Z Compiling zerocopy-derive v0.7.35
19292026-06-20T23:51:28.419Z Compiling slog v2.8.2
19302026-06-20T23:51:28.551Z Compiling tracing-core v0.1.36
19312026-06-20T23:51:29.082Z Compiling untrusted v0.9.0
19322026-06-20T23:51:29.337Z Compiling tracing v0.1.44
19332026-06-20T23:51:29.470Z Compiling spki v0.7.3
19342026-06-20T23:51:29.609Z Compiling darling v0.21.3
19352026-06-20T23:51:29.693Z Compiling salsa20 v0.10.2
19362026-06-20T23:51:29.710Z Compiling pbkdf2 v0.12.2
19372026-06-20T23:51:30.231Z Compiling cookie v0.18.1
19382026-06-20T23:51:30.253Z Compiling camino v1.2.2
19392026-06-20T23:51:30.579Z Compiling scrypt v0.11.0
19402026-06-20T23:51:30.644Z Compiling http-body v1.0.1
19412026-06-20T23:51:30.644Z Compiling rand_chacha v0.9.0
19422026-06-20T23:51:30.651Z Compiling aes v0.8.4
19432026-06-20T23:51:30.651Z Compiling cbc v0.1.2
19442026-06-20T23:51:30.732Z Compiling usdt-impl v0.5.0
19452026-06-20T23:51:30.798Z Compiling winnow v0.7.14
19462026-06-20T23:51:30.838Z Compiling either v1.15.0
19472026-06-20T23:51:30.928Z Compiling tokio-util v0.7.18
19482026-06-20T23:51:30.975Z Compiling tinyvec_macros v0.1.1
19492026-06-20T23:51:30.991Z Compiling usdt-impl v0.6.0
19502026-06-20T23:51:31.024Z Compiling unicode-segmentation v1.12.0
19512026-06-20T23:51:31.064Z Compiling paste v1.0.15
19522026-06-20T23:51:31.067Z Compiling untrusted v0.7.1
19532026-06-20T23:51:31.095Z Compiling openssl-probe v0.2.1
19542026-06-20T23:51:31.209Z Compiling fastrand v2.3.0
19552026-06-20T23:51:31.262Z Compiling ref-cast v1.0.25
19562026-06-20T23:51:31.280Z Compiling tinyvec v1.10.0
19572026-06-20T23:51:31.415Z Compiling pkcs5 v0.7.1
19582026-06-20T23:51:31.553Z Compiling rand v0.9.2
19592026-06-20T23:51:31.831Z Compiling scroll v0.13.0
19602026-06-20T23:51:31.848Z Compiling scroll v0.12.0
19612026-06-20T23:51:31.879Z Compiling toml_datetime v0.6.11
19622026-06-20T23:51:31.895Z Compiling serde_spanned v0.6.9
19632026-06-20T23:51:32.059Z Compiling async-trait v0.1.89
19642026-06-20T23:51:32.125Z Compiling heapless v0.7.17
19652026-06-20T23:51:32.175Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-06-20T23:51:32.204Z Compiling atomic-waker v1.1.2
19672026-06-20T23:51:32.252Z Compiling try-lock v0.2.5
19682026-06-20T23:51:32.303Z Compiling signal-hook v0.3.18
19692026-06-20T23:51:32.387Z Compiling rustix v0.38.44
19702026-06-20T23:51:32.387Z Compiling zstd-safe v7.2.4
19712026-06-20T23:51:32.420Z Compiling tower-service v0.3.3
19722026-06-20T23:51:32.443Z Compiling tower-layer v0.3.3
19732026-06-20T23:51:32.484Z Compiling want v0.3.1
19742026-06-20T23:51:32.518Z Compiling h2 v0.4.13
19752026-06-20T23:51:32.641Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-06-20T23:51:32.669Z Compiling goblin v0.8.2
19772026-06-20T23:51:32.725Z Compiling goblin v0.10.5
19782026-06-20T23:51:32.927Z Compiling pkcs8 v0.10.2
19792026-06-20T23:51:32.980Z Compiling heck v0.4.1
19802026-06-20T23:51:33.065Z Compiling zerocopy v0.7.35
19812026-06-20T23:51:33.204Z Compiling ipnet v2.11.0
19822026-06-20T23:51:33.247Z Compiling ref-cast-impl v1.0.25
19832026-06-20T23:51:33.262Z Compiling darling_core v0.20.11
19842026-06-20T23:51:33.426Z Compiling curve25519-dalek v4.1.3
19852026-06-20T23:51:33.466Z Compiling memoffset v0.9.1
19862026-06-20T23:51:33.699Z Compiling utf8parse v0.2.2
19872026-06-20T23:51:33.825Z Compiling foreign-types-shared v0.1.1
19882026-06-20T23:51:33.842Z Compiling litrs v1.0.0
19892026-06-20T23:51:33.928Z Compiling httpdate v1.0.3
19902026-06-20T23:51:33.928Z Compiling winnow v0.5.40
19912026-06-20T23:51:34.003Z Compiling pin-utils v0.1.0
19922026-06-20T23:51:34.168Z Compiling tempfile v3.25.0
19932026-06-20T23:51:34.232Z Compiling foreign-types v0.3.2
19942026-06-20T23:51:34.339Z Compiling document-features v0.2.12
19952026-06-20T23:51:34.663Z Compiling unicode-normalization v0.1.25
19962026-06-20T23:51:34.874Z Compiling dtrace-parser v0.2.0
19972026-06-20T23:51:35.152Z Compiling dof v0.3.0
19982026-06-20T23:51:35.265Z Compiling darling_macro v0.20.11
19992026-06-20T23:51:35.404Z Compiling toml_edit v0.19.15
20002026-06-20T23:51:35.483Z Compiling dof v0.4.0
20012026-06-20T23:51:35.505Z Compiling hyper v1.8.1
20022026-06-20T23:51:35.704Z Compiling dtrace-parser v0.3.0
20032026-06-20T23:51:35.943Z Compiling daft-derive v0.1.7
20042026-06-20T23:51:35.959Z Compiling pin-project-internal v1.1.11
20052026-06-20T23:51:36.101Z Compiling spin v0.9.8
20062026-06-20T23:51:36.117Z Compiling thread-id v4.2.2
20072026-06-20T23:51:36.212Z Compiling socket2 v0.5.10
20082026-06-20T23:51:36.230Z Compiling thread-id v5.1.0
20092026-06-20T23:51:36.306Z Compiling anstyle v1.0.14
20102026-06-20T23:51:36.330Z Compiling powerfmt v0.2.0
20112026-06-20T23:51:36.345Z Compiling num-bigint-dig v0.8.6
20122026-06-20T23:51:36.540Z Compiling smoltcp v0.9.1
20132026-06-20T23:51:36.574Z Compiling cfg_aliases v0.2.1
20142026-06-20T23:51:36.623Z Compiling hyper-util v0.1.20
20152026-06-20T23:51:36.650Z Compiling deranged v0.5.8
20162026-06-20T23:51:36.681Z Compiling nix v0.31.2
20172026-06-20T23:51:37.015Z Compiling darling v0.20.11
20182026-06-20T23:51:37.102Z Compiling rustls-native-certs v0.8.3
20192026-06-20T23:51:37.137Z Compiling ipnetwork v0.21.1
20202026-06-20T23:51:37.398Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-20T23:51:37.421Z Compiling strum_macros v0.26.4
20222026-06-20T23:51:37.673Z Compiling sync_wrapper v1.0.2
20232026-06-20T23:51:37.712Z Compiling wait-timeout v0.2.1
20242026-06-20T23:51:37.803Z Compiling num_threads v0.1.7
20252026-06-20T23:51:37.818Z Compiling is_terminal_polyfill v1.70.2
20262026-06-20T23:51:37.959Z Compiling simd-adler32 v0.3.8
20272026-06-20T23:51:38.203Z Compiling siphasher v1.0.2
20282026-06-20T23:51:38.274Z Compiling anstyle-query v1.1.5
20292026-06-20T23:51:38.336Z Compiling colorchoice v1.0.4
20302026-06-20T23:51:38.362Z Compiling bit-vec v0.8.0
20312026-06-20T23:51:38.405Z Compiling quick-error v1.2.3
20322026-06-20T23:51:38.421Z Compiling time v0.3.47
20332026-06-20T23:51:38.537Z Compiling rusty-fork v0.3.1
20342026-06-20T23:51:38.638Z Compiling bit-set v0.8.0
20352026-06-20T23:51:38.676Z Compiling tower v0.5.3
20362026-06-20T23:51:38.868Z Compiling derive_builder_core v0.20.2
20372026-06-20T23:51:39.002Z Compiling snafu-derive v0.8.9
20382026-06-20T23:51:39.085Z Compiling http-body-util v0.1.3
20392026-06-20T23:51:39.175Z Compiling webpki-roots v1.0.6
20402026-06-20T23:51:39.353Z Compiling signature v2.2.0
20412026-06-20T23:51:39.619Z Compiling hubpack_derive v0.1.1
20422026-06-20T23:51:39.629Z Compiling rand_xorshift v0.4.0
20432026-06-20T23:51:39.640Z Compiling strum_macros v0.27.2
20442026-06-20T23:51:39.722Z Compiling fs-err v3.3.0
20452026-06-20T23:51:39.737Z Compiling ahash v0.8.12
20462026-06-20T23:51:39.937Z Compiling unicode-properties v0.1.4
20472026-06-20T23:51:39.980Z Compiling adler2 v2.0.1
20482026-06-20T23:51:40.041Z Compiling ryu v1.0.23
20492026-06-20T23:51:40.129Z Compiling object v0.37.3
20502026-06-20T23:51:40.175Z Compiling unarray v0.1.4
20512026-06-20T23:51:40.192Z Compiling unicode-bidi v0.3.18
20522026-06-20T23:51:40.227Z Compiling allocator-api2 v0.2.21
20532026-06-20T23:51:40.326Z Compiling iri-string v0.7.10
20542026-06-20T23:51:40.467Z Compiling proptest v1.10.0
20552026-06-20T23:51:40.577Z Compiling stringprep v0.1.5
20562026-06-20T23:51:40.581Z Compiling serde_urlencoded v0.7.1
20572026-06-20T23:51:40.677Z Compiling miniz_oxide v0.8.9
20582026-06-20T23:51:41.150Z Compiling derive_builder_macro v0.20.2
20592026-06-20T23:51:41.235Z Compiling tokio-native-tls v0.3.1
20602026-06-20T23:51:41.369Z Compiling usdt-attr-macro v0.6.0
20612026-06-20T23:51:41.398Z Compiling usdt-macro v0.6.0
20622026-06-20T23:51:41.638Z Compiling tower-http v0.6.8
20632026-06-20T23:51:41.729Z Compiling anstyle-parse v1.0.0
20642026-06-20T23:51:42.107Z Compiling rand_chacha v0.3.1
20652026-06-20T23:51:42.130Z Compiling erased-serde v0.3.31
20662026-06-20T23:51:42.146Z Compiling md-5 v0.10.6
20672026-06-20T23:51:42.166Z Compiling bstr v1.12.1
20682026-06-20T23:51:42.228Z Compiling num-integer v0.1.46
20692026-06-20T23:51:42.258Z Compiling hash32 v0.2.1
20702026-06-20T23:51:42.375Z Compiling vergen-lib v9.1.0
20712026-06-20T23:51:42.450Z Compiling ff v0.13.1
20722026-06-20T23:51:42.496Z Compiling encoding_rs v0.8.35
20732026-06-20T23:51:42.525Z Compiling fallible-iterator v0.2.0
20742026-06-20T23:51:42.618Z Compiling zlib-rs v0.6.2
20752026-06-20T23:51:42.618Z Compiling psl-types v2.0.11
20762026-06-20T23:51:42.623Z Compiling base16ct v0.2.0
20772026-06-20T23:51:42.631Z Compiling mime v0.3.17
20782026-06-20T23:51:42.760Z Compiling sec1 v0.7.3
20792026-06-20T23:51:42.799Z Compiling publicsuffix v2.3.0
20802026-06-20T23:51:42.850Z Compiling postgres-protocol v0.6.10
20812026-06-20T23:51:43.111Z Compiling group v0.13.0
20822026-06-20T23:51:43.169Z Compiling newtype-uuid v1.3.2
20832026-06-20T23:51:43.197Z Compiling num-iter v0.1.45
20842026-06-20T23:51:43.386Z Compiling rand v0.8.6
20852026-06-20T23:51:43.688Z Compiling anstream v1.0.0
20862026-06-20T23:51:43.849Z Compiling oxnet v0.1.6
20872026-06-20T23:51:43.863Z Compiling derive_builder v0.20.2
20882026-06-20T23:51:43.903Z Compiling hyper-tls v0.6.0
20892026-06-20T23:51:43.941Z Compiling phf_shared v0.13.1
20902026-06-20T23:51:44.031Z Compiling pin-project v1.1.11
20912026-06-20T23:51:44.123Z Compiling lazy_static v1.5.0
20922026-06-20T23:51:44.139Z Compiling anstyle-parse v0.2.7
20932026-06-20T23:51:44.273Z Compiling terminal_size v0.4.3
20942026-06-20T23:51:44.291Z Compiling serde_with_macros v3.17.0
20952026-06-20T23:51:44.291Z Compiling futures-executor v0.3.32
20962026-06-20T23:51:44.322Z Compiling hex v0.4.3
20972026-06-20T23:51:44.471Z Compiling hkdf v0.12.4
20982026-06-20T23:51:44.515Z Compiling crypto-bigint v0.5.5
20992026-06-20T23:51:44.531Z Compiling clap_derive v4.6.1
21002026-06-20T23:51:44.548Z Compiling serde_repr v0.1.20
21012026-06-20T23:51:44.564Z Compiling async-recursion v1.1.1
21022026-06-20T23:51:44.635Z Compiling enum-as-inner v0.6.1
21032026-06-20T23:51:44.649Z Compiling flate2 v1.1.9
21042026-06-20T23:51:44.750Z Compiling vergen v9.1.0
21052026-06-20T23:51:44.767Z Compiling cargo-platform v0.3.2
21062026-06-20T23:51:45.039Z Compiling bitflags v1.3.2
21072026-06-20T23:51:45.070Z Compiling foldhash v0.1.5
21082026-06-20T23:51:45.133Z Compiling foldhash v0.2.0
21092026-06-20T23:51:45.149Z Compiling managed v0.8.0
21102026-06-20T23:51:45.178Z Compiling clap_lex v1.0.0
21112026-06-20T23:51:45.267Z Compiling same-file v1.0.6
21122026-06-20T23:51:45.383Z Compiling bumpalo v3.20.2
21132026-06-20T23:51:45.414Z Compiling libbz2-rs-sys v0.2.2
21142026-06-20T23:51:45.444Z Compiling elliptic-curve v0.13.8
21152026-06-20T23:51:45.621Z Compiling zopfli v0.8.3
21162026-06-20T23:51:45.751Z Compiling walkdir v2.5.0
21172026-06-20T23:51:45.813Z Compiling bzip2 v0.6.1
21182026-06-20T23:51:45.853Z Compiling clap_builder v4.6.0
21192026-06-20T23:51:46.002Z Compiling hashbrown v0.16.1
21202026-06-20T23:51:46.036Z Compiling hashbrown v0.15.5
21212026-06-20T23:51:46.074Z Compiling cargo_metadata v0.23.1
21222026-06-20T23:51:46.193Z Compiling futures v0.3.32
21232026-06-20T23:51:46.295Z Compiling zstd v0.13.3
21242026-06-20T23:51:46.599Z Compiling anstream v0.6.21
21252026-06-20T23:51:46.722Z Compiling phf v0.13.1
21262026-06-20T23:51:46.903Z Compiling daft v0.1.7
21272026-06-20T23:51:46.972Z Compiling snafu v0.8.9
21282026-06-20T23:51:47.319Z Compiling signal-hook-mio v0.2.5
21292026-06-20T23:51:47.436Z Compiling cookie_store v0.22.1
21302026-06-20T23:51:47.458Z Compiling postgres-types v0.2.12
21312026-06-20T23:51:47.665Z Compiling bzip2 v0.4.4
21322026-06-20T23:51:47.668Z Compiling globset v0.4.18
21332026-06-20T23:51:47.769Z Compiling strum v0.27.2
21342026-06-20T23:51:47.866Z Compiling hubpack v0.1.2
21352026-06-20T23:51:47.920Z Compiling ed25519 v2.2.3
21362026-06-20T23:51:47.939Z Compiling phf_shared v0.11.3
21372026-06-20T23:51:48.011Z Compiling crossbeam-epoch v0.9.18
21382026-06-20T23:51:48.075Z Compiling olpc-cjson v0.1.4
21392026-06-20T23:51:48.095Z Compiling pkcs1 v0.7.5
21402026-06-20T23:51:48.168Z Compiling pem v3.0.6
21412026-06-20T23:51:48.255Z Compiling serde_plain v1.0.2
21422026-06-20T23:51:48.288Z Compiling serde-big-array v0.5.1
21432026-06-20T23:51:48.303Z Compiling rfc6979 v0.4.0
21442026-06-20T23:51:48.403Z Compiling float-cmp v0.10.0
21452026-06-20T23:51:48.452Z Compiling memmap2 v0.9.10
21462026-06-20T23:51:48.469Z Compiling env_filter v1.0.0
21472026-06-20T23:51:48.469Z Compiling keccak v0.1.6
21482026-06-20T23:51:48.499Z Compiling whoami v2.1.0
21492026-06-20T23:51:48.502Z Compiling new_debug_unreachable v1.0.6
21502026-06-20T23:51:48.539Z Compiling fixedbitset v0.5.7
21512026-06-20T23:51:48.556Z Compiling typed-path v0.9.3
21522026-06-20T23:51:48.572Z Compiling jiff v0.2.21
21532026-06-20T23:51:48.605Z Compiling predicates-core v1.0.10
21542026-06-20T23:51:48.687Z Compiling fixedbitset v0.4.2
21552026-06-20T23:51:48.735Z Compiling precomputed-hash v0.1.1
21562026-06-20T23:51:48.798Z Compiling normalize-line-endings v0.3.0
21572026-06-20T23:51:48.856Z Compiling difflib v0.4.0
21582026-06-20T23:51:48.859Z Compiling static_assertions v1.1.0
21592026-06-20T23:51:48.911Z Compiling data-encoding v2.10.0
21602026-06-20T23:51:48.914Z Compiling toml_write v0.1.2
21612026-06-20T23:51:48.942Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21622026-06-20T23:51:49.137Z Compiling predicates v3.1.4
21632026-06-20T23:51:49.152Z Compiling toml_edit v0.22.27
21642026-06-20T23:51:49.242Z Compiling hickory-proto v0.25.2
21652026-06-20T23:51:49.326Z Compiling petgraph v0.6.5
21662026-06-20T23:51:49.471Z Compiling string_cache v0.8.9
21672026-06-20T23:51:49.589Z Compiling petgraph v0.8.3
21682026-06-20T23:51:49.710Z Compiling tokio-postgres v0.7.16
21692026-06-20T23:51:49.739Z Compiling env_logger v0.11.9
21702026-06-20T23:51:49.770Z Compiling usdt v0.6.0
21712026-06-20T23:51:50.043Z Compiling sha3 v0.10.8
21722026-06-20T23:51:50.133Z Compiling ecdsa v0.16.9
21732026-06-20T23:51:50.324Z Compiling rsa v0.9.10
21742026-06-20T23:51:50.552Z Compiling ed25519-dalek v2.2.0
21752026-06-20T23:51:51.199Z Compiling zip v4.6.1
21762026-06-20T23:51:51.502Z Compiling zip v0.6.6
21772026-06-20T23:51:51.738Z Compiling crossterm v0.28.1
21782026-06-20T23:51:51.762Z Compiling clap v4.6.1
21792026-06-20T23:51:51.872Z Compiling iddqd v0.4.2
21802026-06-20T23:51:52.038Z Compiling serde_with v3.17.0
21812026-06-20T23:51:52.095Z Compiling similar v2.7.0
21822026-06-20T23:51:52.238Z Compiling strum v0.26.3
21832026-06-20T23:51:52.254Z Compiling toml v0.7.8
21842026-06-20T23:51:52.310Z Compiling tokio-stream v0.1.18
21852026-06-20T23:51:52.444Z Compiling itertools v0.13.0
21862026-06-20T23:51:52.795Z Compiling buf-list v1.1.2
21872026-06-20T23:51:52.880Z Compiling x509-cert v0.2.5
21882026-06-20T23:51:52.975Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-06-20T23:51:53.126Z Compiling openapiv3 v2.2.0
21902026-06-20T23:51:53.302Z Compiling sha1 v0.10.6
21912026-06-20T23:51:53.578Z Compiling lalrpop-util v0.19.12
21922026-06-20T23:51:53.647Z Compiling peg-runtime v0.8.5
21932026-06-20T23:52:09.204Z Compiling rustls-webpki v0.103.9
21942026-06-20T23:52:10.012Z Compiling macaddr v1.0.1
21952026-06-20T23:52:10.031Z Compiling structmeta-derive v0.3.0
21962026-06-20T23:52:10.249Z Compiling rayon-core v1.13.0
21972026-06-20T23:52:10.319Z Compiling crucible-workspace-hack v0.1.0
21982026-06-20T23:52:10.335Z Compiling itertools v0.14.0
21992026-06-20T23:52:10.484Z Compiling secrecy v0.10.3
22002026-06-20T23:52:10.503Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-06-20T23:52:10.553Z Compiling rustls v0.22.4
22022026-06-20T23:52:10.617Z Compiling toml_datetime v0.7.5+spec-1.1.0
22032026-06-20T23:52:10.672Z Compiling heapless v0.8.0
22042026-06-20T23:52:10.788Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-06-20T23:52:10.929Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-06-20T23:52:10.961Z Compiling crossbeam-deque v0.8.6
22072026-06-20T23:52:11.059Z Compiling structmeta v0.3.0
22082026-06-20T23:52:11.087Z Compiling rustls-webpki v0.102.8
22092026-06-20T23:52:11.105Z Compiling hash32 v0.3.1
22102026-06-20T23:52:11.125Z Compiling multer v3.1.0
22112026-06-20T23:52:11.170Z Compiling thread_local v1.1.9
22122026-06-20T23:52:11.211Z Compiling smoltcp v0.11.0
22132026-06-20T23:52:11.290Z Compiling slog-async v2.8.0
22142026-06-20T23:52:11.306Z Compiling match_cfg v0.1.0
22152026-06-20T23:52:11.354Z Compiling unicode-width v0.2.0
22162026-06-20T23:52:11.379Z Compiling compression-core v0.4.31
22172026-06-20T23:52:11.398Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-06-20T23:52:11.548Z Compiling compression-codecs v0.4.37
22192026-06-20T23:52:11.600Z Compiling hostname v0.3.1
22202026-06-20T23:52:11.648Z Compiling ingot-macros v0.1.1
22212026-06-20T23:52:11.678Z Compiling proc-macro-crate v3.4.0
22222026-06-20T23:52:11.697Z Compiling derive-ex v0.1.8
22232026-06-20T23:52:11.743Z Compiling atomicwrites v0.4.4
22242026-06-20T23:52:11.801Z Compiling slog-json v2.6.1
22252026-06-20T23:52:11.938Z Compiling crossbeam-channel v0.5.15
22262026-06-20T23:52:12.046Z Compiling half v2.7.1
22272026-06-20T23:52:12.077Z Compiling newtype-uuid-macros v0.1.0
22282026-06-20T23:52:12.124Z Compiling cobs v0.3.0
22292026-06-20T23:52:12.221Z Compiling thiserror-impl-no-std v2.0.2
22302026-06-20T23:52:12.419Z Compiling universal-hash v0.5.1
22312026-06-20T23:52:12.433Z Compiling async-stream-impl v0.3.6
22322026-06-20T23:52:12.586Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-06-20T23:52:12.644Z Compiling serde_spanned v1.0.4
22342026-06-20T23:52:12.810Z Compiling is-terminal v0.4.17
22352026-06-20T23:52:12.835Z Compiling dropshot v0.17.0
22362026-06-20T23:52:12.940Z Compiling tokio-rustls v0.26.4
22372026-06-20T23:52:12.977Z Compiling rustls-platform-verifier v0.6.2
22382026-06-20T23:52:13.028Z Compiling proc-macro-error-attr v1.0.4
22392026-06-20T23:52:13.073Z Compiling convert_case v0.4.0
22402026-06-20T23:52:13.092Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22412026-06-20T23:52:13.218Z Compiling hyper-rustls v0.27.7
22422026-06-20T23:52:13.264Z Compiling take_mut v0.2.2
22432026-06-20T23:52:13.281Z Compiling opaque-debug v0.3.1
22442026-06-20T23:52:13.285Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-06-20T23:52:13.285Z Compiling ciborium-io v0.2.2
22462026-06-20T23:52:13.331Z Compiling term v1.2.1
22472026-06-20T23:52:13.335Z Compiling thiserror-no-std v2.0.2
22482026-06-20T23:52:13.408Z Compiling ciborium-ll v0.2.2
22492026-06-20T23:52:13.411Z Compiling derive_more v0.99.20
22502026-06-20T23:52:13.442Z Compiling poly1305 v0.8.0
22512026-06-20T23:52:13.483Z Compiling reqwest v0.12.28
22522026-06-20T23:52:13.575Z Compiling reqwest v0.13.2
22532026-06-20T23:52:13.590Z Compiling toml v1.0.6+spec-1.1.0
22542026-06-20T23:52:13.697Z Compiling tokio-rustls v0.25.0
22552026-06-20T23:52:13.717Z Compiling slog-term v2.9.2
22562026-06-20T23:52:13.969Z Compiling test-strategy v0.4.5
22572026-06-20T23:52:14.227Z Compiling async-stream v0.3.6
22582026-06-20T23:52:14.308Z Compiling ingot-types v0.1.2
22592026-06-20T23:52:14.442Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-20T23:52:14.613Z Compiling postcard v1.1.3
22612026-06-20T23:52:14.792Z Compiling ingot v0.1.1
22622026-06-20T23:52:14.998Z Compiling num_enum_derive v0.7.6
22632026-06-20T23:52:15.017Z Compiling slog-bunyan v2.5.0
22642026-06-20T23:52:15.180Z Compiling tough v0.22.0
22652026-06-20T23:52:15.226Z Compiling async-compression v0.4.41
22662026-06-20T23:52:15.444Z Compiling parse-display-derive v0.10.0
22672026-06-20T23:52:15.652Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-06-20T23:52:15.710Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-20T23:52:15.945Z Compiling proc-macro-crate v1.3.1
22702026-06-20T23:52:15.967Z Compiling waitgroup v0.1.2
22712026-06-20T23:52:16.148Z Compiling backon v1.6.0
22722026-06-20T23:52:16.235Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22732026-06-20T23:52:16.312Z Compiling password-hash v0.5.0
22742026-06-20T23:52:16.439Z Compiling chacha20 v0.9.1
22752026-06-20T23:52:16.507Z Compiling dropshot_endpoint v0.17.0
22762026-06-20T23:52:16.731Z Compiling rustls-pemfile v2.2.0
22772026-06-20T23:52:16.935Z Compiling blake2 v0.10.6
22782026-06-20T23:52:16.986Z Compiling aead v0.5.2
22792026-06-20T23:52:17.043Z Compiling foreign-types-macros v0.2.3
22802026-06-20T23:52:17.070Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22812026-06-20T23:52:17.095Z Compiling serde_path_to_error v0.1.20
22822026-06-20T23:52:17.123Z Compiling hostname v0.4.2
22832026-06-20T23:52:17.209Z Compiling proc-macro-error v1.0.4
22842026-06-20T23:52:17.298Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22852026-06-20T23:52:17.314Z Compiling instant v0.1.13
22862026-06-20T23:52:17.384Z Compiling debug-ignore v1.0.5
22872026-06-20T23:52:17.432Z Compiling foreign-types-shared v0.3.1
22882026-06-20T23:52:17.458Z Compiling cpufeatures v0.3.0
22892026-06-20T23:52:17.479Z Compiling typeid v1.0.3
22902026-06-20T23:52:17.521Z Compiling backoff v0.4.0
22912026-06-20T23:52:17.553Z Compiling chacha20 v0.10.0
22922026-06-20T23:52:17.572Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-20T23:52:17.576Z Compiling argon2 v0.5.3
22942026-06-20T23:52:17.604Z Compiling chacha20poly1305 v0.10.1
22952026-06-20T23:52:17.633Z Compiling parse-display v0.10.0
22962026-06-20T23:52:17.657Z Compiling foreign-types v0.5.0
22972026-06-20T23:52:17.762Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-20T23:52:17.778Z Compiling num_enum_derive v0.5.11
22992026-06-20T23:52:17.781Z Compiling num_enum v0.7.6
23002026-06-20T23:52:17.825Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-06-20T23:52:17.856Z Compiling ciborium v0.2.2
23022026-06-20T23:52:17.946Z Compiling vsss-rs v3.3.4
23032026-06-20T23:52:18.033Z Compiling tabwriter v1.4.1
23042026-06-20T23:52:18.180Z Compiling regress v0.10.5
23052026-06-20T23:52:18.449Z Compiling byte-wrapper v0.1.0
23062026-06-20T23:52:18.557Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23072026-06-20T23:52:18.644Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-20T23:52:18.765Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23092026-06-20T23:52:18.808Z Compiling cstr-argument v0.1.2
23102026-06-20T23:52:18.845Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-06-20T23:52:19.005Z Compiling erased-serde v0.4.9
23122026-06-20T23:52:19.040Z Compiling humantime v2.3.0
23132026-06-20T23:52:19.108Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-06-20T23:52:19.220Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-06-20T23:52:19.316Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-20T23:52:19.357Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-20T23:52:19.375Z Compiling num_enum v0.5.11
23182026-06-20T23:52:19.410Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-06-20T23:52:19.599Z Compiling rand v0.10.0
23202026-06-20T23:52:19.608Z Compiling rayon v1.11.0
23212026-06-20T23:52:19.608Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-20T23:52:19.624Z Compiling libefi-sys v0.1.0
23232026-06-20T23:52:19.662Z Compiling colored v3.1.1
23242026-06-20T23:52:19.678Z Compiling indent_write v2.2.0
23252026-06-20T23:52:19.707Z Compiling zone_cfg_derive v0.3.1
23262026-06-20T23:52:19.806Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23272026-06-20T23:52:19.861Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23282026-06-20T23:52:19.891Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-20T23:52:19.912Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-20T23:52:19.932Z Compiling camino-tempfile v1.4.1
23312026-06-20T23:52:20.086Z Compiling itertools v0.12.1
23322026-06-20T23:52:20.320Z Compiling usdt-attr-macro v0.5.0
23332026-06-20T23:52:20.348Z Compiling usdt-macro v0.5.0
23342026-06-20T23:52:20.364Z Compiling num-derive v0.4.2
23352026-06-20T23:52:20.367Z Compiling bitfield-struct v0.6.2
23362026-06-20T23:52:20.445Z Compiling blake3 v1.8.3
23372026-06-20T23:52:20.484Z Compiling ordered-float v2.10.1
23382026-06-20T23:52:20.790Z Compiling memmap v0.7.0
23392026-06-20T23:52:20.821Z Compiling sigpipe v0.1.3
23402026-06-20T23:52:20.945Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-06-20T23:52:21.049Z Compiling glob v0.3.3
23422026-06-20T23:52:21.065Z Compiling swrite v0.1.0
23432026-06-20T23:52:21.068Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-06-20T23:52:21.097Z Compiling usdt v0.5.0
23452026-06-20T23:52:21.210Z Compiling serde-value v0.7.0
23462026-06-20T23:52:21.273Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-20T23:52:21.424Z Compiling zone v0.3.1
23482026-06-20T23:52:21.547Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-20T23:52:21.623Z Compiling serde-untagged v0.1.9
23502026-06-20T23:52:21.717Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-06-20T23:52:21.920Z Compiling toml v0.8.23
23522026-06-20T23:52:21.984Z Compiling smf v0.2.3
23532026-06-20T23:52:21.998Z Compiling filetime v0.2.27
23542026-06-20T23:52:22.002Z Compiling arrayvec v0.7.6
23552026-06-20T23:52:22.031Z Compiling constant_time_eq v0.4.2
23562026-06-20T23:52:22.051Z Compiling unicode-xid v0.2.6
23572026-06-20T23:52:22.069Z Compiling xattr v1.6.1
23582026-06-20T23:52:22.216Z Compiling arrayref v0.3.9
23592026-06-20T23:52:22.239Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-06-20T23:52:22.255Z Compiling whoami v1.6.1
23612026-06-20T23:52:22.272Z Compiling tar v0.4.45
23622026-06-20T23:52:22.275Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-06-20T23:52:22.318Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-20T23:52:22.340Z Compiling tokio-dtrace v0.1.1
23652026-06-20T23:52:22.550Z Compiling cargo-util-schemas v0.8.2
23662026-06-20T23:52:22.690Z Compiling console v0.16.2
23672026-06-20T23:52:22.732Z Compiling gethostname v0.5.0
23682026-06-20T23:52:22.898Z Compiling cargo-platform v0.2.0
23692026-06-20T23:52:22.965Z Compiling topological-sort v0.2.2
23702026-06-20T23:52:23.018Z Compiling unit-prefix v0.5.2
23712026-06-20T23:52:23.040Z Compiling oxide-tokio-rt v0.1.4
23722026-06-20T23:52:23.173Z Compiling indicatif v0.18.4
23732026-06-20T23:52:23.192Z Compiling shell-words v1.1.1
23742026-06-20T23:52:23.223Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-20T23:52:23.953Z Compiling cargo_metadata v0.21.0
23762026-06-20T23:53:27.538Z Compiling progenitor-client v0.14.0
23772026-06-20T23:53:27.696Z Compiling omicron-zone-package v0.12.2
23782026-06-20T23:53:27.998Z Compiling progenitor-extras v0.2.0
23792026-06-20T23:53:28.087Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-06-20T23:53:28.087Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-06-20T23:53:28.087Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-20T23:53:28.087Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-20T23:53:28.087Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-06-20T23:53:28.087Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-06-20T23:53:28.087Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-06-20T23:53:28.087Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-06-20T23:53:28.087Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-20T23:53:28.087Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-20T23:53:28.087Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-20T23:53:28.087Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-20T23:53:28.087Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-20T23:53:28.087Z Finished `release` profile [optimized] target(s) in 1m 44s
23932026-06-20T23:53:28.087Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-20T23:53:28.087ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-20T23:53:28.087ZCreated new build target 'test' and set it as active
23962026-06-20T23:53:28.087Z
23972026-06-20T23:53:28.087Zreal 1:45.199807757
23982026-06-20T23:53:28.087Zuser 17:09.221520491
23992026-06-20T23:53:28.087Zsys 2:41.147609483
24002026-06-20T23:53:28.087Ztrap 0.480730068
24012026-06-20T23:53:28.087Ztflt 2.640917790
24022026-06-20T23:53:28.088Zdflt 4.488688698
24032026-06-20T23:53:28.088Zkflt 0.000548364
24042026-06-20T23:53:28.088Zlock 53:32.610129744
24052026-06-20T23:53:28.088Zslp 44:05.734435547
24062026-06-20T23:53:28.088Zlat 41.623720060
24072026-06-20T23:53:28.088Zstop 5:21.227234747
24082026-06-20T23:53:28.088Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-20T23:53:28.088Z Finished `release` profile [optimized] target(s) in 0.81s
24102026-06-20T23:53:28.088Z Running `target/release/omicron-package -t test package`
24112026-06-20T23:53:28.088ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-20T23:53:28.088Z Compiling heck v0.5.0
24132026-06-20T23:53:28.088Z Compiling regress v0.11.1
24142026-06-20T23:53:28.088Z Compiling unsafe-libyaml v0.2.11
24152026-06-20T23:53:28.088Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-20T23:53:28.088Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24172026-06-20T23:53:28.088Z Compiling unicode-width v0.1.14
24182026-06-20T23:53:28.088Z Compiling atomicwrites v0.4.4
24192026-06-20T23:53:28.088Z Compiling derive-where v1.6.0
24202026-06-20T23:53:28.088Z Compiling bytecount v0.6.9
24212026-06-20T23:53:28.088Z Compiling is-terminal v0.4.17
24222026-06-20T23:53:28.088Z Compiling prettyplease v0.2.37
24232026-06-20T23:53:28.088Z Compiling console v0.15.11
24242026-06-20T23:53:28.088Z Compiling newline-converter v0.3.0
24252026-06-20T23:53:28.088Z Compiling slog-dtrace v0.3.0
24262026-06-20T23:53:28.088Z Compiling cancel-safe-futures v0.1.5
24272026-06-20T23:53:28.088Z Compiling owo-colors v4.3.0
24282026-06-20T23:53:28.088Z Compiling resolv-conf v0.7.6
24292026-06-20T23:53:28.088Z Compiling rustls v0.22.4
24302026-06-20T23:53:28.088Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-20T23:53:28.088Z Compiling num-rational v0.4.2
24322026-06-20T23:53:28.088Z Compiling libsw-core v0.3.2
24332026-06-20T23:53:28.088Z Compiling rustls-webpki v0.102.8
24342026-06-20T23:53:28.088Z Compiling num-complex v0.4.6
24352026-06-20T23:53:28.088Z Compiling serde_yaml v0.9.34+deprecated
24362026-06-20T23:53:28.088Z Compiling thread_local v1.1.9
24372026-06-20T23:53:28.088Z Compiling expectorate v1.2.0
24382026-06-20T23:53:28.089Z Compiling compression-core v0.4.31
24392026-06-20T23:53:28.089Z Compiling match_cfg v0.1.0
24402026-06-20T23:53:28.089Z Compiling hostname v0.3.1
24412026-06-20T23:53:28.089Z Compiling compression-codecs v0.4.37
24422026-06-20T23:53:28.089Z Compiling num v0.4.3
24432026-06-20T23:53:28.089Z Compiling libsw v3.5.0
24442026-06-20T23:53:28.089Z Compiling multer v3.1.0
24452026-06-20T23:53:28.089Z Compiling slog-async v2.8.0
24462026-06-20T23:53:28.089Z Compiling crossbeam-channel v0.5.15
24472026-06-20T23:53:28.089Z Compiling slog-json v2.6.1
24482026-06-20T23:53:28.089Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-06-20T23:53:28.089Z Compiling serde_spanned v1.0.4
24502026-06-20T23:53:28.089Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-20T23:53:28.089Z Compiling term v1.2.1
24522026-06-20T23:53:28.089Z Compiling take_mut v0.2.2
24532026-06-20T23:53:28.089Z Compiling linear-map v1.2.0
24542026-06-20T23:53:28.089Z Compiling toml_writer v1.0.6+spec-1.1.0
24552026-06-20T23:53:28.089Z Compiling linked-hash-map v0.5.6
24562026-06-20T23:53:28.089Z Compiling float-ord v0.3.2
24572026-06-20T23:53:28.089Z Compiling slog-bunyan v2.5.0
24582026-06-20T23:53:28.089Z Compiling typify-impl v0.6.2
24592026-06-20T23:53:28.089Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24602026-06-20T23:53:28.090Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24612026-06-20T23:53:28.090Z Compiling lru-cache v0.1.2
24622026-06-20T23:53:28.090Z Compiling toml v1.0.6+spec-1.1.0
24632026-06-20T23:53:28.090Z Compiling slog-term v2.9.2
24642026-06-20T23:53:28.090Z Compiling async-compression v0.4.41
24652026-06-20T23:53:28.090Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-06-20T23:53:28.090Z Compiling dropshot v0.17.0
24672026-06-20T23:53:28.090Z Compiling async-stream v0.3.6
24682026-06-20T23:53:28.090Z Compiling progenitor-client v0.14.0
24692026-06-20T23:53:28.090Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-06-20T23:53:28.090Z Compiling waitgroup v0.1.2
24712026-06-20T23:53:28.090Z Compiling backon v1.6.0
24722026-06-20T23:53:28.090Z Compiling rustls-pemfile v2.2.0
24732026-06-20T23:53:28.090Z Compiling hostname v0.4.2
24742026-06-20T23:53:28.090Z Compiling serde_path_to_error v0.1.20
24752026-06-20T23:53:28.090Z Compiling instant v0.1.13
24762026-06-20T23:53:28.090Z Compiling debug-ignore v1.0.5
24772026-06-20T23:53:28.090Z Compiling minimal-lexical v0.2.1
24782026-06-20T23:53:28.090Z Compiling progenitor-extras v0.2.0
24792026-06-20T23:53:28.144Z Compiling backoff v0.4.0
24802026-06-20T23:53:28.144Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-06-20T23:53:28.144Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-06-20T23:53:28.144Z Compiling nom v7.1.3
24832026-06-20T23:53:28.144Z Compiling tokio-rustls v0.25.0
24842026-06-20T23:53:28.144Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24852026-06-20T23:53:28.144Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24862026-06-20T23:53:28.144Z Compiling parse-display v0.10.0
24872026-06-20T23:53:28.144Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-06-20T23:53:28.145Z Compiling hickory-proto v0.24.4
24892026-06-20T23:53:28.145Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24902026-06-20T23:53:28.145Z Compiling regress v0.10.5
24912026-06-20T23:53:28.145Z Compiling macaddr v1.0.1
24922026-06-20T23:53:28.145Z Compiling humantime v2.3.0
24932026-06-20T23:53:28.145Z Compiling unicode-xid v0.2.6
24942026-06-20T23:53:28.145Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-06-20T23:53:28.145Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-06-20T23:53:28.145Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-06-20T23:53:28.145Z Compiling convert_case v0.10.0
24982026-06-20T23:53:28.145Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-06-20T23:53:28.145Z Compiling toml v0.8.23
25002026-06-20T23:53:28.145Z Compiling derive_more-impl v2.1.1
25012026-06-20T23:53:28.145Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-06-20T23:53:28.145Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25032026-06-20T23:53:28.145Z Compiling typify-macro v0.6.2
25042026-06-20T23:53:28.145Z Compiling papergrid v0.11.0
25052026-06-20T23:53:28.145Z Compiling tabled_derive v0.7.0
25062026-06-20T23:53:28.145Z Compiling derive_more v2.1.1
25072026-06-20T23:53:28.145Z Compiling hickory-resolver v0.24.4
25082026-06-20T23:53:28.145Z Compiling termtree v0.5.1
25092026-06-20T23:53:28.145Z Compiling crossterm v0.29.0
25102026-06-20T23:53:28.145Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25112026-06-20T23:53:28.145Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-06-20T23:53:28.145Z Compiling typify v0.6.2
25132026-06-20T23:53:28.145Z Compiling progenitor-impl v0.14.0
25142026-06-20T23:53:28.145Z Compiling qorb v0.4.1
25152026-06-20T23:53:28.145Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-06-20T23:53:28.145Z Compiling tabled v0.15.0
25172026-06-20T23:53:28.145Z Compiling phf_shared v0.12.1
25182026-06-20T23:53:28.145Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25192026-06-20T23:53:28.145Z Compiling progenitor-macro v0.14.0
25202026-06-20T23:53:28.145Z Compiling vte v0.14.1
25212026-06-20T23:53:28.145Z Compiling csv-core v0.1.13
25222026-06-20T23:53:28.145Z Compiling highway v1.3.0
25232026-06-20T23:53:28.145Z Compiling chrono-tz v0.10.4
25242026-06-20T23:53:28.145Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-06-20T23:53:28.145Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-06-20T23:53:28.145Z Compiling csv v1.4.0
25272026-06-20T23:53:28.146Z Compiling strip-ansi-escapes v0.2.1
25282026-06-20T23:53:28.146Z Compiling phf v0.12.1
25292026-06-20T23:53:28.146Z Compiling const_format_proc_macros v0.2.34
25302026-06-20T23:53:28.146Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-06-20T23:53:28.146Z Compiling fd-lock v4.0.4
25322026-06-20T23:53:28.146Z Compiling peg-macros v0.8.5
25332026-06-20T23:53:28.146Z Compiling nu-ansi-term v0.50.3
25342026-06-20T23:53:28.146Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-06-20T23:53:28.146Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-06-20T23:53:28.146Z Compiling const_format v0.2.35
25372026-06-20T23:53:28.146Z Compiling peg v0.8.5
25382026-06-20T23:53:28.146Z Compiling reedline v0.40.0
25392026-06-20T23:53:28.146Z Compiling progenitor v0.14.0
25402026-06-20T23:53:28.146Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25412026-06-20T23:53:28.146Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-06-20T23:53:28.146Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-06-20T23:53:28.146Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-06-20T23:53:28.146Z Compiling bcs v0.1.6
25452026-06-20T23:53:28.146Z Compiling nom v8.0.0
25462026-06-20T23:53:28.146Z Compiling semver v0.1.20
25472026-06-20T23:53:28.146Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-06-20T23:53:28.146Z Compiling rustc_version v0.1.7
25492026-06-20T23:53:28.146Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25502026-06-20T23:53:28.147Z Compiling unicode-linebreak v0.1.5
25512026-06-20T23:53:28.147Z Compiling newtype_derive v0.1.6
25522026-06-20T23:53:28.147Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-06-20T23:53:28.147Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25542026-06-20T23:53:28.148Z Compiling smawk v0.3.2
25552026-06-20T23:53:28.148Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-06-20T23:53:28.148Z Compiling textwrap v0.16.2
25572026-06-20T23:53:28.148Z Compiling base64 v0.21.7
25582026-06-20T23:53:28.148Z Compiling steno v0.4.1
25592026-06-20T23:53:28.148Z Compiling dropshot-api-manager-types v0.7.2
25602026-06-20T23:53:28.148Z Compiling tagptr v0.2.0
25612026-06-20T23:53:28.148Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25622026-06-20T23:53:28.148Z Compiling utf-8 v0.7.6
25632026-06-20T23:53:28.148Z Compiling moka v0.12.13
25642026-06-20T23:53:28.148Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-06-20T23:53:28.148Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-06-20T23:53:28.148Z Compiling tungstenite v0.21.0
25672026-06-20T23:53:28.148Z Compiling display-error-chain v0.2.2
25682026-06-20T23:53:28.148Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-06-20T23:53:28.148Z Compiling radium v0.7.0
25702026-06-20T23:53:28.148Z Compiling tap v1.0.1
25712026-06-20T23:53:28.148Z Compiling hickory-resolver v0.25.2
25722026-06-20T23:53:28.148Z Compiling tokio-tungstenite v0.21.0
25732026-06-20T23:53:28.148Z Compiling maybe-uninit v2.0.0
25742026-06-20T23:53:28.148Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25752026-06-20T23:53:28.148Z Compiling wyz v0.5.1
25762026-06-20T23:53:28.148Z Compiling vergen-lib v0.1.6
25772026-06-20T23:53:28.148Z Compiling zerocopy-derive v0.6.6
25782026-06-20T23:53:28.148Z Compiling crc-catalog v2.4.0
25792026-06-20T23:53:28.223Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-06-20T23:53:28.223Z Compiling packed_struct v0.10.1
25812026-06-20T23:53:28.223Z Compiling funty v2.0.0
25822026-06-20T23:53:28.223Z Compiling diesel_derives v2.3.7
25832026-06-20T23:53:28.223Z Compiling zerocopy v0.6.6
25842026-06-20T23:53:28.223Z Compiling bitvec v1.0.1
25852026-06-20T23:53:28.223Z Compiling crc v3.4.0
25862026-06-20T23:53:28.223Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25872026-06-20T23:53:28.223Z Compiling scheduled-thread-pool v0.2.7
25882026-06-20T23:53:28.223Z Compiling dsl_auto_type v0.2.0
25892026-06-20T23:53:28.223Z Compiling packed_struct_codegen v0.10.1
25902026-06-20T23:53:28.223Z Compiling vergen-gitcl v1.0.8
25912026-06-20T23:53:28.224Z Compiling bitfield-macros v0.19.4
25922026-06-20T23:53:28.224Z Compiling diesel_table_macro_syntax v0.3.0
25932026-06-20T23:53:28.224Z Compiling dirs-sys-next v0.1.2
25942026-06-20T23:53:28.224Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25952026-06-20T23:53:28.224Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25962026-06-20T23:53:28.224Z Compiling proc-macro-error-attr2 v2.0.0
25972026-06-20T23:53:28.224Z Compiling indexmap v1.9.3
25982026-06-20T23:53:28.224Z Compiling glob v0.3.3
25992026-06-20T23:53:28.224Z Compiling nodrop v0.1.14
26002026-06-20T23:53:28.224Z Compiling crunchy v0.2.4
26012026-06-20T23:53:28.224Z Compiling maplit v1.0.2
26022026-06-20T23:53:28.224Z Compiling array-init v0.0.4
26032026-06-20T23:53:28.224Z Compiling clang-sys v1.8.1
26042026-06-20T23:53:28.224Z Compiling proc-macro-error2 v2.0.1
26052026-06-20T23:53:28.255Z Compiling bitfield v0.19.4
26062026-06-20T23:53:28.291Z Compiling dirs-next v2.0.0
26072026-06-20T23:53:28.480Z Compiling r2d2 v0.8.10
26082026-06-20T23:53:28.512Z Compiling smallvec v0.6.14
26092026-06-20T23:53:28.772Z Compiling num-derive v0.3.3
26102026-06-20T23:53:29.104Z Compiling tiny-keccak v2.0.2
26112026-06-20T23:53:29.104Z Compiling hashbrown v0.12.3
26122026-06-20T23:53:29.124Z Compiling downcast-rs v2.0.2
26132026-06-20T23:53:29.124Z Compiling serde-hex v0.1.0
26142026-06-20T23:53:29.521Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-06-20T23:53:29.588Z Compiling term v0.7.0
26162026-06-20T23:53:29.678Z Compiling libscf-sys v1.1.0
26172026-06-20T23:53:29.704Z Compiling tabled_derive v0.11.0
26182026-06-20T23:53:29.838Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-06-20T23:53:29.859Z Compiling ron v0.8.1
26202026-06-20T23:53:29.970Z Compiling papergrid v0.17.0
26212026-06-20T23:53:30.004Z Compiling testing_table v0.3.0
26222026-06-20T23:53:30.088Z Compiling hashbrown v0.13.2
26232026-06-20T23:53:30.109Z Compiling bit-vec v0.6.3
26242026-06-20T23:53:30.355Z Compiling crc-any v2.5.0
26252026-06-20T23:53:30.443Z Compiling bit-set v0.5.3
26262026-06-20T23:53:30.631Z Compiling object v0.30.4
26272026-06-20T23:53:30.708Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-06-20T23:53:30.780Z Compiling ascii-canvas v3.0.0
26292026-06-20T23:53:30.800Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-06-20T23:53:31.174Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-06-20T23:53:31.300Z Compiling tabled v0.20.0
26322026-06-20T23:53:31.413Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26332026-06-20T23:53:31.508Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-06-20T23:53:31.928Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-06-20T23:53:32.271Z Compiling progenitor-impl v0.13.0
26362026-06-20T23:53:32.293Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-06-20T23:53:32.542Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-20T23:53:32.565Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-06-20T23:53:32.752Z Compiling itertools v0.10.5
26402026-06-20T23:53:32.822Z Compiling ena v0.14.4
26412026-06-20T23:53:32.868Z Compiling libloading v0.8.9
26422026-06-20T23:53:33.076Z Compiling diesel v2.3.7
26432026-06-20T23:53:33.120Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-06-20T23:53:33.144Z Compiling unicase v2.9.0
26452026-06-20T23:53:33.367Z Compiling bindgen v0.71.1
26462026-06-20T23:53:33.472Z Compiling xshell-macros v0.2.7
26472026-06-20T23:53:33.670Z Compiling regex-syntax v0.6.29
26482026-06-20T23:53:33.883Z Compiling diff v0.1.13
26492026-06-20T23:53:33.908Z Compiling path-slash v0.1.5
26502026-06-20T23:53:34.034Z Compiling xshell v0.2.7
26512026-06-20T23:53:34.104Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-20T23:53:34.191Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26532026-06-20T23:53:34.532Z Compiling progenitor-macro v0.13.0
26542026-06-20T23:53:35.346Z Compiling lalrpop v0.19.12
26552026-06-20T23:53:35.699Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-06-20T23:53:37.067Z Compiling cexpr v0.6.0
26572026-06-20T23:53:37.775Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-06-20T23:53:38.000Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-06-20T23:53:38.521Z Compiling progenitor-client v0.13.0
26602026-06-20T23:53:38.546Z Compiling rustc-hash v2.1.1
26612026-06-20T23:53:38.585Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-20T23:53:38.927Z Compiling progenitor v0.13.0
26632026-06-20T23:53:39.124Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-06-20T23:53:39.199Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-06-20T23:53:39.690Z Compiling headers-core v0.3.0
26662026-06-20T23:53:39.828Z Compiling libxml v0.3.3
26672026-06-20T23:53:39.859Z Compiling crc8 v0.1.1
26682026-06-20T23:53:39.885Z Compiling headers v0.4.1
26692026-06-20T23:53:39.939Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-06-20T23:53:40.007Z Compiling strum_macros v0.24.3
26712026-06-20T23:53:40.121Z Compiling indoc v1.0.9
26722026-06-20T23:53:40.308Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-06-20T23:53:40.396Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-06-20T23:53:40.606Z Compiling git-stub v1.0.0
26752026-06-20T23:53:40.634Z Compiling derive_builder v0.20.2
26762026-06-20T23:53:40.821Z Compiling oso-derive v0.27.3
26772026-06-20T23:53:40.881Z Compiling quick-xml v0.37.5
26782026-06-20T23:53:41.255Z Compiling impl-trait-for-tuples v0.2.3
26792026-06-20T23:53:41.342Z Compiling openssl-probe v0.1.6
26802026-06-20T23:53:41.588Z Compiling git-stub-vcs v0.1.0
26812026-06-20T23:53:41.647Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-20T23:53:41.677Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-06-20T23:53:41.929Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-06-20T23:53:42.081Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-06-20T23:53:42.168Z Compiling bb8 v0.8.6
26862026-06-20T23:53:42.369Z Compiling trait-variant v0.1.2
26872026-06-20T23:53:42.532Z Compiling half v1.8.3
26882026-06-20T23:53:42.595Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-06-20T23:53:42.831Z Compiling serde_cbor v0.11.2
26902026-06-20T23:53:42.945Z Compiling polar-core v0.27.3
26912026-06-20T23:53:42.977Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-06-20T23:53:43.059Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26932026-06-20T23:53:43.432Z Compiling samael v0.0.19
26942026-06-20T23:53:43.644Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26952026-06-20T23:53:43.839Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26962026-06-20T23:53:43.878Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-06-20T23:53:43.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-06-20T23:53:44.113Z Compiling nonempty v0.12.0
26992026-06-20T23:53:44.222Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-06-20T23:53:44.275Z Compiling fxhash v0.2.1
27012026-06-20T23:53:44.357Z Compiling libz-sys v1.1.24
27022026-06-20T23:53:44.453Z Compiling salty v0.3.0
27032026-06-20T23:53:44.892Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-06-20T23:53:45.090Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-20T23:53:45.640Z Compiling kstat-rs v0.2.4
27062026-06-20T23:53:45.917Z Compiling arc-swap v1.8.2
27072026-06-20T23:53:46.137Z Compiling fs-err v2.11.0
27082026-06-20T23:53:46.532Z Compiling slog-scope v4.4.1
27092026-06-20T23:53:46.544Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-06-20T23:53:46.585Z Compiling mime_guess v2.0.5
27112026-06-20T23:53:46.609Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-06-20T23:53:47.136Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-06-20T23:53:47.218Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-06-20T23:53:47.612Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-06-20T23:53:47.910Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27162026-06-20T23:53:48.036Z Compiling nanorand v0.7.0
27172026-06-20T23:53:48.294Z Compiling darling_core v0.23.0
27182026-06-20T23:53:48.431Z Compiling libgit2-sys v0.18.3+1.9.2
27192026-06-20T23:53:48.577Z Compiling parking_lot_core v0.8.6
27202026-06-20T23:53:48.963Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27212026-06-20T23:53:49.013Z Compiling flume v0.11.1
27222026-06-20T23:53:49.463Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-06-20T23:53:50.343Z Compiling slog-stdlog v4.1.1
27242026-06-20T23:53:50.547Z Compiling diesel-dtrace v0.5.0
27252026-06-20T23:53:50.820Z Compiling async-bb8-diesel v0.2.1
27262026-06-20T23:53:50.871Z Compiling darling_macro v0.23.0
27272026-06-20T23:53:51.356Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-06-20T23:53:51.397Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-06-20T23:53:51.430Z Compiling primeorder v0.13.6
27302026-06-20T23:53:51.448Z Compiling atty v0.2.14
27312026-06-20T23:53:51.609Z Compiling strsim v0.10.0
27322026-06-20T23:53:51.762Z Compiling parse-size v1.1.0
27332026-06-20T23:53:51.970Z Compiling oso v0.27.3
27342026-06-20T23:53:52.025Z Compiling instability v0.3.11
27352026-06-20T23:53:52.262Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-06-20T23:53:52.501Z Compiling http-range v0.1.5
27372026-06-20T23:53:52.636Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-20T23:53:52.840Z Compiling darling_core v0.13.4
27392026-06-20T23:53:53.992Z Compiling p384 v0.13.1
27402026-06-20T23:53:54.567Z Compiling darling v0.23.0
27412026-06-20T23:53:54.691Z Compiling slog-envlogger v2.2.0
27422026-06-20T23:53:55.862Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27432026-06-20T23:53:56.138Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27442026-06-20T23:53:57.142Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27452026-06-20T23:53:58.496Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27462026-06-20T23:53:58.649Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27472026-06-20T23:53:59.391Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-06-20T23:53:59.471Z Compiling ignore v0.4.25
27492026-06-20T23:53:59.493Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-20T23:53:59.944Z Compiling castaway v0.2.4
27512026-06-20T23:54:00.113Z Compiling vergen-git2 v9.1.0
27522026-06-20T23:54:00.270Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-20T23:54:00.356Z Compiling indoc v2.0.7
27542026-06-20T23:54:00.597Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-20T23:54:00.958Z Compiling globwalk v0.9.1
27562026-06-20T23:54:01.528Z Compiling compact_str v0.8.1
27572026-06-20T23:54:01.586Z Compiling parking_lot v0.11.2
27582026-06-20T23:54:01.671Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27592026-06-20T23:54:02.352Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-06-20T23:54:02.524Z Compiling hyper-staticfile v0.10.1
27612026-06-20T23:54:02.676Z Compiling darling_macro v0.13.4
27622026-06-20T23:54:02.947Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27632026-06-20T23:54:03.506Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27642026-06-20T23:54:03.639Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-06-20T23:54:03.642Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27662026-06-20T23:54:03.767Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-06-20T23:54:03.991Z Compiling predicates-tree v1.0.13
27682026-06-20T23:54:04.167Z Compiling unicode-truncate v1.1.0
27692026-06-20T23:54:04.289Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27702026-06-20T23:54:04.377Z Compiling lru v0.12.5
27712026-06-20T23:54:04.399Z Compiling prefix-trie v0.7.0
27722026-06-20T23:54:04.470Z Compiling rand_seeder v0.4.0
27732026-06-20T23:54:04.516Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-06-20T23:54:04.538Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27752026-06-20T23:54:04.616Z Compiling corncobs v0.1.4
27762026-06-20T23:54:04.735Z Compiling rustls v0.21.12
27772026-06-20T23:54:04.797Z Compiling illumos-nvpair-sys v0.2.0
27782026-06-20T23:54:04.873Z Compiling cassowary v0.3.0
27792026-06-20T23:54:04.904Z Compiling hickory-server v0.25.2
27802026-06-20T23:54:04.991Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-20T23:54:05.012Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-06-20T23:54:05.103Z Compiling camino-tempfile-ext v0.3.3
27832026-06-20T23:54:05.135Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-06-20T23:54:05.231Z Compiling ratatui v0.29.0
27852026-06-20T23:54:05.546Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-06-20T23:54:05.709Z Compiling darling v0.13.4
27872026-06-20T23:54:05.825Z Compiling sled v0.34.7
27882026-06-20T23:54:06.484Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27892026-06-20T23:54:06.559Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27902026-06-20T23:54:07.006Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-06-20T23:54:08.374Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-06-20T23:54:08.997Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-06-20T23:54:09.230Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27942026-06-20T23:54:09.463Z Compiling rustls-webpki v0.101.7
27952026-06-20T23:54:09.612Z Compiling sct v0.7.1
27962026-06-20T23:54:09.683Z Compiling secrecy v0.8.0
27972026-06-20T23:54:09.886Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-06-20T23:54:10.252Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-06-20T23:54:10.415Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-06-20T23:54:11.174Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-06-20T23:54:12.283Z Compiling serde_with_macros v1.5.2
28022026-06-20T23:54:12.756Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-06-20T23:54:12.984Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-06-20T23:54:13.150Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-06-20T23:54:13.576Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28062026-06-20T23:54:13.811Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-06-20T23:54:14.065Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-06-20T23:54:14.308Z Compiling git2 v0.20.4
28092026-06-20T23:54:14.360Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-06-20T23:54:14.603Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28112026-06-20T23:54:14.891Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28122026-06-20T23:54:15.140Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-06-20T23:54:15.287Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-06-20T23:54:15.377Z Compiling void v1.0.2
28152026-06-20T23:54:15.545Z Compiling lzss v0.8.2
28162026-06-20T23:54:15.871Z Compiling serde_with v1.14.0
28172026-06-20T23:54:16.763Z Compiling illumos-nvpair v0.3.0
28182026-06-20T23:54:17.148Z Compiling tokio-rustls v0.24.1
28192026-06-20T23:54:17.225Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-06-20T23:54:17.379Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-20T23:54:17.447Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28222026-06-20T23:54:17.576Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28232026-06-20T23:54:18.012Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-20T23:54:19.687Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28252026-06-20T23:54:20.007Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28262026-06-20T23:54:20.299Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-06-20T23:54:20.715Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-06-20T23:54:20.977Z Compiling tungstenite v0.23.0
28292026-06-20T23:54:21.048Z Compiling rustls-pemfile v1.0.4
28302026-06-20T23:54:21.098Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-06-20T23:54:21.478Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-06-20T23:54:21.713Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-06-20T23:54:21.955Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-20T23:54:21.980Z Compiling nix v0.27.1
28352026-06-20T23:54:22.237Z Compiling twox-hash v2.1.2
28362026-06-20T23:54:22.768Z Compiling serde_bytes v0.11.19
28372026-06-20T23:54:23.074Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-06-20T23:54:23.192Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-20T23:54:23.288Z Compiling tokio-tungstenite v0.23.1
28402026-06-20T23:54:23.366Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-06-20T23:54:23.695Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28422026-06-20T23:54:24.084Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28432026-06-20T23:54:24.470Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28442026-06-20T23:54:25.852Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-06-20T23:54:26.518Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-06-20T23:54:27.182Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-06-20T23:54:27.289Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-20T23:54:27.620Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28492026-06-20T23:55:26.089Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28502026-06-20T23:55:26.266Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28512026-06-20T23:55:26.266Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28522026-06-20T23:55:26.266Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-06-20T23:55:26.266Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-06-20T23:55:26.266Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-06-20T23:55:26.412Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-06-20T23:55:26.413Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-06-20T23:55:26.413Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-06-20T23:55:26.413Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-06-20T23:55:26.413Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28602026-06-20T23:55:26.413Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-06-20T23:55:26.413Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-06-20T23:55:26.413Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28632026-06-20T23:55:26.413Z Compiling signal-hook-tokio v0.3.1
28642026-06-20T23:55:26.413Z Compiling fatfs v0.3.6
28652026-06-20T23:55:26.413Z Compiling yasna v0.5.2
28662026-06-20T23:55:26.413Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-06-20T23:55:26.413Z Compiling seq-macro v0.3.6
28682026-06-20T23:55:26.413Z Compiling is_ci v1.2.0
28692026-06-20T23:55:26.413Z Compiling assert_matches v1.5.0
28702026-06-20T23:55:26.413Z Compiling supports-color v3.0.2
28712026-06-20T23:55:26.413Z Compiling rcgen v0.12.1
28722026-06-20T23:55:26.413Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-06-20T23:55:26.414Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-06-20T23:55:26.414Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-20T23:55:26.414Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-06-20T23:55:26.414Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-06-20T23:55:26.414Z Compiling subprocess v0.2.15
28782026-06-20T23:55:26.414Z Compiling rtoolbox v0.0.3
28792026-06-20T23:55:26.414Z Compiling rpassword v7.4.0
28802026-06-20T23:55:26.414Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-06-20T23:55:26.414Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-06-20T23:55:26.414Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-06-20T23:55:26.414Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-06-20T23:55:26.414Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-06-20T23:55:26.414Z Compiling tui-tree-widget v0.23.1
28862026-06-20T23:55:26.414Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-06-20T23:55:26.414Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-06-20T23:55:26.414Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-06-20T23:55:26.414Z Compiling uzers v0.12.2
28902026-06-20T23:55:26.414Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-06-20T23:55:26.414Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-06-20T23:55:26.414Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-06-20T23:55:26.414Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-06-20T23:55:26.414Z Compiling support-bundle-viewer v0.1.2
28952026-06-20T23:55:26.414Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-06-20T23:55:26.415Z Compiling multimap v0.10.1
28972026-06-20T23:55:26.415Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-06-20T23:55:26.415Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-06-20T23:55:26.415Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-06-20T23:55:26.415Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-06-20T23:55:26.415Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-06-21T00:01:35.322Z Finished `release` profile [optimized] target(s) in 8m 32s
29032026-06-21T00:02:21.118Z
29042026-06-21T00:02:21.118Zreal 9:19.264829136
29052026-06-21T00:02:21.118Zuser 1:19:15.555065384
29062026-06-21T00:02:21.131Zsys 3:34.308458604
29072026-06-21T00:02:21.131Ztrap 1.756061222
29082026-06-21T00:02:21.131Ztflt 2.403975647
29092026-06-21T00:02:21.131Zdflt 16.803504576
29102026-06-21T00:02:21.131Zkflt 0.006663705
29112026-06-21T00:02:21.131Zlock 6:45:35.312769910
29122026-06-21T00:02:21.131Zslp 2:12:14.581374489
29132026-06-21T00:02:21.131Zlat 2:21.964084274
29142026-06-21T00:02:21.132Zstop 5:12.818100134
29152026-06-21T00:02:21.132Z+ mapfile -t packages
29162026-06-21T00:02:21.132Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-06-21T00:02:21.993Z Finished `release` profile [optimized] target(s) in 0.86s
29182026-06-21T00:02:22.060Z Running `target/release/omicron-package -t test list-outputs`
29192026-06-21T00:02:22.127ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-06-21T00:02:22.132Z+ ptime -m cargo build --locked --release -p xtask
29212026-06-21T00:02:22.594Z Compiling libc v0.2.185
29222026-06-21T00:02:22.594Z Compiling serde v1.0.228
29232026-06-21T00:02:22.622Z Compiling serde_core v1.0.228
29242026-06-21T00:02:22.622Z Compiling rustix v1.1.3
29252026-06-21T00:02:22.677Z Compiling bitflags v2.11.0
29262026-06-21T00:02:22.688Z Compiling serde_json v1.0.149
29272026-06-21T00:02:22.723Z Compiling num-traits v0.2.19
29282026-06-21T00:02:22.734Z Compiling syn v2.0.117
29292026-06-21T00:02:22.745Z Compiling smallvec v1.15.1
29302026-06-21T00:02:22.771Z Compiling usdt-impl v0.5.0
29312026-06-21T00:02:22.774Z Compiling indexmap v2.14.0
29322026-06-21T00:02:22.782Z Compiling syn v1.0.109
29332026-06-21T00:02:22.808Z Compiling percent-encoding v2.3.2
29342026-06-21T00:02:22.818Z Compiling getrandom v0.4.1
29352026-06-21T00:02:22.980Z Compiling log v0.4.29
29362026-06-21T00:02:23.035Z Compiling form_urlencoded v1.2.2
29372026-06-21T00:02:23.205Z Compiling fs-err v3.3.0
29382026-06-21T00:02:23.205Z Compiling once_cell v1.21.3
29392026-06-21T00:02:23.239Z Compiling anyhow v1.0.102
29402026-06-21T00:02:23.256Z Compiling heck v0.4.1
29412026-06-21T00:02:23.445Z Compiling errno v0.3.14
29422026-06-21T00:02:23.449Z Compiling thread-id v4.2.2
29432026-06-21T00:02:23.493Z Compiling memmap v0.7.0
29442026-06-21T00:02:23.757Z Compiling ordered-float v2.10.1
29452026-06-21T00:02:24.301Z Compiling proc-macro-error v1.0.4
29462026-06-21T00:02:24.470Z Compiling terminal_size v0.4.3
29472026-06-21T00:02:24.470Z Compiling tempfile v3.25.0
29482026-06-21T00:02:24.551Z Compiling tabled_derive v0.7.0
29492026-06-21T00:02:24.581Z Compiling clap_builder v4.6.0
29502026-06-21T00:02:24.581Z Compiling textwrap v0.16.2
29512026-06-21T00:02:24.833Z Compiling camino-tempfile v1.4.1
29522026-06-21T00:02:25.270Z Compiling tabled v0.15.0
29532026-06-21T00:02:25.327Z Compiling synstructure v0.13.2
29542026-06-21T00:02:25.327Z Compiling pest_generator v2.8.6
29552026-06-21T00:02:25.698Z Compiling serde_derive v1.0.228
29562026-06-21T00:02:25.698Z Compiling zerofrom-derive v0.1.6
29572026-06-21T00:02:25.698Z Compiling yoke-derive v0.8.1
29582026-06-21T00:02:25.702Z Compiling zerovec-derive v0.11.2
29592026-06-21T00:02:25.702Z Compiling displaydoc v0.2.5
29602026-06-21T00:02:25.703Z Compiling thiserror-impl v1.0.69
29612026-06-21T00:02:25.703Z Compiling zerocopy-derive v0.7.35
29622026-06-21T00:02:25.710Z Compiling scroll_derive v0.12.1
29632026-06-21T00:02:25.712Z Compiling thiserror-impl v2.0.18
29642026-06-21T00:02:25.712Z Compiling clap_derive v4.6.1
29652026-06-21T00:02:25.844Z Compiling pest_derive v2.8.6
29662026-06-21T00:02:26.518Z Compiling scroll v0.12.0
29672026-06-21T00:02:26.581Z Compiling zerocopy v0.7.35
29682026-06-21T00:02:26.856Z Compiling goblin v0.8.2
29692026-06-21T00:02:26.869Z Compiling zerofrom v0.1.6
29702026-06-21T00:02:26.901Z Compiling thiserror v1.0.69
29712026-06-21T00:02:27.027Z Compiling yoke v0.8.1
29722026-06-21T00:02:27.038Z Compiling dtrace-parser v0.2.0
29732026-06-21T00:02:27.048Z Compiling thiserror v2.0.18
29742026-06-21T00:02:27.238Z Compiling zerovec v0.11.5
29752026-06-21T00:02:27.254Z Compiling zerotrie v0.2.3
29762026-06-21T00:02:27.465Z Compiling clap v4.6.1
29772026-06-21T00:02:27.842Z Compiling tinystr v0.8.2
29782026-06-21T00:02:28.073Z Compiling icu_locale_core v2.1.1
29792026-06-21T00:02:28.680Z Compiling potential_utf v0.1.4
29802026-06-21T00:02:28.888Z Compiling icu_provider v2.1.1
29812026-06-21T00:02:29.068Z Compiling icu_collections v2.1.1
29822026-06-21T00:02:29.084Z Compiling serde_spanned v0.6.9
29832026-06-21T00:02:29.148Z Compiling toml_datetime v0.6.11
29842026-06-21T00:02:29.272Z Compiling dof v0.3.0
29852026-06-21T00:02:29.284Z Compiling serde_tokenstream v0.2.3
29862026-06-21T00:02:29.296Z Compiling serde-value v0.7.0
29872026-06-21T00:02:29.324Z Compiling cargo-platform v0.2.0
29882026-06-21T00:02:29.557Z Compiling icu_normalizer v2.1.1
29892026-06-21T00:02:29.599Z Compiling icu_properties v2.1.2
29902026-06-21T00:02:29.629Z Compiling toml_edit v0.22.27
29912026-06-21T00:02:29.753Z Compiling macaddr v1.0.1
29922026-06-21T00:02:30.162Z Compiling usdt-attr-macro v0.5.0
29932026-06-21T00:02:30.214Z Compiling usdt-macro v0.5.0
29942026-06-21T00:02:30.577Z Compiling idna_adapter v1.2.1
29952026-06-21T00:02:30.727Z Compiling idna v1.1.0
29962026-06-21T00:02:30.830Z Compiling usdt v0.5.0
29972026-06-21T00:02:31.114Z Compiling url v2.5.8
29982026-06-21T00:02:31.173Z Compiling toml v0.8.23
29992026-06-21T00:02:31.614Z Compiling cargo-util-schemas v0.8.2
30002026-06-21T00:02:31.615Z Compiling cargo_toml v0.21.0
30012026-06-21T00:02:32.653Z Compiling cargo_metadata v0.21.0
30022026-06-21T00:02:35.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-06-21T00:02:40.182Z Finished `release` profile [optimized] target(s) in 16.58s
30042026-06-21T00:02:40.183Z
30052026-06-21T00:02:40.183Zreal 16.699636024
30062026-06-21T00:02:40.183Zuser 2:22.380018877
30072026-06-21T00:02:40.183Zsys 17.258112672
30082026-06-21T00:02:40.183Ztrap 0.086658596
30092026-06-21T00:02:40.183Ztflt 0.545665488
30102026-06-21T00:02:40.183Zdflt 1.548558874
30112026-06-21T00:02:40.183Zkflt 0.000026944
30122026-06-21T00:02:40.184Zlock 5:17.299756442
30132026-06-21T00:02:40.184Zslp 3:23.946573112
30142026-06-21T00:02:40.184Zlat 6.758717134
30152026-06-21T00:02:40.184Zstop 20.655542312
30162026-06-21T00:02:40.184Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-06-21T00:02:40.184Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-06-21T00:02:40.184Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-06-21T00:02:40.184Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-06-21T00:02:40.184Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30212026-06-21T00:02:40.184Z Compiling progenitor-client v0.14.0
30222026-06-21T00:02:40.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-06-21T00:02:40.184Z Compiling newtype-uuid-macros v0.1.0
30242026-06-21T00:02:40.184Z Compiling match_cfg v0.1.0
30252026-06-21T00:02:40.185Z Compiling slog-json v2.6.1
30262026-06-21T00:02:40.185Z Compiling structmeta-derive v0.3.0
30272026-06-21T00:02:40.185Z Compiling rustls v0.22.4
30282026-06-21T00:02:40.185Z Compiling rustls-webpki v0.102.8
30292026-06-21T00:02:40.185Z Compiling multer v3.1.0
30302026-06-21T00:02:40.187Z Compiling compression-core v0.4.31
30312026-06-21T00:02:40.187Z Compiling debug-ignore v1.0.5
30322026-06-21T00:02:40.187Z Compiling atomicwrites v0.4.4
30332026-06-21T00:02:40.187Z Compiling itertools v0.14.0
30342026-06-21T00:02:40.187Z Compiling async-stream-impl v0.3.6
30352026-06-21T00:02:40.187Z Compiling compression-codecs v0.4.37
30362026-06-21T00:02:40.187Z Compiling serde_spanned v1.0.4
30372026-06-21T00:02:40.187Z Compiling hostname v0.3.1
30382026-06-21T00:02:40.187Z Compiling toml_datetime v1.0.0+spec-1.1.0
30392026-06-21T00:02:40.187Z Compiling dropshot v0.17.0
30402026-06-21T00:02:40.201Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-06-21T00:02:40.202Z Compiling waitgroup v0.1.2
30422026-06-21T00:02:40.202Z Compiling dropshot_endpoint v0.17.0
30432026-06-21T00:02:40.226Z Compiling slog-bunyan v2.5.0
30442026-06-21T00:02:40.260Z Compiling async-compression v0.4.41
30452026-06-21T00:02:40.269Z Compiling rustls-pemfile v2.2.0
30462026-06-21T00:02:40.774Z Compiling hostname v0.4.2
30472026-06-21T00:02:40.814Z Compiling toml v1.0.6+spec-1.1.0
30482026-06-21T00:02:40.814Z Compiling serde_path_to_error v0.1.20
30492026-06-21T00:02:40.814Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-06-21T00:02:40.814Z Compiling macaddr v1.0.1
30512026-06-21T00:02:40.814Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-06-21T00:02:40.814Z Compiling instant v0.1.13
30532026-06-21T00:02:40.814Z Compiling regress v0.10.5
30542026-06-21T00:02:40.814Z Compiling backon v1.6.0
30552026-06-21T00:02:40.814Z Compiling async-stream v0.3.6
30562026-06-21T00:02:40.814Z Compiling backoff v0.4.0
30572026-06-21T00:02:40.814Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-06-21T00:02:40.815Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30592026-06-21T00:02:40.815Z Compiling humantime v2.3.0
30602026-06-21T00:02:40.815Z Compiling progenitor-extras v0.2.0
30612026-06-21T00:02:40.890Z Compiling universal-hash v0.5.1
30622026-06-21T00:02:41.022Z Compiling opaque-debug v0.3.1
30632026-06-21T00:02:41.022Z Compiling regress v0.11.1
30642026-06-21T00:02:41.022Z Compiling half v2.7.1
30652026-06-21T00:02:41.022Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-06-21T00:02:41.059Z Compiling crucible-workspace-hack v0.1.0
30672026-06-21T00:02:41.059Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-06-21T00:02:41.059Z Compiling ciborium-io v0.2.2
30692026-06-21T00:02:41.059Z Compiling structmeta v0.3.0
30702026-06-21T00:02:41.072Z Compiling convert_case v0.4.0
30712026-06-21T00:02:41.129Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-06-21T00:02:41.152Z Compiling aead v0.5.2
30732026-06-21T00:02:41.164Z Compiling secrecy v0.10.3
30742026-06-21T00:02:41.190Z Compiling ciborium-ll v0.2.2
30752026-06-21T00:02:41.238Z Compiling poly1305 v0.8.0
30762026-06-21T00:02:41.337Z Compiling chacha20 v0.9.1
30772026-06-21T00:02:41.390Z Compiling derive-ex v0.1.8
30782026-06-21T00:02:41.390Z Compiling parse-display-derive v0.10.0
30792026-06-21T00:02:41.390Z Compiling unsafe-libyaml v0.2.11
30802026-06-21T00:02:41.390Z Compiling ciborium v0.2.2
30812026-06-21T00:02:41.446Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30822026-06-21T00:02:41.463Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-06-21T00:02:41.464Z Compiling derive_more v0.99.20
30842026-06-21T00:02:41.552Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30852026-06-21T00:02:41.611Z Compiling thiserror-impl-no-std v2.0.2
30862026-06-21T00:02:41.653Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30872026-06-21T00:02:41.759Z Compiling byte-wrapper v0.1.0
30882026-06-21T00:02:41.833Z Compiling password-hash v0.5.0
30892026-06-21T00:02:41.909Z Compiling serde_yaml v0.9.34+deprecated
30902026-06-21T00:02:41.985Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30912026-06-21T00:02:42.034Z Compiling blake2 v0.10.6
30922026-06-21T00:02:42.057Z Compiling toml_datetime v0.7.5+spec-1.1.0
30932026-06-21T00:02:42.105Z Compiling chacha20poly1305 v0.10.1
30942026-06-21T00:02:42.122Z Compiling indent_write v2.2.0
30952026-06-21T00:02:42.145Z Compiling heapless v0.8.0
30962026-06-21T00:02:42.281Z Compiling tokio-rustls v0.25.0
30972026-06-21T00:02:42.298Z Compiling argon2 v0.5.3
30982026-06-21T00:02:42.301Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-06-21T00:02:42.342Z Compiling ingot-macros v0.1.1
31002026-06-21T00:02:42.474Z Compiling typify-impl v0.6.2
31012026-06-21T00:02:42.837Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-06-21T00:02:42.887Z Compiling thiserror-no-std v2.0.2
31032026-06-21T00:02:43.010Z Compiling vsss-rs v3.3.4
31042026-06-21T00:02:43.078Z Compiling test-strategy v0.4.5
31052026-06-21T00:02:43.095Z Compiling parse-display v0.10.0
31062026-06-21T00:02:43.141Z Compiling proc-macro-crate v3.4.0
31072026-06-21T00:02:43.441Z Compiling tabwriter v1.4.1
31082026-06-21T00:02:43.459Z Compiling hash32 v0.3.1
31092026-06-21T00:02:43.479Z Compiling smoltcp v0.11.0
31102026-06-21T00:02:43.543Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-06-21T00:02:43.699Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31122026-06-21T00:02:43.737Z Compiling num_enum_derive v0.7.6
31132026-06-21T00:02:43.811Z Compiling cobs v0.3.0
31142026-06-21T00:02:43.830Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-06-21T00:02:43.848Z Compiling colored v3.1.1
31162026-06-21T00:02:43.851Z Compiling proc-macro-error v1.0.4
31172026-06-21T00:02:43.909Z Compiling proc-macro-crate v1.3.1
31182026-06-21T00:02:44.006Z Compiling postcard v1.1.3
31192026-06-21T00:02:44.091Z Compiling foreign-types-macros v0.2.3
31202026-06-21T00:02:44.118Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31212026-06-21T00:02:44.147Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31222026-06-21T00:02:44.212Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-21T00:02:44.255Z Compiling rayon-core v1.13.0
31242026-06-21T00:02:44.259Z Compiling foreign-types-shared v0.3.1
31252026-06-21T00:02:44.371Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31262026-06-21T00:02:44.389Z Compiling cpufeatures v0.3.0
31272026-06-21T00:02:44.404Z Compiling num_enum_derive v0.5.11
31282026-06-21T00:02:44.503Z Compiling chacha20 v0.10.0
31292026-06-21T00:02:44.526Z Compiling crossbeam-deque v0.8.6
31302026-06-21T00:02:44.545Z Compiling camino-tempfile v1.4.1
31312026-06-21T00:02:44.584Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-06-21T00:02:44.642Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31332026-06-21T00:02:44.671Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31342026-06-21T00:02:44.671Z Compiling cstr-argument v0.1.2
31352026-06-21T00:02:44.751Z Compiling foreign-types v0.5.0
31362026-06-21T00:02:44.774Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31372026-06-21T00:02:44.830Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31382026-06-21T00:02:44.856Z Compiling rand v0.10.0
31392026-06-21T00:02:44.893Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31402026-06-21T00:02:44.896Z Compiling num_enum v0.7.6
31412026-06-21T00:02:45.022Z Compiling zone_cfg_derive v0.3.1
31422026-06-21T00:02:45.075Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-06-21T00:02:45.094Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-06-21T00:02:45.115Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-06-21T00:02:45.149Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31462026-06-21T00:02:45.244Z Compiling itertools v0.12.1
31472026-06-21T00:02:45.274Z Compiling rayon v1.11.0
31482026-06-21T00:02:45.292Z Compiling num-derive v0.4.2
31492026-06-21T00:02:45.294Z Compiling sigpipe v0.1.3
31502026-06-21T00:02:45.330Z Compiling ingot-types v0.1.2
31512026-06-21T00:02:45.333Z Compiling glob v0.3.3
31522026-06-21T00:02:45.369Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31532026-06-21T00:02:45.388Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31542026-06-21T00:02:45.430Z Compiling smf v0.2.3
31552026-06-21T00:02:45.539Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-06-21T00:02:45.586Z Compiling num_enum v0.5.11
31572026-06-21T00:02:45.699Z Compiling whoami v1.6.1
31582026-06-21T00:02:45.728Z Compiling ingot v0.1.1
31592026-06-21T00:02:45.745Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31602026-06-21T00:02:45.778Z Compiling usdt-macro v0.5.0
31612026-06-21T00:02:45.778Z Compiling usdt-attr-macro v0.5.0
31622026-06-21T00:02:45.838Z Compiling gethostname v0.5.0
31632026-06-21T00:02:45.875Z Compiling num-rational v0.4.2
31642026-06-21T00:02:46.060Z Compiling num-complex v0.4.6
31652026-06-21T00:02:46.077Z Compiling memmap v0.7.0
31662026-06-21T00:02:46.111Z Compiling derive-where v1.6.0
31672026-06-21T00:02:46.303Z Compiling float-ord v0.3.2
31682026-06-21T00:02:46.341Z Compiling toml v0.8.23
31692026-06-21T00:02:46.357Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31702026-06-21T00:02:46.452Z Compiling num v0.4.3
31712026-06-21T00:02:46.518Z Compiling zone v0.3.1
31722026-06-21T00:02:46.558Z Compiling resolv-conf v0.7.6
31732026-06-21T00:02:46.575Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-06-21T00:02:46.614Z Compiling cancel-safe-futures v0.1.5
31752026-06-21T00:02:46.658Z Compiling owo-colors v4.3.0
31762026-06-21T00:02:46.697Z Compiling usdt v0.5.0
31772026-06-21T00:02:46.742Z Compiling libsw-core v0.3.2
31782026-06-21T00:02:46.791Z Compiling prettyplease v0.2.37
31792026-06-21T00:02:46.950Z Compiling libsw v3.5.0
31802026-06-21T00:02:46.967Z Compiling console v0.15.11
31812026-06-21T00:02:47.010Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-21T00:02:47.043Z Compiling hickory-proto v0.24.4
31832026-06-21T00:02:47.086Z Compiling newline-converter v0.3.0
31842026-06-21T00:02:47.169Z Compiling linear-map v1.2.0
31852026-06-21T00:02:47.188Z Compiling linked-hash-map v0.5.6
31862026-06-21T00:02:47.232Z Compiling libefi-sys v0.1.0
31872026-06-21T00:02:47.250Z Compiling git-stub v1.0.0
31882026-06-21T00:02:47.286Z Compiling typify-macro v0.6.2
31892026-06-21T00:02:47.303Z Compiling bitfield-struct v0.6.2
31902026-06-21T00:02:47.392Z Compiling lru-cache v0.1.2
31912026-06-21T00:02:47.472Z Compiling expectorate v1.2.0
31922026-06-21T00:02:47.483Z Compiling nom v8.0.0
31932026-06-21T00:02:47.558Z Compiling semver v0.1.20
31942026-06-21T00:02:47.595Z Compiling git-stub-vcs v0.1.0
31952026-06-21T00:02:47.615Z Compiling tokio-dtrace v0.1.1
31962026-06-21T00:02:47.635Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31972026-06-21T00:02:47.652Z Compiling dropshot-api-manager-types v0.7.2
31982026-06-21T00:02:47.811Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-06-21T00:02:47.851Z Compiling rustc_version v0.1.7
32002026-06-21T00:02:47.882Z Compiling slog-dtrace v0.3.0
32012026-06-21T00:02:47.886Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-06-21T00:02:47.931Z Compiling minimal-lexical v0.2.1
32032026-06-21T00:02:47.991Z Compiling oxide-tokio-rt v0.1.4
32042026-06-21T00:02:48.009Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-06-21T00:02:48.029Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-06-21T00:02:48.029Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32072026-06-21T00:02:48.121Z Compiling newtype_derive v0.1.6
32082026-06-21T00:02:48.212Z Compiling nom v7.1.3
32092026-06-21T00:02:48.231Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-06-21T00:02:48.231Z Compiling phf_shared v0.12.1
32112026-06-21T00:02:48.267Z Compiling csv-core v0.1.13
32122026-06-21T00:02:48.333Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-06-21T00:02:48.353Z Compiling highway v1.3.0
32142026-06-21T00:02:48.371Z Compiling xshell-macros v0.2.7
32152026-06-21T00:02:48.457Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32162026-06-21T00:02:48.487Z Compiling chrono-tz v0.10.4
32172026-06-21T00:02:48.562Z Compiling csv v1.4.0
32182026-06-21T00:02:48.732Z Compiling const_format_proc_macros v0.2.34
32192026-06-21T00:02:48.760Z Compiling phf v0.12.1
32202026-06-21T00:02:48.805Z Compiling xshell v0.2.7
32212026-06-21T00:02:48.845Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-06-21T00:02:48.875Z Compiling primeorder v0.13.6
32232026-06-21T00:02:48.947Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32242026-06-21T00:02:49.123Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-06-21T00:02:49.185Z Compiling tabled_derive v0.7.0
32262026-06-21T00:02:49.204Z Compiling typify v0.6.2
32272026-06-21T00:02:49.270Z Compiling hickory-resolver v0.24.4
32282026-06-21T00:02:49.338Z Compiling progenitor-impl v0.14.0
32292026-06-21T00:02:49.366Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-06-21T00:02:49.471Z Compiling bcs v0.1.6
32312026-06-21T00:02:49.506Z Compiling salty v0.3.0
32322026-06-21T00:02:49.617Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32332026-06-21T00:02:49.635Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-06-21T00:02:49.797Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-06-21T00:02:49.826Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32362026-06-21T00:02:49.843Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-06-21T00:02:49.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-06-21T00:02:50.072Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-06-21T00:02:50.233Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32402026-06-21T00:02:50.344Z Compiling qorb v0.4.1
32412026-06-21T00:02:50.364Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32422026-06-21T00:02:50.364Z Compiling const_format v0.2.35
32432026-06-21T00:02:50.537Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-06-21T00:02:50.603Z Compiling termtree v0.5.1
32452026-06-21T00:02:50.623Z Compiling tagptr v0.2.0
32462026-06-21T00:02:50.749Z Compiling textwrap v0.16.2
32472026-06-21T00:02:50.771Z Compiling moka v0.12.13
32482026-06-21T00:02:50.793Z Compiling tabled v0.15.0
32492026-06-21T00:02:50.832Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-06-21T00:02:51.108Z Compiling steno v0.4.1
32512026-06-21T00:02:51.257Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-06-21T00:02:51.306Z Compiling base64 v0.21.7
32532026-06-21T00:02:51.323Z Compiling radium v0.7.0
32542026-06-21T00:02:51.605Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32552026-06-21T00:02:51.663Z Compiling hickory-resolver v0.25.2
32562026-06-21T00:02:51.681Z Compiling p384 v0.13.1
32572026-06-21T00:02:51.685Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32582026-06-21T00:02:51.718Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32592026-06-21T00:02:51.874Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32602026-06-21T00:02:51.939Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32612026-06-21T00:02:52.101Z Compiling progenitor-macro v0.14.0
32622026-06-21T00:02:52.227Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32632026-06-21T00:02:52.294Z Compiling maybe-uninit v2.0.0
32642026-06-21T00:02:52.502Z Compiling tap v1.0.1
32652026-06-21T00:02:52.662Z Compiling wyz v0.5.1
32662026-06-21T00:02:52.684Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32672026-06-21T00:02:52.699Z Compiling proc-macro-error-attr2 v2.0.0
32682026-06-21T00:02:52.798Z Compiling parking_lot_core v0.8.6
32692026-06-21T00:02:52.903Z Compiling funty v2.0.0
32702026-06-21T00:02:53.035Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32712026-06-21T00:02:53.062Z Compiling utf-8 v0.7.6
32722026-06-21T00:02:53.092Z Compiling packed_struct v0.10.1
32732026-06-21T00:02:53.158Z Compiling proc-macro-error2 v2.0.1
32742026-06-21T00:02:53.289Z Compiling bitvec v1.0.1
32752026-06-21T00:02:53.309Z Compiling tungstenite v0.21.0
32762026-06-21T00:02:53.433Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32772026-06-21T00:02:53.457Z Compiling polyval v0.6.2
32782026-06-21T00:02:53.475Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-06-21T00:02:53.524Z Compiling num-derive v0.3.3
32802026-06-21T00:02:53.557Z Compiling packed_struct_codegen v0.10.1
32812026-06-21T00:02:53.655Z Compiling zerocopy-derive v0.6.6
32822026-06-21T00:02:53.659Z Compiling bitfield-macros v0.19.4
32832026-06-21T00:02:53.735Z Compiling indexmap v1.9.3
32842026-06-21T00:02:53.740Z Compiling nodrop v0.1.14
32852026-06-21T00:02:53.740Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-21T00:02:53.890Z Compiling crc-catalog v2.4.0
32872026-06-21T00:02:53.986Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-06-21T00:02:54.022Z Compiling crc v3.4.0
32892026-06-21T00:02:54.058Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32902026-06-21T00:02:54.077Z Compiling array-init v0.0.4
32912026-06-21T00:02:54.201Z Compiling tokio-tungstenite v0.21.0
32922026-06-21T00:02:54.248Z Compiling ghash v0.5.1
32932026-06-21T00:02:54.282Z Compiling tabled_derive v0.11.0
32942026-06-21T00:02:54.298Z Compiling smallvec v0.6.14
32952026-06-21T00:02:54.423Z Compiling bitfield v0.19.4
32962026-06-21T00:02:54.489Z Compiling libscf-sys v1.1.0
32972026-06-21T00:02:54.508Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32982026-06-21T00:02:54.544Z Compiling progenitor-impl v0.13.0
32992026-06-21T00:02:54.547Z Compiling zerocopy v0.6.6
33002026-06-21T00:02:54.578Z Compiling papergrid v0.17.0
33012026-06-21T00:02:54.670Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33022026-06-21T00:02:54.703Z Compiling testing_table v0.3.0
33032026-06-21T00:02:54.767Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33042026-06-21T00:02:54.788Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-06-21T00:02:54.805Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-06-21T00:02:54.824Z Compiling ctr v0.9.2
33072026-06-21T00:02:54.900Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-06-21T00:02:54.936Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-21T00:02:54.969Z Compiling corncobs v0.1.4
33102026-06-21T00:02:55.056Z Compiling unicase v2.9.0
33112026-06-21T00:02:55.074Z Compiling hashbrown v0.12.3
33122026-06-21T00:02:55.099Z Compiling illumos-nvpair-sys v0.2.0
33132026-06-21T00:02:55.175Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-06-21T00:02:55.258Z Compiling aes-gcm v0.10.3
33152026-06-21T00:02:55.281Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-06-21T00:02:55.305Z Compiling mime_guess v2.0.5
33172026-06-21T00:02:55.352Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-06-21T00:02:55.495Z Compiling parking_lot v0.11.2
33192026-06-21T00:02:55.533Z Compiling tabled v0.20.0
33202026-06-21T00:02:55.612Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33212026-06-21T00:02:55.644Z Compiling serde-hex v0.1.0
33222026-06-21T00:02:55.848Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-06-21T00:02:55.906Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-06-21T00:02:56.015Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-06-21T00:02:56.066Z Compiling ron v0.8.1
33262026-06-21T00:02:56.133Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-06-21T00:02:56.162Z Compiling hashbrown v0.13.2
33282026-06-21T00:02:56.380Z Compiling progenitor-client v0.13.0
33292026-06-21T00:02:56.384Z Compiling prefix-trie v0.7.0
33302026-06-21T00:02:56.636Z Compiling blowfish v0.9.1
33312026-06-21T00:02:56.668Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33322026-06-21T00:02:56.698Z Compiling ssh-encoding v0.2.0
33332026-06-21T00:02:56.743Z Compiling fxhash v0.2.1
33342026-06-21T00:02:56.837Z Compiling secrecy v0.8.0
33352026-06-21T00:02:56.921Z Compiling crc-any v2.5.0
33362026-06-21T00:02:56.974Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-06-21T00:02:57.021Z Compiling ssh-cipher v0.2.0
33382026-06-21T00:02:57.091Z Compiling sled v0.34.7
33392026-06-21T00:02:57.260Z Compiling bcrypt-pbkdf v0.10.0
33402026-06-21T00:02:57.330Z Compiling progenitor-macro v0.13.0
33412026-06-21T00:02:57.345Z Compiling progenitor v0.14.0
33422026-06-21T00:02:57.411Z Compiling hickory-server v0.25.2
33432026-06-21T00:02:57.465Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-06-21T00:02:57.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33452026-06-21T00:02:57.525Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-06-21T00:02:57.674Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33472026-06-21T00:02:57.820Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33482026-06-21T00:02:57.824Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33492026-06-21T00:02:58.046Z Compiling object v0.30.4
33502026-06-21T00:02:58.134Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33512026-06-21T00:02:58.181Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33522026-06-21T00:02:58.319Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-06-21T00:02:58.427Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-06-21T00:02:58.474Z Compiling password-hash v0.4.2
33552026-06-21T00:02:58.491Z Compiling crc8 v0.1.1
33562026-06-21T00:02:58.634Z Compiling half v1.8.3
33572026-06-21T00:02:58.851Z Compiling path-slash v0.1.5
33582026-06-21T00:02:58.888Z Compiling http-range v0.1.5
33592026-06-21T00:02:58.934Z Compiling serde_cbor v0.11.2
33602026-06-21T00:02:59.021Z Compiling pbkdf2 v0.11.0
33612026-06-21T00:02:59.112Z Compiling illumos-nvpair v0.3.0
33622026-06-21T00:02:59.398Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33632026-06-21T00:02:59.559Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33642026-06-21T00:02:59.763Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-06-21T00:03:00.248Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33662026-06-21T00:03:00.277Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-06-21T00:03:00.296Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-06-21T00:03:00.404Z Compiling ssh-key v0.6.7
33692026-06-21T00:03:00.749Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33702026-06-21T00:03:00.885Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33712026-06-21T00:03:00.951Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33722026-06-21T00:03:01.012Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-06-21T00:03:01.033Z Compiling p256 v0.13.2
33742026-06-21T00:03:01.050Z Compiling p521 v0.13.3
33752026-06-21T00:03:01.281Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-06-21T00:03:01.451Z Compiling yasna v0.5.2
33772026-06-21T00:03:01.480Z Compiling kstat-rs v0.2.4
33782026-06-21T00:03:01.821Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33792026-06-21T00:03:01.838Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33802026-06-21T00:03:02.004Z Compiling headers-core v0.3.0
33812026-06-21T00:03:02.024Z Compiling nanorand v0.7.0
33822026-06-21T00:03:02.064Z Compiling atty v0.2.14
33832026-06-21T00:03:02.166Z Compiling russh-cryptovec v0.7.3
33842026-06-21T00:03:02.184Z Compiling md5 v0.7.0
33852026-06-21T00:03:02.206Z Compiling home v0.5.12
33862026-06-21T00:03:02.223Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33872026-06-21T00:03:02.361Z Compiling russh-keys v0.45.0
33882026-06-21T00:03:02.361Z Compiling flume v0.11.1
33892026-06-21T00:03:02.396Z Compiling headers v0.4.1
33902026-06-21T00:03:02.399Z Compiling rcgen v0.12.1
33912026-06-21T00:03:02.505Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33922026-06-21T00:03:02.543Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-06-21T00:03:02.575Z Compiling progenitor v0.13.0
33942026-06-21T00:03:02.622Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33952026-06-21T00:03:02.742Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33962026-06-21T00:03:02.764Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33972026-06-21T00:03:02.865Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33982026-06-21T00:03:02.973Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33992026-06-21T00:03:03.110Z Compiling hyper-staticfile v0.10.1
34002026-06-21T00:03:03.193Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34012026-06-21T00:03:03.219Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-06-21T00:03:03.335Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-06-21T00:03:03.543Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34042026-06-21T00:03:03.615Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-06-21T00:03:03.680Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34062026-06-21T00:03:03.700Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34072026-06-21T00:03:03.744Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34082026-06-21T00:03:03.748Z Compiling num-bigint v0.4.6
34092026-06-21T00:03:03.930Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-06-21T00:03:03.967Z Compiling des v0.8.1
34112026-06-21T00:03:03.988Z Compiling subprocess v0.2.15
34122026-06-21T00:03:03.992Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-06-21T00:03:03.992Z Compiling display-error-chain v0.2.2
34142026-06-21T00:03:04.045Z Compiling hex-literal v0.4.1
34152026-06-21T00:03:04.127Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34162026-06-21T00:03:04.184Z Compiling colored v2.2.0
34172026-06-21T00:03:04.201Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34182026-06-21T00:03:04.206Z Compiling internet-checksum v0.2.1
34192026-06-21T00:03:04.488Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34202026-06-21T00:03:04.535Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-06-21T00:03:04.981Z Compiling russh v0.45.0
34222026-06-21T00:03:05.391Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-06-21T00:03:06.399Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-06-21T00:03:06.399Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-06-21T00:03:08.869Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-06-21T00:03:09.486Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-06-21T00:03:09.618Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-06-21T00:03:09.991Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-06-21T00:03:11.889Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34302026-06-21T00:03:20.107Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-06-21T00:03:20.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-06-21T00:03:20.107Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-06-21T00:03:20.110Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-06-21T00:03:21.902Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34352026-06-21T00:03:21.939Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34362026-06-21T00:03:25.952Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-06-21T00:04:05.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34382026-06-21T00:04:05.654Z
34392026-06-21T00:04:05.654Zreal 1:26.729974922
34402026-06-21T00:04:05.654Zuser 8:05.303331535
34412026-06-21T00:04:05.654Zsys 1:39.846227837
34422026-06-21T00:04:05.658Ztrap 0.245032252
34432026-06-21T00:04:05.658Ztflt 0.564523702
34442026-06-21T00:04:05.658Zdflt 1.879341408
34452026-06-21T00:04:05.658Zkflt 0.000268318
34462026-06-21T00:04:05.658Zlock 27:13.037121412
34472026-06-21T00:04:05.658Zslp 18:16.871830660
34482026-06-21T00:04:05.658Zlat 36.848636095
34492026-06-21T00:04:05.658Zstop 2:34.369709523
34502026-06-21T00:04:05.658Z+ mkdir tests
34512026-06-21T00:04:05.658Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34522026-06-21T00:04:05.662Z+ xargs -I '{}' -t cp '{}' tests/
34532026-06-21T00:04:05.681Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34542026-06-21T00:04:05.710Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34552026-06-21T00:04:05.740Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34562026-06-21T00:04:05.767Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34572026-06-21T00:04:05.998Z+ 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/* tools/opte_version tools/opte_version_override)
34582026-06-21T00:04:06.001Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 tools/opte_version tools/opte_version_override 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
34592026-06-21T00:05:26.019ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34602026-06-21T00:05:26.019Za .github/buildomat/ci-env.sh 1K
34612026-06-21T00:05:26.019Za out/target/test 1K
34622026-06-21T00:05:26.020Za out/npuzone/npuzone 27402K
34632026-06-21T00:05:26.020Za package-manifest.toml 35K
34642026-06-21T00:05:26.020Za smf/sled-agent/non-gimlet/config.toml 6K
34652026-06-21T00:05:26.020Za target/release/omicron-package 45177K
34662026-06-21T00:05:26.020Za target/release/xtask 11453K
34672026-06-21T00:05:26.020Za target/debug/bootstrap 355917K
34682026-06-21T00:05:26.020Za tests/bootstrap-924fc3fc47321669 31215K
34692026-06-21T00:05:26.020Za tests/commtest-408c589a9be9a15a 32300K
34702026-06-21T00:05:26.020Za tests/dhcp_server-f35f394bfb169ef7 31215K
34712026-06-21T00:05:26.020Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34722026-06-21T00:05:26.020Za tools/opte_version 1K
34732026-06-21T00:05:26.020Za tools/opte_version_override 2K
34742026-06-21T00:05:26.020Za out/clickhouse.tar.gz 313417K
34752026-06-21T00:05:26.020Za out/clickhouse_keeper.tar.gz 298475K
34762026-06-21T00:05:26.020Za out/clickhouse_server.tar.gz 313415K
34772026-06-21T00:05:26.020Za out/cockroachdb.tar.gz 157676K
34782026-06-21T00:05:26.020Za out/crucible-pantry-zone.tar.gz 36467K
34792026-06-21T00:05:26.020Za out/crucible-utils.tar 16478K
34802026-06-21T00:05:26.020Za out/crucible-zone.tar.gz 52037K
34812026-06-21T00:05:26.020Za out/external-dns.tar.gz 42900K
34822026-06-21T00:05:26.020Za out/internal-dns.tar.gz 42899K
34832026-06-21T00:05:26.020Za out/mg-ddm-gz.tar 97917K
34842026-06-21T00:05:26.020Za out/nexus.tar.gz 278322K
34852026-06-21T00:05:26.020Za out/ntp.tar.gz 24107K
34862026-06-21T00:05:26.020Za out/omicron-gateway-softnpu.tar.gz 30194K
34872026-06-21T00:05:26.020Za out/omicron-sled-agent.tar 194547K
34882026-06-21T00:05:26.020Za out/overlay.tar.gz 3K
34892026-06-21T00:05:26.020Za out/oximeter.tar.gz 62279K
34902026-06-21T00:05:26.020Za out/oxlog.tar 3782K
34912026-06-21T00:05:26.020Za out/probe.tar.gz 3037K
34922026-06-21T00:05:26.020Za out/propolis-server.tar.gz 34918K
34932026-06-21T00:05:26.021Za out/pumpkind-gz.tar 26647K
34942026-06-21T00:05:26.021Za out/switch-softnpu.tar.gz 447851K
34952026-06-21T00:05:26.024Z
34962026-06-21T00:05:26.024Zreal 1:20.018248983
34972026-06-21T00:05:26.024Zuser 1:17.316932448
34982026-06-21T00:05:26.024Zsys 4.465946312
34992026-06-21T00:05:26.024Ztrap 0.006296456
35002026-06-21T00:05:26.024Ztflt 0.000000000
35012026-06-21T00:05:26.024Zdflt 0.000000000
35022026-06-21T00:05:26.024Zkflt 0.000000000
35032026-06-21T00:05:26.024Zlock 0.000000000
35042026-06-21T00:05:26.024Zslp 1:17.270013357
35052026-06-21T00:05:26.024Zlat 0.972275711
35062026-06-21T00:05:26.024Zstop 0.000249848
35072026-06-21T00:05:26.024Zprocess exited: duration 1016550 ms, exit code 0
 
35082026-06-21T00:05:26.038Zfound 1 output files
35092026-06-21T00:05:26.038Zuploading: /work/package.tar.gz (2479511410 bytes)
35102026-06-21T00:06:00.352Zuploaded: /work/package.tar.gz