01KT4N5TPMQV8DB6WJDMDNWQR1: 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: 01KT4N6C6XEZSVC0DADQH6N992

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T17:13:58.947Zjob assigned to worker 01KT4N6HAHHYK19MH92Y5G0G3P [factory aws, i-0450742b2ae9d9241] (queued for 47 s)
 
22026-06-02T17:14:06.318Zstarting task 0: "setup"
32026-06-02T17:14:06.323Z++ uname -s
42026-06-02T17:14:06.326Z+ kern=SunOS
52026-06-02T17:14:06.326Z+ build_user=build
62026-06-02T17:14:06.326Z+ build_uid=12345
72026-06-02T17:14:06.326Z+ work_dir=/work
82026-06-02T17:14:06.326Z+ input_dir=/input
92026-06-02T17:14:06.326Z+ [[ 0 == 12345 ]]
102026-06-02T17:14:06.326Z+ case "$kern" in
112026-06-02T17:14:06.326Z+ groupadd -g 12345 build
122026-06-02T17:14:06.333Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T17:14:08.343Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T17:14:08.412Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T17:14:08.415Z+ home_fs=zfs
162026-06-02T17:14:08.415Z+ [[ zfs == autofs ]]
172026-06-02T17:14:08.415Z+ mkdir -p /home/build
182026-06-02T17:14:08.418Z+ chown build:build /home/build /work
192026-06-02T17:14:10.418Z+ chmod 0700 /home/build /work
202026-06-02T17:14:10.422Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-02T17:14:10.429Zstarting task 1: "rust-toolchain"
222026-06-02T17:14:10.434Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T17:14:10.434Z * rust toolchain channel = "1.94.0"
242026-06-02T17:14:10.434Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-02T17:14:10.434Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-02T17:14:10.434Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T17:14:10.434Z * rust toolchain profile = "default"
282026-06-02T17:14:10.438Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T17:14:10.438Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T17:14:10.547Zinfo: downloading installer
312026-06-02T17:14:11.932Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T17:14:11.932Zwarn: /home/build/.rustup/settings.toml
332026-06-02T17:14:11.932Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T17:14:11.932Zwarn: instead of the one inferred from the default host triple.
352026-06-02T17:14:11.945Zinfo: profile set to default
362026-06-02T17:14:11.945Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T17:14:11.948Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T17:14:12.081Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T17:14:12.084Zinfo: downloading 6 components
402026-06-02T17:14:26.172Z
412026-06-02T17:14:26.173Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-02T17:14:26.203Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T17:14:26.204Z
442026-06-02T17:14:26.204Z
452026-06-02T17:14:26.204ZRust is installed now. Great!
462026-06-02T17:14:26.204Z
472026-06-02T17:14:26.204ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T17:14:26.204Zenvironment variable. This has not been done automatically.
492026-06-02T17:14:26.204Z
502026-06-02T17:14:26.204ZTo configure your current shell, you need to source
512026-06-02T17:14:26.204Zthe corresponding env file under $HOME/.cargo.
522026-06-02T17:14:26.204Z
532026-06-02T17:14:26.204ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T17:14:26.204Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T17:14:26.204Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T17:14:26.204Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T17:14:26.204Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T17:14:26.204Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T17:14:26.204Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T17:14:26.208Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T17:14:26.208Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T17:14:26.306Z+ rustup --version
632026-06-02T17:14:26.312Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T17:14:26.315Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T17:14:26.333Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T17:14:26.337Z+ cargo --version
672026-06-02T17:14:26.346Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T17:14:26.349Z+ rustc --version
692026-06-02T17:14:26.367Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T17:14:26.371Zprocess exited: duration 15940 ms, exit code 0
 
712026-06-02T17:14:26.377Zstarting task 2: "authentication"
722026-06-02T17:14:26.396Zprocess exited: duration 18 ms, exit code 0
 
732026-06-02T17:14:26.402Zstarting task 3: "clone repository"
742026-06-02T17:14:26.406Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T17:14:26.409Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T17:14:26.450ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T17:14:37.253Z+ cd /work/oxidecomputer/omicron
782026-06-02T17:14:37.253Z+ git fetch origin 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
792026-06-02T17:14:37.571ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T17:14:37.571Z * branch 4e7955dbfe17ca3ca394c2c7dafa778627cadeda -> FETCH_HEAD
812026-06-02T17:14:37.585Z+ [[ -n bump-console-0c8fd96e ]]
822026-06-02T17:14:37.589Z++ git branch --show-current
832026-06-02T17:14:37.589Z+ current=main
842026-06-02T17:14:37.589Z+ [[ main != bump-console-0c8fd96e ]]
852026-06-02T17:14:37.589Z+ git branch -f bump-console-0c8fd96e 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
862026-06-02T17:14:37.592Z+ git checkout -f bump-console-0c8fd96e
872026-06-02T17:14:37.832ZSwitched to branch 'bump-console-0c8fd96e'
882026-06-02T17:14:37.835Z+ git reset --hard 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
892026-06-02T17:14:38.069ZHEAD is now at 4e7955dbf Bump web console (a lot of small stuff)
902026-06-02T17:14:38.073Zprocess exited: duration 11669 ms, exit code 0
 
912026-06-02T17:14:38.079Zstarting task 4: "build"
922026-06-02T17:14:38.085Z+ source .github/buildomat/ci-env.sh
932026-06-02T17:14:38.086Z++ export CARGO_TERM_COLOR=always
942026-06-02T17:14:38.086Z++ CARGO_TERM_COLOR=always
952026-06-02T17:14:38.086Z+ cargo --version
962026-06-02T17:14:38.098Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T17:14:38.101Z+ rustc --version
982026-06-02T17:14:38.121Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T17:14:38.124Z+ WORK=/work
1002026-06-02T17:14:38.125Z+ pfexec mkdir -p /work
1012026-06-02T17:14:38.128Z+ pfexec chown build /work
1022026-06-02T17:14:38.131Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-02T17:14:39.960Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-02T17:14:40.036Z Startup: Caching catalogs ... Done
1052026-06-02T17:14:40.343ZPlanning: Solver setup ... Done (0.260s)
1062026-06-02T17:14:40.362ZPlanning: Running solver ... Done (0.019s)
1072026-06-02T17:14:40.378ZPlanning: Finding local manifests ... Done (0.012s)
1082026-06-02T17:14:40.390ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-02T17:14:40.406ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-02T17:14:40.420ZPlanning: Package planning ... Done (0.014s)
1112026-06-02T17:14:40.423ZPlanning: Merging actions ... Done (0.002s)
1122026-06-02T17:14:40.620ZPlanning: Checking for conflicting actions ... Done (0.197s)
1132026-06-02T17:14:40.623ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-02T17:14:41.789ZPlanning: Evaluating mediators ... Done (1.168s)
1152026-06-02T17:14:41.792ZPlanning: Planning completed in 1.73 seconds
1162026-06-02T17:14:41.798Z Packages to install: 2
1172026-06-02T17:14:41.798Z Estimated space available: 156.07 GB
1182026-06-02T17:14:41.799ZEstimated space to be consumed: 23.93 MB
1192026-06-02T17:14:41.799Z Create boot environment: No
1202026-06-02T17:14:41.799ZCreate backup boot environment: No
1212026-06-02T17:14:41.799Z Rebuild boot archive: No
1222026-06-02T17:14:41.799Z
1232026-06-02T17:14:41.799ZChanged packages:
1242026-06-02T17:14:41.799Zhelios
1252026-06-02T17:14:41.799Z developer/build-essential
1262026-06-02T17:14:41.802Z None -> 11-3.0
1272026-06-02T17:14:41.802Z library/libxmlsec1
1282026-06-02T17:14:41.802Z None -> 1.2.35-3.0
1292026-06-02T17:14:41.838Z
1302026-06-02T17:14:41.838ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-02T17:14:43.691ZDownload: Completed 1.28 MB in 1.85 seconds (708k/s)
1322026-06-02T17:14:43.746Z Actions: 1/268 actions (Installing new actions)
1332026-06-02T17:14:43.785Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-02T17:14:43.793ZFinalize: Updating package state database ... Done (0.007s)
1352026-06-02T17:14:43.793ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-02T17:14:43.814ZFinalize: Updating image state ... Done (0.021s)
1372026-06-02T17:14:46.498ZFinalize: Creating fast lookup database ... Done (2.662s)
1382026-06-02T17:14:46.592ZFinalize: Reading search index ... Done (0.031s)
1392026-06-02T17:14:46.595ZFinalize: Updating search index ... Done (0.000s)
1402026-06-02T17:14:46.673ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-02T17:14:46.978ZPlanning: Evaluating mediator changes ... Done
1422026-06-02T17:14:47.084ZPlanning: Checking for conflicting actions ... Done
1432026-06-02T17:14:47.087ZPlanning: Consolidating action changes ... Done
1442026-06-02T17:14:47.243ZPlanning: Evaluating mediators ... Done
1452026-06-02T17:14:47.246ZPlanning: Planning completed in 0.27 seconds
1462026-06-02T17:14:47.266Z Mediators to change: 2
1472026-06-02T17:14:47.266Z Create boot environment: No
1482026-06-02T17:14:47.266ZCreate backup boot environment: No
1492026-06-02T17:14:47.315ZFinalize: Updating package state database ... Done
1502026-06-02T17:14:47.315ZFinalize: Updating package cache ... Done
1512026-06-02T17:14:47.326ZFinalize: Updating image state ... Done
1522026-06-02T17:14:49.279ZFinalize: Creating fast lookup database ... Done
1532026-06-02T17:14:49.344ZFinalize: Reading search index ... Done
1542026-06-02T17:14:49.347ZFinalize: Updating search index ... Done
1552026-06-02T17:14:49.429ZFinalize: Updating package cache ... Done
1562026-06-02T17:14:49.724ZPlanning: Evaluating mediator changes ... Done
1572026-06-02T17:14:49.832ZPlanning: Checking for conflicting actions ... Done
1582026-06-02T17:14:49.835ZPlanning: Consolidating action changes ... Done
1592026-06-02T17:14:49.995ZPlanning: Evaluating mediators ... Done
1602026-06-02T17:14:49.998ZPlanning: Planning completed in 0.27 seconds
1612026-06-02T17:14:50.020Z Mediators to change: 1
1622026-06-02T17:14:50.020Z Create boot environment: No
1632026-06-02T17:14:50.020ZCreate backup boot environment: No
1642026-06-02T17:14:50.079ZFinalize: Updating package state database ... Done
1652026-06-02T17:14:50.079ZFinalize: Updating package cache ... Done
1662026-06-02T17:14:50.091ZFinalize: Updating image state ... Done
1672026-06-02T17:14:52.075ZFinalize: Creating fast lookup database ... Done
1682026-06-02T17:14:52.139ZFinalize: Reading search index ... Done
1692026-06-02T17:14:52.142ZFinalize: Updating search index ... Done
1702026-06-02T17:14:52.213ZFinalize: Updating package cache ... Done
1712026-06-02T17:14:52.527ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-02T17:14:52.527Zapache system 2.4 system
1732026-06-02T17:14:52.527Zclang system 15 system
1742026-06-02T17:14:52.527Zcsh system system illumos
1752026-06-02T17:14:52.527Zctags system system illumos
1762026-06-02T17:14:52.527Zfile vendor vendor darwinsys
1772026-06-02T17:14:52.527Zfile system system illumos
1782026-06-02T17:14:52.527Zgcc vendor 14 vendor
1792026-06-02T17:14:52.527Zgcc system 13 system
1802026-06-02T17:14:52.527Zgcc system 10 system
1812026-06-02T17:14:52.527Zgo system 1.25 system
1822026-06-02T17:14:52.527Zllvm system 15 system
1832026-06-02T17:14:52.527Zmariadb system 11.4 system
1842026-06-02T17:14:52.527Zmta vendor vendor dma
1852026-06-02T17:14:52.527Zopenjdk system 17 system
1862026-06-02T17:14:52.527Zopenjdk system 11 system
1872026-06-02T17:14:52.527Zopenssl vendor 3 vendor
1882026-06-02T17:14:52.527Zperl system 5.40 system
1892026-06-02T17:14:52.527Zpostgresql system 18 system
1902026-06-02T17:14:52.527Zpostgresql system 17 system
1912026-06-02T17:14:52.527Zpython vendor 3 vendor
1922026-06-02T17:14:52.527Zpython system 2 system
1932026-06-02T17:14:52.527Zpython3 vendor 3.13 vendor
1942026-06-02T17:14:52.527Zruby system 3.4 system
1952026-06-02T17:14:52.527Zruby system 3.0 system
1962026-06-02T17:14:52.527Zwords vendor vendor american-english
1972026-06-02T17:14:52.527Zwords system system australian-english
1982026-06-02T17:14:52.527Zwords system system british-english
1992026-06-02T17:14:52.528Zwords system system canadian-english
2002026-06-02T17:14:52.528Zwords system system french
2012026-06-02T17:14:52.528Zwords system system italian
2022026-06-02T17:14:52.528Zwords system system ngerman
2032026-06-02T17:14:52.528Zwords system system ogerman
2042026-06-02T17:14:52.528Zwords system system spanish
2052026-06-02T17:14:52.791ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-02T17:14:52.791Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-02T17:14:53.076ZFMRI IFO
2082026-06-02T17:14:53.076Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-02T17:14:53.076Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-02T17:14:53.076Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-02T17:14:53.076Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-02T17:14:53.076Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-02T17:14:53.076Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-02T17:14:53.076Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-02T17:14:53.076Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-02T17:14:53.076Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-02T17:14:53.326Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-02T17:14:53.628Z Updating crates.io index
2192026-06-02T17:14:53.662Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-02T17:14:54.376Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-02T17:14:54.928Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-02T17:14:55.578Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-02T17:14:56.490Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-02T17:14:57.023Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-02T17:14:58.547Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-02T17:14:59.311Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-02T17:14:59.709Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-02T17:15:00.550Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-02T17:15:01.086Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-02T17:15:01.488Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-02T17:15:01.882Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-02T17:15:03.291Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-02T17:15:04.102Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-02T17:15:04.439Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-02T17:15:04.922Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-02T17:15:05.358Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-02T17:15:05.808Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-02T17:15:06.333Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-02T17:15:06.649Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-02T17:15:06.988Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-02T17:15:07.473Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-02T17:15:07.853Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-02T17:15:08.564Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-02T17:15:09.157Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-02T17:15:09.408Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-02T17:15:10.105Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-02T17:15:10.423Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-02T17:15:11.475Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-02T17:15:12.300Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-06-02T17:15:12.660Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-06-02T17:15:12.968Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-06-02T17:15:13.354Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-06-02T17:15:13.667Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-06-02T17:15:14.213Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-06-02T17:15:14.461Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-06-02T17:15:14.808Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-06-02T17:15:15.116Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-06-02T17:15:15.572Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-06-02T17:15:27.623Z Downloading crates ...
2602026-06-02T17:15:27.673Z Downloaded block-buffer v0.10.4
2612026-06-02T17:15:27.683Z Downloaded thiserror v1.0.69
2622026-06-02T17:15:27.686Z Downloaded generic-array v0.14.7
2632026-06-02T17:15:27.689Z Downloaded anstream v0.6.21
2642026-06-02T17:15:27.689Z Downloaded dtrace-parser v0.2.0
2652026-06-02T17:15:27.691Z Downloaded tinystr v0.8.2
2662026-06-02T17:15:27.691Z Downloaded cpufeatures v0.2.17
2672026-06-02T17:15:27.691Z Downloaded anstyle v1.0.13
2682026-06-02T17:15:27.694Z Downloaded colorchoice v1.0.4
2692026-06-02T17:15:27.694Z Downloaded cargo-platform v0.2.0
2702026-06-02T17:15:27.694Z Downloaded cargo_metadata v0.21.0
2712026-06-02T17:15:27.697Z Downloaded autocfg v1.5.0
2722026-06-02T17:15:27.697Z Downloaded yoke-derive v0.8.1
2732026-06-02T17:15:27.697Z Downloaded swrite v0.1.0
2742026-06-02T17:15:27.697Z Downloaded plain v0.2.3
2752026-06-02T17:15:27.700Z Downloaded zerofrom v0.1.6
2762026-06-02T17:15:27.700Z Downloaded anstyle-query v1.1.5
2772026-06-02T17:15:27.700Z Downloaded bitflags v2.11.0
2782026-06-02T17:15:27.703Z Downloaded displaydoc v0.2.5
2792026-06-02T17:15:27.705Z Downloaded digest v0.10.7
2802026-06-02T17:15:27.705Z Downloaded usdt-impl v0.5.0
2812026-06-02T17:15:27.708Z Downloaded usdt v0.5.0
2822026-06-02T17:15:27.708Z Downloaded typenum v1.19.0
2832026-06-02T17:15:27.708Z Downloaded thiserror-impl v1.0.69
2842026-06-02T17:15:27.711Z Downloaded crypto-common v0.1.7
2852026-06-02T17:15:27.714Z Downloaded cargo-util-schemas v0.8.2
2862026-06-02T17:15:27.717Z Downloaded anstyle-parse v0.2.7
2872026-06-02T17:15:27.721Z Downloaded zerovec v0.11.5
2882026-06-02T17:15:27.725Z Downloaded camino v1.2.2
2892026-06-02T17:15:27.728Z Downloaded anyhow v1.0.102
2902026-06-02T17:15:27.731Z Downloaded bytecount v0.6.9
2912026-06-02T17:15:27.731Z Downloaded utf8_iter v1.0.4
2922026-06-02T17:15:27.731Z Downloaded camino-tempfile v1.4.1
2932026-06-02T17:15:27.731Z Downloaded log v0.4.29
2942026-06-02T17:15:27.734Z Downloaded zerocopy-derive v0.7.35
2952026-06-02T17:15:27.737Z Downloaded serde-value v0.7.0
2962026-06-02T17:15:27.737Z Downloaded utf8parse v0.2.2
2972026-06-02T17:15:27.737Z Downloaded heck v0.4.1
2982026-06-02T17:15:27.737Z Downloaded unicode-width v0.2.0
2992026-06-02T17:15:27.740Z Downloaded unicode-xid v0.2.6
3002026-06-02T17:15:27.743Z Downloaded version_check v0.9.5
3012026-06-02T17:15:27.743Z Downloaded unicode-linebreak v0.1.5
3022026-06-02T17:15:27.743Z Downloaded thread-id v4.2.2
3032026-06-02T17:15:27.743Z Downloaded serde_spanned v0.6.9
3042026-06-02T17:15:27.748Z Downloaded toml_write v0.1.2
3052026-06-02T17:15:27.748Z Downloaded tabled_derive v0.7.0
3062026-06-02T17:15:27.748Z Downloaded toml_datetime v0.6.11
3072026-06-02T17:15:27.751Z Downloaded ordered-float v2.10.1
3082026-06-02T17:15:27.751Z Downloaded itoa v1.0.17
3092026-06-02T17:15:27.751Z Downloaded is_terminal_polyfill v1.70.2
3102026-06-02T17:15:27.751Z Downloaded form_urlencoded v1.2.2
3112026-06-02T17:15:27.751Z Downloaded smawk v0.3.2
3122026-06-02T17:15:27.754Z Downloaded fnv v1.0.7
3132026-06-02T17:15:27.754Z Downloaded zerofrom-derive v0.1.6
3142026-06-02T17:15:27.754Z Downloaded usdt-attr-macro v0.5.0
3152026-06-02T17:15:27.754Z Downloaded thiserror v2.0.18
3162026-06-02T17:15:27.757Z Downloaded typeid v1.0.3
3172026-06-02T17:15:27.760Z Downloaded pretty-hex v0.4.1
3182026-06-02T17:15:27.760Z Downloaded byteorder v1.5.0
3192026-06-02T17:15:27.760Z Downloaded usdt-macro v0.5.0
3202026-06-02T17:15:27.760Z Downloaded dof v0.3.0
3212026-06-02T17:15:27.763Z Downloaded terminal_size v0.4.3
3222026-06-02T17:15:27.763Z Downloaded stable_deref_trait v1.2.1
3232026-06-02T17:15:27.763Z Downloaded percent-encoding v2.3.2
3242026-06-02T17:15:27.763Z Downloaded clap_lex v1.0.0
3252026-06-02T17:15:27.763Z Downloaded toml_edit v0.22.27
3262026-06-02T17:15:27.766Z Downloaded zerovec-derive v0.11.2
3272026-06-02T17:15:27.769Z Downloaded zmij v1.0.21
3282026-06-02T17:15:27.769Z Downloaded yoke v0.8.1
3292026-06-02T17:15:27.769Z Downloaded toml v0.8.23
3302026-06-02T17:15:27.772Z Downloaded clap_derive v4.5.55
3312026-06-02T17:15:27.775Z Downloaded writeable v0.6.2
3322026-06-02T17:15:27.775Z Downloaded ucd-trie v0.1.7
3332026-06-02T17:15:27.775Z Downloaded idna_adapter v1.2.1
3342026-06-02T17:15:27.775Z Downloaded memmap v0.7.0
3352026-06-02T17:15:27.778Z Downloaded thiserror-impl v2.0.18
3362026-06-02T17:15:27.778Z Downloaded heck v0.5.0
3372026-06-02T17:15:27.778Z Downloaded errno v0.3.14
3382026-06-02T17:15:27.780Z Downloaded clap_builder v4.5.60
3392026-06-02T17:15:27.783Z Downloaded unicode-ident v1.0.24
3402026-06-02T17:15:27.786Z Downloaded winnow v0.7.14
3412026-06-02T17:15:27.789Z Downloaded potential_utf v0.1.4
3422026-06-02T17:15:27.792Z Downloaded zerotrie v0.2.3
3432026-06-02T17:15:27.792Z Downloaded equivalent v1.0.2
3442026-06-02T17:15:27.795Z Downloaded textwrap v0.16.2
3452026-06-02T17:15:27.795Z Downloaded scroll_derive v0.12.1
3462026-06-02T17:15:27.795Z Downloaded macaddr v1.0.1
3472026-06-02T17:15:27.799Z Downloaded fastrand v2.3.0
3482026-06-02T17:15:27.799Z Downloaded cfg-if v1.0.4
3492026-06-02T17:15:27.802Z Downloaded zerocopy v0.7.35
3502026-06-02T17:15:27.810Z Downloaded url v2.5.8
3512026-06-02T17:15:27.813Z Downloaded erased-serde v0.4.9
3522026-06-02T17:15:27.813Z Downloaded cargo_toml v0.21.0
3532026-06-02T17:15:27.816Z Downloaded unicode-width v0.1.14
3542026-06-02T17:15:27.819Z Downloaded scroll v0.12.0
3552026-06-02T17:15:27.819Z Downloaded proc-macro-error-attr v1.0.4
3562026-06-02T17:15:27.819Z Downloaded proc-macro-error v1.0.4
3572026-06-02T17:15:27.831Z Downloaded synstructure v0.13.2
3582026-06-02T17:15:27.834Z Downloaded quote v1.0.45
3592026-06-02T17:15:27.837Z Downloaded strsim v0.11.1
3602026-06-02T17:15:27.837Z Downloaded fs-err v3.3.0
3612026-06-02T17:15:27.840Z Downloaded serde-untagged v0.1.9
3622026-06-02T17:15:27.843Z Downloaded semver v1.0.28
3632026-06-02T17:15:27.845Z Downloaded sha2 v0.10.9
3642026-06-02T17:15:27.849Z Downloaded smallvec v1.15.1
3652026-06-02T17:15:27.852Z Downloaded serde_tokenstream v0.2.3
3662026-06-02T17:15:27.861Z Downloaded tempfile v3.25.0
3672026-06-02T17:15:27.864Z Downloaded litemap v0.8.1
3682026-06-02T17:15:27.864Z Downloaded pest_generator v2.8.6
3692026-06-02T17:15:27.864Z Downloaded once_cell v1.21.3
3702026-06-02T17:15:27.878Z Downloaded clap v4.5.60
3712026-06-02T17:15:27.882Z Downloaded icu_provider v2.1.1
3722026-06-02T17:15:27.886Z Downloaded serde_derive v1.0.228
3732026-06-02T17:15:27.889Z Downloaded num-traits v0.2.19
3742026-06-02T17:15:27.894Z Downloaded getrandom v0.4.1
3752026-06-02T17:15:27.894Z Downloaded papergrid v0.11.0
3762026-06-02T17:15:27.897Z Downloaded pest_derive v2.8.6
3772026-06-02T17:15:27.900Z Downloaded icu_properties v2.1.2
3782026-06-02T17:15:27.904Z Downloaded serde_core v1.0.228
3792026-06-02T17:15:27.907Z Downloaded icu_locale_core v2.1.1
3802026-06-02T17:15:27.910Z Downloaded icu_normalizer_data v2.1.1
3812026-06-02T17:15:27.917Z Downloaded proc-macro2 v1.0.106
3822026-06-02T17:15:27.920Z Downloaded icu_normalizer v2.1.1
3832026-06-02T17:15:27.928Z Downloaded icu_collections v2.1.1
3842026-06-02T17:15:27.932Z Downloaded pest_meta v2.8.6
3852026-06-02T17:15:27.935Z Downloaded serde v1.0.228
3862026-06-02T17:15:27.952Z Downloaded indexmap v2.14.0
3872026-06-02T17:15:27.956Z Downloaded memchr v2.8.0
3882026-06-02T17:15:27.959Z Downloaded tabled v0.15.0
3892026-06-02T17:15:27.969Z Downloaded pest v2.8.6
3902026-06-02T17:15:27.979Z Downloaded idna v1.1.0
3912026-06-02T17:15:27.990Z Downloaded hashbrown v0.17.0
3922026-06-02T17:15:27.997Z Downloaded goblin v0.8.2
3932026-06-02T17:15:28.001Z Downloaded serde_json v1.0.149
3942026-06-02T17:15:28.005Z Downloaded icu_properties_data v2.1.2
3952026-06-02T17:15:28.018Z Downloaded syn v1.0.109
3962026-06-02T17:15:28.032Z Downloaded syn v2.0.117
3972026-06-02T17:15:28.043Z Downloaded rustix v1.1.3
3982026-06-02T17:15:28.074Z Downloaded libc v0.2.185
3992026-06-02T17:15:28.144Z Compiling proc-macro2 v1.0.106
4002026-06-02T17:15:28.145Z Compiling unicode-ident v1.0.24
4012026-06-02T17:15:28.145Z Compiling quote v1.0.45
4022026-06-02T17:15:28.149Z Compiling serde_core v1.0.228
4032026-06-02T17:15:28.149Z Compiling libc v0.2.185
4042026-06-02T17:15:28.149Z Compiling version_check v0.9.5
4052026-06-02T17:15:28.149Z Compiling memchr v2.8.0
4062026-06-02T17:15:28.149Z Compiling stable_deref_trait v1.2.1
4072026-06-02T17:15:28.149Z Compiling serde v1.0.228
4082026-06-02T17:15:28.149Z Compiling zmij v1.0.21
4092026-06-02T17:15:28.149Z Compiling thiserror v1.0.69
4102026-06-02T17:15:28.333Z Compiling ucd-trie v0.1.7
4112026-06-02T17:15:28.335Z Compiling itoa v1.0.17
4122026-06-02T17:15:28.336Z Compiling autocfg v1.5.0
4132026-06-02T17:15:28.349Z Compiling writeable v0.6.2
4142026-06-02T17:15:28.574Z Compiling litemap v0.8.1
4152026-06-02T17:15:28.576Z Compiling icu_properties_data v2.1.2
4162026-06-02T17:15:28.708Z Compiling rustix v1.1.3
4172026-06-02T17:15:28.801Z Compiling byteorder v1.5.0
4182026-06-02T17:15:28.804Z Compiling icu_normalizer_data v2.1.1
4192026-06-02T17:15:28.870Z Compiling bitflags v2.11.0
4202026-06-02T17:15:28.873Z Compiling serde_json v1.0.149
4212026-06-02T17:15:28.873Z Compiling typeid v1.0.3
4222026-06-02T17:15:29.001Z Compiling pest v2.8.6
4232026-06-02T17:15:29.051Z Compiling num-traits v0.2.19
4242026-06-02T17:15:29.184Z Compiling hashbrown v0.17.0
4252026-06-02T17:15:29.218Z Compiling smallvec v1.15.1
4262026-06-02T17:15:29.273Z Compiling equivalent v1.0.2
4272026-06-02T17:15:29.309Z Compiling proc-macro-error-attr v1.0.4
4282026-06-02T17:15:29.312Z Compiling usdt-impl v0.5.0
4292026-06-02T17:15:29.312Z Compiling winnow v0.7.14
4302026-06-02T17:15:29.312Z Compiling syn v1.0.109
4312026-06-02T17:15:29.374Z Compiling errno v0.3.14
4322026-06-02T17:15:29.394Z Compiling thread-id v4.2.2
4332026-06-02T17:15:29.445Z Compiling erased-serde v0.4.9
4342026-06-02T17:15:29.448Z Compiling toml_write v0.1.2
4352026-06-02T17:15:29.495Z Compiling proc-macro-error v1.0.4
4362026-06-02T17:15:29.606Z Compiling utf8parse v0.2.2
4372026-06-02T17:15:29.628Z Compiling plain v0.2.3
4382026-06-02T17:15:29.688Z Compiling indexmap v2.14.0
4392026-06-02T17:15:29.746Z Compiling log v0.4.29
4402026-06-02T17:15:29.750Z Compiling utf8_iter v1.0.4
4412026-06-02T17:15:29.784Z Compiling syn v2.0.117
4422026-06-02T17:15:29.787Z Compiling percent-encoding v2.3.2
4432026-06-02T17:15:29.787Z Compiling camino v1.2.2
4442026-06-02T17:15:29.855Z Compiling thiserror v2.0.18
4452026-06-02T17:15:29.874Z Compiling getrandom v0.4.1
4462026-06-02T17:15:29.949Z Compiling anstyle-parse v0.2.7
4472026-06-02T17:15:30.025Z Compiling form_urlencoded v1.2.2
4482026-06-02T17:15:30.159Z Compiling pest_meta v2.8.6
4492026-06-02T17:15:30.202Z Compiling ordered-float v2.10.1
4502026-06-02T17:15:30.243Z Compiling anstyle v1.0.13
4512026-06-02T17:15:30.246Z Compiling colorchoice v1.0.4
4522026-06-02T17:15:30.307Z Compiling pretty-hex v0.4.1
4532026-06-02T17:15:30.326Z Compiling is_terminal_polyfill v1.70.2
4542026-06-02T17:15:30.326Z Compiling cfg-if v1.0.4
4552026-06-02T17:15:30.363Z Compiling anstyle-query v1.1.5
4562026-06-02T17:15:30.399Z Compiling terminal_size v0.4.3
4572026-06-02T17:15:30.455Z Compiling anstream v0.6.21
4582026-06-02T17:15:30.491Z Compiling fs-err v3.3.0
4592026-06-02T17:15:30.512Z Compiling unicode-xid v0.2.6
4602026-06-02T17:15:30.515Z Compiling heck v0.4.1
4612026-06-02T17:15:30.515Z Compiling unicode-width v0.1.14
4622026-06-02T17:15:30.515Z Compiling once_cell v1.21.3
4632026-06-02T17:15:30.582Z Compiling bytecount v0.6.9
4642026-06-02T17:15:30.601Z Compiling anyhow v1.0.102
4652026-06-02T17:15:30.660Z Compiling strsim v0.11.1
4662026-06-02T17:15:30.678Z Compiling heck v0.5.0
4672026-06-02T17:15:30.736Z Compiling fastrand v2.3.0
4682026-06-02T17:15:30.771Z Compiling clap_lex v1.0.0
4692026-06-02T17:15:30.774Z Compiling fnv v1.0.7
4702026-06-02T17:15:30.894Z Compiling semver v1.0.28
4712026-06-02T17:15:30.927Z Compiling tempfile v3.25.0
4722026-06-02T17:15:30.951Z Compiling clap_builder v4.5.60
4732026-06-02T17:15:31.008Z Compiling papergrid v0.11.0
4742026-06-02T17:15:31.027Z Compiling memmap v0.7.0
4752026-06-02T17:15:31.060Z Compiling unicode-width v0.2.0
4762026-06-02T17:15:31.205Z Compiling smawk v0.3.2
4772026-06-02T17:15:31.243Z Compiling unicode-linebreak v0.1.5
4782026-06-02T17:15:31.314Z Compiling serde-untagged v0.1.9
4792026-06-02T17:15:31.337Z Compiling camino-tempfile v1.4.1
4802026-06-02T17:15:31.356Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-02T17:15:31.356Z Compiling swrite v0.1.0
4822026-06-02T17:15:31.448Z Compiling textwrap v0.16.2
4832026-06-02T17:15:31.832Z Compiling tabled_derive v0.7.0
4842026-06-02T17:15:32.355Z Compiling synstructure v0.13.2
4852026-06-02T17:15:32.355Z Compiling pest_generator v2.8.6
4862026-06-02T17:15:32.560Z Compiling tabled v0.15.0
4872026-06-02T17:15:32.880Z Compiling serde_derive v1.0.228
4882026-06-02T17:15:32.880Z Compiling zerofrom-derive v0.1.6
4892026-06-02T17:15:32.883Z Compiling yoke-derive v0.8.1
4902026-06-02T17:15:32.884Z Compiling zerovec-derive v0.11.2
4912026-06-02T17:15:32.884Z Compiling displaydoc v0.2.5
4922026-06-02T17:15:32.884Z Compiling thiserror-impl v1.0.69
4932026-06-02T17:15:32.899Z Compiling zerocopy-derive v0.7.35
4942026-06-02T17:15:32.899Z Compiling scroll_derive v0.12.1
4952026-06-02T17:15:32.914Z Compiling thiserror-impl v2.0.18
4962026-06-02T17:15:32.931Z Compiling clap_derive v4.5.55
4972026-06-02T17:15:33.003Z Compiling pest_derive v2.8.6
4982026-06-02T17:15:33.650Z Compiling scroll v0.12.0
4992026-06-02T17:15:33.892Z Compiling zerocopy v0.7.35
5002026-06-02T17:15:33.969Z Compiling goblin v0.8.2
5012026-06-02T17:15:33.969Z Compiling zerofrom v0.1.6
5022026-06-02T17:15:34.081Z Compiling yoke v0.8.1
5032026-06-02T17:15:34.134Z Compiling dtrace-parser v0.2.0
5042026-06-02T17:15:34.211Z Compiling zerovec v0.11.5
5052026-06-02T17:15:34.211Z Compiling zerotrie v0.2.3
5062026-06-02T17:15:34.352Z Compiling clap v4.5.60
5072026-06-02T17:15:34.617Z Compiling tinystr v0.8.2
5082026-06-02T17:15:34.617Z Compiling potential_utf v0.1.4
5092026-06-02T17:15:34.757Z Compiling icu_collections v2.1.1
5102026-06-02T17:15:34.766Z Compiling icu_locale_core v2.1.1
5112026-06-02T17:15:35.382Z Compiling icu_provider v2.1.1
5122026-06-02T17:15:35.556Z Compiling toml_datetime v0.6.11
5132026-06-02T17:15:35.556Z Compiling serde_spanned v0.6.9
5142026-06-02T17:15:35.556Z Compiling serde-value v0.7.0
5152026-06-02T17:15:35.556Z Compiling cargo-platform v0.2.0
5162026-06-02T17:15:35.556Z Compiling macaddr v1.0.1
5172026-06-02T17:15:35.575Z Compiling dof v0.3.0
5182026-06-02T17:15:35.578Z Compiling serde_tokenstream v0.2.3
5192026-06-02T17:15:35.607Z Compiling icu_properties v2.1.2
5202026-06-02T17:15:35.611Z Compiling icu_normalizer v2.1.1
5212026-06-02T17:15:35.815Z Compiling toml_edit v0.22.27
5222026-06-02T17:15:36.285Z Compiling usdt-macro v0.5.0
5232026-06-02T17:15:36.285Z Compiling usdt-attr-macro v0.5.0
5242026-06-02T17:15:36.467Z Compiling idna_adapter v1.2.1
5252026-06-02T17:15:36.568Z Compiling idna v1.1.0
5262026-06-02T17:15:36.825Z Compiling url v2.5.8
5272026-06-02T17:15:36.866Z Compiling usdt v0.5.0
5282026-06-02T17:15:37.070Z Compiling toml v0.8.23
5292026-06-02T17:15:37.407Z Compiling cargo-util-schemas v0.8.2
5302026-06-02T17:15:37.407Z Compiling cargo_toml v0.21.0
5312026-06-02T17:15:38.202Z Compiling cargo_metadata v0.21.0
5322026-06-02T17:15:39.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-02T17:15:41.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.16s
5342026-06-02T17:15:41.564Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-06-02T17:15:42.129Z Downloading crates ...
5362026-06-02T17:15:42.228Z Downloaded adler2 v2.0.1
5372026-06-02T17:15:42.233Z Downloaded async-stream-impl v0.3.6
5382026-06-02T17:15:42.236Z Downloaded aead v0.5.2
5392026-06-02T17:15:42.250Z Downloaded curve25519-dalek-derive v0.1.1
5402026-06-02T17:15:42.253Z Downloaded async-recursion v1.1.1
5412026-06-02T17:15:42.257Z Downloaded castaway v0.2.4
5422026-06-02T17:15:42.257Z Downloaded derive_builder_macro v0.20.2
5432026-06-02T17:15:42.257Z Downloaded allocator-api2 v0.2.21
5442026-06-02T17:15:42.260Z Downloaded defmt v0.3.100
5452026-06-02T17:15:42.260Z Downloaded aho-corasick v1.1.4
5462026-06-02T17:15:42.263Z Downloaded darling_macro v0.20.11
5472026-06-02T17:15:42.266Z Downloaded atty v0.2.14
5482026-06-02T17:15:42.266Z Downloaded deranged v0.5.8
5492026-06-02T17:15:42.266Z Downloaded darling_macro v0.21.3
5502026-06-02T17:15:42.269Z Downloaded darling_macro v0.13.4
5512026-06-02T17:15:42.269Z Downloaded atomicwrites v0.4.4
5522026-06-02T17:15:42.269Z Downloaded array-init v0.0.4
5532026-06-02T17:15:42.269Z Downloaded async-trait v0.1.89
5542026-06-02T17:15:42.272Z Downloaded darling_macro v0.23.0
5552026-06-02T17:15:42.275Z Downloaded crc v3.4.0
5562026-06-02T17:15:42.279Z Downloaded bitfield-struct v0.6.2
5572026-06-02T17:15:42.282Z Downloaded dunce v1.0.5
5582026-06-02T17:15:42.282Z Downloaded ciborium-io v0.2.2
5592026-06-02T17:15:42.285Z Downloaded bit-set v0.5.3
5602026-06-02T17:15:42.285Z Downloaded cbc v0.1.2
5612026-06-02T17:15:42.285Z Downloaded enum-as-inner v0.6.1
5622026-06-02T17:15:42.288Z Downloaded ahash v0.8.12
5632026-06-02T17:15:42.290Z Downloaded dirs-next v2.0.0
5642026-06-02T17:15:42.290Z Downloaded csv-core v0.1.13
5652026-06-02T17:15:42.293Z Downloaded crc-catalog v2.4.0
5662026-06-02T17:15:42.293Z Downloaded darling v0.13.4
5672026-06-02T17:15:42.296Z Downloaded crc32fast v1.5.0
5682026-06-02T17:15:42.302Z Downloaded atomic-waker v1.1.2
5692026-06-02T17:15:42.304Z Downloaded cargo-platform v0.3.2
5702026-06-02T17:15:42.304Z Downloaded embedded-io v0.4.0
5712026-06-02T17:15:42.305Z Downloaded fd-lock v4.0.4
5722026-06-02T17:15:42.305Z Downloaded bb8 v0.8.6
5732026-06-02T17:15:42.308Z Downloaded bitfield-macros v0.19.4
5742026-06-02T17:15:42.308Z Downloaded downcast-rs v2.0.2
5752026-06-02T17:15:42.311Z Downloaded float-ord v0.3.2
5762026-06-02T17:15:42.314Z Downloaded cfg_aliases v0.1.1
5772026-06-02T17:15:42.314Z Downloaded ff v0.13.1
5782026-06-02T17:15:42.314Z Downloaded fallible-iterator v0.2.0
5792026-06-02T17:15:42.317Z Downloaded derive-ex v0.1.8
5802026-06-02T17:15:42.317Z Downloaded foreign-types v0.5.0
5812026-06-02T17:15:42.317Z Downloaded bcrypt-pbkdf v0.10.0
5822026-06-02T17:15:42.320Z Downloaded env_logger v0.11.9
5832026-06-02T17:15:42.320Z Downloaded compression-codecs v0.4.37
5842026-06-02T17:15:42.323Z Downloaded bit-vec v0.8.0
5852026-06-02T17:15:42.323Z Downloaded ena v0.14.4
5862026-06-02T17:15:42.326Z Downloaded cstr-argument v0.1.2
5872026-06-02T17:15:42.326Z Downloaded embedded-io v0.6.1
5882026-06-02T17:15:42.326Z Downloaded darling_core v0.13.4
5892026-06-02T17:15:42.329Z Downloaded derive_builder v0.20.2
5902026-06-02T17:15:42.332Z Downloaded block-padding v0.3.3
5912026-06-02T17:15:42.336Z Downloaded base16ct v0.2.0
5922026-06-02T17:15:42.336Z Downloaded dropshot-api-manager-types v0.7.2
5932026-06-02T17:15:42.336Z Downloaded crossbeam-utils v0.8.21
5942026-06-02T17:15:42.338Z Downloaded flagset v0.4.7
5952026-06-02T17:15:42.339Z Downloaded crc8 v0.1.1
5962026-06-02T17:15:42.342Z Downloaded camino-tempfile-ext v0.3.3
5972026-06-02T17:15:42.342Z Downloaded bcs v0.1.6
5982026-06-02T17:15:42.342Z Downloaded document-features v0.2.12
5992026-06-02T17:15:42.345Z Downloaded bitflags v1.3.2
6002026-06-02T17:15:42.345Z Downloaded display-error-chain v0.2.2
6012026-06-02T17:15:42.348Z Downloaded env_filter v1.0.0
6022026-06-02T17:15:42.348Z Downloaded crunchy v0.2.4
6032026-06-02T17:15:42.348Z Downloaded foreign-types-shared v0.1.1
6042026-06-02T17:15:42.348Z Downloaded bit-set v0.8.0
6052026-06-02T17:15:42.351Z Downloaded float-cmp v0.10.0
6062026-06-02T17:15:42.351Z Downloaded dtrace-parser v0.3.0
6072026-06-02T17:15:42.351Z Downloaded bitfield v0.19.4
6082026-06-02T17:15:42.354Z Downloaded argon2 v0.5.3
6092026-06-02T17:15:42.354Z Downloaded endian-type v0.1.2
6102026-06-02T17:15:42.354Z Downloaded defmt-parser v1.0.0
6112026-06-02T17:15:42.354Z Downloaded cpufeatures v0.3.0
6122026-06-02T17:15:42.357Z Downloaded compression-core v0.4.31
6132026-06-02T17:15:42.357Z Downloaded cobs v0.3.0
6142026-06-02T17:15:42.357Z Downloaded ascii-canvas v3.0.0
6152026-06-02T17:15:42.360Z Downloaded diesel_table_macro_syntax v0.3.0
6162026-06-02T17:15:42.360Z Downloaded foreign-types-shared v0.3.1
6172026-06-02T17:15:42.360Z Downloaded dsl_auto_type v0.2.0
6182026-06-02T17:15:42.360Z Downloaded dof v0.4.0
6192026-06-02T17:15:42.363Z Downloaded futures-core v0.3.32
6202026-06-02T17:15:42.363Z Downloaded dirs-sys-next v0.1.2
6212026-06-02T17:15:42.363Z Downloaded derive_builder_core v0.20.2
6222026-06-02T17:15:42.366Z Downloaded console v0.16.2
6232026-06-02T17:15:42.366Z Downloaded crucible-workspace-hack v0.1.0
6242026-06-02T17:15:42.366Z Downloaded convert_case v0.4.0
6252026-06-02T17:15:42.369Z Downloaded corncobs v0.1.4
6262026-06-02T17:15:42.369Z Downloaded foldhash v0.2.0
6272026-06-02T17:15:42.369Z Downloaded dyn-clone v1.0.20
6282026-06-02T17:15:42.372Z Downloaded defmt v1.0.1
6292026-06-02T17:15:42.375Z Downloaded difflib v0.4.0
6302026-06-02T17:15:42.375Z Downloaded colored v2.2.0
6312026-06-02T17:15:42.378Z Downloaded git-stub v1.0.0
6322026-06-02T17:15:42.378Z Downloaded assert_matches v1.5.0
6332026-06-02T17:15:42.378Z Downloaded ghash v0.5.1
6342026-06-02T17:15:42.381Z Downloaded futures-macro v0.3.32
6352026-06-02T17:15:42.381Z Downloaded funty v2.0.0
6362026-06-02T17:15:42.381Z Downloaded foreign-types-macros v0.2.3
6372026-06-02T17:15:42.381Z Downloaded futures-task v0.3.32
6382026-06-02T17:15:42.384Z Downloaded cfg_aliases v0.2.1
6392026-06-02T17:15:42.384Z Downloaded base64ct v1.8.3
6402026-06-02T17:15:42.384Z Downloaded convert_case v0.10.0
6412026-06-02T17:15:42.387Z Downloaded aes-gcm v0.10.3
6422026-06-02T17:15:42.389Z Downloaded darling v0.23.0
6432026-06-02T17:15:42.393Z Downloaded foreign-types v0.3.2
6442026-06-02T17:15:42.393Z Downloaded filetime v0.2.27
6452026-06-02T17:15:42.393Z Downloaded ecdsa v0.16.9
6462026-06-02T17:15:42.396Z Downloaded der_derive v0.7.3
6472026-06-02T17:15:42.396Z Downloaded cargo_metadata v0.23.1
6482026-06-02T17:15:42.399Z Downloaded ctr v0.9.2
6492026-06-02T17:15:42.399Z Downloaded futures-sink v0.3.32
6502026-06-02T17:15:42.399Z Downloaded hash32 v0.2.1
6512026-06-02T17:15:42.399Z Downloaded futures-io v0.3.32
6522026-06-02T17:15:42.402Z Downloaded hash32 v0.3.1
6532026-06-02T17:15:42.402Z Downloaded gethostname v0.5.0
6542026-06-02T17:15:42.402Z Downloaded async-bb8-diesel v0.2.1
6552026-06-02T17:15:42.405Z Downloaded debug-ignore v1.0.5
6562026-06-02T17:15:42.405Z Downloaded bumpalo v3.20.2
6572026-06-02T17:15:42.408Z Downloaded fs_extra v1.3.0
6582026-06-02T17:15:42.408Z Downloaded find-msvc-tools v0.1.9
6592026-06-02T17:15:42.411Z Downloaded fixedbitset v0.5.7
6602026-06-02T17:15:42.411Z Downloaded cipher v0.4.4
6612026-06-02T17:15:42.411Z Downloaded chacha20 v0.10.0
6622026-06-02T17:15:42.414Z Downloaded either v1.15.0
6632026-06-02T17:15:42.414Z Downloaded const_format_proc_macros v0.2.34
6642026-06-02T17:15:42.417Z Downloaded headers-core v0.3.0
6652026-06-02T17:15:42.417Z Downloaded home v0.5.12
6662026-06-02T17:15:42.417Z Downloaded hex-literal v0.4.1
6672026-06-02T17:15:42.421Z Downloaded futures-executor v0.3.32
6682026-06-02T17:15:42.421Z Downloaded cmake v0.1.57
6692026-06-02T17:15:42.421Z Downloaded crc-any v2.5.0
6702026-06-02T17:15:42.421Z Downloaded http-range v0.1.5
6712026-06-02T17:15:42.424Z Downloaded cassowary v0.3.0
6722026-06-02T17:15:42.424Z Downloaded erased-serde v0.3.31
6732026-06-02T17:15:42.427Z Downloaded console v0.15.11
6742026-06-02T17:15:42.427Z Downloaded compact_str v0.8.1
6752026-06-02T17:15:42.430Z Downloaded httpdate v1.0.3
6762026-06-02T17:15:42.433Z Downloaded illumos-nvpair v0.3.0
6772026-06-02T17:15:42.433Z Downloaded ident_case v1.0.1
6782026-06-02T17:15:42.433Z Downloaded hyper-tls v0.6.0
6792026-06-02T17:15:42.433Z Downloaded hostname v0.3.1
6802026-06-02T17:15:42.436Z Downloaded hex v0.4.3
6812026-06-02T17:15:42.436Z Downloaded fixedbitset v0.4.2
6822026-06-02T17:15:42.436Z Downloaded hostname v0.4.2
6832026-06-02T17:15:42.439Z Downloaded hubpack_derive v0.1.1
6842026-06-02T17:15:42.439Z Downloaded git-stub-vcs v0.1.0
6852026-06-02T17:15:42.439Z Downloaded fs-err v2.11.0
6862026-06-02T17:15:42.442Z Downloaded clang-sys v1.8.1
6872026-06-02T17:15:42.442Z Downloaded cexpr v0.6.0
6882026-06-02T17:15:42.445Z Downloaded drift v0.2.0
6892026-06-02T17:15:42.449Z Downloaded elliptic-curve v0.13.8
6902026-06-02T17:15:42.452Z Downloaded inout v0.1.4
6912026-06-02T17:15:42.455Z Downloaded globwalk v0.9.1
6922026-06-02T17:15:42.455Z Downloaded indoc v1.0.9
6932026-06-02T17:15:42.455Z Downloaded darling_core v0.21.3
6942026-06-02T17:15:42.458Z Downloaded globset v0.4.18
6952026-06-02T17:15:42.461Z Downloaded glob v0.3.3
6962026-06-02T17:15:42.461Z Downloaded cancel-safe-futures v0.1.5
6972026-06-02T17:15:42.464Z Downloaded blake2 v0.10.6
6982026-06-02T17:15:42.464Z Downloaded is_ci v1.2.0
6992026-06-02T17:15:42.467Z Downloaded libscf-sys v1.1.0
7002026-06-02T17:15:42.467Z Downloaded is-terminal v0.4.17
7012026-06-02T17:15:42.467Z Downloaded foldhash v0.1.5
7022026-06-02T17:15:42.467Z Downloaded des v0.8.1
7032026-06-02T17:15:42.470Z Downloaded illumos-nvpair-sys v0.2.0
7042026-06-02T17:15:42.471Z Downloaded internet-checksum v0.2.1
7052026-06-02T17:15:42.471Z Downloaded arrayvec v0.7.6
7062026-06-02T17:15:42.473Z Downloaded arc-swap v1.8.2
7072026-06-02T17:15:42.473Z Downloaded kstat-rs v0.2.4
7082026-06-02T17:15:42.476Z Downloaded diff v0.1.13
7092026-06-02T17:15:42.476Z Downloaded daft v0.1.7
7102026-06-02T17:15:42.480Z Downloaded defmt-macros v1.0.1
7112026-06-02T17:15:42.480Z Downloaded lalrpop-util v0.19.12
7122026-06-02T17:15:42.483Z Downloaded http-body v1.0.1
7132026-06-02T17:15:42.483Z Downloaded group v0.13.0
7142026-06-02T17:15:42.483Z Downloaded instant v0.1.13
7152026-06-02T17:15:42.486Z Downloaded hubpack v0.1.2
7162026-06-02T17:15:42.486Z Downloaded chacha20poly1305 v0.10.1
7172026-06-02T17:15:42.486Z Downloaded derive_more v0.99.20
7182026-06-02T17:15:42.489Z Downloaded linked-hash-map v0.5.6
7192026-06-02T17:15:42.492Z Downloaded keccak v0.1.6
7202026-06-02T17:15:42.492Z Downloaded lru v0.12.5
7212026-06-02T17:15:42.492Z Downloaded instability v0.3.11
7222026-06-02T17:15:42.495Z Downloaded md-5 v0.10.6
7232026-06-02T17:15:42.495Z Downloaded mime v0.3.17
7242026-06-02T17:15:42.495Z Downloaded memoffset v0.9.1
7252026-06-02T17:15:42.498Z Downloaded md5 v0.7.0
7262026-06-02T17:15:42.498Z Downloaded lru-cache v0.1.2
7272026-06-02T17:15:42.498Z Downloaded darling v0.21.3
7282026-06-02T17:15:42.501Z Downloaded crossbeam-epoch v0.9.18
7292026-06-02T17:15:42.504Z Downloaded futures-channel v0.3.32
7302026-06-02T17:15:42.504Z Downloaded cookie_store v0.22.1
7312026-06-02T17:15:42.507Z Downloaded ipnet v2.11.0
7322026-06-02T17:15:42.507Z Downloaded http-body-util v0.1.3
7332026-06-02T17:15:42.507Z Downloaded daft-derive v0.1.7
7342026-06-02T17:15:42.512Z Downloaded colored v3.1.1
7352026-06-02T17:15:42.514Z Downloaded match_cfg v0.1.0
7362026-06-02T17:15:42.515Z Downloaded managed v0.8.0
7372026-06-02T17:15:42.515Z Downloaded backon v1.6.0
7382026-06-02T17:15:42.518Z Downloaded hyper-staticfile v0.10.1
7392026-06-02T17:15:42.518Z Downloaded fatfs v0.3.6
7402026-06-02T17:15:42.521Z Downloaded maybe-uninit v2.0.0
7412026-06-02T17:15:42.521Z Downloaded lru-slab v0.1.2
7422026-06-02T17:15:42.521Z Downloaded ipnetwork v0.21.1
7432026-06-02T17:15:42.524Z Downloaded indent_write v2.2.0
7442026-06-02T17:15:42.524Z Downloaded newtype-uuid-macros v0.1.0
7452026-06-02T17:15:42.524Z Downloaded highway v1.3.0
7462026-06-02T17:15:42.527Z Downloaded darling v0.20.11
7472026-06-02T17:15:42.530Z Downloaded newtype_derive v0.1.6
7482026-06-02T17:15:42.530Z Downloaded nodrop v0.1.14
7492026-06-02T17:15:42.530Z Downloaded nibble_vec v0.1.0
7502026-06-02T17:15:42.530Z Downloaded newline-converter v0.3.0
7512026-06-02T17:15:42.533Z Downloaded lazy_static v1.5.0
7522026-06-02T17:15:42.533Z Downloaded num_threads v0.1.7
7532026-06-02T17:15:42.533Z Downloaded num-conv v0.2.0
7542026-06-02T17:15:42.537Z Downloaded num v0.4.3
7552026-06-02T17:15:42.537Z Downloaded hmac v0.12.1
7562026-06-02T17:15:42.537Z Downloaded normalize-line-endings v0.3.0
7572026-06-02T17:15:42.540Z Downloaded multimap v0.10.1
7582026-06-02T17:15:42.540Z Downloaded ingot-types v0.1.2
7592026-06-02T17:15:42.540Z Downloaded ingot v0.1.1
7602026-06-02T17:15:42.540Z Downloaded indoc v2.0.7
7612026-06-02T17:15:42.543Z Downloaded impl-trait-for-tuples v0.2.3
7622026-06-02T17:15:42.546Z Downloaded dropshot_endpoint v0.17.0
7632026-06-02T17:15:42.546Z Downloaded jobserver v0.1.34
7642026-06-02T17:15:42.549Z Downloaded num_enum_derive v0.5.11
7652026-06-02T17:15:42.549Z Downloaded libloading v0.8.9
7662026-06-02T17:15:42.549Z Downloaded num-derive v0.4.2
7672026-06-02T17:15:42.552Z Downloaded critical-section v1.2.0
7682026-06-02T17:15:42.552Z Downloaded const-oid v0.9.6
7692026-06-02T17:15:42.555Z Downloaded maplit v1.0.2
7702026-06-02T17:15:42.555Z Downloaded olpc-cjson v0.1.4
7712026-06-02T17:15:42.555Z Downloaded lock_api v0.4.14
7722026-06-02T17:15:42.558Z Downloaded linear-map v1.2.0
7732026-06-02T17:15:42.559Z Downloaded lzss v0.8.2
7742026-06-02T17:15:42.562Z Downloaded openssl-macros v0.1.1
7752026-06-02T17:15:42.562Z Downloaded libsw v3.5.0
7762026-06-02T17:15:42.562Z Downloaded httparse v1.10.1
7772026-06-02T17:15:42.565Z Downloaded getrandom v0.2.17
7782026-06-02T17:15:42.565Z Downloaded half v2.7.1
7792026-06-02T17:15:42.569Z Downloaded humantime v2.3.0
7802026-06-02T17:15:42.572Z Downloaded mime_guess v2.0.5
7812026-06-02T17:15:42.572Z Downloaded hyper-rustls v0.27.7
7822026-06-02T17:15:42.572Z Downloaded openssl-probe v0.2.1
7832026-06-02T17:15:42.572Z Downloaded openssl-probe v0.1.6
7842026-06-02T17:15:42.575Z Downloaded futures v0.3.32
7852026-06-02T17:15:42.578Z Downloaded derive_more v2.1.1
7862026-06-02T17:15:42.583Z Downloaded native-tls v0.2.18
7872026-06-02T17:15:42.586Z Downloaded multer v3.1.0
7882026-06-02T17:15:42.586Z Downloaded nanorand v0.7.0
7892026-06-02T17:15:42.589Z Downloaded getrandom v0.3.4
7902026-06-02T17:15:42.589Z Downloaded bytes v1.11.1
7912026-06-02T17:15:42.592Z Downloaded peg-runtime v0.8.5
7922026-06-02T17:15:42.592Z Downloaded opaque-debug v0.3.1
7932026-06-02T17:15:42.595Z Downloaded num-derive v0.3.3
7942026-06-02T17:15:42.595Z Downloaded pbkdf2 v0.11.0
7952026-06-02T17:15:42.598Z Downloaded pbkdf2 v0.12.2
7962026-06-02T17:15:42.598Z Downloaded path-slash v0.1.5
7972026-06-02T17:15:42.598Z Downloaded num-complex v0.4.6
7982026-06-02T17:15:42.608Z Downloaded ingot-macros v0.1.1
7992026-06-02T17:15:42.608Z Downloaded num-iter v0.1.45
8002026-06-02T17:15:42.608Z Downloaded phf_shared v0.11.3
8012026-06-02T17:15:42.612Z Downloaded libefi-sys v0.1.0
8022026-06-02T17:15:42.612Z Downloaded crypto-bigint v0.5.5
8032026-06-02T17:15:42.612Z Downloaded nonempty v0.12.0
8042026-06-02T17:15:42.613Z Downloaded num_enum v0.7.5
8052026-06-02T17:15:42.613Z Downloaded phf_shared v0.13.1
8062026-06-02T17:15:42.613Z Downloaded num_enum_derive v0.7.5
8072026-06-02T17:15:42.617Z Downloaded num_enum v0.5.11
8082026-06-02T17:15:42.617Z Downloaded ignore v0.4.25
8092026-06-02T17:15:42.622Z Downloaded num-integer v0.1.46
8102026-06-02T17:15:42.622Z Downloaded ar_archive_writer v0.5.1
8112026-06-02T17:15:42.622Z Downloaded parse-size v1.1.0
8122026-06-02T17:15:42.625Z Downloaded oso-derive v0.27.3
8132026-06-02T17:15:42.625Z Downloaded darling_core v0.23.0
8142026-06-02T17:15:42.625Z Downloaded powerfmt v0.2.0
8152026-06-02T17:15:42.628Z Downloaded half v1.8.3
8162026-06-02T17:15:42.628Z Downloaded const_format v0.2.35
8172026-06-02T17:15:42.631Z Downloaded base64 v0.22.1
8182026-06-02T17:15:42.647Z Downloaded proc-macro-crate v1.3.1
8192026-06-02T17:15:42.650Z Downloaded precomputed-hash v0.1.1
8202026-06-02T17:15:42.650Z Downloaded pin-utils v0.1.0
8212026-06-02T17:15:42.650Z Downloaded packed_struct_codegen v0.10.1
8222026-06-02T17:15:42.653Z Downloaded new_debug_unreachable v1.0.6
8232026-06-02T17:15:42.653Z Downloaded memmap2 v0.9.10
8242026-06-02T17:15:42.653Z Downloaded heapless v0.8.0
8252026-06-02T17:15:42.656Z Downloaded parking_lot_core v0.8.6
8262026-06-02T17:15:42.656Z Downloaded packed_struct v0.10.1
8272026-06-02T17:15:42.659Z Downloaded oxnet v0.1.4
8282026-06-02T17:15:42.659Z Downloaded oxide-tokio-rt v0.1.4
8292026-06-02T17:15:42.662Z Downloaded owo-colors v4.3.0
8302026-06-02T17:15:42.662Z Downloaded progenitor-client v0.11.2
8312026-06-02T17:15:42.662Z Downloaded proc-macro-crate v3.4.0
8322026-06-02T17:15:42.665Z Downloaded predicates-tree v1.0.13
8332026-06-02T17:15:42.665Z Downloaded predicates-core v1.0.10
8342026-06-02T17:15:42.665Z Downloaded peg-macros v0.8.5
8352026-06-02T17:15:42.668Z Downloaded num-rational v0.4.2
8362026-06-02T17:15:42.668Z Downloaded progenitor-client v0.10.0
8372026-06-02T17:15:42.668Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-06-02T17:15:42.669Z Downloaded libbz2-rs-sys v0.2.2
8392026-06-02T17:15:42.672Z Downloaded password-hash v0.4.2
8402026-06-02T17:15:42.672Z Downloaded indexmap v1.9.3
8412026-06-02T17:15:42.675Z Downloaded peg v0.8.5
8422026-06-02T17:15:42.678Z Downloaded quick-error v1.2.3
8432026-06-02T17:15:42.681Z Downloaded psl-types v2.0.11
8442026-06-02T17:15:42.681Z Downloaded progenitor-macro v0.13.0
8452026-06-02T17:15:42.681Z Downloaded progenitor-client v0.14.0
8462026-06-02T17:15:42.681Z Downloaded phf v0.12.1
8472026-06-02T17:15:42.684Z Downloaded radium v0.7.0
8482026-06-02T17:15:42.684Z Downloaded pin-project-lite v0.2.17
8492026-06-02T17:15:42.687Z Downloaded phf v0.13.1
8502026-06-02T17:15:42.690Z Downloaded pem-rfc7468 v0.7.0
8512026-06-02T17:15:42.690Z Downloaded password-hash v0.5.0
8522026-06-02T17:15:42.695Z Downloaded pin-project-internal v1.1.11
8532026-06-02T17:15:42.695Z Downloaded crossbeam-channel v0.5.15
8542026-06-02T17:15:42.699Z Downloaded rand_chacha v0.3.1
8552026-06-02T17:15:42.699Z Downloaded phf_shared v0.12.1
8562026-06-02T17:15:42.699Z Downloaded parse-display-derive v0.10.0
8572026-06-02T17:15:42.703Z Downloaded nu-ansi-term v0.50.3
8582026-06-02T17:15:42.703Z Downloaded litrs v1.0.0
8592026-06-02T17:15:42.708Z Downloaded ppv-lite86 v0.2.21
8602026-06-02T17:15:42.708Z Downloaded pkcs8 v0.10.2
8612026-06-02T17:15:42.708Z Downloaded recursive v0.1.1
8622026-06-02T17:15:42.708Z Downloaded parse-display v0.10.0
8632026-06-02T17:15:42.711Z Downloaded derive_more-impl v2.1.1
8642026-06-02T17:15:42.711Z Downloaded ref-cast-impl v1.0.25
8652026-06-02T17:15:42.715Z Downloaded poly1305 v0.8.0
8662026-06-02T17:15:42.715Z Downloaded pkg-config v0.3.32
8672026-06-02T17:15:42.717Z Downloaded der v0.7.10
8682026-06-02T17:15:42.722Z Downloaded parking_lot v0.11.2
8692026-06-02T17:15:42.722Z Downloaded ref-cast v1.0.25
8702026-06-02T17:15:42.725Z Downloaded rand_xorshift v0.4.0
8712026-06-02T17:15:42.725Z Downloaded polyval v0.6.2
8722026-06-02T17:15:42.726Z Downloaded progenitor-macro v0.11.2
8732026-06-02T17:15:42.729Z Downloaded omicron-zone-package v0.12.2
8742026-06-02T17:15:42.729Z Downloaded pem v3.0.6
8752026-06-02T17:15:42.732Z Downloaded indicatif v0.18.4
8762026-06-02T17:15:42.735Z Downloaded rfc6979 v0.4.0
8772026-06-02T17:15:42.735Z Downloaded progenitor v0.14.0
8782026-06-02T17:15:42.738Z Downloaded progenitor v0.11.2
8792026-06-02T17:15:42.738Z Downloaded progenitor-extras v0.2.0
8802026-06-02T17:15:42.742Z Downloaded progenitor-client v0.13.0
8812026-06-02T17:15:42.742Z Downloaded predicates v3.1.4
8822026-06-02T17:15:42.745Z Downloaded psm v0.1.30
8832026-06-02T17:15:42.745Z Downloaded rustc-hash v2.1.1
8842026-06-02T17:15:42.745Z Downloaded russh-cryptovec v0.7.3
8852026-06-02T17:15:42.748Z Downloaded proc-macro-error2 v2.0.1
8862026-06-02T17:15:42.748Z Downloaded rustc_version v0.4.1
8872026-06-02T17:15:42.751Z Downloaded expectorate v1.2.0
8882026-06-02T17:15:42.751Z Downloaded primeorder v0.13.6
8892026-06-02T17:15:42.754Z Downloaded progenitor-macro v0.14.0
8902026-06-02T17:15:42.754Z Downloaded parking_lot_core v0.9.12
8912026-06-02T17:15:42.754Z Downloaded heapless v0.7.17
8922026-06-02T17:15:42.757Z Downloaded headers v0.4.1
8932026-06-02T17:15:42.760Z Downloaded async-compression v0.4.41
8942026-06-02T17:15:42.766Z Downloaded rtoolbox v0.0.3
8952026-06-02T17:15:42.769Z Downloaded rand_core v0.9.5
8962026-06-02T17:15:42.769Z Downloaded rand_chacha v0.9.0
8972026-06-02T17:15:42.769Z Downloaded paste v1.0.15
8982026-06-02T17:15:42.772Z Downloaded newtype-uuid v1.3.2
8992026-06-02T17:15:42.772Z Downloaded flate2 v1.1.9
9002026-06-02T17:15:42.775Z Downloaded r2d2 v0.8.10
9012026-06-02T17:15:42.778Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-06-02T17:15:42.778Z Downloaded rand_core v0.6.4
9032026-06-02T17:15:42.778Z Downloaded postcard v1.1.3
9042026-06-02T17:15:42.781Z Downloaded postgres-types v0.2.12
9052026-06-02T17:15:42.784Z Downloaded same-file v1.0.6
9062026-06-02T17:15:42.784Z Downloaded pkcs5 v0.7.1
9072026-06-02T17:15:42.787Z Downloaded hickory-resolver v0.25.2
9082026-06-02T17:15:42.790Z Downloaded diesel_derives v2.3.7
9092026-06-02T17:15:42.793Z Downloaded pkcs1 v0.7.5
9102026-06-02T17:15:42.796Z Downloaded progenitor v0.13.0
9112026-06-02T17:15:42.796Z Downloaded scheduled-thread-pool v0.2.7
9122026-06-02T17:15:42.799Z Downloaded sapling-renderdag v0.1.0
9132026-06-02T17:15:42.799Z Downloaded papergrid v0.17.0
9142026-06-02T17:15:42.802Z Downloaded scrypt v0.11.0
9152026-06-02T17:15:42.805Z Downloaded scroll_derive v0.13.1
9162026-06-02T17:15:42.805Z Downloaded serde-big-array v0.5.1
9172026-06-02T17:15:42.805Z Downloaded secrecy v0.8.0
9182026-06-02T17:15:42.808Z Downloaded scopeguard v1.2.0
9192026-06-02T17:15:42.808Z Downloaded semver v0.1.20
9202026-06-02T17:15:42.808Z Downloaded serde_bytes v0.11.19
9212026-06-02T17:15:42.811Z Downloaded postgres-protocol v0.6.10
9222026-06-02T17:15:42.814Z Downloaded secrecy v0.10.3
9232026-06-02T17:15:42.814Z Downloaded crossterm v0.29.0
9242026-06-02T17:15:42.817Z Downloaded miniz_oxide v0.8.9
9252026-06-02T17:15:42.820Z Downloaded serde_spanned v1.0.4
9262026-06-02T17:15:42.820Z Downloaded serde_repr v0.1.20
9272026-06-02T17:15:42.823Z Downloaded parking_lot v0.12.5
9282026-06-02T17:15:42.824Z Downloaded rustc_version v0.1.7
9292026-06-02T17:15:42.827Z Downloaded resolv-conf v0.7.6
9302026-06-02T17:15:42.827Z Downloaded rusty-fork v0.3.1
9312026-06-02T17:15:42.827Z Downloaded quinn-udp v0.5.14
9322026-06-02T17:15:42.829Z Downloaded p256 v0.13.2
9332026-06-02T17:15:42.832Z Downloaded serde_urlencoded v0.7.1
9342026-06-02T17:15:42.832Z Downloaded seq-macro v0.3.6
9352026-06-02T17:15:42.836Z Downloaded jiff-static v0.2.21
9362026-06-02T17:15:42.836Z Downloaded shell-words v1.1.1
9372026-06-02T17:15:42.839Z Downloaded sha1 v0.10.6
9382026-06-02T17:15:42.839Z Downloaded hashbrown v0.12.3
9392026-06-02T17:15:42.842Z Downloaded rustversion v1.0.22
9402026-06-02T17:15:42.845Z Downloaded signal-hook-tokio v0.3.1
9412026-06-02T17:15:42.845Z Downloaded signal-hook-mio v0.2.5
9422026-06-02T17:15:42.845Z Downloaded rustls-native-certs v0.8.3
9432026-06-02T17:15:42.848Z Downloaded sigpipe v0.1.3
9442026-06-02T17:15:42.851Z Downloaded signature v2.2.0
9452026-06-02T17:15:42.851Z Downloaded serde_plain v1.0.2
9462026-06-02T17:15:42.851Z Downloaded rand_core v0.10.0
9472026-06-02T17:15:42.855Z Downloaded ed25519-dalek v2.2.0
9482026-06-02T17:15:42.855Z Downloaded openssl-sys v0.9.115
9492026-06-02T17:15:42.859Z Downloaded salsa20 v0.10.2
9502026-06-02T17:15:42.862Z Downloaded dropshot-api-manager v0.7.2
9512026-06-02T17:15:42.865Z Downloaded rand_seeder v0.4.0
9522026-06-02T17:15:42.865Z Downloaded slog-envlogger v2.2.0
9532026-06-02T17:15:42.865Z Downloaded scroll v0.13.0
9542026-06-02T17:15:42.868Z Downloaded oso v0.27.3
9552026-06-02T17:15:42.868Z Downloaded cc v1.2.56
9562026-06-02T17:15:42.871Z Downloaded siphasher v1.0.2
9572026-06-02T17:15:42.874Z Downloaded prefix-trie v0.7.0
9582026-06-02T17:15:42.874Z Downloaded flume v0.11.1
9592026-06-02T17:15:42.878Z Downloaded darling_core v0.20.11
9602026-06-02T17:15:42.881Z Downloaded russh-keys v0.45.0
9612026-06-02T17:15:42.884Z Downloaded iana-time-zone v0.1.65
9622026-06-02T17:15:42.884Z Downloaded sct v0.7.1
9632026-06-02T17:15:42.887Z Downloaded serde_path_to_error v0.1.20
9642026-06-02T17:15:42.890Z Downloaded serde_with_macros v1.5.2
9652026-06-02T17:15:42.890Z Downloaded libsw-core v0.3.2
9662026-06-02T17:15:42.890Z Downloaded derive-where v1.6.0
9672026-06-02T17:15:42.893Z Downloaded bzip2 v0.6.1
9682026-06-02T17:15:42.896Z Downloaded pin-project v1.1.11
9692026-06-02T17:15:42.902Z Downloaded serde_derive_internals v0.29.1
9702026-06-02T17:15:42.905Z Downloaded bzip2 v0.4.4
9712026-06-02T17:15:42.905Z Downloaded serde-hex v0.1.0
9722026-06-02T17:15:42.905Z Downloaded schemars_derive v0.8.22
9732026-06-02T17:15:42.908Z Downloaded buf-list v1.1.2
9742026-06-02T17:15:42.908Z Downloaded bit-vec v0.6.3
9752026-06-02T17:15:42.911Z Downloaded fxhash v0.2.1
9762026-06-02T17:15:42.911Z Downloaded ciborium-ll v0.2.2
9772026-06-02T17:15:42.911Z Downloaded chacha20 v0.9.1
9782026-06-02T17:15:42.914Z Downloaded signal-hook-registry v1.4.8
9792026-06-02T17:15:42.914Z Downloaded blowfish v0.9.1
9802026-06-02T17:15:42.914Z Downloaded byte-wrapper v0.1.0
9812026-06-02T17:15:42.917Z Downloaded strsim v0.10.0
9822026-06-02T17:15:42.917Z Downloaded strip-ansi-escapes v0.2.1
9832026-06-02T17:15:42.920Z Downloaded strum v0.27.2
9842026-06-02T17:15:42.920Z Downloaded structmeta-derive v0.3.0
9852026-06-02T17:15:42.920Z Downloaded structmeta v0.3.0
9862026-06-02T17:15:42.923Z Downloaded ssh-cipher v0.2.0
9872026-06-02T17:15:42.923Z Downloaded sqlparser_derive v0.5.0
9882026-06-02T17:15:42.923Z Downloaded base64 v0.21.7
9892026-06-02T17:15:42.926Z Downloaded simd-adler32 v0.3.8
9902026-06-02T17:15:42.929Z Downloaded strum v0.26.3
9912026-06-02T17:15:42.930Z Downloaded shlex v1.3.0
9922026-06-02T17:15:42.930Z Downloaded slog-bunyan v2.5.0
9932026-06-02T17:15:42.933Z Downloaded http v1.4.0
9942026-06-02T17:15:42.933Z Downloaded minimal-lexical v0.2.1
9952026-06-02T17:15:42.936Z Downloaded prettyplease v0.2.37
9962026-06-02T17:15:42.938Z Downloaded rustls-pemfile v1.0.4
9972026-06-02T17:15:42.939Z Downloaded slog-async v2.8.0
9982026-06-02T17:15:42.942Z Downloaded sync_wrapper v1.0.2
9992026-06-02T17:15:42.942Z Downloaded tabwriter v1.4.1
10002026-06-02T17:15:42.942Z Downloaded subtle v2.6.1
10012026-06-02T17:15:42.945Z Downloaded sync-ptr v0.1.4
10022026-06-02T17:15:42.945Z Downloaded take_mut v0.2.2
10032026-06-02T17:15:42.945Z Downloaded tagptr v0.2.0
10042026-06-02T17:15:42.949Z Downloaded slog-json v2.6.1
10052026-06-02T17:15:42.949Z Downloaded rcgen v0.12.1
10062026-06-02T17:15:42.952Z Downloaded smallvec v0.6.14
10072026-06-02T17:15:42.952Z Downloaded sec1 v0.7.3
10082026-06-02T17:15:42.952Z Downloaded itertools v0.10.5
10092026-06-02T17:15:42.955Z Downloaded slog-term v2.9.2
10102026-06-02T17:15:42.958Z Downloaded spki v0.7.3
10112026-06-02T17:15:42.958Z Downloaded snafu-derive v0.8.9
10122026-06-02T17:15:42.958Z Downloaded smf v0.2.3
10132026-06-02T17:15:42.962Z Downloaded supports-color v3.0.2
10142026-06-02T17:15:42.962Z Downloaded slab v0.4.12
10152026-06-02T17:15:42.962Z Downloaded testing_table v0.3.0
10162026-06-02T17:15:42.962Z Downloaded hashbrown v0.13.2
10172026-06-02T17:15:42.966Z Downloaded thread-id v5.1.0
10182026-06-02T17:15:42.966Z Downloaded tap v1.0.1
10192026-06-02T17:15:42.969Z Downloaded slog-dtrace v0.3.0
10202026-06-02T17:15:42.969Z Downloaded tabled_derive v0.11.0
10212026-06-02T17:15:42.969Z Downloaded thiserror-impl-no-std v2.0.2
10222026-06-02T17:15:42.969Z Downloaded aes v0.8.4
10232026-06-02T17:15:42.974Z Downloaded ssh-encoding v0.2.0
10242026-06-02T17:15:42.974Z Downloaded rustls-pemfile v2.2.0
10252026-06-02T17:15:42.978Z Downloaded slog-stdlog v4.1.1
10262026-06-02T17:15:42.978Z Downloaded slog-scope v4.4.1
10272026-06-02T17:15:42.978Z Downloaded progenitor-impl v0.11.2
10282026-06-02T17:15:42.978Z Downloaded ron v0.8.1
10292026-06-02T17:15:42.981Z Downloaded progenitor-impl v0.14.0
10302026-06-02T17:15:42.984Z Downloaded progenitor-impl v0.13.0
10312026-06-02T17:15:42.987Z Downloaded hyper-util v0.1.20
10322026-06-02T17:15:42.991Z Downloaded crossterm v0.28.1
10332026-06-02T17:15:42.995Z Downloaded strum_macros v0.26.4
10342026-06-02T17:15:42.995Z Downloaded schemars v0.8.22
10352026-06-02T17:15:43.001Z Downloaded tinyvec_macros v0.1.1
10362026-06-02T17:15:43.004Z Downloaded pretty_assertions v1.4.1
10372026-06-02T17:15:43.004Z Downloaded support-bundle-viewer v0.1.2
10382026-06-02T17:15:43.004Z Downloaded static_assertions v1.1.0
10392026-06-02T17:15:43.007Z Downloaded stacker v0.1.23
10402026-06-02T17:15:43.007Z Downloaded strum_macros v0.27.2
10412026-06-02T17:15:43.007Z Downloaded ryu v1.0.23
10422026-06-02T17:15:43.010Z Downloaded quinn v0.11.9
10432026-06-02T17:15:43.013Z Downloaded mio v1.2.0
10442026-06-02T17:15:43.016Z Downloaded nom v7.1.3
10452026-06-02T17:15:43.020Z Downloaded stringprep v0.1.5
10462026-06-02T17:15:43.020Z Downloaded tokio-macros v2.7.0
10472026-06-02T17:15:43.024Z Downloaded sqlformat v0.3.5
10482026-06-02T17:15:43.024Z Downloaded serde_with_macros v3.17.0
10492026-06-02T17:15:43.024Z Downloaded rustls-pki-types v1.14.0
10502026-06-02T17:15:43.024Z Downloaded rayon-core v1.13.0
10512026-06-02T17:15:43.027Z Downloaded time-core v0.1.8
10522026-06-02T17:15:43.027Z Downloaded thiserror-no-std v2.0.2
10532026-06-02T17:15:43.030Z Downloaded hickory-resolver v0.24.4
10542026-06-02T17:15:43.033Z Downloaded crossbeam-deque v0.8.6
10552026-06-02T17:15:43.033Z Downloaded arrayref v0.3.9
10562026-06-02T17:15:43.036Z Downloaded constant_time_eq v0.4.2
10572026-06-02T17:15:43.037Z Downloaded tower-layer v0.3.3
10582026-06-02T17:15:43.037Z Downloaded backoff v0.4.0
10592026-06-02T17:15:43.039Z Downloaded hashbrown v0.16.1
10602026-06-02T17:15:43.043Z Downloaded ciborium v0.2.2
10612026-06-02T17:15:43.043Z Downloaded termtree v0.5.1
10622026-06-02T17:15:43.046Z Downloaded hickory-server v0.25.2
10632026-06-02T17:15:43.046Z Downloaded topological-sort v0.2.2
10642026-06-02T17:15:43.049Z Downloaded hashbrown v0.15.5
10652026-06-02T17:15:43.052Z Downloaded libxml v0.3.3
10662026-06-02T17:15:43.055Z Downloaded thread_local v1.1.9
10672026-06-02T17:15:43.055Z Downloaded serde_cbor v0.11.2
10682026-06-02T17:15:43.058Z Downloaded time-macros v0.2.27
10692026-06-02T17:15:43.058Z Downloaded qorb v0.4.1
10702026-06-02T17:15:43.061Z Downloaded publicsuffix v2.3.0
10712026-06-02T17:15:43.064Z Downloaded similar v2.7.0
10722026-06-02T17:15:43.068Z Downloaded try-lock v0.2.5
10732026-06-02T17:15:43.068Z Downloaded trait-variant v0.1.2
10742026-06-02T17:15:43.068Z Downloaded tower-service v0.3.3
10752026-06-02T17:15:43.071Z Downloaded tls_codec v0.4.2
10762026-06-02T17:15:43.071Z Downloaded strum_macros v0.24.3
10772026-06-02T17:15:43.071Z Downloaded tiny-keccak v2.0.2
10782026-06-02T17:15:43.071Z Downloaded schemars v0.9.0
10792026-06-02T17:15:43.078Z Downloaded unarray v0.1.4
10802026-06-02T17:15:43.081Z Downloaded typify-macro v0.6.2
10812026-06-02T17:15:43.081Z Downloaded typify-macro v0.4.3
10822026-06-02T17:15:43.081Z Downloaded termios v0.3.3
10832026-06-02T17:15:43.084Z Downloaded tokio-native-tls v0.3.1
10842026-06-02T17:15:43.084Z Downloaded string_cache v0.8.9
10852026-06-02T17:15:43.084Z Downloaded signal-hook v0.3.18
10862026-06-02T17:15:43.087Z Downloaded num-bigint v0.4.6
10872026-06-02T17:15:43.090Z Downloaded spin v0.9.8
10882026-06-02T17:15:43.090Z Downloaded serde_yaml v0.9.34+deprecated
10892026-06-02T17:15:43.093Z Downloaded rustls-platform-verifier v0.6.2
10902026-06-02T17:15:43.097Z Downloaded term v1.2.1
10912026-06-02T17:15:43.097Z Downloaded iri-string v0.7.10
10922026-06-02T17:15:43.101Z Downloaded tokio-tungstenite v0.23.1
10932026-06-02T17:15:43.104Z Downloaded tokio-tungstenite v0.21.0
10942026-06-02T17:15:43.104Z Downloaded tokio-dtrace v0.1.1
10952026-06-02T17:15:43.104Z Downloaded untrusted v0.7.1
10962026-06-02T17:15:43.107Z Downloaded universal-hash v0.5.1
10972026-06-02T17:15:43.107Z Downloaded unicode-truncate v1.1.0
10982026-06-02T17:15:43.107Z Downloaded usdt-macro v0.6.0
10992026-06-02T17:15:43.107Z Downloaded utf-8 v0.7.6
11002026-06-02T17:15:43.110Z Downloaded usdt-attr-macro v0.6.0
11012026-06-02T17:15:43.110Z Downloaded untrusted v0.9.0
11022026-06-02T17:15:43.110Z Downloaded tokio-rustls v0.25.0
11032026-06-02T17:15:43.110Z Downloaded tls_codec_derive v0.4.2
11042026-06-02T17:15:43.113Z Downloaded rand v0.9.2
11052026-06-02T17:15:43.116Z Downloaded term v0.7.0
11062026-06-02T17:15:43.116Z Downloaded itertools v0.13.0
11072026-06-02T17:15:43.120Z Downloaded socket2 v0.6.3
11082026-06-02T17:15:43.124Z Downloaded ed25519 v2.2.3
11092026-06-02T17:15:43.124Z Downloaded diesel-dtrace v0.5.0
11102026-06-02T17:15:43.127Z Downloaded slog v2.8.2
11112026-06-02T17:15:43.127Z Downloaded data-encoding v2.10.0
11122026-06-02T17:15:43.127Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-06-02T17:15:43.127Z Downloaded cookie v0.18.1
11142026-06-02T17:15:43.132Z Downloaded async-stream v0.3.6
11152026-06-02T17:15:43.132Z Downloaded unit-prefix v0.5.2
11162026-06-02T17:15:43.135Z Downloaded void v1.0.2
11172026-06-02T17:15:43.135Z Downloaded wait-timeout v0.2.1
11182026-06-02T17:15:43.139Z Downloaded want v0.3.1
11192026-06-02T17:15:43.139Z Downloaded schemars v1.2.1
11202026-06-02T17:15:43.146Z Downloaded subprocess v0.2.15
11212026-06-02T17:15:43.152Z Downloaded xattr v1.6.1
11222026-06-02T17:15:43.155Z Downloaded tui-tree-widget v0.23.1
11232026-06-02T17:15:43.155Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-06-02T17:15:43.155Z Downloaded unicase v2.9.0
11252026-06-02T17:15:43.160Z Downloaded waitgroup v0.1.2
11262026-06-02T17:15:43.160Z Downloaded tokio-stream v0.1.18
11272026-06-02T17:15:43.163Z Downloaded rand v0.8.6
11282026-06-02T17:15:43.163Z Downloaded socket2 v0.5.10
11292026-06-02T17:15:43.163Z Downloaded rsa v0.9.10
11302026-06-02T17:15:43.166Z Downloaded test-strategy v0.4.5
11312026-06-02T17:15:43.175Z Downloaded tokio-rustls v0.26.4
11322026-06-02T17:15:43.175Z Downloaded itertools v0.12.1
11332026-06-02T17:15:43.180Z Downloaded xshell-macros v0.2.7
11342026-06-02T17:15:43.180Z Downloaded h2 v0.4.13
11352026-06-02T17:15:43.180Z Downloaded zone v0.3.1
11362026-06-02T17:15:43.180Z Downloaded futures-util v0.3.32
11372026-06-02T17:15:43.186Z Downloaded zone_cfg_derive v0.3.1
11382026-06-02T17:15:43.189Z Downloaded usdt v0.6.0
11392026-06-02T17:15:43.189Z Downloaded zeroize_derive v1.4.3
11402026-06-02T17:15:43.189Z Downloaded rustls-webpki v0.103.9
11412026-06-02T17:15:43.189Z Downloaded tokio-rustls v0.24.1
11422026-06-02T17:15:43.189Z Downloaded hkdf v0.12.4
11432026-06-02T17:15:43.194Z Downloaded rand v0.10.0
11442026-06-02T17:15:43.197Z Downloaded vergen-lib v9.1.0
11452026-06-02T17:15:43.204Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-06-02T17:15:43.207Z Downloaded walkdir v2.5.0
11472026-06-02T17:15:43.207Z Downloaded vsss-rs v3.3.4
11482026-06-02T17:15:43.212Z Downloaded tracing-attributes v0.1.31
11492026-06-02T17:15:43.212Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-06-02T17:15:43.212Z Downloaded itertools v0.14.0
11512026-06-02T17:15:43.215Z Downloaded snafu v0.8.9
11522026-06-02T17:15:43.218Z Downloaded twox-hash v2.1.2
11532026-06-02T17:15:43.222Z Downloaded whoami v2.1.0
11542026-06-02T17:15:43.222Z Downloaded whoami v1.6.1
11552026-06-02T17:15:43.222Z Downloaded vergen-gitcl v1.0.8
11562026-06-02T17:15:43.225Z Downloaded num-bigint-dig v0.8.6
11572026-06-02T17:15:43.229Z Downloaded samael v0.0.19
11582026-06-02T17:15:43.233Z Downloaded tar v0.4.45
11592026-06-02T17:15:43.236Z Downloaded tinyvec v1.10.0
11602026-06-02T17:15:43.236Z Downloaded xshell v0.2.7
11612026-06-02T17:15:43.236Z Downloaded toml v0.7.8
11622026-06-02T17:15:43.239Z Downloaded uzers v0.12.2
11632026-06-02T17:15:43.239Z Downloaded usdt-impl v0.6.0
11642026-06-02T17:15:43.252Z Downloaded libm v0.2.16
11652026-06-02T17:15:43.259Z Downloaded vergen-git2 v9.1.0
11662026-06-02T17:15:43.262Z Downloaded rustyline v14.0.0
11672026-06-02T17:15:43.265Z Downloaded tungstenite v0.21.0
11682026-06-02T17:15:43.268Z Downloaded zstd v0.13.3
11692026-06-02T17:15:43.268Z Downloaded vergen v9.1.0
11702026-06-02T17:15:43.271Z Downloaded hyper v1.8.1
11712026-06-02T17:15:43.274Z Downloaded vergen-lib v0.1.6
11722026-06-02T17:15:43.274Z Downloaded toml v1.0.6+spec-1.1.0
11732026-06-02T17:15:43.277Z Downloaded p521 v0.13.3
11742026-06-02T17:15:43.282Z Downloaded unicode-bidi v0.3.18
11752026-06-02T17:15:43.282Z Downloaded wyz v0.5.1
11762026-06-02T17:15:43.282Z Downloaded iddqd v0.4.2
11772026-06-02T17:15:43.285Z Downloaded yasna v0.5.2
11782026-06-02T17:15:43.288Z Downloaded russh v0.45.0
11792026-06-02T17:15:43.291Z Downloaded unicode-properties v0.1.4
11802026-06-02T17:15:43.291Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-06-02T17:15:43.294Z Downloaded steno v0.4.1
11822026-06-02T17:15:43.297Z Downloaded zeroize v1.8.2
11832026-06-02T17:15:43.300Z Downloaded uuid v1.23.0
11842026-06-02T17:15:43.307Z Downloaded blake3 v1.8.3
11852026-06-02T17:15:43.312Z Downloaded tungstenite v0.23.0
11862026-06-02T17:15:43.315Z Downloaded bindgen v0.71.1
11872026-06-02T17:15:43.318Z Downloaded vte v0.14.1
11882026-06-02T17:15:43.321Z Downloaded typify v0.4.3
11892026-06-02T17:15:43.324Z Downloaded typify v0.6.2
11902026-06-02T17:15:43.324Z Downloaded tokio-postgres v0.7.16
11912026-06-02T17:15:43.327Z Downloaded rpassword v7.4.0
11922026-06-02T17:15:43.327Z Downloaded tracing-core v0.1.36
11932026-06-02T17:15:43.330Z Downloaded unsafe-libyaml v0.2.11
11942026-06-02T17:15:43.339Z Downloaded toml_edit v0.19.15
11952026-06-02T17:15:43.349Z Downloaded zerocopy v0.6.6
11962026-06-02T17:15:43.359Z Downloaded zopfli v0.8.3
11972026-06-02T17:15:43.362Z Downloaded zstd-safe v7.2.4
11982026-06-02T17:15:43.366Z Downloaded serde_with v1.14.0
11992026-06-02T17:15:43.369Z Downloaded p384 v0.13.1
12002026-06-02T17:15:43.376Z Downloaded git2 v0.20.4
12012026-06-02T17:15:43.381Z Downloaded reedline v0.40.0
12022026-06-02T17:15:43.387Z Downloaded ssh-key v0.6.7
12032026-06-02T17:15:43.390Z Downloaded zip v0.6.6
12042026-06-02T17:15:43.393Z Downloaded aws-lc-rs v1.16.3
12052026-06-02T17:15:43.398Z Downloaded reqwest v0.12.28
12062026-06-02T17:15:43.401Z Downloaded reqwest v0.13.2
12072026-06-02T17:15:43.404Z Downloaded regex v1.12.3
12082026-06-02T17:15:43.407Z Downloaded typed-path v0.9.3
12092026-06-02T17:15:43.410Z Downloaded bitvec v1.0.1
12102026-06-02T17:15:43.419Z Downloaded zerocopy-derive v0.8.40
12112026-06-02T17:15:43.426Z Downloaded tower v0.5.3
12122026-06-02T17:15:43.429Z Downloaded quick-xml v0.37.5
12132026-06-02T17:15:43.433Z Downloaded unicode_categories v0.1.1
12142026-06-02T17:15:43.436Z Downloaded salty v0.3.0
12152026-06-02T17:15:43.441Z Downloaded lalrpop v0.19.12
12162026-06-02T17:15:43.444Z Downloaded rayon v1.11.0
12172026-06-02T17:15:43.450Z Downloaded yansi v1.0.1
12182026-06-02T17:15:43.454Z Downloaded portable-atomic v1.13.1
12192026-06-02T17:15:43.458Z Downloaded rustls-webpki v0.101.7
12202026-06-02T17:15:43.475Z Downloaded unicode-segmentation v1.12.0
12212026-06-02T17:15:43.479Z Downloaded chrono v0.4.44
12222026-06-02T17:15:43.483Z Downloaded unicode-normalization v0.1.25
12232026-06-02T17:15:43.486Z Downloaded tokio-util v0.7.18
12242026-06-02T17:15:43.490Z Downloaded moka v0.12.13
12252026-06-02T17:15:43.496Z Downloaded tower-http v0.6.8
12262026-06-02T17:15:43.499Z Downloaded tough v0.22.0
12272026-06-02T17:15:43.507Z Downloaded proptest v1.10.0
12282026-06-02T17:15:43.510Z Downloaded goblin v0.10.5
12292026-06-02T17:15:43.516Z Downloaded zip v4.6.1
12302026-06-02T17:15:43.524Z Downloaded object v0.30.4
12312026-06-02T17:15:43.532Z Downloaded serde_with v3.17.0
12322026-06-02T17:15:43.539Z Downloaded petname v2.0.2
12332026-06-02T17:15:43.543Z Downloaded quinn-proto v0.11.13
12342026-06-02T17:15:43.546Z Downloaded rustls-webpki v0.102.8
12352026-06-02T17:15:43.557Z Downloaded x509-cert v0.2.5
12362026-06-02T17:15:43.562Z Downloaded radix_trie v0.2.1
12372026-06-02T17:15:43.565Z Downloaded winnow v0.6.26
12382026-06-02T17:15:43.571Z Downloaded winnow v0.5.40
12392026-06-02T17:15:43.574Z Downloaded polar-core v0.27.3
12402026-06-02T17:15:43.580Z Downloaded nix v0.27.1
12412026-06-02T17:15:43.586Z Downloaded curve25519-dalek v4.1.3
12422026-06-02T17:15:43.592Z Downloaded bstr v1.12.1
12432026-06-02T17:15:43.601Z Downloaded dropshot v0.17.0
12442026-06-02T17:15:43.615Z Downloaded time v0.3.47
12452026-06-02T17:15:43.622Z Downloaded openssl v0.10.79
12462026-06-02T17:15:43.628Z Downloaded nix v0.28.0
12472026-06-02T17:15:43.635Z Downloaded rustls v0.21.12
12482026-06-02T17:15:43.642Z Downloaded tabled v0.20.0
12492026-06-02T17:15:43.651Z Downloaded smoltcp v0.9.1
12502026-06-02T17:15:43.657Z Downloaded zlib-rs v0.6.2
12512026-06-02T17:15:43.660Z Downloaded vcpkg v0.2.15
12522026-06-02T17:15:43.684Z Downloaded regex-syntax v0.6.29
12532026-06-02T17:15:43.688Z Downloaded object v0.37.3
12542026-06-02T17:15:43.694Z Downloaded webpki-roots v1.0.6
12552026-06-02T17:15:43.697Z Downloaded rustls v0.22.4
12562026-06-02T17:15:43.703Z Downloaded hickory-proto v0.24.4
12572026-06-02T17:15:43.712Z Downloaded zerocopy v0.8.40
12582026-06-02T17:15:43.717Z Downloaded rustls v0.23.37
12592026-06-02T17:15:43.724Z Downloaded regress v0.10.5
12602026-06-02T17:15:43.729Z Downloaded smoltcp v0.11.0
12612026-06-02T17:15:43.737Z Downloaded regress v0.11.1
12622026-06-02T17:15:43.742Z Downloaded rustix v0.38.44
12632026-06-02T17:15:43.757Z Downloaded regex-syntax v0.8.10
12642026-06-02T17:15:43.764Z Downloaded hickory-proto v0.25.2
12652026-06-02T17:15:43.772Z Downloaded diesel v2.3.7
12662026-06-02T17:15:43.785Z Downloaded openapiv3 v2.2.0
12672026-06-02T17:15:43.790Z Downloaded nix v0.31.2
12682026-06-02T17:15:43.812Z Downloaded sqlparser v0.61.0
12692026-06-02T17:15:43.825Z Downloaded typify-impl v0.6.2
12702026-06-02T17:15:43.834Z Downloaded sled v0.34.7
12712026-06-02T17:15:43.840Z Downloaded ratatui v0.29.0
12722026-06-02T17:15:43.852Z Downloaded typify-impl v0.4.3
12732026-06-02T17:15:43.861Z Downloaded tracing v0.1.44
12742026-06-02T17:15:43.873Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-06-02T17:15:43.895Z Downloaded regex-automata v0.4.14
12762026-06-02T17:15:43.903Z Downloaded zerocopy-derive v0.6.6
12772026-06-02T17:15:43.909Z Downloaded petgraph v0.6.5
12782026-06-02T17:15:43.921Z Downloaded jiff v0.2.21
12792026-06-02T17:15:43.933Z Downloaded chrono-tz v0.10.4
12802026-06-02T17:15:43.950Z Downloaded csv v1.4.0
12812026-06-02T17:15:43.962Z Downloaded petgraph v0.8.3
12822026-06-02T17:15:43.975Z Downloaded libz-sys v1.1.24
12832026-06-02T17:15:43.987Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-06-02T17:15:43.998Z Downloaded sha3 v0.10.8
12852026-06-02T17:15:44.004Z Downloaded tokio v1.52.1
12862026-06-02T17:15:44.049Z Downloaded encoding_rs v0.8.35
12872026-06-02T17:15:44.078Z Downloaded ring v0.17.14
12882026-06-02T17:15:44.102Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-06-02T17:15:44.612Z Downloaded aws-lc-sys v0.40.0
12902026-06-02T17:15:44.864Z Compiling libc v0.2.185
12912026-06-02T17:15:44.864Z Compiling serde v1.0.228
12922026-06-02T17:15:44.867Z Compiling log v0.4.29
12932026-06-02T17:15:44.867Z Compiling shlex v1.3.0
12942026-06-02T17:15:44.867Z Compiling find-msvc-tools v0.1.9
12952026-06-02T17:15:44.867Z Compiling smallvec v1.15.1
12962026-06-02T17:15:44.867Z Compiling typenum v1.19.0
12972026-06-02T17:15:44.868Z Compiling subtle v2.6.1
12982026-06-02T17:15:44.868Z Compiling generic-array v0.14.7
12992026-06-02T17:15:44.868Z Compiling scopeguard v1.2.0
13002026-06-02T17:15:45.048Z Compiling const-oid v0.9.6
13012026-06-02T17:15:45.061Z Compiling serde_json v1.0.149
13022026-06-02T17:15:45.088Z Compiling syn v2.0.117
13032026-06-02T17:15:45.102Z Compiling zerocopy v0.8.40
13042026-06-02T17:15:45.115Z Compiling portable-atomic v1.13.1
13052026-06-02T17:15:45.118Z Compiling lock_api v0.4.14
13062026-06-02T17:15:45.139Z Compiling pin-project-lite v0.2.17
13072026-06-02T17:15:45.205Z Compiling parking_lot_core v0.9.12
13082026-06-02T17:15:45.234Z Compiling pkg-config v0.3.32
13092026-06-02T17:15:45.248Z Compiling bitflags v2.11.0
13102026-06-02T17:15:45.264Z Compiling critical-section v1.2.0
13112026-06-02T17:15:45.279Z Compiling libm v0.2.16
13122026-06-02T17:15:45.323Z Compiling futures-core v0.3.32
13132026-06-02T17:15:45.374Z Compiling num-traits v0.2.19
13142026-06-02T17:15:45.428Z Compiling percent-encoding v2.3.2
13152026-06-02T17:15:45.450Z Compiling futures-sink v0.3.32
13162026-06-02T17:15:45.531Z Compiling cpufeatures v0.2.17
13172026-06-02T17:15:45.534Z Compiling futures-channel v0.3.32
13182026-06-02T17:15:45.558Z Compiling futures-task v0.3.32
13192026-06-02T17:15:45.561Z Compiling getrandom v0.4.1
13202026-06-02T17:15:45.587Z Compiling futures-io v0.3.32
13212026-06-02T17:15:45.615Z Compiling slab v0.4.12
13222026-06-02T17:15:45.637Z Compiling rand_core v0.10.0
13232026-06-02T17:15:45.702Z Compiling indexmap v2.14.0
13242026-06-02T17:15:45.741Z Compiling getrandom v0.3.4
13252026-06-02T17:15:45.755Z Compiling rustversion v1.0.22
13262026-06-02T17:15:45.784Z Compiling form_urlencoded v1.2.2
13272026-06-02T17:15:45.799Z Compiling fs_extra v1.3.0
13282026-06-02T17:15:45.812Z Compiling dunce v1.0.5
13292026-06-02T17:15:45.812Z Compiling ident_case v1.0.1
13302026-06-02T17:15:45.840Z Compiling base64ct v1.8.3
13312026-06-02T17:15:45.917Z Compiling getrandom v0.2.17
13322026-06-02T17:15:45.932Z Compiling jobserver v0.1.34
13332026-06-02T17:15:45.936Z Compiling errno v0.3.14
13342026-06-02T17:15:45.977Z Compiling mio v1.2.0
13352026-06-02T17:15:45.994Z Compiling socket2 v0.6.3
13362026-06-02T17:15:46.082Z Compiling rand_core v0.6.4
13372026-06-02T17:15:46.110Z Compiling signal-hook-registry v1.4.8
13382026-06-02T17:15:46.137Z Compiling cc v1.2.56
13392026-06-02T17:15:46.164Z Compiling pem-rfc7468 v0.7.0
13402026-06-02T17:15:46.200Z Compiling once_cell v1.21.3
13412026-06-02T17:15:46.273Z Compiling parking_lot v0.12.5
13422026-06-02T17:15:46.324Z Compiling rustix v1.1.3
13432026-06-02T17:15:46.356Z Compiling flagset v0.4.7
13442026-06-02T17:15:46.376Z Compiling iana-time-zone v0.1.65
13452026-06-02T17:15:46.395Z Compiling regex-syntax v0.8.10
13462026-06-02T17:15:46.409Z Compiling aws-lc-rs v1.16.3
13472026-06-02T17:15:46.422Z Compiling vcpkg v0.2.15
13482026-06-02T17:15:46.489Z Compiling tracing-core v0.1.36
13492026-06-02T17:15:46.504Z Compiling uuid v1.23.0
13502026-06-02T17:15:46.507Z Compiling rustc_version v0.4.1
13512026-06-02T17:15:46.546Z Compiling base64 v0.22.1
13522026-06-02T17:15:46.592Z Compiling untrusted v0.9.0
13532026-06-02T17:15:46.660Z Compiling rand_core v0.9.5
13542026-06-02T17:15:46.725Z Compiling openssl-probe v0.2.1
13552026-06-02T17:15:46.728Z Compiling untrusted v0.7.1
13562026-06-02T17:15:46.761Z Compiling httparse v1.10.1
13572026-06-02T17:15:46.818Z Compiling tinyvec_macros v0.1.1
13582026-06-02T17:15:46.864Z Compiling aho-corasick v1.1.4
13592026-06-02T17:15:46.880Z Compiling cmake v0.1.57
13602026-06-02T17:15:46.896Z Compiling tinyvec v1.10.0
13612026-06-02T17:15:46.899Z Compiling dyn-clone v1.0.20
13622026-06-02T17:15:46.926Z Compiling rustls v0.23.37
13632026-06-02T17:15:46.926Z Compiling atomic-waker v1.1.2
13642026-06-02T17:15:46.963Z Compiling schemars v0.8.22
13652026-06-02T17:15:47.062Z Compiling tower-service v0.3.3
13662026-06-02T17:15:47.082Z Compiling try-lock v0.2.5
13672026-06-02T17:15:47.103Z Compiling tower-layer v0.3.3
13682026-06-02T17:15:47.121Z Compiling openssl v0.10.79
13692026-06-02T17:15:47.273Z Compiling httpdate v1.0.3
13702026-06-02T17:15:47.276Z Compiling want v0.3.1
13712026-06-02T17:15:47.308Z Compiling pin-utils v0.1.0
13722026-06-02T17:15:47.325Z Compiling foreign-types-shared v0.1.1
13732026-06-02T17:15:47.353Z Compiling spin v0.9.8
13742026-06-02T17:15:47.369Z Compiling unicode-normalization v0.1.25
13752026-06-02T17:15:47.398Z Compiling num-conv v0.2.0
13762026-06-02T17:15:47.401Z Compiling native-tls v0.2.18
13772026-06-02T17:15:47.434Z Compiling foreign-types v0.3.2
13782026-06-02T17:15:47.449Z Compiling crc32fast v1.5.0
13792026-06-02T17:15:47.453Z Compiling powerfmt v0.2.0
13802026-06-02T17:15:47.480Z Compiling time-core v0.1.8
13812026-06-02T17:15:47.498Z Compiling wait-timeout v0.2.1
13822026-06-02T17:15:47.520Z Compiling sync_wrapper v1.0.2
13832026-06-02T17:15:47.551Z Compiling siphasher v1.0.2
13842026-06-02T17:15:47.566Z Compiling quick-error v1.2.3
13852026-06-02T17:15:47.623Z Compiling crossbeam-utils v0.8.21
13862026-06-02T17:15:47.653Z Compiling deranged v0.5.8
13872026-06-02T17:15:47.668Z Compiling time-macros v0.2.27
13882026-06-02T17:15:47.672Z Compiling syn v1.0.109
13892026-06-02T17:15:47.696Z Compiling usdt-impl v0.6.0
13902026-06-02T17:15:47.713Z Compiling bit-vec v0.8.0
13912026-06-02T17:15:47.716Z Compiling num_threads v0.1.7
13922026-06-02T17:15:47.793Z Compiling simd-adler32 v0.3.8
13932026-06-02T17:15:47.825Z Compiling slog v2.8.2
13942026-06-02T17:15:47.863Z Compiling heapless v0.7.17
13952026-06-02T17:15:47.912Z Compiling aws-lc-sys v0.40.0
13962026-06-02T17:15:47.930Z Compiling ring v0.17.14
13972026-06-02T17:15:47.951Z Compiling openssl-sys v0.9.115
13982026-06-02T17:15:47.970Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-06-02T17:15:48.033Z Compiling bit-set v0.8.0
14002026-06-02T17:15:48.048Z Compiling tempfile v3.25.0
14012026-06-02T17:15:48.052Z Compiling regex-automata v0.4.14
14022026-06-02T17:15:48.091Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-06-02T17:15:48.130Z Compiling synstructure v0.13.2
14042026-06-02T17:15:48.133Z Compiling pest_generator v2.8.6
14052026-06-02T17:15:48.212Z Compiling serde_derive_internals v0.29.1
14062026-06-02T17:15:48.334Z Compiling darling_core v0.20.11
14072026-06-02T17:15:48.412Z Compiling rusty-fork v0.3.1
14082026-06-02T17:15:48.461Z Compiling darling_core v0.21.3
14092026-06-02T17:15:48.749Z Compiling rand_xorshift v0.4.0
14102026-06-02T17:15:48.786Z Compiling thread-id v5.1.0
14112026-06-02T17:15:48.802Z Compiling cookie v0.18.1
14122026-06-02T17:15:48.864Z Compiling paste v1.0.15
14132026-06-02T17:15:48.892Z Compiling allocator-api2 v0.2.21
14142026-06-02T17:15:48.905Z Compiling time v0.3.47
14152026-06-02T17:15:48.951Z Compiling ryu v1.0.23
14162026-06-02T17:15:48.963Z Compiling unicode-bidi v0.3.18
14172026-06-02T17:15:49.010Z Compiling unarray v0.1.4
14182026-06-02T17:15:49.037Z Compiling adler2 v2.0.1
14192026-06-02T17:15:49.137Z Compiling unicode-properties v0.1.4
14202026-06-02T17:15:49.153Z Compiling zstd-safe v7.2.4
14212026-06-02T17:15:49.153Z Compiling signal-hook v0.3.18
14222026-06-02T17:15:49.182Z Compiling iri-string v0.7.10
14232026-06-02T17:15:49.198Z Compiling anyhow v1.0.102
14242026-06-02T17:15:49.250Z Compiling miniz_oxide v0.8.9
14252026-06-02T17:15:49.335Z Compiling stringprep v0.1.5
14262026-06-02T17:15:49.536Z Compiling num-integer v0.1.46
14272026-06-02T17:15:49.792Z Compiling vergen-lib v9.1.0
14282026-06-02T17:15:49.836Z Compiling curve25519-dalek v4.1.3
14292026-06-02T17:15:49.926Z Compiling ff v0.13.1
14302026-06-02T17:15:49.941Z Compiling hash32 v0.2.1
14312026-06-02T17:15:49.993Z Compiling serde_derive v1.0.228
14322026-06-02T17:15:50.008Z Compiling zeroize_derive v1.4.3
14332026-06-02T17:15:50.045Z Compiling zerofrom-derive v0.1.6
14342026-06-02T17:15:50.096Z Compiling yoke-derive v0.8.1
14352026-06-02T17:15:50.155Z Compiling zerovec-derive v0.11.2
14362026-06-02T17:15:50.170Z Compiling zerocopy-derive v0.8.40
14372026-06-02T17:15:50.208Z Compiling displaydoc v0.2.5
14382026-06-02T17:15:50.624Z Compiling tokio-macros v2.7.0
14392026-06-02T17:15:50.705Z Compiling zeroize v1.8.2
14402026-06-02T17:15:50.813Z Compiling futures-macro v0.3.32
14412026-06-02T17:15:50.838Z Compiling der_derive v0.7.3
14422026-06-02T17:15:50.993Z Compiling rustls-pki-types v1.14.0
14432026-06-02T17:15:51.144Z Compiling tracing-attributes v0.1.31
14442026-06-02T17:15:51.336Z Compiling thiserror-impl v2.0.18
14452026-06-02T17:15:51.350Z Compiling scroll_derive v0.13.1
14462026-06-02T17:15:51.384Z Compiling pest_derive v2.8.6
14472026-06-02T17:15:51.488Z Compiling crypto-common v0.1.7
14482026-06-02T17:15:51.503Z Compiling block-buffer v0.10.4
14492026-06-02T17:15:51.527Z Compiling zerofrom v0.1.6
14502026-06-02T17:15:51.663Z Compiling yoke v0.8.1
14512026-06-02T17:15:51.677Z Compiling digest v0.10.7
14522026-06-02T17:15:51.680Z Compiling futures-util v0.3.32
14532026-06-02T17:15:51.707Z Compiling block-padding v0.3.3
14542026-06-02T17:15:51.847Z Compiling zerovec v0.11.5
14552026-06-02T17:15:51.861Z Compiling zerotrie v0.2.3
14562026-06-02T17:15:51.876Z Compiling inout v0.1.4
14572026-06-02T17:15:51.892Z Compiling hmac v0.12.1
14582026-06-02T17:15:51.940Z Compiling sha2 v0.10.9
14592026-06-02T17:15:52.061Z Compiling cipher v0.4.4
14602026-06-02T17:15:52.064Z Compiling der v0.7.10
14612026-06-02T17:15:52.176Z Compiling pbkdf2 v0.12.2
14622026-06-02T17:15:52.247Z Compiling schemars_derive v0.8.22
14632026-06-02T17:15:52.397Z Compiling tinystr v0.8.2
14642026-06-02T17:15:52.433Z Compiling potential_utf v0.1.4
14652026-06-02T17:15:52.448Z Compiling salsa20 v0.10.2
14662026-06-02T17:15:52.468Z Compiling cbc v0.1.2
14672026-06-02T17:15:52.584Z Compiling icu_locale_core v2.1.1
14682026-06-02T17:15:52.606Z Compiling icu_collections v2.1.1
14692026-06-02T17:15:52.620Z Compiling tracing v0.1.44
14702026-06-02T17:15:52.637Z Compiling scrypt v0.11.0
14712026-06-02T17:15:52.640Z Compiling aes v0.8.4
14722026-06-02T17:15:52.753Z Compiling thiserror v2.0.18
14732026-06-02T17:15:52.875Z Compiling scroll v0.13.0
14742026-06-02T17:15:52.903Z Compiling darling_macro v0.20.11
14752026-06-02T17:15:52.919Z Compiling openssl-macros v0.1.1
14762026-06-02T17:15:53.121Z Compiling spki v0.7.3
14772026-06-02T17:15:53.171Z Compiling goblin v0.10.5
14782026-06-02T17:15:53.349Z Compiling icu_provider v2.1.1
14792026-06-02T17:15:53.364Z Compiling pkcs5 v0.7.1
14802026-06-02T17:15:53.431Z Compiling rustls-native-certs v0.8.3
14812026-06-02T17:15:53.445Z Compiling darling v0.20.11
14822026-06-02T17:15:53.460Z Compiling dtrace-parser v0.3.0
14832026-06-02T17:15:53.513Z Compiling bytes v1.11.1
14842026-06-02T17:15:53.541Z Compiling chrono v0.4.44
14852026-06-02T17:15:53.594Z Compiling ipnet v2.11.0
14862026-06-02T17:15:53.608Z Compiling icu_normalizer v2.1.1
14872026-06-02T17:15:53.679Z Compiling icu_properties v2.1.2
14882026-06-02T17:15:53.748Z Compiling pkcs8 v0.10.2
14892026-06-02T17:15:53.763Z Compiling derive_builder_core v0.20.2
14902026-06-02T17:15:53.889Z Compiling signature v2.2.0
14912026-06-02T17:15:54.087Z Compiling tokio v1.52.1
14922026-06-02T17:15:54.103Z Compiling http v1.4.0
14932026-06-02T17:15:54.134Z Compiling webpki-roots v1.0.6
14942026-06-02T17:15:54.150Z Compiling scroll_derive v0.12.1
14952026-06-02T17:15:54.166Z Compiling thiserror-impl v1.0.69
14962026-06-02T17:15:54.181Z Compiling serde_urlencoded v0.7.1
14972026-06-02T17:15:54.243Z Compiling serde_spanned v0.6.9
14982026-06-02T17:15:54.273Z Compiling toml_datetime v0.6.11
14992026-06-02T17:15:54.400Z Compiling erased-serde v0.3.31
15002026-06-02T17:15:54.441Z Compiling serde_tokenstream v0.2.3
15012026-06-02T17:15:54.549Z Compiling md-5 v0.10.6
15022026-06-02T17:15:54.689Z Compiling idna_adapter v1.2.1
15032026-06-02T17:15:54.723Z Compiling ppv-lite86 v0.2.21
15042026-06-02T17:15:54.738Z Compiling derive_builder_macro v0.20.2
15052026-06-02T17:15:54.785Z Compiling http-body v1.0.1
15062026-06-02T17:15:54.842Z Compiling idna v1.1.0
15072026-06-02T17:15:54.846Z Compiling darling_macro v0.21.3
15082026-06-02T17:15:54.870Z Compiling scroll v0.12.0
15092026-06-02T17:15:54.873Z Compiling bstr v1.12.1
15102026-06-02T17:15:54.902Z Compiling zerocopy-derive v0.7.35
15112026-06-02T17:15:54.953Z Compiling http-body-util v0.1.3
15122026-06-02T17:15:54.988Z Compiling async-trait v0.1.89
15132026-06-02T17:15:55.044Z Compiling rand_chacha v0.9.0
15142026-06-02T17:15:55.070Z Compiling rand_chacha v0.3.1
15152026-06-02T17:15:55.154Z Compiling url v2.5.8
15162026-06-02T17:15:55.213Z Compiling pin-project-internal v1.1.11
15172026-06-02T17:15:55.228Z Compiling memoffset v0.9.1
15182026-06-02T17:15:55.349Z Compiling rand v0.9.2
15192026-06-02T17:15:55.444Z Compiling encoding_rs v0.8.35
15202026-06-02T17:15:55.473Z Compiling thiserror v1.0.69
15212026-06-02T17:15:55.533Z Compiling ref-cast v1.0.25
15222026-06-02T17:15:55.565Z Compiling num-bigint-dig v0.8.6
15232026-06-02T17:15:55.593Z Compiling base16ct v0.2.0
15242026-06-02T17:15:55.789Z Compiling mime v0.3.17
15252026-06-02T17:15:55.805Z Compiling psl-types v2.0.11
15262026-06-02T17:15:55.861Z Compiling zlib-rs v0.6.2
15272026-06-02T17:15:55.889Z Compiling dof v0.4.0
15282026-06-02T17:15:55.940Z Compiling proptest v1.10.0
15292026-06-02T17:15:55.976Z Compiling cfg_aliases v0.2.1
15302026-06-02T17:15:56.045Z Compiling fallible-iterator v0.2.0
15312026-06-02T17:15:56.059Z Compiling smoltcp v0.9.1
15322026-06-02T17:15:56.075Z Compiling rustix v0.38.44
15332026-06-02T17:15:56.120Z Compiling litrs v1.0.0
15342026-06-02T17:15:56.169Z Compiling nix v0.31.2
15352026-06-02T17:15:56.353Z Compiling pin-project v1.1.11
15362026-06-02T17:15:56.369Z Compiling postgres-protocol v0.6.10
15372026-06-02T17:15:56.449Z Compiling publicsuffix v2.3.0
15382026-06-02T17:15:56.496Z Compiling zerocopy v0.7.35
15392026-06-02T17:15:56.530Z Compiling sec1 v0.7.3
15402026-06-02T17:15:56.545Z Compiling ipnetwork v0.21.1
15412026-06-02T17:15:56.583Z Compiling darling v0.21.3
15422026-06-02T17:15:56.655Z Compiling document-features v0.2.12
15432026-06-02T17:15:56.673Z Compiling rand v0.8.6
15442026-06-02T17:15:56.688Z Compiling derive_builder v0.20.2
15452026-06-02T17:15:56.821Z Compiling oxnet v0.1.4
15462026-06-02T17:15:56.836Z Compiling goblin v0.8.2
15472026-06-02T17:15:56.981Z Compiling futures-executor v0.3.32
15482026-06-02T17:15:56.997Z Compiling hex v0.4.3
15492026-06-02T17:15:57.058Z Compiling hubpack_derive v0.1.1
15502026-06-02T17:15:57.081Z Compiling hkdf v0.12.4
15512026-06-02T17:15:57.096Z Compiling crypto-bigint v0.5.5
15522026-06-02T17:15:57.267Z Compiling regex v1.12.3
15532026-06-02T17:15:57.343Z Compiling group v0.13.0
15542026-06-02T17:15:57.403Z Compiling snafu-derive v0.8.9
15552026-06-02T17:15:57.429Z Compiling strum_macros v0.27.2
15562026-06-02T17:15:57.432Z Compiling daft-derive v0.1.7
15572026-06-02T17:15:57.490Z Compiling ref-cast-impl v1.0.25
15582026-06-02T17:15:57.541Z Compiling curve25519-dalek-derive v0.1.1
15592026-06-02T17:15:57.597Z Compiling num-iter v0.1.45
15602026-06-02T17:15:57.816Z Compiling terminal_size v0.4.3
15612026-06-02T17:15:57.853Z Compiling phf_shared v0.13.1
15622026-06-02T17:15:57.974Z Compiling tokio-util v0.7.18
15632026-06-02T17:15:57.990Z Compiling tower v0.5.3
15642026-06-02T17:15:58.041Z Compiling tokio-native-tls v0.3.1
15652026-06-02T17:15:58.075Z Compiling lazy_static v1.5.0
15662026-06-02T17:15:58.116Z Compiling vergen v9.1.0
15672026-06-02T17:15:58.188Z Compiling cargo-platform v0.3.2
15682026-06-02T17:15:58.218Z Compiling fs-err v3.3.0
15692026-06-02T17:15:58.233Z Compiling ahash v0.8.12
15702026-06-02T17:15:58.247Z Compiling managed v0.8.0
15712026-06-02T17:15:58.274Z Compiling bumpalo v3.20.2
15722026-06-02T17:15:58.319Z Compiling newtype-uuid v1.3.2
15732026-06-02T17:15:58.429Z Compiling tower-http v0.6.8
15742026-06-02T17:15:58.456Z Compiling unicode-segmentation v1.12.0
15752026-06-02T17:15:58.477Z Compiling same-file v1.0.6
15762026-06-02T17:15:58.480Z Compiling libbz2-rs-sys v0.2.2
15772026-06-02T17:15:58.504Z Compiling foldhash v0.1.5
15782026-06-02T17:15:58.540Z Compiling object v0.37.3
15792026-06-02T17:15:58.682Z Compiling h2 v0.4.13
15802026-06-02T17:15:58.702Z Compiling foldhash v0.2.0
15812026-06-02T17:15:58.726Z Compiling bitflags v1.3.2
15822026-06-02T17:15:58.822Z Compiling flate2 v1.1.9
15832026-06-02T17:15:58.864Z Compiling winnow v0.5.40
15842026-06-02T17:15:58.881Z Compiling hashbrown v0.16.1
15852026-06-02T17:15:58.957Z Compiling bzip2 v0.6.1
15862026-06-02T17:15:59.100Z Compiling hashbrown v0.15.5
15872026-06-02T17:15:59.193Z Compiling walkdir v2.5.0
15882026-06-02T17:15:59.226Z Compiling daft v0.1.7
15892026-06-02T17:15:59.269Z Compiling dof v0.3.0
15902026-06-02T17:15:59.333Z Compiling zopfli v0.8.3
15912026-06-02T17:15:59.492Z Compiling snafu v0.8.9
15922026-06-02T17:15:59.571Z Compiling cargo_metadata v0.23.1
15932026-06-02T17:15:59.601Z Compiling clap_builder v4.5.60
15942026-06-02T17:15:59.604Z Compiling strum v0.27.2
15952026-06-02T17:15:59.730Z Compiling elliptic-curve v0.13.8
15962026-06-02T17:15:59.875Z Compiling phf v0.13.1
15972026-06-02T17:15:59.889Z Compiling signal-hook-mio v0.2.5
15982026-06-02T17:16:00.028Z Compiling hubpack v0.1.2
15992026-06-02T17:16:00.056Z Compiling cookie_store v0.22.1
16002026-06-02T17:16:00.071Z Compiling usdt-macro v0.6.0
16012026-06-02T17:16:00.075Z Compiling usdt-attr-macro v0.6.0
16022026-06-02T17:16:00.099Z Compiling bzip2 v0.4.4
16032026-06-02T17:16:00.142Z Compiling futures v0.3.32
16042026-06-02T17:16:00.236Z Compiling postgres-types v0.2.12
16052026-06-02T17:16:00.262Z Compiling toml_edit v0.19.15
16062026-06-02T17:16:00.323Z Compiling serde_with_macros v3.17.0
16072026-06-02T17:16:00.426Z Compiling zstd v0.13.3
16082026-06-02T17:16:00.585Z Compiling dtrace-parser v0.2.0
16092026-06-02T17:16:00.708Z Compiling globset v0.4.18
16102026-06-02T17:16:00.726Z Compiling ed25519 v2.2.3
16112026-06-02T17:16:00.849Z Compiling pkcs1 v0.7.5
16122026-06-02T17:16:00.864Z Compiling olpc-cjson v0.1.4
16132026-06-02T17:16:00.938Z Compiling serde_plain v1.0.2
16142026-06-02T17:16:00.957Z Compiling serde-big-array v0.5.1
16152026-06-02T17:16:01.044Z Compiling rfc6979 v0.4.0
16162026-06-02T17:16:01.124Z Compiling serde_repr v0.1.20
16172026-06-02T17:16:01.155Z Compiling strum_macros v0.26.4
16182026-06-02T17:16:01.190Z Compiling async-recursion v1.1.1
16192026-06-02T17:16:01.285Z Compiling enum-as-inner v0.6.1
16202026-06-02T17:16:01.372Z Compiling clap_derive v4.5.55
16212026-06-02T17:16:01.442Z Compiling phf_shared v0.11.3
16222026-06-02T17:16:01.506Z Compiling float-cmp v0.10.0
16232026-06-02T17:16:01.547Z Compiling pem v3.0.6
16242026-06-02T17:16:01.646Z Compiling memmap2 v0.9.10
16252026-06-02T17:16:01.650Z Compiling thread-id v4.2.2
16262026-06-02T17:16:01.676Z Compiling env_filter v1.0.0
16272026-06-02T17:16:01.692Z Compiling keccak v0.1.6
16282026-06-02T17:16:01.757Z Compiling new_debug_unreachable v1.0.6
16292026-06-02T17:16:01.827Z Compiling hyper v1.8.1
16302026-06-02T17:16:01.844Z Compiling fixedbitset v0.4.2
16312026-06-02T17:16:01.881Z Compiling predicates-core v1.0.10
16322026-06-02T17:16:01.885Z Compiling precomputed-hash v0.1.1
16332026-06-02T17:16:01.912Z Compiling typed-path v0.9.3
16342026-06-02T17:16:01.997Z Compiling fixedbitset v0.5.7
16352026-06-02T17:16:02.011Z Compiling either v1.15.0
16362026-06-02T17:16:02.082Z Compiling data-encoding v2.10.0
16372026-06-02T17:16:02.096Z Compiling whoami v2.1.0
16382026-06-02T17:16:02.296Z Compiling jiff v0.2.21
16392026-06-02T17:16:02.369Z Compiling difflib v0.4.0
16402026-06-02T17:16:02.541Z Compiling static_assertions v1.1.0
16412026-06-02T17:16:02.593Z Compiling normalize-line-endings v0.3.0
16422026-06-02T17:16:02.631Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-06-02T17:16:02.687Z Compiling predicates v3.1.4
16442026-06-02T17:16:02.709Z Compiling hickory-proto v0.25.2
16452026-06-02T17:16:02.724Z Compiling tokio-postgres v0.7.16
16462026-06-02T17:16:02.869Z Compiling itertools v0.13.0
16472026-06-02T17:16:02.886Z Compiling petgraph v0.8.3
16482026-06-02T17:16:02.968Z Compiling petgraph v0.6.5
16492026-06-02T17:16:02.986Z Compiling hyper-util v0.1.20
16502026-06-02T17:16:03.012Z Compiling strum v0.26.3
16512026-06-02T17:16:03.164Z Compiling string_cache v0.8.9
16522026-06-02T17:16:03.223Z Compiling sha3 v0.10.8
16532026-06-02T17:16:03.283Z Compiling clap v4.5.60
16542026-06-02T17:16:03.378Z Compiling toml_edit v0.22.27
16552026-06-02T17:16:03.394Z Compiling env_logger v0.11.9
16562026-06-02T17:16:03.409Z Compiling usdt v0.6.0
16572026-06-02T17:16:03.545Z Compiling usdt-impl v0.5.0
16582026-06-02T17:16:03.706Z Compiling toml v0.7.8
16592026-06-02T17:16:03.720Z Compiling serde_with v3.17.0
16602026-06-02T17:16:03.767Z Compiling crossterm v0.28.1
16612026-06-02T17:16:04.143Z Compiling ecdsa v0.16.9
16622026-06-02T17:16:04.168Z Compiling rsa v0.9.10
16632026-06-02T17:16:04.336Z Compiling ed25519-dalek v2.2.0
16642026-06-02T17:16:04.508Z Compiling hyper-tls v0.6.0
16652026-06-02T17:16:04.806Z Compiling zip v0.6.6
16662026-06-02T17:16:04.910Z Compiling iddqd v0.4.2
16672026-06-02T17:16:04.993Z Compiling zip v4.6.1
16682026-06-02T17:16:05.300Z Compiling similar v2.7.0
16692026-06-02T17:16:05.376Z Compiling heck v0.4.1
16702026-06-02T17:16:05.429Z Compiling tokio-stream v0.1.18
16712026-06-02T17:16:05.446Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-06-02T17:16:05.538Z Compiling buf-list v1.1.2
16732026-06-02T17:16:05.617Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-02T17:16:05.632Z Compiling openapiv3 v2.2.0
16752026-06-02T17:16:05.837Z Compiling x509-cert v0.2.5
16762026-06-02T17:16:05.928Z Compiling sha1 v0.10.6
16772026-06-02T17:16:05.943Z Compiling crossbeam-epoch v0.9.18
16782026-06-02T17:16:05.997Z Compiling lalrpop-util v0.19.12
16792026-06-02T17:16:06.093Z Compiling peg-runtime v0.8.5
16802026-06-02T17:16:06.170Z Compiling thread_local v1.1.9
16812026-06-02T17:16:06.187Z Compiling slog-async v2.8.0
16822026-06-02T17:16:06.212Z Compiling crossbeam-channel v0.5.15
16832026-06-02T17:16:06.227Z Compiling is-terminal v0.4.17
16842026-06-02T17:16:06.242Z Compiling filetime v0.2.27
16852026-06-02T17:16:06.292Z Compiling term v1.2.1
16862026-06-02T17:16:06.306Z Compiling take_mut v0.2.2
16872026-06-02T17:16:06.335Z Compiling xattr v1.6.1
16882026-06-02T17:16:06.518Z Compiling tar v0.4.45
16892026-06-02T17:16:06.593Z Compiling slog-term v2.9.2
16902026-06-02T17:16:24.266Z Compiling rustls-webpki v0.103.9
16912026-06-02T17:16:27.054Z Compiling tokio-rustls v0.26.4
16922026-06-02T17:16:27.054Z Compiling rustls-platform-verifier v0.6.2
16932026-06-02T17:16:27.234Z Compiling hyper-rustls v0.27.7
16942026-06-02T17:16:27.439Z Compiling reqwest v0.12.28
16952026-06-02T17:16:27.439Z Compiling reqwest v0.13.2
16962026-06-02T17:16:28.654Z Compiling tough v0.22.0
16972026-06-02T17:16:31.207Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-02T17:16:31.437Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-02T17:16:34.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.70s
17002026-06-02T17:16:34.481Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-02T17:16:34.538ZJun 02 17:16:33.670 INFO Starting download, target: Cockroach
17022026-06-02T17:16:34.538ZJun 02 17:16:33.671 INFO Starting download, target: Clickhouse
17032026-06-02T17:16:34.538ZJun 02 17:16:33.671 INFO Starting download, target: Console
17042026-06-02T17:16:34.538ZJun 02 17:16:33.671 INFO Starting download, target: DendriteStub
17052026-06-02T17:16:34.538ZJun 02 17:16:33.671 INFO Starting download, target: MaghemiteMgd
17062026-06-02T17:16:34.539ZJun 02 17:16:33.671 INFO Starting download, target: TransceiverControl
17072026-06-02T17:16:34.539ZJun 02 17:16:33.671 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-02T17:16:34.539ZJun 02 17:16:33.671 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-02T17:16:34.539ZJun 02 17:16:33.671 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-02T17:16:34.543ZJun 02 17:16:33.671 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-02T17:16:34.543ZJun 02 17:16:33.671 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-06-02T17:16:34.543ZJun 02 17:16:33.671 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-06-02T17:16:35.605ZJun 02 17:16:34.713 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-06-02T17:16:35.826ZJun 02 17:16:34.959 INFO Download complete, target: Console
17152026-06-02T17:16:36.741ZJun 02 17:16:35.874 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-06-02T17:16:36.963ZJun 02 17:16:36.095 INFO Download complete, target: TransceiverControl
17172026-06-02T17:16:37.477ZJun 02 17:16:36.604 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-02T17:16:37.832ZJun 02 17:16:36.964 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-06-02T17:16:38.354ZJun 02 17:16:37.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-06-02T17:16:39.191ZJun 02 17:16:38.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-02T17:16:39.191ZJun 02 17:16:38.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-02T17:16:40.331ZJun 02 17:16:39.461 INFO Download complete, target: DendriteStub
17232026-06-02T17:16:40.823ZJun 02 17:16:39.954 INFO Download complete, target: MaghemiteMgd
17242026-06-02T17:16:44.086ZJun 02 17:16:43.219 INFO Checking that binary works, target: Cockroach
17252026-06-02T17:16:44.421ZJun 02 17:16:43.554 INFO Download complete, target: Cockroach
17262026-06-02T17:16:44.515ZJun 02 17:16:43.644 INFO Checking that binary works, target: Clickhouse
17272026-06-02T17:16:44.668ZJun 02 17:16:43.793 INFO Download complete, target: Clickhouse
17282026-06-02T17:16:44.676ZAll prerequisites installed successfully
17292026-06-02T17:16:44.677Z
17302026-06-02T17:16:44.677Zreal 2:06.526977950
17312026-06-02T17:16:44.677Zuser 7:03.793763006
17322026-06-02T17:16:44.677Zsys 1:41.597024307
17332026-06-02T17:16:44.677Ztrap 0.269700504
17342026-06-02T17:16:44.677Ztflt 1.270337756
17352026-06-02T17:16:44.677Zdflt 1.809285515
17362026-06-02T17:16:44.677Zkflt 0.059855840
17372026-06-02T17:16:44.677Zlock 23:28.446244770
17382026-06-02T17:16:44.677Zslp 19:26.501304171
17392026-06-02T17:16:44.677Zlat 23.769301179
17402026-06-02T17:16:44.678Zstop 2:50.315063089
17412026-06-02T17:16:44.678Z+ ptime -m cargo xtask download softnpu
17422026-06-02T17:16:45.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-06-02T17:16:45.220Z Running `target/debug/xtask download softnpu`
17442026-06-02T17:16:46.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17452026-06-02T17:16:46.091Z Running `target/debug/xtask-downloader softnpu`
17462026-06-02T17:16:46.132ZJun 02 17:16:45.264 INFO Starting download, target: Softnpu
17472026-06-02T17:16:46.136ZJun 02 17:16:45.265 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-02T17:16:49.214ZJun 02 17:16:48.335 INFO Download complete, target: Softnpu
17492026-06-02T17:16:49.222Z
17502026-06-02T17:16:49.222Zreal 4.534263784
17512026-06-02T17:16:49.222Zuser 1.393600165
17522026-06-02T17:16:49.222Zsys 0.694263826
17532026-06-02T17:16:49.222Ztrap 0.000577950
17542026-06-02T17:16:49.222Ztflt 0.000180940
17552026-06-02T17:16:49.222Zdflt 0.000234730
17562026-06-02T17:16:49.222Zkflt 0.000001110
17572026-06-02T17:16:49.222Zlock 1:00.435417443
17582026-06-02T17:16:49.222Zslp 2.909678010
17592026-06-02T17:16:49.222Zlat 0.120886346
17602026-06-02T17:16:49.222Zstop 0.000182920
17612026-06-02T17:16:49.222Z+ export CARGO_INCREMENTAL=0
17622026-06-02T17:16:49.222Z+ CARGO_INCREMENTAL=0
17632026-06-02T17:16:49.222Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-02T17:16:50.137Z Compiling proc-macro2 v1.0.106
17652026-06-02T17:16:50.137Z Compiling quote v1.0.45
17662026-06-02T17:16:50.137Z Compiling unicode-ident v1.0.24
17672026-06-02T17:16:50.137Z Compiling libc v0.2.185
17682026-06-02T17:16:50.152Z Compiling serde_core v1.0.228
17692026-06-02T17:16:50.152Z Compiling serde v1.0.228
17702026-06-02T17:16:50.152Z Compiling cfg-if v1.0.4
17712026-06-02T17:16:50.153Z Compiling version_check v0.9.5
17722026-06-02T17:16:50.153Z Compiling shlex v1.3.0
17732026-06-02T17:16:50.153Z Compiling find-msvc-tools v0.1.9
17742026-06-02T17:16:50.153Z Compiling typenum v1.19.0
17752026-06-02T17:16:50.297Z Compiling zmij v1.0.21
17762026-06-02T17:16:50.329Z Compiling autocfg v1.5.0
17772026-06-02T17:16:50.329Z Compiling serde_json v1.0.149
17782026-06-02T17:16:50.329Z Compiling memchr v2.8.0
17792026-06-02T17:16:50.529Z Compiling portable-atomic v1.13.1
17802026-06-02T17:16:50.539Z Compiling libm v0.2.16
17812026-06-02T17:16:50.633Z Compiling zerocopy v0.8.40
17822026-06-02T17:16:50.666Z Compiling parking_lot_core v0.9.12
17832026-06-02T17:16:50.694Z Compiling generic-array v0.14.7
17842026-06-02T17:16:50.778Z Compiling smallvec v1.15.1
17852026-06-02T17:16:50.842Z Compiling icu_normalizer_data v2.1.1
17862026-06-02T17:16:50.842Z Compiling icu_properties_data v2.1.2
17872026-06-02T17:16:50.968Z Compiling num-traits v0.2.19
17882026-06-02T17:16:50.968Z Compiling itoa v1.0.17
17892026-06-02T17:16:50.969Z Compiling getrandom v0.4.1
17902026-06-02T17:16:51.018Z Compiling log v0.4.29
17912026-06-02T17:16:51.018Z Compiling stable_deref_trait v1.2.1
17922026-06-02T17:16:51.079Z Compiling pkg-config v0.3.32
17932026-06-02T17:16:51.079Z Compiling subtle v2.6.1
17942026-06-02T17:16:51.164Z Compiling scopeguard v1.2.0
17952026-06-02T17:16:51.180Z Compiling jobserver v0.1.34
17962026-06-02T17:16:51.180Z Compiling getrandom v0.2.17
17972026-06-02T17:16:51.241Z Compiling errno v0.3.14
17982026-06-02T17:16:51.374Z Compiling lock_api v0.4.14
17992026-06-02T17:16:51.493Z Compiling percent-encoding v2.3.2
18002026-06-02T17:16:51.519Z Compiling cc v1.2.56
18012026-06-02T17:16:51.519Z Compiling rand_core v0.6.4
18022026-06-02T17:16:51.519Z Compiling litemap v0.8.1
18032026-06-02T17:16:51.520Z Compiling writeable v0.6.2
18042026-06-02T17:16:51.578Z Compiling syn v2.0.117
18052026-06-02T17:16:51.657Z Compiling fnv v1.0.7
18062026-06-02T17:16:51.762Z Compiling pin-project-lite v0.2.17
18072026-06-02T17:16:51.762Z Compiling thiserror v2.0.18
18082026-06-02T17:16:51.854Z Compiling getrandom v0.3.4
18092026-06-02T17:16:51.854Z Compiling equivalent v1.0.2
18102026-06-02T17:16:51.854Z Compiling dunce v1.0.5
18112026-06-02T17:16:51.943Z Compiling fs_extra v1.3.0
18122026-06-02T17:16:51.943Z Compiling rand_core v0.10.0
18132026-06-02T17:16:51.943Z Compiling schemars v0.8.22
18142026-06-02T17:16:51.943Z Compiling rustversion v1.0.22
18152026-06-02T17:16:52.034Z Compiling utf8_iter v1.0.4
18162026-06-02T17:16:52.154Z Compiling form_urlencoded v1.2.2
18172026-06-02T17:16:52.299Z Compiling cmake v0.1.57
18182026-06-02T17:16:52.299Z Compiling critical-section v1.2.0
18192026-06-02T17:16:52.299Z Compiling signal-hook-registry v1.4.8
18202026-06-02T17:16:52.419Z Compiling hashbrown v0.17.0
18212026-06-02T17:16:52.420Z Compiling rustix v1.1.3
18222026-06-02T17:16:52.530Z Compiling socket2 v0.6.3
18232026-06-02T17:16:52.530Z Compiling mio v1.2.0
18242026-06-02T17:16:52.657Z Compiling once_cell v1.21.3
18252026-06-02T17:16:52.741Z Compiling parking_lot v0.12.5
18262026-06-02T17:16:52.741Z Compiling const-oid v0.9.6
18272026-06-02T17:16:52.773Z Compiling semver v1.0.28
18282026-06-02T17:16:52.773Z Compiling ring v0.17.14
18292026-06-02T17:16:52.822Z Compiling bitflags v2.11.0
18302026-06-02T17:16:52.874Z Compiling aws-lc-sys v0.40.0
18312026-06-02T17:16:52.887Z Compiling indexmap v2.14.0
18322026-06-02T17:16:53.069Z Compiling aws-lc-rs v1.16.3
18332026-06-02T17:16:53.096Z Compiling heck v0.5.0
18342026-06-02T17:16:53.096Z Compiling futures-core v0.3.32
18352026-06-02T17:16:53.192Z Compiling httparse v1.10.1
18362026-06-02T17:16:53.256Z Compiling vcpkg v0.2.15
18372026-06-02T17:16:53.294Z Compiling strsim v0.11.1
18382026-06-02T17:16:53.294Z Compiling thiserror v1.0.69
18392026-06-02T17:16:53.388Z Compiling iana-time-zone v0.1.65
18402026-06-02T17:16:53.432Z Compiling byteorder v1.5.0
18412026-06-02T17:16:53.498Z Compiling ucd-trie v0.1.7
18422026-06-02T17:16:53.572Z Compiling regex-syntax v0.8.10
18432026-06-02T17:16:53.585Z Compiling syn v1.0.109
18442026-06-02T17:16:53.617Z Compiling ident_case v1.0.1
18452026-06-02T17:16:53.617Z Compiling uuid v1.23.0
18462026-06-02T17:16:53.690Z Compiling pest v2.8.6
18472026-06-02T17:16:53.746Z Compiling rustls v0.23.37
18482026-06-02T17:16:53.776Z Compiling cpufeatures v0.2.17
18492026-06-02T17:16:53.799Z Compiling openssl-sys v0.9.115
18502026-06-02T17:16:53.965Z Compiling futures-sink v0.3.32
18512026-06-02T17:16:53.990Z Compiling rustc_version v0.4.1
18522026-06-02T17:16:54.080Z Compiling futures-channel v0.3.32
18532026-06-02T17:16:54.114Z Compiling slab v0.4.12
18542026-06-02T17:16:54.185Z Compiling futures-task v0.3.32
18552026-06-02T17:16:54.218Z Compiling futures-io v0.3.32
18562026-06-02T17:16:54.322Z Compiling aho-corasick v1.1.4
18572026-06-02T17:16:54.362Z Compiling synstructure v0.13.2
18582026-06-02T17:16:54.376Z Compiling serde_derive_internals v0.29.1
18592026-06-02T17:16:54.437Z Compiling dyn-clone v1.0.20
18602026-06-02T17:16:54.610Z Compiling plain v0.2.3
18612026-06-02T17:16:54.625Z Compiling crc32fast v1.5.0
18622026-06-02T17:16:54.638Z Compiling openssl v0.10.79
18632026-06-02T17:16:54.711Z Compiling base64 v0.22.1
18642026-06-02T17:16:54.728Z Compiling pest_meta v2.8.6
18652026-06-02T17:16:54.897Z Compiling crossbeam-utils v0.8.21
18662026-06-02T17:16:54.914Z Compiling num-conv v0.2.0
18672026-06-02T17:16:54.928Z Compiling time-core v0.1.8
18682026-06-02T17:16:55.069Z Compiling native-tls v0.2.18
18692026-06-02T17:16:55.093Z Compiling pretty-hex v0.4.1
18702026-06-02T17:16:55.109Z Compiling time-macros v0.2.27
18712026-06-02T17:16:55.140Z Compiling regex-automata v0.4.14
18722026-06-02T17:16:55.177Z Compiling base64ct v1.8.3
18732026-06-02T17:16:55.199Z Compiling anyhow v1.0.102
18742026-06-02T17:16:55.223Z Compiling darling_core v0.21.3
18752026-06-02T17:16:55.312Z Compiling pest_generator v2.8.6
18762026-06-02T17:16:55.403Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-06-02T17:16:55.454Z Compiling pem-rfc7468 v0.7.0
18782026-06-02T17:16:55.489Z Compiling tracing-core v0.1.36
18792026-06-02T17:16:55.643Z Compiling untrusted v0.9.0
18802026-06-02T17:16:55.665Z Compiling serde_derive v1.0.228
18812026-06-02T17:16:55.744Z Compiling zeroize_derive v1.4.3
18822026-06-02T17:16:55.759Z Compiling zerofrom-derive v0.1.6
18832026-06-02T17:16:55.762Z Compiling yoke-derive v0.8.1
18842026-06-02T17:16:55.790Z Compiling zerovec-derive v0.11.2
18852026-06-02T17:16:55.805Z Compiling displaydoc v0.2.5
18862026-06-02T17:16:55.954Z Compiling zerocopy-derive v0.8.40
18872026-06-02T17:16:56.002Z Compiling tokio-macros v2.7.0
18882026-06-02T17:16:56.091Z Compiling futures-macro v0.3.32
18892026-06-02T17:16:56.379Z Compiling zeroize v1.8.2
18902026-06-02T17:16:56.631Z Compiling thiserror-impl v2.0.18
18912026-06-02T17:16:56.727Z Compiling schemars_derive v0.8.22
18922026-06-02T17:16:56.764Z Compiling tracing-attributes v0.1.31
18932026-06-02T17:16:56.865Z Compiling der_derive v0.7.3
18942026-06-02T17:16:56.898Z Compiling thiserror-impl v1.0.69
18952026-06-02T17:16:56.939Z Compiling zerofrom v0.1.6
18962026-06-02T17:16:57.088Z Compiling yoke v0.8.1
18972026-06-02T17:16:57.151Z Compiling crypto-common v0.1.7
18982026-06-02T17:16:57.306Z Compiling zerovec v0.11.5
18992026-06-02T17:16:57.321Z Compiling zerotrie v0.2.3
19002026-06-02T17:16:57.445Z Compiling block-buffer v0.10.4
19012026-06-02T17:16:57.775Z Compiling digest v0.10.7
19022026-06-02T17:16:57.831Z Compiling pest_derive v2.8.6
19032026-06-02T17:16:57.900Z Compiling tinystr v0.8.2
19042026-06-02T17:16:57.922Z Compiling potential_utf v0.1.4
19052026-06-02T17:16:57.949Z Compiling futures-util v0.3.32
19062026-06-02T17:16:58.009Z Compiling hmac v0.12.1
19072026-06-02T17:16:58.051Z Compiling icu_collections v2.1.1
19082026-06-02T17:16:58.121Z Compiling icu_locale_core v2.1.1
19092026-06-02T17:16:58.155Z Compiling block-padding v0.3.3
19102026-06-02T17:16:58.176Z Compiling rustls-pki-types v1.14.0
19112026-06-02T17:16:58.293Z Compiling inout v0.1.4
19122026-06-02T17:16:59.315Z Compiling openssl-macros v0.1.1
19132026-06-02T17:16:59.319Z Compiling cipher v0.4.4
19142026-06-02T17:16:59.319Z Compiling sha2 v0.10.9
19152026-06-02T17:16:59.319Z Compiling bytes v1.11.1
19162026-06-02T17:16:59.319Z Compiling icu_provider v2.1.1
19172026-06-02T17:16:59.319Z Compiling chrono v0.4.44
19182026-06-02T17:16:59.319Z Compiling serde_tokenstream v0.2.3
19192026-06-02T17:16:59.319Z Compiling icu_properties v2.1.2
19202026-06-02T17:16:59.319Z Compiling icu_normalizer v2.1.1
19212026-06-02T17:16:59.320Z Compiling scroll_derive v0.12.1
19222026-06-02T17:16:59.347Z Compiling tokio v1.52.1
19232026-06-02T17:16:59.978Z Compiling scroll_derive v0.13.1
19242026-06-02T17:17:00.046Z Compiling http v1.4.0
19252026-06-02T17:17:00.317Z Compiling idna_adapter v1.2.1
19262026-06-02T17:17:00.442Z Compiling idna v1.1.0
19272026-06-02T17:17:00.472Z Compiling ppv-lite86 v0.2.21
19282026-06-02T17:17:00.778Z Compiling url v2.5.8
19292026-06-02T17:17:00.794Z Compiling flagset v0.4.7
19302026-06-02T17:17:00.840Z Compiling tracing v0.1.44
19312026-06-02T17:17:00.883Z Compiling darling_macro v0.21.3
19322026-06-02T17:17:00.957Z Compiling der v0.7.10
19332026-06-02T17:17:00.982Z Compiling regex v1.12.3
19342026-06-02T17:17:01.352Z Compiling zerocopy-derive v0.7.35
19352026-06-02T17:17:01.367Z Compiling rand_core v0.9.5
19362026-06-02T17:17:01.432Z Compiling slog v2.8.2
19372026-06-02T17:17:01.839Z Compiling spki v0.7.3
19382026-06-02T17:17:02.062Z Compiling darling v0.21.3
19392026-06-02T17:17:02.097Z Compiling salsa20 v0.10.2
19402026-06-02T17:17:02.124Z Compiling pbkdf2 v0.12.2
19412026-06-02T17:17:02.611Z Compiling cookie v0.18.1
19422026-06-02T17:17:02.642Z Compiling camino v1.2.2
19432026-06-02T17:17:02.975Z Compiling scrypt v0.11.0
19442026-06-02T17:17:02.980Z Compiling rand_chacha v0.9.0
19452026-06-02T17:17:03.008Z Compiling http-body v1.0.1
19462026-06-02T17:17:03.181Z Compiling aes v0.8.4
19472026-06-02T17:17:03.198Z Compiling cbc v0.1.2
19482026-06-02T17:17:03.284Z Compiling usdt-impl v0.5.0
19492026-06-02T17:17:03.324Z Compiling untrusted v0.7.1
19502026-06-02T17:17:03.355Z Compiling tokio-util v0.7.18
19512026-06-02T17:17:03.369Z Compiling usdt-impl v0.6.0
19522026-06-02T17:17:03.407Z Compiling either v1.15.0
19532026-06-02T17:17:03.448Z Compiling atomic-waker v1.1.2
19542026-06-02T17:17:03.477Z Compiling winnow v0.7.14
19552026-06-02T17:17:03.523Z Compiling ref-cast v1.0.25
19562026-06-02T17:17:03.599Z Compiling tinyvec_macros v0.1.1
19572026-06-02T17:17:03.633Z Compiling openssl-probe v0.2.1
19582026-06-02T17:17:03.689Z Compiling paste v1.0.15
19592026-06-02T17:17:03.757Z Compiling tinyvec v1.10.0
19602026-06-02T17:17:03.810Z Compiling pkcs5 v0.7.1
19612026-06-02T17:17:04.018Z Compiling rand v0.9.2
19622026-06-02T17:17:04.350Z Compiling scroll v0.13.0
19632026-06-02T17:17:04.400Z Compiling scroll v0.12.0
19642026-06-02T17:17:04.448Z Compiling toml_datetime v0.6.11
19652026-06-02T17:17:04.640Z Compiling serde_spanned v0.6.9
19662026-06-02T17:17:04.692Z Compiling async-trait v0.1.89
19672026-06-02T17:17:04.762Z Compiling heapless v0.7.17
19682026-06-02T17:17:04.813Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-06-02T17:17:04.861Z Compiling tower-layer v0.3.3
19702026-06-02T17:17:05.001Z Compiling signal-hook v0.3.18
19712026-06-02T17:17:05.041Z Compiling zstd-safe v7.2.4
19722026-06-02T17:17:05.057Z Compiling try-lock v0.2.5
19732026-06-02T17:17:05.135Z Compiling tower-service v0.3.3
19742026-06-02T17:17:05.233Z Compiling fastrand v2.3.0
19752026-06-02T17:17:05.248Z Compiling h2 v0.4.13
19762026-06-02T17:17:05.279Z Compiling want v0.3.1
19772026-06-02T17:17:05.378Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-02T17:17:05.496Z Compiling goblin v0.8.2
19792026-06-02T17:17:05.513Z Compiling goblin v0.10.5
19802026-06-02T17:17:05.639Z Compiling pkcs8 v0.10.2
19812026-06-02T17:17:05.791Z Compiling zerocopy v0.7.35
19822026-06-02T17:17:05.928Z Compiling ipnet v2.11.0
19832026-06-02T17:17:05.965Z Compiling ref-cast-impl v1.0.25
19842026-06-02T17:17:06.270Z Compiling darling_core v0.20.11
19852026-06-02T17:17:06.407Z Compiling curve25519-dalek v4.1.3
19862026-06-02T17:17:06.450Z Compiling memoffset v0.9.1
19872026-06-02T17:17:06.533Z Compiling foreign-types-shared v0.1.1
19882026-06-02T17:17:06.640Z Compiling rustix v0.38.44
19892026-06-02T17:17:06.682Z Compiling httpdate v1.0.3
19902026-06-02T17:17:06.984Z Compiling litrs v1.0.0
19912026-06-02T17:17:07.092Z Compiling pin-utils v0.1.0
19922026-06-02T17:17:07.195Z Compiling winnow v0.5.40
19932026-06-02T17:17:07.275Z Compiling tempfile v3.25.0
19942026-06-02T17:17:07.301Z Compiling foreign-types v0.3.2
19952026-06-02T17:17:07.484Z Compiling document-features v0.2.12
19962026-06-02T17:17:07.692Z Compiling unicode-normalization v0.1.25
19972026-06-02T17:17:07.943Z Compiling dof v0.3.0
19982026-06-02T17:17:08.031Z Compiling dtrace-parser v0.2.0
19992026-06-02T17:17:08.292Z Compiling darling_macro v0.20.11
20002026-06-02T17:17:08.340Z Compiling dof v0.4.0
20012026-06-02T17:17:08.365Z Compiling hyper v1.8.1
20022026-06-02T17:17:08.584Z Compiling toml_edit v0.19.15
20032026-06-02T17:17:08.667Z Compiling dtrace-parser v0.3.0
20042026-06-02T17:17:08.723Z Compiling pin-project-internal v1.1.11
20052026-06-02T17:17:08.737Z Compiling daft-derive v0.1.7
20062026-06-02T17:17:08.798Z Compiling spin v0.9.8
20072026-06-02T17:17:08.834Z Compiling thread-id v5.1.0
20082026-06-02T17:17:08.876Z Compiling thread-id v4.2.2
20092026-06-02T17:17:08.951Z Compiling num-bigint-dig v0.8.6
20102026-06-02T17:17:08.982Z Compiling smoltcp v0.9.1
20112026-06-02T17:17:09.050Z Compiling powerfmt v0.2.0
20122026-06-02T17:17:09.209Z Compiling cfg_aliases v0.2.1
20132026-06-02T17:17:09.328Z Compiling nix v0.31.2
20142026-06-02T17:17:09.400Z Compiling deranged v0.5.8
20152026-06-02T17:17:09.615Z Compiling darling v0.20.11
20162026-06-02T17:17:09.639Z Compiling hyper-util v0.1.20
20172026-06-02T17:17:10.123Z Compiling rustls-native-certs v0.8.3
20182026-06-02T17:17:10.126Z Compiling ipnetwork v0.21.1
20192026-06-02T17:17:10.526Z Compiling curve25519-dalek-derive v0.1.1
20202026-06-02T17:17:10.672Z Compiling strum_macros v0.26.4
20212026-06-02T17:17:10.766Z Compiling sync_wrapper v1.0.2
20222026-06-02T17:17:10.898Z Compiling wait-timeout v0.2.1
20232026-06-02T17:17:11.337Z Compiling quick-error v1.2.3
20242026-06-02T17:17:11.352Z Compiling utf8parse v0.2.2
20252026-06-02T17:17:11.385Z Compiling num_threads v0.1.7
20262026-06-02T17:17:11.400Z Compiling bit-vec v0.8.0
20272026-06-02T17:17:11.476Z Compiling simd-adler32 v0.3.8
20282026-06-02T17:17:11.492Z Compiling siphasher v1.0.2
20292026-06-02T17:17:11.505Z Compiling anstyle v1.0.13
20302026-06-02T17:17:11.651Z Compiling bit-set v0.8.0
20312026-06-02T17:17:11.739Z Compiling time v0.3.47
20322026-06-02T17:17:11.755Z Compiling anstyle-parse v0.2.7
20332026-06-02T17:17:11.788Z Compiling rusty-fork v0.3.1
20342026-06-02T17:17:11.956Z Compiling tower v0.5.3
20352026-06-02T17:17:12.309Z Compiling derive_builder_core v0.20.2
20362026-06-02T17:17:12.481Z Compiling http-body-util v0.1.3
20372026-06-02T17:17:12.880Z Compiling webpki-roots v1.0.6
20382026-06-02T17:17:12.919Z Compiling rand_xorshift v0.4.0
20392026-06-02T17:17:12.951Z Compiling signature v2.2.0
20402026-06-02T17:17:12.996Z Compiling hubpack_derive v0.1.1
20412026-06-02T17:17:13.050Z Compiling snafu-derive v0.8.9
20422026-06-02T17:17:13.130Z Compiling strum_macros v0.27.2
20432026-06-02T17:17:13.263Z Compiling fs-err v3.3.0
20442026-06-02T17:17:13.332Z Compiling ahash v0.8.12
20452026-06-02T17:17:13.458Z Compiling encoding_rs v0.8.35
20462026-06-02T17:17:13.478Z Compiling mime v0.3.17
20472026-06-02T17:17:13.494Z Compiling ryu v1.0.23
20482026-06-02T17:17:13.497Z Compiling adler2 v2.0.1
20492026-06-02T17:17:13.613Z Compiling unicode-properties v0.1.4
20502026-06-02T17:17:13.648Z Compiling unicode-bidi v0.3.18
20512026-06-02T17:17:13.675Z Compiling colorchoice v1.0.4
20522026-06-02T17:17:13.817Z Compiling unicode-segmentation v1.12.0
20532026-06-02T17:17:13.883Z Compiling anstyle-query v1.1.5
20542026-06-02T17:17:13.939Z Compiling allocator-api2 v0.2.21
20552026-06-02T17:17:13.955Z Compiling unarray v0.1.4
20562026-06-02T17:17:13.983Z Compiling iri-string v0.7.10
20572026-06-02T17:17:14.034Z Compiling object v0.37.3
20582026-06-02T17:17:14.084Z Compiling is_terminal_polyfill v1.70.2
20592026-06-02T17:17:14.152Z Compiling proptest v1.10.0
20602026-06-02T17:17:14.186Z Compiling anstream v0.6.21
20612026-06-02T17:17:14.220Z Compiling stringprep v0.1.5
20622026-06-02T17:17:14.430Z Compiling serde_urlencoded v0.7.1
20632026-06-02T17:17:14.524Z Compiling miniz_oxide v0.8.9
20642026-06-02T17:17:14.737Z Compiling derive_builder_macro v0.20.2
20652026-06-02T17:17:14.910Z Compiling tokio-native-tls v0.3.1
20662026-06-02T17:17:14.984Z Compiling usdt-attr-macro v0.6.0
20672026-06-02T17:17:15.040Z Compiling usdt-macro v0.6.0
20682026-06-02T17:17:15.210Z Compiling tower-http v0.6.8
20692026-06-02T17:17:15.522Z Compiling rand_chacha v0.3.1
20702026-06-02T17:17:15.538Z Compiling erased-serde v0.3.31
20712026-06-02T17:17:15.566Z Compiling md-5 v0.10.6
20722026-06-02T17:17:15.647Z Compiling bstr v1.12.1
20732026-06-02T17:17:15.758Z Compiling num-integer v0.1.46
20742026-06-02T17:17:15.796Z Compiling hash32 v0.2.1
20752026-06-02T17:17:15.799Z Compiling vergen-lib v9.1.0
20762026-06-02T17:17:16.016Z Compiling ff v0.13.1
20772026-06-02T17:17:16.093Z Compiling fallible-iterator v0.2.0
20782026-06-02T17:17:16.128Z Compiling psl-types v2.0.11
20792026-06-02T17:17:16.209Z Compiling base16ct v0.2.0
20802026-06-02T17:17:16.321Z Compiling zlib-rs v0.6.2
20812026-06-02T17:17:16.361Z Compiling newtype-uuid v1.3.2
20822026-06-02T17:17:16.380Z Compiling publicsuffix v2.3.0
20832026-06-02T17:17:16.449Z Compiling sec1 v0.7.3
20842026-06-02T17:17:16.490Z Compiling group v0.13.0
20852026-06-02T17:17:16.557Z Compiling postgres-protocol v0.6.10
20862026-06-02T17:17:16.731Z Compiling num-iter v0.1.45
20872026-06-02T17:17:16.904Z Compiling rand v0.8.6
20882026-06-02T17:17:17.503Z Compiling oxnet v0.1.4
20892026-06-02T17:17:17.682Z Compiling derive_builder v0.20.2
20902026-06-02T17:17:17.756Z Compiling hyper-tls v0.6.0
20912026-06-02T17:17:17.820Z Compiling heck v0.4.1
20922026-06-02T17:17:17.876Z Compiling phf_shared v0.13.1
20932026-06-02T17:17:17.961Z Compiling pin-project v1.1.11
20942026-06-02T17:17:18.129Z Compiling lazy_static v1.5.0
20952026-06-02T17:17:18.323Z Compiling terminal_size v0.4.3
20962026-06-02T17:17:18.341Z Compiling serde_with_macros v3.17.0
20972026-06-02T17:17:18.344Z Compiling futures-executor v0.3.32
20982026-06-02T17:17:18.382Z Compiling hex v0.4.3
20992026-06-02T17:17:18.630Z Compiling hkdf v0.12.4
21002026-06-02T17:17:18.699Z Compiling crypto-bigint v0.5.5
21012026-06-02T17:17:18.756Z Compiling async-recursion v1.1.1
21022026-06-02T17:17:18.778Z Compiling clap_derive v4.5.55
21032026-06-02T17:17:18.839Z Compiling serde_repr v0.1.20
21042026-06-02T17:17:18.857Z Compiling enum-as-inner v0.6.1
21052026-06-02T17:17:18.923Z Compiling flate2 v1.1.9
21062026-06-02T17:17:19.255Z Compiling vergen v9.1.0
21072026-06-02T17:17:19.319Z Compiling cargo-platform v0.3.2
21082026-06-02T17:17:19.480Z Compiling bitflags v1.3.2
21092026-06-02T17:17:19.522Z Compiling managed v0.8.0
21102026-06-02T17:17:19.525Z Compiling bumpalo v3.20.2
21112026-06-02T17:17:19.583Z Compiling libbz2-rs-sys v0.2.2
21122026-06-02T17:17:19.603Z Compiling foldhash v0.2.0
21132026-06-02T17:17:19.896Z Compiling same-file v1.0.6
21142026-06-02T17:17:19.916Z Compiling clap_lex v1.0.0
21152026-06-02T17:17:20.017Z Compiling foldhash v0.1.5
21162026-06-02T17:17:20.115Z Compiling walkdir v2.5.0
21172026-06-02T17:17:20.150Z Compiling bzip2 v0.6.1
21182026-06-02T17:17:20.154Z Compiling clap_builder v4.5.60
21192026-06-02T17:17:20.234Z Compiling hashbrown v0.15.5
21202026-06-02T17:17:20.275Z Compiling elliptic-curve v0.13.8
21212026-06-02T17:17:20.349Z Compiling zopfli v0.8.3
21222026-06-02T17:17:20.410Z Compiling hashbrown v0.16.1
21232026-06-02T17:17:20.534Z Compiling cargo_metadata v0.23.1
21242026-06-02T17:17:21.042Z Compiling futures v0.3.32
21252026-06-02T17:17:21.223Z Compiling zstd v0.13.3
21262026-06-02T17:17:21.472Z Compiling phf v0.13.1
21272026-06-02T17:17:21.516Z Compiling snafu v0.8.9
21282026-06-02T17:17:21.528Z Compiling daft v0.1.7
21292026-06-02T17:17:21.672Z Compiling signal-hook-mio v0.2.5
21302026-06-02T17:17:21.815Z Compiling cookie_store v0.22.1
21312026-06-02T17:17:21.846Z Compiling postgres-types v0.2.12
21322026-06-02T17:17:21.897Z Compiling bzip2 v0.4.4
21332026-06-02T17:17:21.940Z Compiling globset v0.4.18
21342026-06-02T17:17:22.025Z Compiling strum v0.27.2
21352026-06-02T17:17:22.363Z Compiling hubpack v0.1.2
21362026-06-02T17:17:22.384Z Compiling ed25519 v2.2.3
21372026-06-02T17:17:22.402Z Compiling phf_shared v0.11.3
21382026-06-02T17:17:22.438Z Compiling crossbeam-epoch v0.9.18
21392026-06-02T17:17:22.541Z Compiling olpc-cjson v0.1.4
21402026-06-02T17:17:22.589Z Compiling pkcs1 v0.7.5
21412026-06-02T17:17:22.641Z Compiling pem v3.0.6
21422026-06-02T17:17:22.752Z Compiling serde_plain v1.0.2
21432026-06-02T17:17:22.784Z Compiling serde-big-array v0.5.1
21442026-06-02T17:17:22.800Z Compiling rfc6979 v0.4.0
21452026-06-02T17:17:22.833Z Compiling float-cmp v0.10.0
21462026-06-02T17:17:22.950Z Compiling memmap2 v0.9.10
21472026-06-02T17:17:22.966Z Compiling env_filter v1.0.0
21482026-06-02T17:17:22.969Z Compiling static_assertions v1.1.0
21492026-06-02T17:17:22.969Z Compiling predicates-core v1.0.10
21502026-06-02T17:17:23.015Z Compiling toml_write v0.1.2
21512026-06-02T17:17:23.018Z Compiling typed-path v0.9.3
21522026-06-02T17:17:23.018Z Compiling normalize-line-endings v0.3.0
21532026-06-02T17:17:23.076Z Compiling whoami v2.1.0
21542026-06-02T17:17:23.142Z Compiling precomputed-hash v0.1.1
21552026-06-02T17:17:23.180Z Compiling difflib v0.4.0
21562026-06-02T17:17:23.195Z Compiling fixedbitset v0.4.2
21572026-06-02T17:17:23.242Z Compiling jiff v0.2.21
21582026-06-02T17:17:23.258Z Compiling data-encoding v2.10.0
21592026-06-02T17:17:23.263Z Compiling fixedbitset v0.5.7
21602026-06-02T17:17:23.263Z Compiling keccak v0.1.6
21612026-06-02T17:17:23.412Z Compiling new_debug_unreachable v1.0.6
21622026-06-02T17:17:23.423Z Compiling sha3 v0.10.8
21632026-06-02T17:17:23.443Z Compiling predicates v3.1.4
21642026-06-02T17:17:23.494Z Compiling string_cache v0.8.9
21652026-06-02T17:17:23.509Z Compiling petgraph v0.8.3
21662026-06-02T17:17:23.560Z Compiling petgraph v0.6.5
21672026-06-02T17:17:23.642Z Compiling hickory-proto v0.25.2
21682026-06-02T17:17:23.716Z Compiling tokio-postgres v0.7.16
21692026-06-02T17:17:23.725Z Compiling toml_edit v0.22.27
21702026-06-02T17:17:24.030Z Compiling env_logger v0.11.9
21712026-06-02T17:17:24.209Z Compiling usdt v0.6.0
21722026-06-02T17:17:24.231Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21732026-06-02T17:17:24.370Z Compiling ecdsa v0.16.9
21742026-06-02T17:17:24.478Z Compiling rsa v0.9.10
21752026-06-02T17:17:24.782Z Compiling ed25519-dalek v2.2.0
21762026-06-02T17:17:25.350Z Compiling crossterm v0.28.1
21772026-06-02T17:17:25.454Z Compiling zip v0.6.6
21782026-06-02T17:17:25.481Z Compiling clap v4.5.60
21792026-06-02T17:17:25.586Z Compiling iddqd v0.4.2
21802026-06-02T17:17:25.982Z Compiling zip v4.6.1
21812026-06-02T17:17:26.418Z Compiling serde_with v3.17.0
21822026-06-02T17:17:26.434Z Compiling similar v2.7.0
21832026-06-02T17:17:26.451Z Compiling strum v0.26.3
21842026-06-02T17:17:26.562Z Compiling toml v0.7.8
21852026-06-02T17:17:26.604Z Compiling tokio-stream v0.1.18
21862026-06-02T17:17:26.876Z Compiling itertools v0.13.0
21872026-06-02T17:17:26.902Z Compiling buf-list v1.1.2
21882026-06-02T17:17:27.112Z Compiling x509-cert v0.2.5
21892026-06-02T17:17:27.186Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-06-02T17:17:27.210Z Compiling openapiv3 v2.2.0
21912026-06-02T17:17:27.476Z Compiling sha1 v0.10.6
21922026-06-02T17:17:27.726Z Compiling peg-runtime v0.8.5
21932026-06-02T17:17:27.953Z Compiling lalrpop-util v0.19.12
21942026-06-02T17:17:44.932Z Compiling macaddr v1.0.1
21952026-06-02T17:17:44.952Z Compiling structmeta-derive v0.3.0
21962026-06-02T17:17:45.131Z Compiling rayon-core v1.13.0
21972026-06-02T17:17:45.329Z Compiling rustls-webpki v0.103.9
21982026-06-02T17:17:45.347Z Compiling crucible-workspace-hack v0.1.0
21992026-06-02T17:17:45.426Z Compiling itertools v0.14.0
22002026-06-02T17:17:45.605Z Compiling secrecy v0.10.3
22012026-06-02T17:17:45.633Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-02T17:17:45.712Z Compiling toml_datetime v0.7.5+spec-1.1.0
22032026-06-02T17:17:45.848Z Compiling heapless v0.8.0
22042026-06-02T17:17:46.028Z Compiling rustls v0.22.4
22052026-06-02T17:17:46.029Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-02T17:17:46.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-02T17:17:46.184Z Compiling structmeta v0.3.0
22082026-06-02T17:17:46.320Z Compiling crossbeam-deque v0.8.6
22092026-06-02T17:17:46.338Z Compiling rustls-webpki v0.102.8
22102026-06-02T17:17:46.362Z Compiling hash32 v0.3.1
22112026-06-02T17:17:46.384Z Compiling multer v3.1.0
22122026-06-02T17:17:46.406Z Compiling thread_local v1.1.9
22132026-06-02T17:17:46.482Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-06-02T17:17:46.530Z Compiling slog-async v2.8.0
22152026-06-02T17:17:46.614Z Compiling smoltcp v0.11.0
22162026-06-02T17:17:46.630Z Compiling compression-core v0.4.31
22172026-06-02T17:17:46.654Z Compiling match_cfg v0.1.0
22182026-06-02T17:17:46.744Z Compiling unicode-width v0.2.0
22192026-06-02T17:17:46.779Z Compiling compression-codecs v0.4.37
22202026-06-02T17:17:46.841Z Compiling hostname v0.3.1
22212026-06-02T17:17:46.844Z Compiling proc-macro-crate v3.4.0
22222026-06-02T17:17:46.949Z Compiling ingot-macros v0.1.1
22232026-06-02T17:17:47.026Z Compiling derive-ex v0.1.8
22242026-06-02T17:17:47.089Z Compiling slog-json v2.6.1
22252026-06-02T17:17:47.106Z Compiling crossbeam-channel v0.5.15
22262026-06-02T17:17:47.171Z Compiling half v2.7.1
22272026-06-02T17:17:47.318Z Compiling newtype-uuid-macros v0.1.0
22282026-06-02T17:17:47.363Z Compiling cobs v0.3.0
22292026-06-02T17:17:47.493Z Compiling thiserror-impl-no-std v2.0.2
22302026-06-02T17:17:47.560Z Compiling universal-hash v0.5.1
22312026-06-02T17:17:47.664Z Compiling async-stream-impl v0.3.6
22322026-06-02T17:17:47.725Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-06-02T17:17:47.810Z Compiling serde_spanned v1.0.4
22342026-06-02T17:17:47.997Z Compiling is-terminal v0.4.17
22352026-06-02T17:17:48.043Z Compiling dropshot v0.17.0
22362026-06-02T17:17:48.113Z Compiling proc-macro-error-attr v1.0.4
22372026-06-02T17:17:48.171Z Compiling toml_writer v1.0.6+spec-1.1.0
22382026-06-02T17:17:48.229Z Compiling term v1.2.1
22392026-06-02T17:17:48.254Z Compiling take_mut v0.2.2
22402026-06-02T17:17:48.277Z Compiling convert_case v0.4.0
22412026-06-02T17:17:48.352Z Compiling ciborium-io v0.2.2
22422026-06-02T17:17:48.421Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-06-02T17:17:48.462Z Compiling opaque-debug v0.3.1
22442026-06-02T17:17:48.478Z Compiling ciborium-ll v0.2.2
22452026-06-02T17:17:48.495Z Compiling toml v1.0.6+spec-1.1.0
22462026-06-02T17:17:48.536Z Compiling thiserror-no-std v2.0.2
22472026-06-02T17:17:48.559Z Compiling poly1305 v0.8.0
22482026-06-02T17:17:48.578Z Compiling test-strategy v0.4.5
22492026-06-02T17:17:48.623Z Compiling derive_more v0.99.20
22502026-06-02T17:17:48.655Z Compiling slog-term v2.9.2
22512026-06-02T17:17:48.860Z Compiling async-stream v0.3.6
22522026-06-02T17:17:48.878Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-06-02T17:17:49.077Z Compiling tokio-rustls v0.25.0
22542026-06-02T17:17:49.203Z Compiling postcard v1.1.3
22552026-06-02T17:17:49.347Z Compiling tokio-rustls v0.26.4
22562026-06-02T17:17:49.606Z Compiling hyper-rustls v0.27.7
22572026-06-02T17:17:49.609Z Compiling rustls-platform-verifier v0.6.2
22582026-06-02T17:17:49.637Z Compiling ingot-types v0.1.2
22592026-06-02T17:17:49.853Z Compiling reqwest v0.12.28
22602026-06-02T17:17:49.880Z Compiling reqwest v0.13.2
22612026-06-02T17:17:49.936Z Compiling num_enum_derive v0.7.5
22622026-06-02T17:17:49.956Z Compiling slog-bunyan v2.5.0
22632026-06-02T17:17:50.075Z Compiling ingot v0.1.1
22642026-06-02T17:17:50.090Z Compiling async-compression v0.4.41
22652026-06-02T17:17:50.164Z Compiling parse-display-derive v0.10.0
22662026-06-02T17:17:50.584Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22672026-06-02T17:17:50.665Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-06-02T17:17:50.811Z Compiling proc-macro-crate v1.3.1
22692026-06-02T17:17:50.904Z Compiling backon v1.6.0
22702026-06-02T17:17:50.923Z Compiling waitgroup v0.1.2
22712026-06-02T17:17:50.977Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22722026-06-02T17:17:51.116Z Compiling password-hash v0.5.0
22732026-06-02T17:17:51.183Z Compiling chacha20 v0.9.1
22742026-06-02T17:17:51.186Z Compiling dropshot_endpoint v0.17.0
22752026-06-02T17:17:51.406Z Compiling tough v0.22.0
22762026-06-02T17:17:51.471Z Compiling rustls-pemfile v2.2.0
22772026-06-02T17:17:51.707Z Compiling blake2 v0.10.6
22782026-06-02T17:17:51.778Z Compiling aead v0.5.2
22792026-06-02T17:17:51.993Z Compiling foreign-types-macros v0.2.3
22802026-06-02T17:17:52.148Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-06-02T17:17:52.169Z Compiling serde_path_to_error v0.1.20
22822026-06-02T17:17:52.267Z Compiling hostname v0.4.2
22832026-06-02T17:17:52.364Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-06-02T17:17:52.457Z Compiling proc-macro-error v1.0.4
22852026-06-02T17:17:52.578Z Compiling instant v0.1.13
22862026-06-02T17:17:52.593Z Compiling cpufeatures v0.3.0
22872026-06-02T17:17:52.596Z Compiling foreign-types-shared v0.3.1
22882026-06-02T17:17:52.649Z Compiling typeid v1.0.3
22892026-06-02T17:17:52.662Z Compiling debug-ignore v1.0.5
22902026-06-02T17:17:52.698Z Compiling foreign-types v0.5.0
22912026-06-02T17:17:52.723Z Compiling backoff v0.4.0
22922026-06-02T17:17:52.738Z Compiling chacha20 v0.10.0
22932026-06-02T17:17:52.795Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-06-02T17:17:52.811Z Compiling argon2 v0.5.3
22952026-06-02T17:17:52.811Z Compiling chacha20poly1305 v0.10.1
22962026-06-02T17:17:52.828Z Compiling parse-display v0.10.0
22972026-06-02T17:17:52.968Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22982026-06-02T17:17:52.985Z Compiling num_enum_derive v0.5.11
22992026-06-02T17:17:52.988Z Compiling num_enum v0.7.5
23002026-06-02T17:17:53.070Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-06-02T17:17:53.250Z Compiling ciborium v0.2.2
23022026-06-02T17:17:53.282Z Compiling vsss-rs v3.3.4
23032026-06-02T17:17:53.334Z Compiling tabwriter v1.4.1
23042026-06-02T17:17:53.546Z Compiling regress v0.10.5
23052026-06-02T17:17:53.706Z Compiling byte-wrapper v0.1.0
23062026-06-02T17:17:53.720Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-06-02T17:17:53.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-02T17:17:53.869Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-06-02T17:17:53.940Z Compiling cstr-argument v0.1.2
23102026-06-02T17:17:54.124Z Compiling erased-serde v0.4.9
23112026-06-02T17:17:54.147Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-06-02T17:17:54.226Z Compiling humantime v2.3.0
23132026-06-02T17:17:54.398Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-06-02T17:17:54.488Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-06-02T17:17:54.551Z Compiling num_enum v0.5.11
23162026-06-02T17:17:54.602Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-06-02T17:17:54.697Z Compiling rand v0.10.0
23182026-06-02T17:17:54.714Z Compiling rayon v1.11.0
23192026-06-02T17:17:54.804Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-06-02T17:17:54.840Z Compiling indent_write v2.2.0
23212026-06-02T17:17:54.856Z Compiling libefi-sys v0.1.0
23222026-06-02T17:17:54.871Z Compiling colored v3.1.1
23232026-06-02T17:17:54.928Z Compiling zone_cfg_derive v0.3.1
23242026-06-02T17:17:55.016Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23252026-06-02T17:17:55.096Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23262026-06-02T17:17:55.144Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-06-02T17:17:55.197Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-06-02T17:17:55.213Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23292026-06-02T17:17:55.230Z Compiling camino-tempfile v1.4.1
23302026-06-02T17:17:55.434Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23312026-06-02T17:17:55.516Z Compiling itertools v0.12.1
23322026-06-02T17:17:55.558Z Compiling usdt-attr-macro v0.5.0
23332026-06-02T17:17:55.572Z Compiling usdt-macro v0.5.0
23342026-06-02T17:17:55.649Z Compiling num-derive v0.4.2
23352026-06-02T17:17:55.759Z Compiling bitfield-struct v0.6.2
23362026-06-02T17:17:55.773Z Compiling blake3 v1.8.3
23372026-06-02T17:17:55.869Z Compiling ordered-float v2.10.1
23382026-06-02T17:17:56.154Z Compiling sigpipe v0.1.3
23392026-06-02T17:17:56.171Z Compiling memmap v0.7.0
23402026-06-02T17:17:56.273Z Compiling swrite v0.1.0
23412026-06-02T17:17:56.301Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-06-02T17:17:56.365Z Compiling glob v0.3.3
23432026-06-02T17:17:56.412Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-06-02T17:17:56.439Z Compiling usdt v0.5.0
23452026-06-02T17:17:56.554Z Compiling serde-value v0.7.0
23462026-06-02T17:17:56.631Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-02T17:17:56.757Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23482026-06-02T17:17:56.813Z Compiling serde-untagged v0.1.9
23492026-06-02T17:17:56.966Z Compiling zone v0.3.1
23502026-06-02T17:17:56.984Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23512026-06-02T17:17:57.220Z Compiling toml v0.8.23
23522026-06-02T17:17:57.275Z Compiling smf v0.2.3
23532026-06-02T17:17:57.314Z Compiling filetime v0.2.27
23542026-06-02T17:17:57.330Z Compiling arrayvec v0.7.6
23552026-06-02T17:17:57.346Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-02T17:17:57.360Z Compiling xattr v1.6.1
23572026-06-02T17:17:57.431Z Compiling arrayref v0.3.9
23582026-06-02T17:17:57.447Z Compiling constant_time_eq v0.4.2
23592026-06-02T17:17:57.529Z Compiling unicode-xid v0.2.6
23602026-06-02T17:17:57.554Z Compiling whoami v1.6.1
23612026-06-02T17:17:57.601Z Compiling tar v0.4.45
23622026-06-02T17:17:57.634Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-02T17:17:57.671Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-06-02T17:17:57.699Z Compiling cargo-util-schemas v0.8.2
23652026-06-02T17:17:57.933Z Compiling tokio-dtrace v0.1.1
23662026-06-02T17:17:58.049Z Compiling console v0.16.2
23672026-06-02T17:17:58.289Z Compiling gethostname v0.5.0
23682026-06-02T17:17:58.321Z Compiling cargo-platform v0.2.0
23692026-06-02T17:17:58.384Z Compiling topological-sort v0.2.2
23702026-06-02T17:17:58.448Z Compiling unit-prefix v0.5.2
23712026-06-02T17:17:58.468Z Compiling oxide-tokio-rt v0.1.4
23722026-06-02T17:17:58.556Z Compiling shell-words v1.1.1
23732026-06-02T17:17:58.572Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-06-02T17:17:58.632Z Compiling indicatif v0.18.4
23752026-06-02T17:17:58.892Z Compiling cargo_metadata v0.21.0
23762026-06-02T17:18:08.142Z Compiling progenitor-client v0.10.0
23772026-06-02T17:18:08.142Z Compiling omicron-zone-package v0.12.2
23782026-06-02T17:18:08.189Z Compiling progenitor-client v0.14.0
23792026-06-02T17:18:08.656Z Compiling progenitor-extras v0.2.0
23802026-06-02T17:18:11.099Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-02T17:18:11.114Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-06-02T17:18:11.117Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-02T17:18:11.226Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-02T17:18:11.479Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23852026-06-02T17:18:11.505Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-06-02T17:18:11.551Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-02T17:18:11.571Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-06-02T17:18:11.594Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-06-02T17:18:15.590Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-02T17:18:23.293Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-02T17:18:26.441Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-02T17:18:27.439Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-02T17:18:37.152Z Finished `release` profile [optimized] target(s) in 1m 47s
23942026-06-02T17:18:37.300Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-02T17:18:37.359ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-02T17:18:37.364ZCreated new build target 'test' and set it as active
23972026-06-02T17:18:37.367Z
23982026-06-02T17:18:37.367Zreal 1:48.151442759
23992026-06-02T17:18:37.367Zuser 17:47.579832421
24002026-06-02T17:18:37.367Zsys 2:42.542021246
24012026-06-02T17:18:37.367Ztrap 0.490755437
24022026-06-02T17:18:37.367Ztflt 2.877270406
24032026-06-02T17:18:37.367Zdflt 5.021313790
24042026-06-02T17:18:37.367Zkflt 0.009175736
24052026-06-02T17:18:37.367Zlock 55:49.339950633
24062026-06-02T17:18:37.367Zslp 45:59.420826295
24072026-06-02T17:18:37.367Zlat 45.320756217
24082026-06-02T17:18:37.367Zstop 5:25.487718373
24092026-06-02T17:18:37.367Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-02T17:18:38.258Z Finished `release` profile [optimized] target(s) in 0.88s
24112026-06-02T17:18:38.328Z Running `target/release/omicron-package -t test package`
24122026-06-02T17:18:38.387ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-02T17:18:39.824Z Compiling heck v0.5.0
24142026-06-02T17:18:39.828Z Compiling regress v0.11.1
24152026-06-02T17:18:40.030Z Compiling unsafe-libyaml v0.2.11
24162026-06-02T17:18:40.082Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-02T17:18:40.111Z Compiling regress v0.10.5
24182026-06-02T17:18:40.135Z Compiling is-terminal v0.4.17
24192026-06-02T17:18:40.139Z Compiling unicode-width v0.1.14
24202026-06-02T17:18:40.139Z Compiling prettyplease v0.2.37
24212026-06-02T17:18:40.139Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-06-02T17:18:40.139Z Compiling bytecount v0.6.9
24232026-06-02T17:18:40.157Z Compiling rustls v0.22.4
24242026-06-02T17:18:40.160Z Compiling rustls-webpki v0.102.8
24252026-06-02T17:18:40.160Z Compiling derive-where v1.6.0
24262026-06-02T17:18:40.178Z Compiling thread_local v1.1.9
24272026-06-02T17:18:40.197Z Compiling match_cfg v0.1.0
24282026-06-02T17:18:40.300Z Compiling compression-core v0.4.31
24292026-06-02T17:18:40.360Z Compiling hostname v0.3.1
24302026-06-02T17:18:40.363Z Compiling multer v3.1.0
24312026-06-02T17:18:40.403Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-06-02T17:18:40.441Z Compiling slog-async v2.8.0
24332026-06-02T17:18:40.461Z Compiling crossbeam-channel v0.5.15
24342026-06-02T17:18:40.484Z Compiling compression-codecs v0.4.37
24352026-06-02T17:18:40.487Z Compiling slog-json v2.6.1
24362026-06-02T17:18:40.505Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-06-02T17:18:40.549Z Compiling serde_yaml v0.9.34+deprecated
24382026-06-02T17:18:40.552Z Compiling serde_spanned v1.0.4
24392026-06-02T17:18:40.552Z Compiling term v1.2.1
24402026-06-02T17:18:40.614Z Compiling take_mut v0.2.2
24412026-06-02T17:18:40.728Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-06-02T17:18:40.751Z Compiling slog-bunyan v2.5.0
24432026-06-02T17:18:40.754Z Compiling async-compression v0.4.41
24442026-06-02T17:18:40.901Z Compiling slog-term v2.9.2
24452026-06-02T17:18:40.923Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-06-02T17:18:40.923Z Compiling dropshot v0.17.0
24472026-06-02T17:18:40.986Z Compiling toml v1.0.6+spec-1.1.0
24482026-06-02T17:18:41.013Z Compiling async-stream v0.3.6
24492026-06-02T17:18:41.092Z Compiling num-rational v0.4.2
24502026-06-02T17:18:41.114Z Compiling progenitor-client v0.14.0
24512026-06-02T17:18:41.118Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-06-02T17:18:41.212Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-06-02T17:18:41.245Z Compiling waitgroup v0.1.2
24542026-06-02T17:18:41.278Z Compiling rustls-pemfile v2.2.0
24552026-06-02T17:18:41.334Z Compiling backon v1.6.0
24562026-06-02T17:18:41.431Z Compiling num-complex v0.4.6
24572026-06-02T17:18:41.452Z Compiling serde_path_to_error v0.1.20
24582026-06-02T17:18:41.474Z Compiling hostname v0.4.2
24592026-06-02T17:18:41.497Z Compiling instant v0.1.13
24602026-06-02T17:18:41.501Z Compiling debug-ignore v1.0.5
24612026-06-02T17:18:41.501Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24622026-06-02T17:18:41.562Z Compiling progenitor-extras v0.2.0
24632026-06-02T17:18:41.635Z Compiling typify-impl v0.6.2
24642026-06-02T17:18:41.656Z Compiling backoff v0.4.0
24652026-06-02T17:18:41.659Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-06-02T17:18:41.822Z Compiling num v0.4.3
24672026-06-02T17:18:41.894Z Compiling parse-display v0.10.0
24682026-06-02T17:18:41.915Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-06-02T17:18:41.915Z Compiling progenitor-client v0.10.0
24702026-06-02T17:18:41.956Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-06-02T17:18:41.975Z Compiling macaddr v1.0.1
24722026-06-02T17:18:42.112Z Compiling float-ord v0.3.2
24732026-06-02T17:18:42.137Z Compiling humantime v2.3.0
24742026-06-02T17:18:42.206Z Compiling console v0.15.11
24752026-06-02T17:18:42.272Z Compiling atomicwrites v0.4.4
24762026-06-02T17:18:42.294Z Compiling newline-converter v0.3.0
24772026-06-02T17:18:42.405Z Compiling progenitor-client v0.13.0
24782026-06-02T17:18:42.426Z Compiling slog-dtrace v0.3.0
24792026-06-02T17:18:42.465Z Compiling resolv-conf v0.7.6
24802026-06-02T17:18:42.560Z Compiling cancel-safe-futures v0.1.5
24812026-06-02T17:18:42.596Z Compiling tokio-rustls v0.25.0
24822026-06-02T17:18:42.731Z Compiling expectorate v1.2.0
24832026-06-02T17:18:42.753Z Compiling owo-colors v4.3.0
24842026-06-02T17:18:42.855Z Compiling toml v0.8.23
24852026-06-02T17:18:42.875Z Compiling libsw-core v0.3.2
24862026-06-02T17:18:43.006Z Compiling linked-hash-map v0.5.6
24872026-06-02T17:18:43.108Z Compiling libsw v3.5.0
24882026-06-02T17:18:43.141Z Compiling linear-map v1.2.0
24892026-06-02T17:18:43.267Z Compiling lru-cache v0.1.2
24902026-06-02T17:18:43.326Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-06-02T17:18:43.347Z Compiling minimal-lexical v0.2.1
24922026-06-02T17:18:43.388Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-02T17:18:43.440Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-02T17:18:43.461Z Compiling hickory-proto v0.24.4
24952026-06-02T17:18:43.507Z Compiling unicode-xid v0.2.6
24962026-06-02T17:18:43.528Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-06-02T17:18:43.625Z Compiling nom v7.1.3
24982026-06-02T17:18:43.667Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-06-02T17:18:43.689Z Compiling convert_case v0.10.0
25002026-06-02T17:18:44.033Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-06-02T17:18:44.133Z Compiling derive_more-impl v2.1.1
25022026-06-02T17:18:44.462Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-02T17:18:44.932Z Compiling derive_more v2.1.1
25042026-06-02T17:18:44.988Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-06-02T17:18:45.048Z Compiling papergrid v0.11.0
25062026-06-02T17:18:45.091Z Compiling tabled_derive v0.7.0
25072026-06-02T17:18:45.124Z Compiling typify-macro v0.6.2
25082026-06-02T17:18:45.152Z Compiling termtree v0.5.1
25092026-06-02T17:18:45.360Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-06-02T17:18:45.617Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-06-02T17:18:45.950Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-06-02T17:18:45.993Z Compiling hickory-resolver v0.24.4
25132026-06-02T17:18:46.205Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-06-02T17:18:46.284Z Compiling tabled v0.15.0
25152026-06-02T17:18:46.466Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-06-02T17:18:46.697Z Compiling typify v0.6.2
25172026-06-02T17:18:47.009Z Compiling progenitor-impl v0.14.0
25182026-06-02T17:18:47.515Z Compiling progenitor-impl v0.13.0
25192026-06-02T17:18:49.177Z Compiling progenitor-macro v0.14.0
25202026-06-02T17:18:49.396Z Compiling qorb v0.4.1
25212026-06-02T17:18:49.741Z Compiling progenitor-macro v0.13.0
25222026-06-02T17:18:51.492Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-06-02T17:18:51.687Z Compiling crossterm v0.29.0
25242026-06-02T17:18:51.772Z Compiling phf_shared v0.12.1
25252026-06-02T17:18:52.037Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-02T17:18:52.080Z Compiling vte v0.14.1
25272026-06-02T17:18:52.201Z Compiling csv-core v0.1.13
25282026-06-02T17:18:52.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-06-02T17:18:52.670Z Compiling highway v1.3.0
25302026-06-02T17:18:52.705Z Compiling chrono-tz v0.10.4
25312026-06-02T17:18:52.970Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-02T17:18:53.101Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-06-02T17:18:53.284Z Compiling progenitor v0.14.0
25342026-06-02T17:18:53.416Z Compiling csv v1.4.0
25352026-06-02T17:18:53.481Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-06-02T17:18:53.902Z Compiling progenitor v0.13.0
25372026-06-02T17:18:53.937Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-06-02T17:18:54.097Z Compiling strip-ansi-escapes v0.2.1
25392026-06-02T17:18:54.330Z Compiling phf v0.12.1
25402026-06-02T17:18:54.429Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-02T17:18:54.432Z Compiling const_format_proc_macros v0.2.34
25422026-06-02T17:18:54.545Z Compiling fd-lock v4.0.4
25432026-06-02T17:18:54.662Z Compiling peg-macros v0.8.5
25442026-06-02T17:18:54.726Z Compiling nu-ansi-term v0.50.3
25452026-06-02T17:18:55.051Z Compiling reedline v0.40.0
25462026-06-02T17:18:55.241Z Compiling const_format v0.2.35
25472026-06-02T17:18:55.736Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-06-02T17:18:55.943Z Compiling peg v0.8.5
25492026-06-02T17:18:56.052Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-02T17:18:56.709Z Compiling bcs v0.1.6
25512026-06-02T17:18:56.790Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-02T17:18:56.958Z Compiling semver v0.1.20
25532026-06-02T17:18:57.102Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-02T17:18:57.152Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-06-02T17:18:57.257Z Compiling rustc_version v0.1.7
25562026-06-02T17:18:57.374Z Compiling smawk v0.3.2
25572026-06-02T17:18:57.527Z Compiling newtype_derive v0.1.6
25582026-06-02T17:18:57.582Z Compiling unicode-linebreak v0.1.5
25592026-06-02T17:18:57.841Z Compiling textwrap v0.16.2
25602026-06-02T17:18:57.899Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-06-02T17:18:58.341Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-02T17:18:58.367Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-06-02T17:18:58.769Z Compiling base64 v0.21.7
25642026-06-02T17:18:59.151Z Compiling steno v0.4.1
25652026-06-02T17:18:59.215Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-02T17:18:59.302Z Compiling tagptr v0.2.0
25672026-06-02T17:18:59.486Z Compiling moka v0.12.13
25682026-06-02T17:18:59.509Z Compiling utf-8 v0.7.6
25692026-06-02T17:18:59.890Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-06-02T17:19:00.025Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-06-02T17:19:00.146Z Compiling tungstenite v0.21.0
25722026-06-02T17:19:00.204Z Compiling radium v0.7.0
25732026-06-02T17:19:00.245Z Compiling tap v1.0.1
25742026-06-02T17:19:00.405Z Compiling display-error-chain v0.2.2
25752026-06-02T17:19:00.489Z Compiling maybe-uninit v2.0.0
25762026-06-02T17:19:00.598Z Compiling hickory-resolver v0.25.2
25772026-06-02T17:19:00.749Z Compiling wyz v0.5.1
25782026-06-02T17:19:00.802Z Compiling tokio-tungstenite v0.21.0
25792026-06-02T17:19:01.011Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-06-02T17:19:01.100Z Compiling num-derive v0.3.3
25812026-06-02T17:19:01.202Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25822026-06-02T17:19:02.042Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-06-02T17:19:02.172Z Compiling zerocopy-derive v0.6.6
25842026-06-02T17:19:02.343Z Compiling proc-macro-error-attr2 v2.0.0
25852026-06-02T17:19:02.547Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-06-02T17:19:02.804Z Compiling crc-catalog v2.4.0
25872026-06-02T17:19:02.942Z Compiling funty v2.0.0
25882026-06-02T17:19:02.977Z Compiling packed_struct v0.10.1
25892026-06-02T17:19:03.049Z Compiling zerocopy v0.6.6
25902026-06-02T17:19:03.295Z Compiling crc v3.4.0
25912026-06-02T17:19:03.448Z Compiling bitvec v1.0.1
25922026-06-02T17:19:03.562Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-06-02T17:19:03.834Z Compiling proc-macro-error2 v2.0.1
25942026-06-02T17:19:03.917Z Compiling libscf-sys v1.1.0
25952026-06-02T17:19:04.169Z Compiling packed_struct_codegen v0.10.1
25962026-06-02T17:19:04.202Z Compiling vergen-lib v0.1.6
25972026-06-02T17:19:04.438Z Compiling bitfield-macros v0.19.4
25982026-06-02T17:19:05.156Z Compiling indexmap v1.9.3
25992026-06-02T17:19:05.212Z Compiling nodrop v0.1.14
26002026-06-02T17:19:05.346Z Compiling bitfield v0.19.4
26012026-06-02T17:19:05.368Z Compiling array-init v0.0.4
26022026-06-02T17:19:05.459Z Compiling smallvec v0.6.14
26032026-06-02T17:19:05.683Z Compiling tabled_derive v0.11.0
26042026-06-02T17:19:05.705Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-06-02T17:19:05.761Z Compiling papergrid v0.17.0
26062026-06-02T17:19:05.904Z Compiling testing_table v0.3.0
26072026-06-02T17:19:06.161Z Compiling vergen-gitcl v1.0.8
26082026-06-02T17:19:06.388Z Compiling dirs-sys-next v0.1.2
26092026-06-02T17:19:06.411Z Compiling diesel_derives v2.3.7
26102026-06-02T17:19:06.415Z Compiling hashbrown v0.12.3
26112026-06-02T17:19:06.660Z Compiling crunchy v0.2.4
26122026-06-02T17:19:06.680Z Compiling glob v0.3.3
26132026-06-02T17:19:06.757Z Compiling maplit v1.0.2
26142026-06-02T17:19:06.836Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-06-02T17:19:06.857Z Compiling dirs-next v2.0.0
26162026-06-02T17:19:06.921Z Compiling serde-hex v0.1.0
26172026-06-02T17:19:07.013Z Compiling tabled v0.20.0
26182026-06-02T17:19:07.056Z Compiling clang-sys v1.8.1
26192026-06-02T17:19:07.201Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-06-02T17:19:07.378Z Compiling ron v0.8.1
26212026-06-02T17:19:07.447Z Compiling hashbrown v0.13.2
26222026-06-02T17:19:07.450Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-06-02T17:19:07.548Z Compiling scheduled-thread-pool v0.2.7
26242026-06-02T17:19:07.783Z Compiling dsl_auto_type v0.2.0
26252026-06-02T17:19:08.060Z Compiling diesel_table_macro_syntax v0.3.0
26262026-06-02T17:19:08.147Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-06-02T17:19:08.290Z Compiling tiny-keccak v2.0.2
26282026-06-02T17:19:08.337Z Compiling crc-any v2.5.0
26292026-06-02T17:19:08.449Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-06-02T17:19:08.573Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-02T17:19:08.780Z Compiling object v0.30.4
26322026-06-02T17:19:08.901Z Compiling r2d2 v0.8.10
26332026-06-02T17:19:09.223Z Compiling term v0.7.0
26342026-06-02T17:19:09.246Z Compiling bit-vec v0.6.3
26352026-06-02T17:19:09.298Z Compiling xshell-macros v0.2.7
26362026-06-02T17:19:09.491Z Compiling path-slash v0.1.5
26372026-06-02T17:19:09.610Z Compiling downcast-rs v2.0.2
26382026-06-02T17:19:09.681Z Compiling xshell v0.2.7
26392026-06-02T17:19:09.751Z Compiling ascii-canvas v3.0.0
26402026-06-02T17:19:09.772Z Compiling bit-set v0.5.3
26412026-06-02T17:19:09.958Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-06-02T17:19:09.981Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-06-02T17:19:10.009Z Compiling itertools v0.10.5
26442026-06-02T17:19:10.070Z Compiling ena v0.14.4
26452026-06-02T17:19:10.328Z Compiling libloading v0.8.9
26462026-06-02T17:19:10.479Z Compiling unicase v2.9.0
26472026-06-02T17:19:10.588Z Compiling bindgen v0.71.1
26482026-06-02T17:19:10.832Z Compiling crc8 v0.1.1
26492026-06-02T17:19:10.887Z Compiling regex-syntax v0.6.29
26502026-06-02T17:19:10.973Z Compiling diff v0.1.13
26512026-06-02T17:19:11.116Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-06-02T17:19:11.243Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-06-02T17:19:11.555Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-06-02T17:19:12.285Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26552026-06-02T17:19:12.430Z Compiling lalrpop v0.19.12
26562026-06-02T17:19:12.606Z Compiling cexpr v0.6.0
26572026-06-02T17:19:12.911Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-06-02T17:19:12.945Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-02T17:19:12.967Z Compiling rustc-hash v2.1.1
26602026-06-02T17:19:13.137Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-06-02T17:19:13.211Z Compiling headers-core v0.3.0
26622026-06-02T17:19:13.250Z Compiling libxml v0.3.3
26632026-06-02T17:19:13.383Z Compiling headers v0.4.1
26642026-06-02T17:19:13.425Z Compiling diesel v2.3.7
26652026-06-02T17:19:13.556Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-06-02T17:19:13.763Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-06-02T17:19:13.802Z Compiling typify-impl v0.4.3
26682026-06-02T17:19:14.218Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-06-02T17:19:14.245Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-02T17:19:14.455Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-06-02T17:19:14.813Z Compiling strum_macros v0.24.3
26722026-06-02T17:19:15.014Z Compiling git-stub v1.0.0
26732026-06-02T17:19:15.038Z Compiling indoc v1.0.9
26742026-06-02T17:19:15.296Z Compiling git-stub-vcs v0.1.0
26752026-06-02T17:19:15.484Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-02T17:19:15.675Z Compiling derive_builder v0.20.2
26772026-06-02T17:19:15.715Z Compiling quick-xml v0.37.5
26782026-06-02T17:19:15.854Z Compiling oso-derive v0.27.3
26792026-06-02T17:19:16.086Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-02T17:19:16.386Z Compiling openssl-probe v0.1.6
26812026-06-02T17:19:16.736Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-02T17:19:17.067Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-06-02T17:19:17.361Z Compiling typify-macro v0.4.3
26842026-06-02T17:19:17.397Z Compiling half v1.8.3
26852026-06-02T17:19:17.476Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-06-02T17:19:17.609Z Compiling bb8 v0.8.6
26872026-06-02T17:19:17.630Z Compiling serde_cbor v0.11.2
26882026-06-02T17:19:17.728Z Compiling trait-variant v0.1.2
26892026-06-02T17:19:17.876Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-06-02T17:19:17.921Z Compiling samael v0.0.19
26912026-06-02T17:19:17.995Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-06-02T17:19:18.281Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-06-02T17:19:18.333Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-02T17:19:18.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-06-02T17:19:18.709Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-06-02T17:19:18.884Z Compiling fxhash v0.2.1
26972026-06-02T17:19:18.908Z Compiling typify v0.4.3
26982026-06-02T17:19:19.057Z Compiling progenitor-impl v0.11.2
26992026-06-02T17:19:19.078Z Compiling libz-sys v1.1.24
27002026-06-02T17:19:19.081Z Compiling nonempty v0.12.0
27012026-06-02T17:19:19.330Z Compiling salty v0.3.0
27022026-06-02T17:19:19.633Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-06-02T17:19:19.636Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27042026-06-02T17:19:19.857Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-02T17:19:19.998Z Compiling progenitor-client v0.11.2
27062026-06-02T17:19:20.057Z Compiling polar-core v0.27.3
27072026-06-02T17:19:20.118Z Compiling kstat-rs v0.2.4
27082026-06-02T17:19:20.141Z Compiling arc-swap v1.8.2
27092026-06-02T17:19:20.552Z Compiling fs-err v2.11.0
27102026-06-02T17:19:20.852Z Compiling mime_guess v2.0.5
27112026-06-02T17:19:20.937Z Compiling slog-scope v4.4.1
27122026-06-02T17:19:21.212Z Compiling progenitor-macro v0.11.2
27132026-06-02T17:19:21.419Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-06-02T17:19:21.450Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-02T17:19:22.013Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-02T17:19:24.201Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-06-02T17:19:24.259Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-06-02T17:19:24.407Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-06-02T17:19:24.687Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-06-02T17:19:25.017Z Compiling darling_core v0.23.0
27212026-06-02T17:19:25.239Z Compiling progenitor v0.11.2
27222026-06-02T17:19:25.433Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232026-06-02T17:19:25.582Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-06-02T17:19:25.639Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-06-02T17:19:25.978Z Compiling nanorand v0.7.0
27262026-06-02T17:19:26.404Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-02T17:19:26.829Z Compiling parking_lot_core v0.8.6
27282026-06-02T17:19:27.259Z Compiling darling_macro v0.23.0
27292026-06-02T17:19:27.778Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-06-02T17:19:30.052Z Compiling oso v0.27.3
27312026-06-02T17:19:33.529Z Compiling diesel-dtrace v0.5.0
27322026-06-02T17:19:33.867Z Compiling async-bb8-diesel v0.2.1
27332026-06-02T17:19:33.913Z Compiling flume v0.11.1
27342026-06-02T17:19:34.169Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-02T17:19:34.304Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-02T17:19:34.348Z Compiling slog-stdlog v4.1.1
27372026-06-02T17:19:34.832Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-06-02T17:19:34.855Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-06-02T17:19:36.040Z Compiling primeorder v0.13.6
27402026-06-02T17:19:36.194Z Compiling atty v0.2.14
27412026-06-02T17:19:36.365Z Compiling strsim v0.10.0
27422026-06-02T17:19:36.387Z Compiling http-range v0.1.5
27432026-06-02T17:19:36.594Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-06-02T17:19:36.616Z Compiling parse-size v1.1.0
27452026-06-02T17:19:36.640Z Compiling instability v0.3.11
27462026-06-02T17:19:36.695Z Compiling darling_core v0.13.4
27472026-06-02T17:19:36.740Z Compiling p384 v0.13.1
27482026-06-02T17:19:36.862Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27492026-06-02T17:19:36.866Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-06-02T17:19:36.961Z Compiling slog-envlogger v2.2.0
27512026-06-02T17:19:38.346Z Compiling darling v0.23.0
27522026-06-02T17:19:38.892Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-06-02T17:19:38.914Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-02T17:19:38.951Z Compiling ignore v0.4.25
27552026-06-02T17:19:39.541Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-02T17:19:39.790Z Compiling castaway v0.2.4
27572026-06-02T17:19:39.957Z Compiling vergen-git2 v9.1.0
27582026-06-02T17:19:39.983Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-02T17:19:40.197Z Compiling indoc v2.0.7
27602026-06-02T17:19:40.329Z Compiling compact_str v0.8.1
27612026-06-02T17:19:40.989Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-02T17:19:41.011Z Compiling globwalk v0.9.1
27632026-06-02T17:19:41.365Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-06-02T17:19:41.791Z Compiling parking_lot v0.11.2
27652026-06-02T17:19:41.930Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-02T17:19:42.234Z Compiling hyper-staticfile v0.10.1
27672026-06-02T17:19:42.539Z Compiling darling_macro v0.13.4
27682026-06-02T17:19:42.743Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-06-02T17:19:43.364Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-02T17:19:43.457Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-02T17:19:44.047Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-02T17:19:44.068Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-02T17:19:44.262Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-06-02T17:19:44.531Z Compiling predicates-tree v1.0.13
27752026-06-02T17:19:44.594Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-02T17:19:44.705Z Compiling unicode-truncate v1.1.0
27772026-06-02T17:19:44.845Z Compiling lru v0.12.5
27782026-06-02T17:19:44.919Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-06-02T17:19:45.014Z Compiling rand_seeder v0.4.0
27802026-06-02T17:19:45.093Z Compiling prefix-trie v0.7.0
27812026-06-02T17:19:45.287Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-02T17:19:45.418Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-02T17:19:45.468Z Compiling rustls v0.21.12
27842026-06-02T17:19:45.565Z Compiling illumos-nvpair-sys v0.2.0
27852026-06-02T17:19:45.600Z Compiling cassowary v0.3.0
27862026-06-02T17:19:45.696Z Compiling corncobs v0.1.4
27872026-06-02T17:19:45.769Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-06-02T17:19:45.792Z Compiling hickory-server v0.25.2
27892026-06-02T17:19:45.795Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-02T17:19:45.867Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-06-02T17:19:45.953Z Compiling ratatui v0.29.0
27922026-06-02T17:19:46.005Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-06-02T17:19:46.028Z Compiling camino-tempfile-ext v0.3.3
27942026-06-02T17:19:46.119Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-06-02T17:19:46.627Z Compiling darling v0.13.4
27962026-06-02T17:19:46.754Z Compiling sled v0.34.7
27972026-06-02T17:19:47.000Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-06-02T17:19:47.230Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-06-02T17:19:47.600Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-06-02T17:19:49.281Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-06-02T17:19:50.102Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-02T17:19:50.312Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-06-02T17:19:50.338Z Compiling sct v0.7.1
28042026-06-02T17:19:50.556Z Compiling rustls-webpki v0.101.7
28052026-06-02T17:19:50.637Z Compiling secrecy v0.8.0
28062026-06-02T17:19:50.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-06-02T17:19:51.280Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-06-02T17:19:51.927Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-06-02T17:19:52.272Z Compiling git2 v0.20.4
28102026-06-02T17:19:52.294Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28112026-06-02T17:19:52.461Z Compiling serde_with_macros v1.5.2
28122026-06-02T17:19:53.311Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-06-02T17:19:53.404Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-06-02T17:19:53.907Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-06-02T17:19:53.932Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-06-02T17:19:54.388Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-06-02T17:19:55.176Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-06-02T17:19:55.198Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-06-02T17:19:55.340Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28202026-06-02T17:19:55.420Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28212026-06-02T17:19:55.443Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-06-02T17:19:55.669Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-06-02T17:19:55.830Z Compiling void v1.0.2
28242026-06-02T17:19:56.024Z Compiling lzss v0.8.2
28252026-06-02T17:19:56.239Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-06-02T17:19:56.366Z Compiling illumos-nvpair v0.3.0
28272026-06-02T17:19:56.869Z Compiling serde_with v1.14.0
28282026-06-02T17:19:56.933Z Compiling tokio-rustls v0.24.1
28292026-06-02T17:19:57.237Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-06-02T17:19:57.944Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-06-02T17:19:58.134Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-06-02T17:19:59.306Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-06-02T17:19:59.928Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-06-02T17:20:00.325Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-06-02T17:20:00.676Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-06-02T17:20:00.754Z Compiling tungstenite v0.23.0
28372026-06-02T17:20:00.930Z Compiling rustls-pemfile v1.0.4
28382026-06-02T17:20:01.345Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-06-02T17:20:01.497Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-06-02T17:20:01.739Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-06-02T17:20:01.977Z Compiling nix v0.27.1
28422026-06-02T17:20:02.406Z Compiling twox-hash v2.1.2
28432026-06-02T17:20:02.929Z Compiling serde_bytes v0.11.19
28442026-06-02T17:20:03.172Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-06-02T17:20:03.196Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-06-02T17:20:03.312Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-06-02T17:20:03.526Z Compiling tokio-tungstenite v0.23.1
28482026-06-02T17:20:03.900Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-06-02T17:20:04.268Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-06-02T17:20:07.275Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-06-02T17:20:07.423Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-06-02T17:20:08.468Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-06-02T17:20:08.711Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-06-02T17:20:08.935Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-06-02T17:20:09.216Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-06-02T17:20:09.459Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28572026-06-02T17:20:09.687Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-02T17:20:09.709Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-06-02T17:20:10.039Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-06-02T17:20:11.447Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28612026-06-02T17:20:12.450Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-06-02T17:20:12.956Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-06-02T17:20:13.439Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28642026-06-02T17:20:13.876Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28652026-06-02T17:20:14.456Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-02T17:20:14.460Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-06-02T17:20:14.718Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-06-02T17:20:14.908Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-06-02T17:20:16.708Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-06-02T17:20:16.784Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-06-02T17:20:16.930Z Compiling fatfs v0.3.6
28722026-06-02T17:20:17.642Z Compiling signal-hook-tokio v0.3.1
28732026-06-02T17:20:17.686Z Compiling yasna v0.5.2
28742026-06-02T17:20:17.722Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-06-02T17:20:17.841Z Compiling assert_matches v1.5.0
28762026-06-02T17:20:17.958Z Compiling is_ci v1.2.0
28772026-06-02T17:20:18.156Z Compiling seq-macro v0.3.6
28782026-06-02T17:20:18.199Z Compiling supports-color v3.0.2
28792026-06-02T17:20:18.221Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28802026-06-02T17:20:18.242Z Compiling rcgen v0.12.1
28812026-06-02T17:20:18.309Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-06-02T17:20:18.734Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-06-02T17:20:18.816Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-06-02T17:20:19.053Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-06-02T17:20:19.229Z Compiling rtoolbox v0.0.3
28862026-06-02T17:20:19.296Z Compiling subprocess v0.2.15
28872026-06-02T17:20:19.523Z Compiling rpassword v7.4.0
28882026-06-02T17:20:19.823Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-06-02T17:20:21.503Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-06-02T17:20:21.576Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-06-02T17:20:21.722Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-06-02T17:20:22.530Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-06-02T17:20:22.681Z Compiling tui-tree-widget v0.23.1
28942026-06-02T17:20:22.970Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-06-02T17:20:23.805Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-06-02T17:20:24.272Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-06-02T17:20:24.341Z Compiling uzers v0.12.2
28982026-06-02T17:20:24.951Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-06-02T17:20:25.890Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-06-02T17:20:27.070Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-06-02T17:20:27.363Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-06-02T17:20:31.563Z Compiling support-bundle-viewer v0.1.2
29032026-06-02T17:20:32.637Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-06-02T17:20:33.481Z Compiling multimap v0.10.1
29052026-06-02T17:20:42.428Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-06-02T17:20:48.284Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-06-02T17:20:54.772Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-06-02T17:20:55.694Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-06-02T17:20:57.081Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-06-02T17:26:41.905Z Finished `release` profile [optimized] target(s) in 8m 03s
29112026-06-02T17:27:29.316Z
29122026-06-02T17:27:29.316Zreal 8:51.924396993
29132026-06-02T17:27:29.316Zuser 1:19:43.057697515
29142026-06-02T17:27:29.319Zsys 3:37.913138891
29152026-06-02T17:27:29.319Ztrap 1.780211068
29162026-06-02T17:27:29.319Ztflt 3.078683764
29172026-06-02T17:27:29.319Zdflt 18.413013442
29182026-06-02T17:27:29.319Zkflt 0.047144053
29192026-06-02T17:27:29.319Zlock 6:31:29.708332226
29202026-06-02T17:27:29.319Zslp 2:15:00.008256849
29212026-06-02T17:27:29.319Zlat 2:26.398335411
29222026-06-02T17:27:29.320Zstop 5:18.653376071
29232026-06-02T17:27:29.320Z+ mapfile -t packages
29242026-06-02T17:27:29.320Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-06-02T17:27:30.298Z Finished `release` profile [optimized] target(s) in 0.97s
29262026-06-02T17:27:30.368Z Running `target/release/omicron-package -t test list-outputs`
29272026-06-02T17:27:30.431ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-06-02T17:27:30.434Z+ ptime -m cargo build --locked --release -p xtask
29292026-06-02T17:27:30.980Z Compiling libc v0.2.185
29302026-06-02T17:27:30.980Z Compiling serde v1.0.228
29312026-06-02T17:27:30.980Z Compiling serde_core v1.0.228
29322026-06-02T17:27:30.983Z Compiling rustix v1.1.3
29332026-06-02T17:27:30.983Z Compiling serde_json v1.0.149
29342026-06-02T17:27:30.983Z Compiling bitflags v2.11.0
29352026-06-02T17:27:31.131Z Compiling num-traits v0.2.19
29362026-06-02T17:27:31.140Z Compiling syn v2.0.117
29372026-06-02T17:27:31.151Z Compiling smallvec v1.15.1
29382026-06-02T17:27:31.161Z Compiling usdt-impl v0.5.0
29392026-06-02T17:27:31.172Z Compiling indexmap v2.14.0
29402026-06-02T17:27:31.195Z Compiling syn v1.0.109
29412026-06-02T17:27:31.213Z Compiling percent-encoding v2.3.2
29422026-06-02T17:27:31.216Z Compiling log v0.4.29
29432026-06-02T17:27:31.343Z Compiling getrandom v0.4.1
29442026-06-02T17:27:31.480Z Compiling form_urlencoded v1.2.2
29452026-06-02T17:27:31.484Z Compiling fs-err v3.3.0
29462026-06-02T17:27:31.502Z Compiling once_cell v1.21.3
29472026-06-02T17:27:31.616Z Compiling anyhow v1.0.102
29482026-06-02T17:27:31.619Z Compiling heck v0.4.1
29492026-06-02T17:27:31.826Z Compiling thread-id v4.2.2
29502026-06-02T17:27:31.839Z Compiling errno v0.3.14
29512026-06-02T17:27:31.877Z Compiling memmap v0.7.0
29522026-06-02T17:27:32.193Z Compiling ordered-float v2.10.1
29532026-06-02T17:27:32.725Z Compiling proc-macro-error v1.0.4
29542026-06-02T17:27:32.848Z Compiling terminal_size v0.4.3
29552026-06-02T17:27:32.848Z Compiling tempfile v3.25.0
29562026-06-02T17:27:32.951Z Compiling clap_builder v4.5.60
29572026-06-02T17:27:32.951Z Compiling textwrap v0.16.2
29582026-06-02T17:27:32.978Z Compiling tabled_derive v0.7.0
29592026-06-02T17:27:33.087Z Compiling camino-tempfile v1.4.1
29602026-06-02T17:27:33.634Z Compiling tabled v0.15.0
29612026-06-02T17:27:33.707Z Compiling synstructure v0.13.2
29622026-06-02T17:27:33.707Z Compiling pest_generator v2.8.6
29632026-06-02T17:27:34.129Z Compiling serde_derive v1.0.228
29642026-06-02T17:27:34.129Z Compiling zerovec-derive v0.11.2
29652026-06-02T17:27:34.133Z Compiling displaydoc v0.2.5
29662026-06-02T17:27:34.133Z Compiling thiserror-impl v1.0.69
29672026-06-02T17:27:34.133Z Compiling zerocopy-derive v0.7.35
29682026-06-02T17:27:34.133Z Compiling scroll_derive v0.12.1
29692026-06-02T17:27:34.133Z Compiling thiserror-impl v2.0.18
29702026-06-02T17:27:34.133Z Compiling zerofrom-derive v0.1.6
29712026-06-02T17:27:34.133Z Compiling yoke-derive v0.8.1
29722026-06-02T17:27:34.133Z Compiling clap_derive v4.5.55
29732026-06-02T17:27:34.275Z Compiling pest_derive v2.8.6
29742026-06-02T17:27:35.051Z Compiling scroll v0.12.0
29752026-06-02T17:27:35.296Z Compiling zerocopy v0.7.35
29762026-06-02T17:27:35.460Z Compiling goblin v0.8.2
29772026-06-02T17:27:35.560Z Compiling zerofrom v0.1.6
29782026-06-02T17:27:35.574Z Compiling thiserror v1.0.69
29792026-06-02T17:27:35.669Z Compiling thiserror v2.0.18
29802026-06-02T17:27:35.729Z Compiling yoke v0.8.1
29812026-06-02T17:27:35.749Z Compiling dtrace-parser v0.2.0
29822026-06-02T17:27:35.982Z Compiling zerovec v0.11.5
29832026-06-02T17:27:36.019Z Compiling zerotrie v0.2.3
29842026-06-02T17:27:36.301Z Compiling clap v4.5.60
29852026-06-02T17:27:36.672Z Compiling tinystr v0.8.2
29862026-06-02T17:27:36.749Z Compiling potential_utf v0.1.4
29872026-06-02T17:27:36.963Z Compiling icu_locale_core v2.1.1
29882026-06-02T17:27:36.988Z Compiling icu_collections v2.1.1
29892026-06-02T17:27:37.793Z Compiling icu_provider v2.1.1
29902026-06-02T17:27:38.230Z Compiling icu_normalizer v2.1.1
29912026-06-02T17:27:38.335Z Compiling icu_properties v2.1.2
29922026-06-02T17:27:38.409Z Compiling toml_datetime v0.6.11
29932026-06-02T17:27:38.443Z Compiling serde_spanned v0.6.9
29942026-06-02T17:27:38.596Z Compiling dof v0.3.0
29952026-06-02T17:27:38.638Z Compiling toml_edit v0.22.27
29962026-06-02T17:27:38.684Z Compiling serde_tokenstream v0.2.3
29972026-06-02T17:27:38.739Z Compiling serde-value v0.7.0
29982026-06-02T17:27:38.753Z Compiling cargo-platform v0.2.0
29992026-06-02T17:27:38.769Z Compiling macaddr v1.0.1
30002026-06-02T17:27:39.235Z Compiling idna_adapter v1.2.1
30012026-06-02T17:27:39.370Z Compiling idna v1.1.0
30022026-06-02T17:27:39.385Z Compiling usdt-macro v0.5.0
30032026-06-02T17:27:39.404Z Compiling usdt-attr-macro v0.5.0
30042026-06-02T17:27:39.746Z Compiling url v2.5.8
30052026-06-02T17:27:40.062Z Compiling usdt v0.5.0
30062026-06-02T17:27:40.205Z Compiling toml v0.8.23
30072026-06-02T17:27:40.650Z Compiling cargo-util-schemas v0.8.2
30082026-06-02T17:27:40.650Z Compiling cargo_toml v0.21.0
30092026-06-02T17:27:41.699Z Compiling cargo_metadata v0.21.0
30102026-06-02T17:27:44.839Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-06-02T17:27:47.930Z Finished `release` profile [optimized] target(s) in 17.48s
30122026-06-02T17:27:48.107Z
30132026-06-02T17:27:48.107Zreal 17.620641532
30142026-06-02T17:27:48.107Zuser 2:31.289702493
30152026-06-02T17:27:48.107Zsys 18.176819989
30162026-06-02T17:27:48.107Ztrap 0.091601051
30172026-06-02T17:27:48.107Ztflt 0.449062237
30182026-06-02T17:27:48.107Zdflt 1.534915124
30192026-06-02T17:27:48.107Zkflt 0.000069990
30202026-06-02T17:27:48.107Zlock 5:46.186140454
30212026-06-02T17:27:48.110Zslp 3:41.882162185
30222026-06-02T17:27:48.110Zlat 7.701043186
30232026-06-02T17:27:48.110Zstop 21.879469064
30242026-06-02T17:27:48.110Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-02T17:27:48.110Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-06-02T17:27:48.110Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-02T17:27:48.110Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-06-02T17:27:48.110Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-06-02T17:27:49.110Z Compiling newtype-uuid-macros v0.1.0
30302026-06-02T17:27:49.110Z Compiling progenitor-client v0.14.0
30312026-06-02T17:27:49.110Z Compiling structmeta-derive v0.3.0
30322026-06-02T17:27:49.113Z Compiling rustls v0.22.4
30332026-06-02T17:27:49.113Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-06-02T17:27:49.113Z Compiling rustls-webpki v0.102.8
30352026-06-02T17:27:49.113Z Compiling multer v3.1.0
30362026-06-02T17:27:49.113Z Compiling match_cfg v0.1.0
30372026-06-02T17:27:49.259Z Compiling compression-core v0.4.31
30382026-06-02T17:27:49.262Z Compiling debug-ignore v1.0.5
30392026-06-02T17:27:49.262Z Compiling slog-json v2.6.1
30402026-06-02T17:27:49.262Z Compiling async-stream-impl v0.3.6
30412026-06-02T17:27:49.277Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-06-02T17:27:49.374Z Compiling serde_spanned v1.0.4
30432026-06-02T17:27:49.436Z Compiling hostname v0.3.1
30442026-06-02T17:27:49.439Z Compiling compression-codecs v0.4.37
30452026-06-02T17:27:49.454Z Compiling dropshot v0.17.0
30462026-06-02T17:27:49.457Z Compiling toml_writer v1.0.6+spec-1.1.0
30472026-06-02T17:27:49.469Z Compiling itertools v0.14.0
30482026-06-02T17:27:49.589Z Compiling slog-bunyan v2.5.0
30492026-06-02T17:27:49.605Z Compiling waitgroup v0.1.2
30502026-06-02T17:27:49.637Z Compiling async-compression v0.4.41
30512026-06-02T17:27:49.670Z Compiling rustls-pemfile v2.2.0
30522026-06-02T17:27:49.673Z Compiling dropshot_endpoint v0.17.0
30532026-06-02T17:27:49.714Z Compiling serde_path_to_error v0.1.20
30542026-06-02T17:27:49.750Z Compiling toml v1.0.6+spec-1.1.0
30552026-06-02T17:27:49.785Z Compiling hostname v0.4.2
30562026-06-02T17:27:49.801Z Compiling regress v0.10.5
30572026-06-02T17:27:49.804Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-06-02T17:27:49.871Z Compiling macaddr v1.0.1
30592026-06-02T17:27:49.888Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-06-02T17:27:49.949Z Compiling instant v0.1.13
30612026-06-02T17:27:49.978Z Compiling backon v1.6.0
30622026-06-02T17:27:49.999Z Compiling async-stream v0.3.6
30632026-06-02T17:27:50.027Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-06-02T17:27:50.058Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-06-02T17:27:50.086Z Compiling backoff v0.4.0
30662026-06-02T17:27:50.089Z Compiling progenitor-client v0.10.0
30672026-06-02T17:27:50.127Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-06-02T17:27:50.172Z Compiling progenitor-extras v0.2.0
30692026-06-02T17:27:50.197Z Compiling humantime v2.3.0
30702026-06-02T17:27:50.214Z Compiling universal-hash v0.5.1
30712026-06-02T17:27:50.334Z Compiling opaque-debug v0.3.1
30722026-06-02T17:27:50.352Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-06-02T17:27:50.355Z Compiling half v2.7.1
30742026-06-02T17:27:50.385Z Compiling ciborium-io v0.2.2
30752026-06-02T17:27:50.431Z Compiling crucible-workspace-hack v0.1.0
30762026-06-02T17:27:50.451Z Compiling regress v0.11.1
30772026-06-02T17:27:50.470Z Compiling convert_case v0.4.0
30782026-06-02T17:27:50.490Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-06-02T17:27:50.510Z Compiling aead v0.5.2
30802026-06-02T17:27:50.513Z Compiling secrecy v0.10.3
30812026-06-02T17:27:50.513Z Compiling unsafe-libyaml v0.2.11
30822026-06-02T17:27:50.673Z Compiling ciborium-ll v0.2.2
30832026-06-02T17:27:50.690Z Compiling structmeta v0.3.0
30842026-06-02T17:27:50.727Z Compiling poly1305 v0.8.0
30852026-06-02T17:27:50.751Z Compiling chacha20 v0.9.1
30862026-06-02T17:27:50.767Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-06-02T17:27:50.788Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30882026-06-02T17:27:50.807Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30892026-06-02T17:27:50.810Z Compiling thiserror-impl-no-std v2.0.2
30902026-06-02T17:27:50.871Z Compiling derive_more v0.99.20
30912026-06-02T17:27:50.927Z Compiling ciborium v0.2.2
30922026-06-02T17:27:50.944Z Compiling derive-ex v0.1.8
30932026-06-02T17:27:51.034Z Compiling parse-display-derive v0.10.0
30942026-06-02T17:27:51.062Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-06-02T17:27:51.115Z Compiling serde_yaml v0.9.34+deprecated
30962026-06-02T17:27:51.166Z Compiling byte-wrapper v0.1.0
30972026-06-02T17:27:51.169Z Compiling blake2 v0.10.6
30982026-06-02T17:27:51.357Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30992026-06-02T17:27:51.518Z Compiling password-hash v0.5.0
31002026-06-02T17:27:51.541Z Compiling chacha20poly1305 v0.10.1
31012026-06-02T17:27:51.561Z Compiling indent_write v2.2.0
31022026-06-02T17:27:51.581Z Compiling toml_datetime v0.7.5+spec-1.1.0
31032026-06-02T17:27:51.581Z Compiling heapless v0.8.0
31042026-06-02T17:27:51.723Z Compiling tokio-rustls v0.25.0
31052026-06-02T17:27:51.741Z Compiling ingot-macros v0.1.1
31062026-06-02T17:27:51.768Z Compiling toml_edit v0.23.10+spec-1.0.0
31072026-06-02T17:27:51.870Z Compiling argon2 v0.5.3
31082026-06-02T17:27:51.997Z Compiling tabwriter v1.4.1
31092026-06-02T17:27:52.114Z Compiling typify-impl v0.6.2
31102026-06-02T17:27:52.139Z Compiling thiserror-no-std v2.0.2
31112026-06-02T17:27:52.259Z Compiling vsss-rs v3.3.4
31122026-06-02T17:27:52.276Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-06-02T17:27:52.580Z Compiling hash32 v0.3.1
31142026-06-02T17:27:52.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-06-02T17:27:52.772Z Compiling test-strategy v0.4.5
31162026-06-02T17:27:52.775Z Compiling smoltcp v0.11.0
31172026-06-02T17:27:52.856Z Compiling parse-display v0.10.0
31182026-06-02T17:27:52.933Z Compiling proc-macro-crate v3.4.0
31192026-06-02T17:27:53.064Z Compiling num-rational v0.4.2
31202026-06-02T17:27:53.143Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31212026-06-02T17:27:53.187Z Compiling cobs v0.3.0
31222026-06-02T17:27:53.210Z Compiling num-complex v0.4.6
31232026-06-02T17:27:53.273Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-06-02T17:27:53.290Z Compiling colored v3.1.1
31252026-06-02T17:27:53.345Z Compiling postcard v1.1.3
31262026-06-02T17:27:53.452Z Compiling proc-macro-error v1.0.4
31272026-06-02T17:27:53.514Z Compiling proc-macro-crate v1.3.1
31282026-06-02T17:27:53.531Z Compiling num_enum_derive v0.7.5
31292026-06-02T17:27:53.569Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-06-02T17:27:53.630Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312026-06-02T17:27:53.679Z Compiling num v0.4.3
31322026-06-02T17:27:53.705Z Compiling atomicwrites v0.4.4
31332026-06-02T17:27:53.730Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31342026-06-02T17:27:53.792Z Compiling foreign-types-macros v0.2.3
31352026-06-02T17:27:53.808Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-06-02T17:27:53.827Z Compiling foreign-types-shared v0.3.1
31372026-06-02T17:27:53.858Z Compiling cpufeatures v0.3.0
31382026-06-02T17:27:53.935Z Compiling float-ord v0.3.2
31392026-06-02T17:27:53.953Z Compiling rayon-core v1.13.0
31402026-06-02T17:27:53.957Z Compiling chacha20 v0.10.0
31412026-06-02T17:27:53.989Z Compiling num_enum_derive v0.5.11
31422026-06-02T17:27:54.082Z Compiling crossbeam-deque v0.8.6
31432026-06-02T17:27:54.106Z Compiling camino-tempfile v1.4.1
31442026-06-02T17:27:54.155Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-06-02T17:27:54.200Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31462026-06-02T17:27:54.216Z Compiling cstr-argument v0.1.2
31472026-06-02T17:27:54.324Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31482026-06-02T17:27:54.367Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31492026-06-02T17:27:54.414Z Compiling rand v0.10.0
31502026-06-02T17:27:54.452Z Compiling toml v0.8.23
31512026-06-02T17:27:54.513Z Compiling foreign-types v0.5.0
31522026-06-02T17:27:54.640Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-06-02T17:27:54.643Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-06-02T17:27:54.732Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-06-02T17:27:54.748Z Compiling num_enum v0.7.5
31562026-06-02T17:27:54.780Z Compiling ingot-types v0.1.2
31572026-06-02T17:27:54.797Z Compiling zone_cfg_derive v0.3.1
31582026-06-02T17:27:54.817Z Compiling rayon v1.11.0
31592026-06-02T17:27:54.884Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31602026-06-02T17:27:54.906Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-06-02T17:27:54.937Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-06-02T17:27:55.033Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31632026-06-02T17:27:55.051Z Compiling itertools v0.12.1
31642026-06-02T17:27:55.118Z Compiling num-derive v0.4.2
31652026-06-02T17:27:55.136Z Compiling sigpipe v0.1.3
31662026-06-02T17:27:55.160Z Compiling ingot v0.1.1
31672026-06-02T17:27:55.184Z Compiling num_enum v0.5.11
31682026-06-02T17:27:55.230Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31692026-06-02T17:27:55.255Z Compiling glob v0.3.3
31702026-06-02T17:27:55.272Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31712026-06-02T17:27:55.328Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31722026-06-02T17:27:55.331Z Compiling smf v0.2.3
31732026-06-02T17:27:55.418Z Compiling whoami v1.6.1
31742026-06-02T17:27:55.471Z Compiling prettyplease v0.2.37
31752026-06-02T17:27:55.512Z Compiling usdt-macro v0.5.0
31762026-06-02T17:27:55.676Z Compiling usdt-attr-macro v0.5.0
31772026-06-02T17:27:55.676Z Compiling gethostname v0.5.0
31782026-06-02T17:27:55.737Z Compiling memmap v0.7.0
31792026-06-02T17:27:55.825Z Compiling derive-where v1.6.0
31802026-06-02T17:27:55.849Z Compiling resolv-conf v0.7.6
31812026-06-02T17:27:55.912Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-06-02T17:27:55.958Z Compiling cancel-safe-futures v0.1.5
31832026-06-02T17:27:56.100Z Compiling owo-colors v4.3.0
31842026-06-02T17:27:56.142Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31852026-06-02T17:27:56.261Z Compiling libsw-core v0.3.2
31862026-06-02T17:27:56.325Z Compiling zone v0.3.1
31872026-06-02T17:27:56.413Z Compiling libsw v3.5.0
31882026-06-02T17:27:56.466Z Compiling console v0.15.11
31892026-06-02T17:27:56.590Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-06-02T17:27:56.605Z Compiling usdt v0.5.0
31912026-06-02T17:27:56.659Z Compiling hickory-proto v0.24.4
31922026-06-02T17:27:56.755Z Compiling newline-converter v0.3.0
31932026-06-02T17:27:56.773Z Compiling progenitor-client v0.13.0
31942026-06-02T17:27:56.804Z Compiling linear-map v1.2.0
31952026-06-02T17:27:56.865Z Compiling typify-macro v0.6.2
31962026-06-02T17:27:56.907Z Compiling linked-hash-map v0.5.6
31972026-06-02T17:27:56.928Z Compiling libefi-sys v0.1.0
31982026-06-02T17:27:57.018Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31992026-06-02T17:27:57.061Z Compiling expectorate v1.2.0
32002026-06-02T17:27:57.117Z Compiling lru-cache v0.1.2
32012026-06-02T17:27:57.135Z Compiling git-stub v1.0.0
32022026-06-02T17:27:57.138Z Compiling bitfield-struct v0.6.2
32032026-06-02T17:27:57.138Z Compiling semver v0.1.20
32042026-06-02T17:27:57.208Z Compiling tokio-dtrace v0.1.1
32052026-06-02T17:27:57.231Z Compiling dropshot-api-manager-types v0.7.2
32062026-06-02T17:27:57.266Z Compiling slog-dtrace v0.3.0
32072026-06-02T17:27:57.284Z Compiling minimal-lexical v0.2.1
32082026-06-02T17:27:57.330Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32092026-06-02T17:27:57.433Z Compiling rustc_version v0.1.7
32102026-06-02T17:27:57.451Z Compiling git-stub-vcs v0.1.0
32112026-06-02T17:27:57.470Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-02T17:27:57.488Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-06-02T17:27:57.523Z Compiling nom v7.1.3
32142026-06-02T17:27:57.570Z Compiling oxide-tokio-rt v0.1.4
32152026-06-02T17:27:57.587Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-06-02T17:27:57.590Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-06-02T17:27:57.622Z Compiling phf_shared v0.12.1
32182026-06-02T17:27:57.735Z Compiling newtype_derive v0.1.6
32192026-06-02T17:27:57.762Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32202026-06-02T17:27:57.793Z Compiling csv-core v0.1.13
32212026-06-02T17:27:57.915Z Compiling highway v1.3.0
32222026-06-02T17:27:57.936Z Compiling chrono-tz v0.10.4
32232026-06-02T17:27:57.975Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-06-02T17:27:57.997Z Compiling xshell-macros v0.2.7
32252026-06-02T17:27:58.137Z Compiling csv v1.4.0
32262026-06-02T17:27:58.222Z Compiling const_format_proc_macros v0.2.34
32272026-06-02T17:27:58.257Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-06-02T17:27:58.276Z Compiling phf v0.12.1
32292026-06-02T17:27:58.350Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-06-02T17:27:58.353Z Compiling primeorder v0.13.6
32312026-06-02T17:27:58.443Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32322026-06-02T17:27:58.477Z Compiling xshell v0.2.7
32332026-06-02T17:27:58.673Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-06-02T17:27:58.709Z Compiling tabled_derive v0.7.0
32352026-06-02T17:27:58.742Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-06-02T17:27:58.796Z Compiling bcs v0.1.6
32372026-06-02T17:27:58.860Z Compiling typify v0.6.2
32382026-06-02T17:27:59.000Z Compiling progenitor-impl v0.14.0
32392026-06-02T17:27:59.019Z Compiling progenitor-impl v0.13.0
32402026-06-02T17:27:59.052Z Compiling hickory-resolver v0.24.4
32412026-06-02T17:27:59.070Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-06-02T17:27:59.123Z Compiling const_format v0.2.35
32432026-06-02T17:27:59.140Z Compiling salty v0.3.0
32442026-06-02T17:27:59.158Z Compiling termtree v0.5.1
32452026-06-02T17:27:59.384Z Compiling tagptr v0.2.0
32462026-06-02T17:27:59.482Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32472026-06-02T17:27:59.604Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32482026-06-02T17:27:59.633Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32492026-06-02T17:27:59.657Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-02T17:27:59.741Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32512026-06-02T17:27:59.912Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-06-02T17:27:59.957Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32532026-06-02T17:28:00.090Z Compiling tabled v0.15.0
32542026-06-02T17:28:00.158Z Compiling moka v0.12.13
32552026-06-02T17:28:00.206Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-06-02T17:28:00.315Z Compiling qorb v0.4.1
32572026-06-02T17:28:00.334Z Compiling textwrap v0.16.2
32582026-06-02T17:28:00.459Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32592026-06-02T17:28:00.712Z Compiling steno v0.4.1
32602026-06-02T17:28:00.859Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-06-02T17:28:00.979Z Compiling radium v0.7.0
32622026-06-02T17:28:01.010Z Compiling base64 v0.21.7
32632026-06-02T17:28:01.039Z Compiling hickory-resolver v0.25.2
32642026-06-02T17:28:01.422Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-06-02T17:28:01.445Z Compiling p384 v0.13.1
32662026-06-02T17:28:01.549Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32672026-06-02T17:28:01.607Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32682026-06-02T17:28:01.809Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32692026-06-02T17:28:01.949Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32702026-06-02T17:28:01.968Z Compiling progenitor-macro v0.14.0
32712026-06-02T17:28:02.019Z Compiling progenitor-macro v0.13.0
32722026-06-02T17:28:02.040Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32732026-06-02T17:28:02.059Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-06-02T17:28:02.062Z Compiling typify-impl v0.4.3
32752026-06-02T17:28:02.332Z Compiling tap v1.0.1
32762026-06-02T17:28:02.457Z Compiling maybe-uninit v2.0.0
32772026-06-02T17:28:02.486Z Compiling wyz v0.5.1
32782026-06-02T17:28:02.645Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-06-02T17:28:02.769Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-06-02T17:28:02.815Z Compiling proc-macro-error-attr2 v2.0.0
32812026-06-02T17:28:02.899Z Compiling funty v2.0.0
32822026-06-02T17:28:02.995Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-06-02T17:28:03.133Z Compiling utf-8 v0.7.6
32842026-06-02T17:28:03.169Z Compiling parking_lot_core v0.8.6
32852026-06-02T17:28:03.233Z Compiling packed_struct v0.10.1
32862026-06-02T17:28:03.262Z Compiling proc-macro-error2 v2.0.1
32872026-06-02T17:28:03.356Z Compiling tungstenite v0.21.0
32882026-06-02T17:28:03.446Z Compiling bitvec v1.0.1
32892026-06-02T17:28:03.556Z Compiling polyval v0.6.2
32902026-06-02T17:28:03.580Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-06-02T17:28:03.595Z Compiling packed_struct_codegen v0.10.1
32922026-06-02T17:28:03.628Z Compiling num-derive v0.3.3
32932026-06-02T17:28:03.631Z Compiling bitfield-macros v0.19.4
32942026-06-02T17:28:03.663Z Compiling zerocopy-derive v0.6.6
32952026-06-02T17:28:03.743Z Compiling indexmap v1.9.3
32962026-06-02T17:28:03.835Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-06-02T17:28:03.870Z Compiling crc-catalog v2.4.0
32982026-06-02T17:28:04.002Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-06-02T17:28:04.024Z Compiling nodrop v0.1.14
33002026-06-02T17:28:04.133Z Compiling array-init v0.0.4
33012026-06-02T17:28:04.155Z Compiling crc v3.4.0
33022026-06-02T17:28:04.254Z Compiling tokio-tungstenite v0.21.0
33032026-06-02T17:28:04.271Z Compiling ghash v0.5.1
33042026-06-02T17:28:04.396Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-06-02T17:28:04.440Z Compiling tabled_derive v0.11.0
33062026-06-02T17:28:04.457Z Compiling bitfield v0.19.4
33072026-06-02T17:28:04.518Z Compiling smallvec v0.6.14
33082026-06-02T17:28:04.627Z Compiling zerocopy v0.6.6
33092026-06-02T17:28:04.644Z Compiling libscf-sys v1.1.0
33102026-06-02T17:28:04.780Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-06-02T17:28:04.794Z Compiling papergrid v0.17.0
33122026-06-02T17:28:04.824Z Compiling testing_table v0.3.0
33132026-06-02T17:28:04.945Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-06-02T17:28:04.995Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-06-02T17:28:05.016Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-06-02T17:28:05.098Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-06-02T17:28:05.218Z Compiling ctr v0.9.2
33182026-06-02T17:28:05.374Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-02T17:28:05.391Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-06-02T17:28:05.454Z Compiling hashbrown v0.12.3
33212026-06-02T17:28:05.471Z Compiling corncobs v0.1.4
33222026-06-02T17:28:05.563Z Compiling illumos-nvpair-sys v0.2.0
33232026-06-02T17:28:05.628Z Compiling unicase v2.9.0
33242026-06-02T17:28:05.701Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-06-02T17:28:05.732Z Compiling aes-gcm v0.10.3
33262026-06-02T17:28:05.777Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-02T17:28:05.818Z Compiling tabled v0.20.0
33282026-06-02T17:28:05.870Z Compiling mime_guess v2.0.5
33292026-06-02T17:28:05.944Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-02T17:28:06.012Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33312026-06-02T17:28:06.087Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-06-02T17:28:06.188Z Compiling parking_lot v0.11.2
33332026-06-02T17:28:06.332Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-06-02T17:28:06.427Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-06-02T17:28:06.527Z Compiling serde-hex v0.1.0
33362026-06-02T17:28:06.621Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-06-02T17:28:06.624Z Compiling ron v0.8.1
33382026-06-02T17:28:06.808Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-06-02T17:28:06.829Z Compiling typify-macro v0.4.3
33402026-06-02T17:28:06.848Z Compiling hashbrown v0.13.2
33412026-06-02T17:28:06.910Z Compiling progenitor-client v0.11.2
33422026-06-02T17:28:07.075Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33432026-06-02T17:28:07.283Z Compiling blowfish v0.9.1
33442026-06-02T17:28:07.346Z Compiling progenitor v0.14.0
33452026-06-02T17:28:07.387Z Compiling ssh-encoding v0.2.0
33462026-06-02T17:28:07.391Z Compiling progenitor v0.13.0
33472026-06-02T17:28:07.425Z Compiling prefix-trie v0.7.0
33482026-06-02T17:28:07.529Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-06-02T17:28:07.581Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33502026-06-02T17:28:07.614Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-06-02T17:28:07.674Z Compiling fxhash v0.2.1
33522026-06-02T17:28:07.699Z Compiling secrecy v0.8.0
33532026-06-02T17:28:07.788Z Compiling crc-any v2.5.0
33542026-06-02T17:28:07.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-06-02T17:28:07.885Z Compiling hickory-server v0.25.2
33562026-06-02T17:28:08.060Z Compiling sled v0.34.7
33572026-06-02T17:28:08.107Z Compiling ssh-cipher v0.2.0
33582026-06-02T17:28:08.125Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33592026-06-02T17:28:08.371Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-06-02T17:28:08.442Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-06-02T17:28:08.460Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33622026-06-02T17:28:08.698Z Compiling typify v0.4.3
33632026-06-02T17:28:08.756Z Compiling bcrypt-pbkdf v0.10.0
33642026-06-02T17:28:08.815Z Compiling progenitor-impl v0.11.2
33652026-06-02T17:28:08.882Z Compiling object v0.30.4
33662026-06-02T17:28:09.064Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-06-02T17:28:09.183Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-06-02T17:28:09.326Z Compiling password-hash v0.4.2
33692026-06-02T17:28:09.403Z Compiling crc8 v0.1.1
33702026-06-02T17:28:09.556Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33712026-06-02T17:28:09.712Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-06-02T17:28:09.748Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-06-02T17:28:09.824Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33742026-06-02T17:28:09.998Z Compiling http-range v0.1.5
33752026-06-02T17:28:10.095Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33762026-06-02T17:28:10.229Z Compiling half v1.8.3
33772026-06-02T17:28:10.514Z Compiling path-slash v0.1.5
33782026-06-02T17:28:10.539Z Compiling serde_cbor v0.11.2
33792026-06-02T17:28:10.681Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-06-02T17:28:10.757Z Compiling pbkdf2 v0.11.0
33812026-06-02T17:28:10.777Z Compiling illumos-nvpair v0.3.0
33822026-06-02T17:28:11.000Z Compiling ssh-key v0.6.7
33832026-06-02T17:28:11.177Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33842026-06-02T17:28:11.412Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-06-02T17:28:11.478Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-06-02T17:28:11.700Z Compiling progenitor-macro v0.11.2
33872026-06-02T17:28:11.771Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33882026-06-02T17:28:11.991Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-06-02T17:28:12.043Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33902026-06-02T17:28:12.070Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33912026-06-02T17:28:12.191Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-06-02T17:28:12.211Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-06-02T17:28:12.434Z Compiling p256 v0.13.2
33942026-06-02T17:28:12.645Z Compiling p521 v0.13.3
33952026-06-02T17:28:12.762Z Compiling yasna v0.5.2
33962026-06-02T17:28:12.860Z Compiling kstat-rs v0.2.4
33972026-06-02T17:28:12.912Z Compiling headers-core v0.3.0
33982026-06-02T17:28:12.973Z Compiling nanorand v0.7.0
33992026-06-02T17:28:13.007Z Compiling atty v0.2.14
34002026-06-02T17:28:13.076Z Compiling russh-cryptovec v0.7.3
34012026-06-02T17:28:13.095Z Compiling md5 v0.7.0
34022026-06-02T17:28:13.099Z Compiling home v0.5.12
34032026-06-02T17:28:13.136Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34042026-06-02T17:28:13.155Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34052026-06-02T17:28:13.229Z Compiling flume v0.11.1
34062026-06-02T17:28:13.289Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-06-02T17:28:13.308Z Compiling rcgen v0.12.1
34082026-06-02T17:28:13.328Z Compiling headers v0.4.1
34092026-06-02T17:28:13.419Z Compiling russh-keys v0.45.0
34102026-06-02T17:28:13.539Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-06-02T17:28:13.597Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-06-02T17:28:13.715Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-06-02T17:28:13.883Z Compiling hyper-staticfile v0.10.1
34142026-06-02T17:28:13.946Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-06-02T17:28:14.034Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-06-02T17:28:14.153Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-06-02T17:28:14.172Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-06-02T17:28:14.238Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-06-02T17:28:14.293Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-06-02T17:28:14.454Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-06-02T17:28:14.471Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34222026-06-02T17:28:14.607Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-06-02T17:28:14.623Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-06-02T17:28:14.782Z Compiling num-bigint v0.4.6
34252026-06-02T17:28:14.847Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-06-02T17:28:14.960Z Compiling des v0.8.1
34272026-06-02T17:28:14.979Z Compiling subprocess v0.2.15
34282026-06-02T17:28:14.982Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-06-02T17:28:15.015Z Compiling hex-literal v0.4.1
34302026-06-02T17:28:15.062Z Compiling display-error-chain v0.2.2
34312026-06-02T17:28:15.188Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-06-02T17:28:15.210Z Compiling colored v2.2.0
34332026-06-02T17:28:15.229Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-06-02T17:28:15.244Z Compiling socket2 v0.5.10
34352026-06-02T17:28:15.295Z Compiling internet-checksum v0.2.1
34362026-06-02T17:28:15.449Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-06-02T17:28:15.807Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-06-02T17:28:16.130Z Compiling russh v0.45.0
34392026-06-02T17:28:16.898Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-06-02T17:28:16.898Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-06-02T17:28:16.946Z Compiling progenitor v0.11.2
34422026-06-02T17:28:17.125Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-06-02T17:28:19.441Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-06-02T17:28:20.135Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-06-02T17:28:20.607Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-06-02T17:28:22.426Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-06-02T17:28:22.911Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-06-02T17:28:30.678Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-06-02T17:28:30.678Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-06-02T17:28:30.682Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-06-02T17:28:30.682Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-06-02T17:28:32.435Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-06-02T17:28:32.595Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-06-02T17:28:36.713Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-06-02T17:29:16.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34562026-06-02T17:29:16.632Z
34572026-06-02T17:29:16.633Zreal 1:28.456917006
34582026-06-02T17:29:16.633Zuser 8:25.998154180
34592026-06-02T17:29:16.636Zsys 1:45.421490482
34602026-06-02T17:29:16.636Ztrap 0.259663639
34612026-06-02T17:29:16.636Ztflt 0.567547706
34622026-06-02T17:29:16.636Zdflt 1.712211796
34632026-06-02T17:29:16.636Zkflt 0.000681600
34642026-06-02T17:29:16.636Zlock 28:44.792309307
34652026-06-02T17:29:16.636Zslp 19:27.199495427
34662026-06-02T17:29:16.636Zlat 39.776424218
34672026-06-02T17:29:16.636Zstop 2:48.789226448
34682026-06-02T17:29:16.636Z+ mkdir tests
34692026-06-02T17:29:16.640Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-06-02T17:29:16.640Z+ xargs -I '{}' -t cp '{}' tests/
34712026-06-02T17:29:16.785Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34722026-06-02T17:29:16.805Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34732026-06-02T17:29:16.826Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34742026-06-02T17:29:16.848Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34752026-06-02T17:29:17.091Z+ 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)
34762026-06-02T17:29:17.095Z+ 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a 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
34772026-06-02T17:30:40.152ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-06-02T17:30:40.153Za .github/buildomat/ci-env.sh 1K
34792026-06-02T17:30:40.153Za out/target/test 1K
34802026-06-02T17:30:40.153Za out/npuzone/npuzone 27402K
34812026-06-02T17:30:40.153Za package-manifest.toml 35K
34822026-06-02T17:30:40.153Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-06-02T17:30:40.153Za target/release/omicron-package 45151K
34842026-06-02T17:30:40.153Za target/release/xtask 11449K
34852026-06-02T17:30:40.153Za target/debug/bootstrap 353190K
34862026-06-02T17:30:40.153Za tests/bootstrap-f18b755259a0b5b5 31215K
34872026-06-02T17:30:40.153Za tests/commtest-0a11de06ac61b760 32300K
34882026-06-02T17:30:40.153Za tests/dhcp_server-7741181b9d09bcb1 31215K
34892026-06-02T17:30:40.153Za tests/end_to_end_tests-cebe13924327cd8a 394981K
34902026-06-02T17:30:40.153Za tools/opte_version 1K
34912026-06-02T17:30:40.153Za tools/opte_version_override 2K
34922026-06-02T17:30:40.153Za out/clickhouse.tar.gz 321341K
34932026-06-02T17:30:40.153Za out/clickhouse_keeper.tar.gz 306406K
34942026-06-02T17:30:40.153Za out/clickhouse_server.tar.gz 321338K
34952026-06-02T17:30:40.153Za out/cockroachdb.tar.gz 165626K
34962026-06-02T17:30:40.153Za out/crucible-pantry-zone.tar.gz 40619K
34972026-06-02T17:30:40.153Za out/crucible-utils.tar 16478K
34982026-06-02T17:30:40.153Za out/crucible-zone.tar.gz 56189K
34992026-06-02T17:30:40.153Za out/external-dns.tar.gz 50209K
35002026-06-02T17:30:40.153Za out/internal-dns.tar.gz 50209K
35012026-06-02T17:30:40.153Za out/mg-ddm-gz.tar 95141K
35022026-06-02T17:30:40.153Za out/nexus.tar.gz 277739K
35032026-06-02T17:30:40.153Za out/ntp.tar.gz 32290K
35042026-06-02T17:30:40.153Za out/omicron-gateway-softnpu.tar.gz 29904K
35052026-06-02T17:30:40.153Za out/omicron-sled-agent.tar 203620K
35062026-06-02T17:30:40.153Za out/overlay.tar.gz 3K
35072026-06-02T17:30:40.153Za out/oximeter.tar.gz 67118K
35082026-06-02T17:30:40.153Za out/oxlog.tar 3782K
35092026-06-02T17:30:40.153Za out/probe.tar.gz 3037K
35102026-06-02T17:30:40.153Za out/propolis-server.tar.gz 35483K
35112026-06-02T17:30:40.153Za out/pumpkind-gz.tar 26647K
35122026-06-02T17:30:40.153Za out/switch-softnpu.tar.gz 452030K
35132026-06-02T17:30:40.157Z
35142026-06-02T17:30:40.157Zreal 1:23.057548943
35152026-06-02T17:30:40.157Zuser 1:20.252168549
35162026-06-02T17:30:40.157Zsys 4.622851974
35172026-06-02T17:30:40.157Ztrap 0.007039855
35182026-06-02T17:30:40.157Ztflt 0.000000000
35192026-06-02T17:30:40.157Zdflt 0.000000000
35202026-06-02T17:30:40.157Zkflt 0.000000000
35212026-06-02T17:30:40.157Zlock 0.000000000
35222026-06-02T17:30:40.157Zslp 1:20.175408861
35232026-06-02T17:30:40.157Zlat 1.051349882
35242026-06-02T17:30:40.157Zstop 0.000327440
35252026-06-02T17:30:40.157Zprocess exited: duration 962070 ms, exit code 0
 
35262026-06-02T17:30:40.172Zfound 1 output files
35272026-06-02T17:30:40.172Zuploading: /work/package.tar.gz (2554600248 bytes)
35282026-06-02T17:31:09.520Zuploaded: /work/package.tar.gz