01JT6ETYCT89ZE163SF8TKP4B5: falcon

BasicConfig {
    output_rules: [
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/propolis-server",
            series: "falcon",
            name: "propolis-server",
        },
        BasicConfigPublish {
            from_output: "/work/release/propolis-cli",
            series: "falcon",
            name: "propolis-cli",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JT6EV94NBNJZPP1AA5T27B22

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-01T17:38:52.396Zjob assigned to worker 01JT6EV9JJE9YGFM3094VRKJD5 [factory gimlet-EVT22200007-propolis, EVT22200007/25938] (queued for 25 s)
 
22025-05-01T17:39:00.240Zstarting task 0: "setup"
32025-05-01T17:39:00.271Z++ uname -s
42025-05-01T17:39:00.271Z+ kern=SunOS
52025-05-01T17:39:00.271Z+ build_user=build
62025-05-01T17:39:00.271Z+ build_uid=12345
72025-05-01T17:39:00.271Z+ work_dir=/work
82025-05-01T17:39:00.271Z+ input_dir=/input
92025-05-01T17:39:00.271Z+ [[ 0 == 12345 ]]
102025-05-01T17:39:00.271Z+ case "$kern" in
112025-05-01T17:39:00.271Z+ groupadd -g 12345 build
122025-05-01T17:39:00.271Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-01T17:39:02.262Z+ zfs create -o mountpoint=/work rpool/work
142025-05-01T17:39:02.299Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-01T17:39:02.325Z+ home_fs=zfs
162025-05-01T17:39:02.325Z+ [[ zfs == autofs ]]
172025-05-01T17:39:02.325Z+ mkdir -p /home/build
182025-05-01T17:39:02.325Z+ chown build:build /home/build /work
192025-05-01T17:39:04.309Z+ chmod 0700 /home/build /work
202025-05-01T17:39:04.335Zprocess exited: duration 4076 ms, exit code 0
 
212025-05-01T17:39:04.388Zstarting task 1: "rust-toolchain"
222025-05-01T17:39:04.414Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-05-01T17:39:04.414Z * rust toolchain channel = "stable"
242025-05-01T17:39:04.414Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-05-01T17:39:04.414Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-05-01T17:39:04.414Z * rust toolchain profile = "default"
272025-05-01T17:39:04.414Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-01T17:39:04.414Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-01T17:39:04.414Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-05-01T17:39:04.546Zinfo: downloading installer
312025-05-01T17:39:04.982Zwarn: It looks like you have an existing installation of Rust at:
322025-05-01T17:39:04.982Zwarn: /opt/ooce/bin
332025-05-01T17:39:04.982Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-01T17:39:04.983Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-01T17:39:04.983Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-01T17:39:04.983Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-01T17:39:04.983Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-01T17:39:04.983Zerror: cannot install while Rust is installed
392025-05-01T17:39:04.983Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-01T17:39:05.009Zinfo: profile set to 'default'
412025-05-01T17:39:05.009Zinfo: default host triple is x86_64-unknown-illumos
422025-05-01T17:39:05.009Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-05-01T17:39:05.104Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-01T17:39:05.104Zinfo: downloading component 'cargo'
452025-05-01T17:39:05.264Zinfo: downloading component 'clippy'
462025-05-01T17:39:05.336Zinfo: downloading component 'rust-docs'
472025-05-01T17:39:05.567Zinfo: downloading component 'rust-std'
482025-05-01T17:39:05.854Zinfo: downloading component 'rustc'
492025-05-01T17:39:07.004Zinfo: downloading component 'rustfmt'
502025-05-01T17:39:07.066Zinfo: installing component 'cargo'
512025-05-01T17:39:08.244Zinfo: installing component 'clippy'
522025-05-01T17:39:08.713Zinfo: installing component 'rust-docs'
532025-05-01T17:39:11.775Zinfo: installing component 'rust-std'
542025-05-01T17:39:13.799Zinfo: installing component 'rustc'
552025-05-01T17:39:21.600Zinfo: installing component 'rustfmt'
562025-05-01T17:39:21.979Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-05-01T17:39:21.979Z
582025-05-01T17:39:22.145Z stable-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-01T17:39:22.145Z
602025-05-01T17:39:22.145Z
612025-05-01T17:39:22.145ZRust is installed now. Great!
622025-05-01T17:39:22.145Z
632025-05-01T17:39:22.145ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-01T17:39:22.171Zenvironment variable. This has not been done automatically.
652025-05-01T17:39:22.171Z
662025-05-01T17:39:22.171ZTo configure your current shell, you need to source
672025-05-01T17:39:22.171Zthe corresponding env file under $HOME/.cargo.
682025-05-01T17:39:22.171Z
692025-05-01T17:39:22.171ZThis is usually done by running one of the following (note the leading DOT):
702025-05-01T17:39:22.171Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-01T17:39:22.171Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-01T17:39:22.171Zsource "$HOME/.cargo/env.nu" # For nushell
732025-05-01T17:39:22.251Z+ rustup --version
742025-05-01T17:39:22.278Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-05-01T17:39:22.278Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-01T17:39:22.328Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-01T17:39:22.354Z+ cargo --version
782025-05-01T17:39:22.379Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-01T17:39:22.379Z+ rustc --version
802025-05-01T17:39:22.427Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-01T17:39:22.453Zprocess exited: duration 18050 ms, exit code 0
 
822025-05-01T17:39:22.504Zstarting task 2: "authentication"
832025-05-01T17:39:22.570Zprocess exited: duration 64 ms, exit code 0
 
842025-05-01T17:39:22.624Zstarting task 3: "clone repository"
852025-05-01T17:39:22.651Z+ mkdir -p /work/oxidecomputer/propolis
862025-05-01T17:39:22.651Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
872025-05-01T17:39:22.677ZCloning into '/work/oxidecomputer/propolis'...
882025-05-01T17:39:23.962Z+ cd /work/oxidecomputer/propolis
892025-05-01T17:39:23.963Z+ git fetch origin bde892e1a56a35b83ae7f9829c96e5e7d545f4d2
902025-05-01T17:39:24.350ZFrom https://github.com/oxidecomputer/propolis
912025-05-01T17:39:24.351Z * branch bde892e1a56a35b83ae7f9829c96e5e7d545f4d2 -> FETCH_HEAD
922025-05-01T17:39:24.377Z+ [[ -n '' ]]
932025-05-01T17:39:24.377Z+ git reset --hard bde892e1a56a35b83ae7f9829c96e5e7d545f4d2
942025-05-01T17:39:24.409ZHEAD is now at bde892e virtual memory size is typically written "VSZ" not "VSS"....
952025-05-01T17:39:24.436Zprocess exited: duration 1790 ms, exit code 0
 
962025-05-01T17:39:24.489Zstarting task 4: "build"
972025-05-01T17:39:24.515Z+ cargo --version
982025-05-01T17:39:24.541Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
992025-05-01T17:39:24.541Z+ rustc --version
1002025-05-01T17:39:24.574Zrustc 1.86.0 (05f9846f8 2025-03-31)
1012025-05-01T17:39:24.600Z+ banner check
1022025-05-01T17:39:24.600Z
1032025-05-01T17:39:24.600Z #### # # ###### #### # #
1042025-05-01T17:39:24.600Z # # # # # # # # #
1052025-05-01T17:39:24.600Z # ###### ##### # ####
1062025-05-01T17:39:24.600Z # # # # # # #
1072025-05-01T17:39:24.600Z # # # # # # # # #
1082025-05-01T17:39:24.600Z #### # # ###### #### # #
1092025-05-01T17:39:24.600Z
1102025-05-01T17:39:24.600Z+ ptime -m cargo check --features falcon
1112025-05-01T17:39:24.807Z Updating git repository `https://github.com/oxidecomputer//omicron.git`
1122025-05-01T17:39:34.396Z Updating git repository `https://github.com/oxidecomputer//tufaceous.git`
1132025-05-01T17:39:34.784Z Updating crates.io index
1142025-05-01T17:39:34.849Z Updating git repository `https://github.com/oxidecomputer/crucible`
1152025-05-01T17:39:37.088Z Updating git repository `https://github.com/oxidecomputer/omicron`
1162025-05-01T17:39:46.109Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172025-05-01T17:39:46.535Z Updating git repository `https://github.com/oxidecomputer/ispf`
1182025-05-01T17:39:46.864Z Updating git repository `https://github.com/oxidecomputer/p9fs`
1192025-05-01T17:39:47.238Z Updating git repository `https://github.com/oxidecomputer/softnpu`
1202025-05-01T17:39:47.827Z Updating git repository `https://github.com/oxidecomputer/lldp`
1212025-05-01T17:39:48.287Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1222025-05-01T17:39:49.058Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
1232025-05-01T17:39:49.444Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1242025-05-01T17:39:49.825Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1252025-05-01T17:39:50.332Z Updating git repository `https://github.com/oxidecomputer/p4`
1262025-05-01T17:39:51.057Z Updating git repository `https://github.com/oxidecomputer/propolis`
1272025-05-01T17:39:52.256Z Updating git repository `https://github.com/oxidecomputer/crucible`
1282025-05-01T17:39:52.947Z Updating git repository `https://github.com/oxidecomputer/opte`
1292025-05-01T17:39:54.102Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1302025-05-01T17:39:54.980Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1312025-05-01T17:39:55.515Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322025-05-01T17:39:56.110Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1332025-05-01T17:39:56.480Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1342025-05-01T17:39:56.997Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1352025-05-01T17:39:57.395Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1362025-05-01T17:39:58.654Zwarning: Patch `tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer//tufaceous.git?rev=04681f26ba09e144e5467dd6bd22c4887692a670#04681f26)` was not used in the crate graph.
1372025-05-01T17:39:58.654ZPerhaps you misspelled the source URL being patched.
1382025-05-01T17:39:58.654ZPossible URLs for `[patch.<URL>]`:
1392025-05-01T17:39:58.654Z https://github.com/oxidecomputer/tufaceous
1402025-05-01T17:39:58.710Z Downloading crates ...
1412025-05-01T17:39:58.798Z Downloaded cfg_aliases v0.2.1
1422025-05-01T17:39:58.823Z Downloaded equivalent v1.0.1
1432025-05-01T17:39:58.824Z Downloaded embedded-io v0.6.1
1442025-05-01T17:39:58.824Z Downloaded newline-converter v0.3.0
1452025-05-01T17:39:58.824Z Downloaded num-integer v0.1.46
1462025-05-01T17:39:58.824Z Downloaded newtype-uuid v1.2.1
1472025-05-01T17:39:58.850Z Downloaded proc-macro-error-attr v1.0.4
1482025-05-01T17:39:58.850Z Downloaded progenitor-client v0.9.1
1492025-05-01T17:39:58.850Z Downloaded omicron-workspace-hack v0.1.0
1502025-05-01T17:39:58.850Z Downloaded tokio-tungstenite v0.21.0
1512025-05-01T17:39:58.850Z Downloaded write16 v1.0.0
1522025-05-01T17:39:58.850Z Downloaded futures-task v0.3.31
1532025-05-01T17:39:58.876Z Downloaded is_terminal_polyfill v1.70.0
1542025-05-01T17:39:58.876Z Downloaded indent_write v2.2.0
1552025-05-01T17:39:58.876Z Downloaded is_ci v1.2.0
1562025-05-01T17:39:58.876Z Downloaded sync_wrapper v1.0.1
1572025-05-01T17:39:58.876Z Downloaded typeid v1.0.0
1582025-05-01T17:39:58.876Z Downloaded tap v1.0.1
1592025-05-01T17:39:58.902Z Downloaded utf8parse v0.2.1
1602025-05-01T17:39:58.902Z Downloaded utf8_iter v1.0.4
1612025-05-01T17:39:58.902Z Downloaded serde_derive v1.0.219
1622025-05-01T17:39:58.902Z Downloaded try-lock v0.2.5
1632025-05-01T17:39:58.902Z Downloaded hyper-tls v0.6.0
1642025-05-01T17:39:58.928Z Downloaded hash32 v0.3.1
1652025-05-01T17:39:58.928Z Downloaded tinyvec_macros v0.1.1
1662025-05-01T17:39:58.928Z Downloaded hubpack_derive v0.1.1
1672025-05-01T17:39:58.928Z Downloaded http-body v1.0.1
1682025-05-01T17:39:58.928Z Downloaded icu_locid v1.5.0
1692025-05-01T17:39:58.928Z Downloaded usdt-macro v0.5.0
1702025-05-01T17:39:58.928Z Downloaded tokio-native-tls v0.3.1
1712025-05-01T17:39:58.955Z Downloaded usdt-macro v0.3.5
1722025-05-01T17:39:58.955Z Downloaded strum v0.27.1
1732025-05-01T17:39:58.955Z Downloaded terminal_size v0.3.0
1742025-05-01T17:39:58.955Z Downloaded tokio-macros v2.5.0
1752025-05-01T17:39:58.955Z Downloaded spin v0.9.8
1762025-05-01T17:39:58.956Z Downloaded rustversion v1.0.17
1772025-05-01T17:39:58.956Z Downloaded usdt-attr-macro v0.5.0
1782025-05-01T17:39:58.956Z Downloaded serde_tokenstream v0.2.2
1792025-05-01T17:39:58.956Z Downloaded heck v0.5.0
1802025-05-01T17:39:58.983Z Downloaded utf16_iter v1.0.5
1812025-05-01T17:39:58.983Z Downloaded usdt-impl v0.3.5
1822025-05-01T17:39:58.983Z Downloaded usdt-impl v0.5.0
1832025-05-01T17:39:58.984Z Downloaded libsw-core v0.3.2
1842025-05-01T17:39:58.984Z Downloaded test-strategy v0.4.1
1852025-05-01T17:39:58.984Z Downloaded highway v1.3.0
1862025-05-01T17:39:58.984Z Downloaded zerocopy v0.3.2
1872025-05-01T17:39:58.984Z Downloaded yoke-derive v0.7.5
1882025-05-01T17:39:59.012Z Downloaded term v0.7.0
1892025-05-01T17:39:59.012Z Downloaded hyper v1.6.0
1902025-05-01T17:39:59.012Z Downloaded thiserror-impl v1.0.64
1912025-05-01T17:39:59.012Z Downloaded zerocopy v0.7.34
1922025-05-01T17:39:59.037Z Downloaded vergen v8.3.2
1932025-05-01T17:39:59.037Z Downloaded rustls v0.22.4
1942025-05-01T17:39:59.063Z Downloaded zerocopy v0.6.6
1952025-05-01T17:39:59.063Z Downloaded hickory-proto v0.24.4
1962025-05-01T17:39:59.088Z Downloaded zerocopy-derive v0.6.6
1972025-05-01T17:39:59.088Z Downloaded toml_edit v0.22.24
1982025-05-01T17:39:59.114Z Downloaded rustls-webpki v0.101.7
1992025-05-01T17:39:59.140Z Downloaded h2 v0.4.6
2002025-05-01T17:39:59.140Z Downloaded hashbrown v0.15.2
2012025-05-01T17:39:59.140Z Downloaded jiff v0.2.10
2022025-05-01T17:39:59.165Z Downloaded regex v1.11.1
2032025-05-01T17:39:59.192Z Downloaded goblin v0.8.2
2042025-05-01T17:39:59.192Z Downloaded nix v0.28.0
2052025-05-01T17:39:59.217Z Downloaded regress v0.10.3
2062025-05-01T17:39:59.217Z Downloaded nix v0.29.0
2072025-05-01T17:39:59.243Z Downloaded smoltcp v0.11.0
2082025-05-01T17:39:59.243Z Downloaded regex-syntax v0.8.5
2092025-05-01T17:39:59.268Z Downloaded openapiv3 v2.0.0
2102025-05-01T17:39:59.268Z Downloaded zone v0.3.1
2112025-05-01T17:39:59.268Z Downloaded filetime v0.2.23
2122025-05-01T17:39:59.268Z Downloaded encoding_rs v0.8.34
2132025-05-01T17:39:59.294Z Downloaded openssl v0.10.71
2142025-05-01T17:39:59.319Z Downloaded git2 v0.19.0
2152025-05-01T17:39:59.320Z Downloaded rustls v0.23.10
2162025-05-01T17:39:59.345Z Downloaded reqwest v0.12.15
2172025-05-01T17:39:59.346Z Downloaded quinn-proto v0.11.8
2182025-05-01T17:39:59.346Z Downloaded proptest v1.5.0
2192025-05-01T17:39:59.371Z Downloaded serde_with v3.12.0
2202025-05-01T17:39:59.371Z Downloaded usdt-attr-macro v0.3.5
2212025-05-01T17:39:59.371Z Downloaded regex-automata v0.4.9
2222025-05-01T17:39:59.396Z Downloaded time-macros v0.2.18
2232025-05-01T17:39:59.396Z Downloaded zerovec v0.10.4
2242025-05-01T17:39:59.396Z Downloaded futures-util v0.3.31
2252025-05-01T17:39:59.422Z Downloaded rayon v1.10.0
2262025-05-01T17:39:59.422Z Downloaded zerocopy-derive v0.2.0
2272025-05-01T17:39:59.447Z Downloaded itertools v0.14.0
2282025-05-01T17:39:59.447Z Downloaded petgraph v0.6.5
2292025-05-01T17:39:59.473Z Downloaded itertools v0.13.0
2302025-05-01T17:39:59.473Z Downloaded petgraph v0.7.1
2312025-05-01T17:39:59.511Z Downloaded pest v2.7.10
2322025-05-01T17:39:59.511Z Downloaded libc v0.2.171
2332025-05-01T17:39:59.537Z Downloaded toml_edit v0.19.15
2342025-05-01T17:39:59.537Z Downloaded itertools v0.12.1
2352025-05-01T17:39:59.563Z Downloaded tokio v1.44.1
2362025-05-01T17:39:59.588Z Downloaded rustix v0.38.34
2372025-05-01T17:39:59.613Z Downloaded hashbrown v0.12.3
2382025-05-01T17:39:59.640Z Downloaded typify-impl v0.3.0
2392025-05-01T17:39:59.640Z Downloaded num-bigint v0.4.5
2402025-05-01T17:39:59.640Z Downloaded vcpkg v0.2.15
2412025-05-01T17:39:59.680Z Downloaded httparse v1.10.1
2422025-05-01T17:39:59.707Z Downloaded heapless v0.8.0
2432025-05-01T17:39:59.707Z Downloaded url v2.5.4
2442025-05-01T17:39:59.707Z Downloaded zerocopy-derive v0.8.24
2452025-05-01T17:39:59.707Z Downloaded schemars v0.8.22
2462025-05-01T17:39:59.732Z Downloaded zerocopy v0.8.24
2472025-05-01T17:39:59.758Z Downloaded rustls v0.21.12
2482025-05-01T17:39:59.759Z Downloaded rustls-webpki v0.102.4
2492025-05-01T17:39:59.785Z Downloaded qorb v0.2.1
2502025-05-01T17:39:59.785Z Downloaded thiserror v2.0.12
2512025-05-01T17:39:59.785Z Downloaded tungstenite v0.21.0
2522025-05-01T17:39:59.785Z Downloaded expectorate v1.1.0
2532025-05-01T17:39:59.811Z Downloaded tracing-core v0.1.32
2542025-05-01T17:39:59.811Z Downloaded quinn v0.11.5
2552025-05-01T17:39:59.811Z Downloaded strum_macros v0.26.4
2562025-05-01T17:39:59.811Z Downloaded rustls-pki-types v1.7.0
2572025-05-01T17:39:59.811Z Downloaded syn v2.0.100
2582025-05-01T17:39:59.811Z Downloaded schemars_derive v0.8.22
2592025-05-01T17:39:59.836Z Downloaded icu_properties_data v1.5.0
2602025-05-01T17:39:59.836Z Downloaded memchr v2.7.2
2612025-05-01T17:39:59.836Z Downloaded thiserror-impl v2.0.12
2622025-05-01T17:39:59.836Z Downloaded libm v0.2.8
2632025-05-01T17:39:59.862Z Downloaded utf-8 v0.7.6
2642025-05-01T17:39:59.862Z Downloaded http v1.2.0
2652025-05-01T17:39:59.862Z Downloaded syn v1.0.109
2662025-05-01T17:39:59.862Z Downloaded prettyplease v0.2.31
2672025-05-01T17:39:59.862Z Downloaded hickory-resolver v0.24.4
2682025-05-01T17:39:59.888Z Downloaded qorb v0.3.1
2692025-05-01T17:39:59.888Z Downloaded mio v1.0.2
2702025-05-01T17:39:59.888Z Downloaded socket2 v0.5.7
2712025-05-01T17:39:59.888Z Downloaded uuid v1.16.0
2722025-05-01T17:39:59.888Z Downloaded ring v0.17.14
2732025-05-01T17:39:59.930Z Downloaded steno v0.4.1
2742025-05-01T17:39:59.956Z Downloaded humantime v2.1.0
2752025-05-01T17:39:59.956Z Downloaded time v0.3.36
2762025-05-01T17:39:59.956Z Downloaded shlex v1.3.0
2772025-05-01T17:39:59.956Z Downloaded strum_macros v0.25.3
2782025-05-01T17:39:59.956Z Downloaded hyper-rustls v0.27.3
2792025-05-01T17:39:59.956Z Downloaded hex v0.4.3
2802025-05-01T17:39:59.956Z Downloaded structmeta-derive v0.3.0
2812025-05-01T17:39:59.956Z Downloaded scroll v0.12.0
2822025-05-01T17:39:59.956Z Downloaded scopeguard v1.2.0
2832025-05-01T17:39:59.983Z Downloaded ryu v1.0.18
2842025-05-01T17:39:59.983Z Downloaded rusty-fork v0.3.0
2852025-05-01T17:39:59.983Z Downloaded webpki-roots v0.26.3
2862025-05-01T17:39:59.985Z Downloaded unicode-width v0.1.14
2872025-05-01T17:39:59.985Z Downloaded rayon-core v1.12.1
2882025-05-01T17:39:59.985Z Downloaded rand v0.9.0
2892025-05-01T17:39:59.985Z Downloaded usdt v0.5.0
2902025-05-01T17:39:59.985Z Downloaded usdt v0.3.5
2912025-05-01T17:39:59.985Z Downloaded hostname v0.3.1
2922025-05-01T17:40:00.011Z Downloaded heck v0.4.1
2932025-05-01T17:40:00.011Z Downloaded thiserror v1.0.64
2942025-05-01T17:40:00.011Z Downloaded libgit2-sys v0.17.0+1.8.1
2952025-05-01T17:40:00.058Z Downloaded scroll_derive v0.12.0
2962025-05-01T17:40:00.084Z Downloaded zerofrom-derive v0.1.5
2972025-05-01T17:40:00.084Z Downloaded serde_yaml v0.9.34+deprecated
2982025-05-01T17:40:00.084Z Downloaded tokio-rustls v0.24.1
2992025-05-01T17:40:00.084Z Downloaded globset v0.4.14
3002025-05-01T17:40:00.084Z Downloaded float-ord v0.3.2
3012025-05-01T17:40:00.084Z Downloaded tower v0.5.2
3022025-05-01T17:40:00.084Z Downloaded zeroize v1.7.0
3032025-05-01T17:40:00.084Z Downloaded zone_cfg_derive v0.3.0
3042025-05-01T17:40:00.084Z Downloaded icu_collections v1.5.0
3052025-05-01T17:40:00.110Z Downloaded getrandom v0.3.2
3062025-05-01T17:40:00.110Z Downloaded libsw v3.5.0
3072025-05-01T17:40:00.110Z Downloaded libloading v0.7.4
3082025-05-01T17:40:00.110Z Downloaded libz-sys v1.1.16
3092025-05-01T17:40:00.174Z Downloaded static_assertions v1.1.0
3102025-05-01T17:40:00.200Z Downloaded serde_with_macros v3.12.0
3112025-05-01T17:40:00.200Z Downloaded tinyvec v1.6.0
3122025-05-01T17:40:00.200Z Downloaded rustls-pemfile v2.1.3
3132025-05-01T17:40:00.200Z Downloaded ron v0.8.1
3142025-05-01T17:40:00.200Z Downloaded smallvec v1.13.2
3152025-05-01T17:40:00.200Z Downloaded sha1 v0.10.6
3162025-05-01T17:40:00.200Z Downloaded tracing v0.1.40
3172025-05-01T17:40:00.200Z Downloaded hyper-util v0.1.10
3182025-05-01T17:40:00.226Z Downloaded openssl-sys v0.9.106
3192025-05-01T17:40:00.226Z Downloaded twox-hash v2.1.0
3202025-05-01T17:40:00.226Z Downloaded slog-json v2.6.1
3212025-05-01T17:40:00.226Z Downloaded serde_json v1.0.140
3222025-05-01T17:40:00.226Z Downloaded linked-hash-map v0.5.6
3232025-05-01T17:40:00.226Z Downloaded strum v0.26.3
3242025-05-01T17:40:00.226Z Downloaded zerofrom v0.1.5
3252025-05-01T17:40:00.226Z Downloaded structmeta v0.3.0
3262025-05-01T17:40:00.226Z Downloaded strsim v0.11.1
3272025-05-01T17:40:00.278Z Downloaded stable_deref_trait v1.2.0
3282025-05-01T17:40:00.278Z Downloaded hubpack v0.1.2
3292025-05-01T17:40:00.278Z Downloaded hostname v0.4.0
3302025-05-01T17:40:00.278Z Downloaded tinystr v0.7.6
3312025-05-01T17:40:00.304Z Downloaded erased-serde v0.4.5
3322025-05-01T17:40:00.304Z Downloaded slog-term v2.9.1
3332025-05-01T17:40:00.304Z Downloaded slog v2.7.0
3342025-05-01T17:40:00.304Z Downloaded similar v2.5.0
3352025-05-01T17:40:00.304Z Downloaded tar v0.4.40
3362025-05-01T17:40:00.304Z Downloaded httpdate v1.0.3
3372025-05-01T17:40:00.304Z Downloaded http-body-util v0.1.2
3382025-05-01T17:40:00.304Z Downloaded thread-id v4.2.1
3392025-05-01T17:40:00.304Z Downloaded jiff-static v0.2.10
3402025-05-01T17:40:00.304Z Downloaded icu_normalizer v1.5.0
3412025-05-01T17:40:00.305Z Downloaded rand v0.8.5
3422025-05-01T17:40:00.305Z Downloaded zerovec-derive v0.10.3
3432025-05-01T17:40:00.305Z Downloaded tracing-attributes v0.1.27
3442025-05-01T17:40:00.305Z Downloaded slog-async v2.8.0
3452025-05-01T17:40:00.305Z Downloaded jobserver v0.1.31
3462025-05-01T17:40:00.305Z Downloaded winnow v0.7.4
3472025-05-01T17:40:00.305Z Downloaded toml_datetime v0.6.8
3482025-05-01T17:40:00.305Z Downloaded thread_local v1.1.8
3492025-05-01T17:40:00.305Z Downloaded rustls-pemfile v1.0.4
3502025-05-01T17:40:00.305Z Downloaded rustc_version v0.4.0
3512025-05-01T17:40:00.305Z Downloaded rustc_version v0.1.7
3522025-05-01T17:40:00.305Z Downloaded rustc-hash v2.0.0
3532025-05-01T17:40:00.305Z Downloaded ringbuffer v0.15.0
3542025-05-01T17:40:00.305Z Downloaded linear-map v1.2.0
3552025-05-01T17:40:00.305Z Downloaded slog-bunyan v2.5.0
3562025-05-01T17:40:00.305Z Downloaded slab v0.4.9
3572025-05-01T17:40:00.305Z Downloaded itoa v1.0.11
3582025-05-01T17:40:00.305Z Downloaded icu_properties v1.5.1
3592025-05-01T17:40:00.305Z Downloaded errno v0.3.9
3602025-05-01T17:40:00.305Z Downloaded zerocopy-derive v0.7.34
3612025-05-01T17:40:00.331Z Downloaded chrono v0.4.40
3622025-05-01T17:40:00.331Z Downloaded bstr v1.9.1
3632025-05-01T17:40:00.356Z Downloaded smf v0.2.3
3642025-05-01T17:40:00.356Z Downloaded sha2 v0.10.8
3652025-05-01T17:40:00.356Z Downloaded icu_locid_transform_data v1.5.0
3662025-05-01T17:40:00.356Z Downloaded tempfile v3.10.1
3672025-05-01T17:40:00.356Z Downloaded time-core v0.1.2
3682025-05-01T17:40:00.356Z Downloaded lazy_static v1.5.0
3692025-05-01T17:40:00.357Z Downloaded kstat-rs v0.2.4
3702025-05-01T17:40:00.357Z Downloaded icu_normalizer_data v1.5.0
3712025-05-01T17:40:00.357Z Downloaded fatfs v0.3.6
3722025-05-01T17:40:00.357Z Downloaded idna v1.0.3
3732025-05-01T17:40:00.357Z Downloaded winnow v0.5.40
3742025-05-01T17:40:00.383Z Downloaded num-traits v0.2.19
3752025-05-01T17:40:00.383Z Downloaded digest v0.10.7
3762025-05-01T17:40:00.383Z Downloaded camino v1.1.9
3772025-05-01T17:40:00.383Z Downloaded bit-vec v0.6.3
3782025-05-01T17:40:00.383Z Downloaded tower-service v0.3.3
3792025-05-01T17:40:00.383Z Downloaded tower-layer v0.3.3
3802025-05-01T17:40:00.383Z Downloaded slog-dtrace v0.3.0
3812025-05-01T17:40:00.383Z Downloaded sigpipe v0.1.3
3822025-05-01T17:40:00.383Z Downloaded signal-hook-registry v1.4.2
3832025-05-01T17:40:00.383Z Downloaded icu_locid_transform v1.5.0
3842025-05-01T17:40:00.383Z Downloaded iana-time-zone v0.1.60
3852025-05-01T17:40:00.409Z Downloaded wait-timeout v0.2.0
3862025-05-01T17:40:00.409Z Downloaded parking_lot v0.12.2
3872025-05-01T17:40:00.409Z Downloaded dropshot v0.16.0
3882025-05-01T17:40:00.436Z Downloaded glob v0.3.1
3892025-05-01T17:40:00.436Z Downloaded fixedbitset v0.5.7
3902025-05-01T17:40:00.436Z Downloaded getrandom v0.2.14
3912025-05-01T17:40:00.436Z Downloaded parking_lot_core v0.9.10
3922025-05-01T17:40:00.436Z Downloaded lock_api v0.4.12
3932025-05-01T17:40:00.436Z Downloaded fnv v1.0.7
3942025-05-01T17:40:00.436Z Downloaded fixedbitset v0.4.2
3952025-05-01T17:40:00.436Z Downloaded fastrand v2.1.0
3962025-05-01T17:40:00.436Z Downloaded escargot v0.5.10
3972025-05-01T17:40:00.436Z Downloaded untrusted v0.9.0
3982025-05-01T17:40:00.436Z Downloaded unsafe-libyaml v0.2.11
3992025-05-01T17:40:00.436Z Downloaded typenum v1.17.0
4002025-05-01T17:40:00.462Z Downloaded supports-color v3.0.1
4012025-05-01T17:40:00.462Z Downloaded serde_urlencoded v0.7.1
4022025-05-01T17:40:00.462Z Downloaded serde v1.0.219
4032025-05-01T17:40:00.462Z Downloaded indexmap v2.8.0
4042025-05-01T17:40:00.462Z Downloaded progenitor-macro v0.9.1
4052025-05-01T17:40:00.462Z Downloaded progenitor-impl v0.9.1
4062025-05-01T17:40:00.462Z Downloaded proc-macro2 v1.0.95
4072025-05-01T17:40:00.462Z Downloaded proc-macro-crate v1.3.1
4082025-05-01T17:40:00.462Z Downloaded polyval v0.6.2
4092025-05-01T17:40:00.462Z Downloaded pest_meta v2.7.10
4102025-05-01T17:40:00.462Z Downloaded pest_derive v2.7.10
4112025-05-01T17:40:00.487Z Downloaded once_cell v1.19.0
4122025-05-01T17:40:00.487Z Downloaded newtype_derive v0.1.6
4132025-05-01T17:40:00.487Z Downloaded match_cfg v0.1.0
4142025-05-01T17:40:00.487Z Downloaded generic-array v0.14.7
4152025-05-01T17:40:00.487Z Downloaded tokio-util v0.7.11
4162025-05-01T17:40:00.488Z Downloaded rand_core v0.9.3
4172025-05-01T17:40:00.488Z Downloaded num_enum_derive v0.5.11
4182025-05-01T17:40:00.488Z Downloaded unicode-segmentation v1.11.0
4192025-05-01T17:40:00.488Z Downloaded postcard v1.0.9
4202025-05-01T17:40:00.488Z Downloaded universal-hash v0.5.1
4212025-05-01T17:40:00.488Z Downloaded synstructure v0.12.6
4222025-05-01T17:40:00.488Z Downloaded strum_macros v0.27.1
4232025-05-01T17:40:00.513Z Downloaded serde_tokenstream v0.1.7
4242025-05-01T17:40:00.513Z Downloaded serde_derive_internals v0.29.1
4252025-05-01T17:40:00.513Z Downloaded icu_provider v1.5.0
4262025-05-01T17:40:00.513Z Downloaded wyz v0.5.1
4272025-05-01T17:40:00.513Z Downloaded pin-project-lite v0.2.14
4282025-05-01T17:40:00.513Z Downloaded tabwriter v1.4.0
4292025-05-01T17:40:00.513Z Downloaded synstructure v0.13.1
4302025-05-01T17:40:00.513Z Downloaded serde_path_to_error v0.1.16
4312025-05-01T17:40:00.513Z Downloaded sct v0.7.1
4322025-05-01T17:40:00.513Z Downloaded quote v1.0.38
4332025-05-01T17:40:00.539Z Downloaded proc-macro-error v1.0.4
4342025-05-01T17:40:00.539Z Downloaded pest_generator v2.7.10
4352025-05-01T17:40:00.539Z Downloaded password-hash v0.5.0
4362025-05-01T17:40:00.539Z Downloaded take_mut v0.2.2
4372025-05-01T17:40:00.539Z Downloaded subtle v2.5.0
4382025-05-01T17:40:00.539Z Downloaded serde_spanned v0.6.8
4392025-05-01T17:40:00.539Z Downloaded serde_repr v0.1.19
4402025-05-01T17:40:00.539Z Downloaded serde_arrays v0.1.0
4412025-05-01T17:40:00.539Z Downloaded semver v1.0.26
4422025-05-01T17:40:00.539Z Downloaded semver v0.1.20
4432025-05-01T17:40:00.539Z Downloaded unicode-xid v0.2.4
4442025-05-01T17:40:00.539Z Downloaded num-rational v0.4.2
4452025-05-01T17:40:00.539Z Downloaded num-derive v0.4.2
4462025-05-01T17:40:00.539Z Downloaded num-complex v0.4.6
4472025-05-01T17:40:00.539Z Downloaded native-tls v0.2.11
4482025-05-01T17:40:00.565Z Downloaded multer v3.1.0
4492025-05-01T17:40:00.565Z Downloaded swrite v0.1.0
4502025-05-01T17:40:00.565Z Downloaded supports-color v2.1.0
4512025-05-01T17:40:00.566Z Downloaded serde-big-array v0.5.1
4522025-05-01T17:40:00.566Z Downloaded ipnet v2.9.0
4532025-05-01T17:40:00.566Z Downloaded indexmap v1.9.3
4542025-05-01T17:40:00.566Z Downloaded futures v0.3.31
4552025-05-01T17:40:00.566Z Downloaded foreign-types v0.3.2
4562025-05-01T17:40:00.566Z Downloaded toml v0.7.8
4572025-05-01T17:40:00.566Z Downloaded resolv-conf v0.7.0
4582025-05-01T17:40:00.566Z Downloaded pretty-hex v0.2.1
4592025-05-01T17:40:00.566Z Downloaded percent-encoding v2.3.1
4602025-05-01T17:40:00.592Z Downloaded owo-colors v4.2.0
4612025-05-01T17:40:00.592Z Downloaded num-iter v0.1.45
4622025-05-01T17:40:00.592Z Downloaded allocator-api2 v0.2.18
4632025-05-01T17:40:00.592Z Downloaded is-terminal v0.4.12
4642025-05-01T17:40:00.592Z Downloaded ipnetwork v0.21.1
4652025-05-01T17:40:00.592Z Downloaded inout v0.1.3
4662025-05-01T17:40:00.592Z Downloaded idna_adapter v1.2.0
4672025-05-01T17:40:00.592Z Downloaded futures-macro v0.3.31
4682025-05-01T17:40:00.592Z Downloaded rand_core v0.6.4
4692025-05-01T17:40:00.592Z Downloaded radium v0.7.0
4702025-05-01T17:40:00.592Z Downloaded quinn-udp v0.5.5
4712025-05-01T17:40:00.592Z Downloaded quick-error v1.2.3
4722025-05-01T17:40:00.592Z Downloaded parse-display-derive v0.10.0
4732025-05-01T17:40:00.592Z Downloaded oxnet v0.1.1
4742025-05-01T17:40:00.592Z Downloaded futures-sink v0.3.31
4752025-05-01T17:40:00.592Z Downloaded futures-io v0.3.31
4762025-05-01T17:40:00.592Z Downloaded futures-channel v0.3.31
4772025-05-01T17:40:00.592Z Downloaded rand_xorshift v0.3.0
4782025-05-01T17:40:00.618Z Downloaded rand_chacha v0.9.0
4792025-05-01T17:40:00.618Z Downloaded ppv-lite86 v0.2.17
4802025-05-01T17:40:00.618Z Downloaded opaque-debug v0.3.1
4812025-05-01T17:40:00.618Z Downloaded num_enum v0.7.3
4822025-05-01T17:40:00.619Z Downloaded dof v0.1.5
4832025-05-01T17:40:00.619Z Downloaded instant v0.1.12
4842025-05-01T17:40:00.619Z Downloaded ident_case v1.0.1
4852025-05-01T17:40:00.619Z Downloaded icu_provider_macros v1.5.0
4862025-05-01T17:40:00.619Z Downloaded futures-executor v0.3.31
4872025-05-01T17:40:00.619Z Downloaded futures-core v0.3.31
4882025-05-01T17:40:00.619Z Downloaded form_urlencoded v1.2.1
4892025-05-01T17:40:00.619Z Downloaded foldhash v0.1.5
4902025-05-01T17:40:00.619Z Downloaded yoke v0.7.5
4912025-05-01T17:40:00.619Z Downloaded typify v0.3.0
4922025-05-01T17:40:00.619Z Downloaded progenitor v0.9.1
4932025-05-01T17:40:00.645Z Downloaded pkg-config v0.3.30
4942025-05-01T17:40:00.645Z Downloaded paste v1.0.15
4952025-05-01T17:40:00.645Z Downloaded parse-display v0.10.0
4962025-05-01T17:40:00.645Z Downloaded num v0.4.3
4972025-05-01T17:40:00.645Z Downloaded bitvec v1.0.1
4982025-05-01T17:40:00.645Z Downloaded funty v2.0.0
4992025-05-01T17:40:00.645Z Downloaded foreign-types-shared v0.3.1
5002025-05-01T17:40:00.645Z Downloaded foreign-types-shared v0.1.1
5012025-05-01T17:40:00.645Z Downloaded foreign-types-macros v0.2.3
5022025-05-01T17:40:00.645Z Downloaded foreign-types v0.5.0
5032025-05-01T17:40:00.671Z Downloaded xattr v1.3.1
5042025-05-01T17:40:00.671Z Downloaded writeable v0.5.5
5052025-05-01T17:40:00.671Z Downloaded whoami v1.5.1
5062025-05-01T17:40:00.671Z Downloaded waitgroup v0.1.2
5072025-05-01T17:40:00.671Z Downloaded version_check v0.9.5
5082025-05-01T17:40:00.671Z Downloaded unicode-ident v1.0.14
5092025-05-01T17:40:00.671Z Downloaded unarray v0.1.4
5102025-05-01T17:40:00.671Z Downloaded ucd-trie v0.1.6
5112025-05-01T17:40:00.671Z Downloaded rand_chacha v0.3.1
5122025-05-01T17:40:00.671Z Downloaded plain v0.2.3
5132025-05-01T17:40:00.671Z Downloaded num_threads v0.1.7
5142025-05-01T17:40:00.671Z Downloaded want v0.3.1
5152025-05-01T17:40:00.671Z Downloaded typify-macro v0.3.0
5162025-05-01T17:40:00.671Z Downloaded toml v0.8.20
5172025-05-01T17:40:00.698Z Downloaded tokio-stream v0.1.17
5182025-05-01T17:40:00.698Z Downloaded tokio-rustls v0.25.0
5192025-05-01T17:40:00.698Z Downloaded powerfmt v0.2.0
5202025-05-01T17:40:00.698Z Downloaded pin-utils v0.1.0
5212025-05-01T17:40:00.698Z Downloaded mime v0.3.17
5222025-05-01T17:40:00.698Z Downloaded defmt v0.3.8
5232025-05-01T17:40:00.698Z Downloaded clap_builder v4.5.2
5242025-05-01T17:40:00.724Z Downloaded aho-corasick v1.1.3
5252025-05-01T17:40:00.749Z Downloaded tokio-rustls v0.26.0
5262025-05-01T17:40:00.749Z Downloaded pretty-hex v0.4.1
5272025-05-01T17:40:00.749Z Downloaded openssl-probe v0.1.5
5282025-05-01T17:40:00.749Z Downloaded data-encoding v2.6.0
5292025-05-01T17:40:00.749Z Downloaded aes v0.8.4
5302025-05-01T17:40:00.749Z Downloaded crossbeam-channel v0.5.12
5312025-05-01T17:40:00.749Z Downloaded const_format v0.2.32
5322025-05-01T17:40:00.776Z Downloaded cc v1.2.17
5332025-05-01T17:40:00.776Z Downloaded base64 v0.21.7
5342025-05-01T17:40:00.776Z Downloaded openssl-macros v0.1.1
5352025-05-01T17:40:00.776Z Downloaded num_enum_derive v0.7.3
5362025-05-01T17:40:00.776Z Downloaded num_enum v0.5.11
5372025-05-01T17:40:00.776Z Downloaded memmap v0.7.0
5382025-05-01T17:40:00.776Z Downloaded dropshot_endpoint v0.16.0
5392025-05-01T17:40:00.802Z Downloaded derive_more v0.99.19
5402025-05-01T17:40:00.802Z Downloaded darling_core v0.20.9
5412025-05-01T17:40:00.802Z Downloaded daft-derive v0.1.3
5422025-05-01T17:40:00.802Z Downloaded ctr v0.9.2
5432025-05-01T17:40:00.828Z Downloaded crossbeam-epoch v0.9.18
5442025-05-01T17:40:00.828Z Downloaded bytes v1.10.1
5452025-05-01T17:40:00.828Z Downloaded blake2 v0.10.6
5462025-05-01T17:40:00.828Z Downloaded bitflags v2.9.0
5472025-05-01T17:40:00.828Z Downloaded base64 v0.22.1
5482025-05-01T17:40:00.854Z Downloaded displaydoc v0.2.5
5492025-05-01T17:40:00.854Z Downloaded derive-where v1.2.7
5502025-05-01T17:40:00.854Z Downloaded debug-ignore v1.0.5
5512025-05-01T17:40:00.854Z Downloaded darling v0.20.9
5522025-05-01T17:40:00.854Z Downloaded ctrlc v3.4.4
5532025-05-01T17:40:00.854Z Downloaded cstr-argument v0.1.2
5542025-05-01T17:40:00.854Z Downloaded crossbeam-utils v0.8.19
5552025-05-01T17:40:00.880Z Downloaded crossbeam-deque v0.8.5
5562025-05-01T17:40:00.880Z Downloaded cookie v0.18.1
5572025-05-01T17:40:00.880Z Downloaded clap v4.5.4
5582025-05-01T17:40:00.880Z Downloaded cancel-safe-futures v0.1.5
5592025-05-01T17:40:00.907Z Downloaded async-stream v0.3.6
5602025-05-01T17:40:00.907Z Downloaded anyhow v1.0.98
5612025-05-01T17:40:00.907Z Downloaded anstream v0.6.14
5622025-05-01T17:40:00.907Z Downloaded num-conv v0.1.0
5632025-05-01T17:40:00.907Z Downloaded managed v0.8.0
5642025-05-01T17:40:00.907Z Downloaded log v0.4.22
5652025-05-01T17:40:00.907Z Downloaded litemap v0.7.4
5662025-05-01T17:40:00.907Z Downloaded dtrace-parser v0.1.14
5672025-05-01T17:40:00.934Z Downloaded defmt-macros v0.3.9
5682025-05-01T17:40:00.934Z Downloaded daft v0.1.3
5692025-05-01T17:40:00.934Z Downloaded crucible-workspace-hack v0.1.0
5702025-05-01T17:40:00.934Z Downloaded const_format_proc_macros v0.2.32
5712025-05-01T17:40:00.934Z Downloaded console v0.15.8
5722025-05-01T17:40:00.934Z Downloaded colored v3.0.0
5732025-05-01T17:40:00.934Z Downloaded clap_lex v0.7.0
5742025-05-01T17:40:00.934Z Downloaded clap_derive v4.5.4
5752025-05-01T17:40:00.960Z Downloaded cargo_metadata v0.18.1
5762025-05-01T17:40:00.960Z Downloaded base64ct v1.6.0
5772025-05-01T17:40:00.960Z Downloaded autocfg v1.3.0
5782025-05-01T17:40:00.960Z Downloaded aes-gcm-siv v0.11.1
5792025-05-01T17:40:00.960Z Downloaded macaddr v1.0.1
5802025-05-01T17:40:00.960Z Downloaded lru-cache v0.1.2
5812025-05-01T17:40:00.960Z Downloaded enum-as-inner v0.6.0
5822025-05-01T17:40:00.960Z Downloaded either v1.15.0
5832025-05-01T17:40:00.960Z Downloaded dyn-clone v1.0.17
5842025-05-01T17:40:00.960Z Downloaded dof v0.3.0
5852025-05-01T17:40:00.961Z Downloaded dirs-sys-next v0.1.2
5862025-05-01T17:40:00.961Z Downloaded deranged v0.3.11
5872025-05-01T17:40:00.961Z Downloaded defmt-parser v0.3.4
5882025-05-01T17:40:00.961Z Downloaded crypto-common v0.1.6
5892025-05-01T17:40:00.987Z Downloaded cpufeatures v0.2.12
5902025-05-01T17:40:00.987Z Downloaded convert_case v0.4.0
5912025-05-01T17:40:00.987Z Downloaded bincode v1.3.3
5922025-05-01T17:40:00.987Z Downloaded atomic-waker v1.1.2
5932025-05-01T17:40:00.987Z Downloaded async-trait v0.1.88
5942025-05-01T17:40:00.987Z Downloaded ascii v1.1.0
5952025-05-01T17:40:00.987Z Downloaded argon2 v0.5.3
5962025-05-01T17:40:00.987Z Downloaded aead v0.5.2
5972025-05-01T17:40:00.987Z Downloaded embedded-io v0.4.0
5982025-05-01T17:40:00.987Z Downloaded dirs-next v2.0.0
5992025-05-01T17:40:00.987Z Downloaded colorchoice v1.0.1
6002025-05-01T17:40:00.987Z Downloaded cobs v0.2.3
6012025-05-01T17:40:00.987Z Downloaded cargo-platform v0.1.8
6022025-05-01T17:40:00.987Z Downloaded camino-tempfile v1.1.1
6032025-05-01T17:40:00.987Z Downloaded byteorder v1.5.0
6042025-05-01T17:40:00.987Z Downloaded block-buffer v0.10.4
6052025-05-01T17:40:01.013Z Downloaded bitflags v1.3.2
6062025-05-01T17:40:01.013Z Downloaded bit_field v0.10.2
6072025-05-01T17:40:01.013Z Downloaded bit-set v0.5.3
6082025-05-01T17:40:01.013Z Downloaded anstyle-query v1.0.3
6092025-05-01T17:40:01.013Z Downloaded dtrace-parser v0.2.0
6102025-05-01T17:40:01.013Z Downloaded darling_macro v0.20.9
6112025-05-01T17:40:01.013Z Downloaded cipher v0.4.4
6122025-05-01T17:40:01.013Z Downloaded cfg-if v1.0.0
6132025-05-01T17:40:01.013Z Downloaded backoff v0.4.0
6142025-05-01T17:40:01.013Z Downloaded async-recursion v1.1.1
6152025-05-01T17:40:01.013Z Downloaded anstyle-parse v0.2.4
6162025-05-01T17:40:01.013Z Downloaded anstyle v1.0.7
6172025-05-01T17:40:01.013Z Downloaded cfg_aliases v0.1.1
6182025-05-01T17:40:01.013Z Downloaded bitstruct_derive v0.1.0
6192025-05-01T17:40:01.013Z Downloaded bitstruct v0.1.1
6202025-05-01T17:40:01.013Z Downloaded atty v0.2.14
6212025-05-01T17:40:01.014Z Downloaded atomicwrites v0.4.4
6222025-05-01T17:40:01.039Z Downloaded async-stream-impl v0.3.6
6232025-05-01T17:40:01.276Z Compiling proc-macro2 v1.0.95
6242025-05-01T17:40:01.276Z Compiling unicode-ident v1.0.14
6252025-05-01T17:40:01.276Z Compiling libc v0.2.171
6262025-05-01T17:40:01.302Z Compiling serde v1.0.219
6272025-05-01T17:40:01.302Z Compiling autocfg v1.3.0
6282025-05-01T17:40:01.302Z Checking cfg-if v1.0.0
6292025-05-01T17:40:01.302Z Compiling serde_json v1.0.140
6302025-05-01T17:40:01.302Z Compiling memchr v2.7.2
6312025-05-01T17:40:01.497Z Compiling version_check v0.9.5
6322025-05-01T17:40:01.582Z Compiling libm v0.2.8
6332025-05-01T17:40:02.193Z Checking itoa v1.0.11
6342025-05-01T17:40:02.219Z Checking smallvec v1.13.2
6352025-05-01T17:40:02.245Z Compiling lock_api v0.4.12
6362025-05-01T17:40:02.535Z Compiling thiserror v1.0.64
6372025-05-01T17:40:02.638Z Compiling parking_lot_core v0.9.10
6382025-05-01T17:40:02.803Z Compiling semver v1.0.26
6392025-05-01T17:40:02.898Z Compiling shlex v1.3.0
6402025-05-01T17:40:02.992Z Compiling ryu v1.0.18
6412025-05-01T17:40:03.137Z Compiling once_cell v1.19.0
6422025-05-01T17:40:03.215Z Checking stable_deref_trait v1.2.0
6432025-05-01T17:40:03.263Z Compiling quote v1.0.38
6442025-05-01T17:40:03.352Z Compiling slab v0.4.9
6452025-05-01T17:40:03.389Z Checking writeable v0.5.5
6462025-05-01T17:40:03.451Z Checking getrandom v0.2.14
6472025-05-01T17:40:03.479Z Checking litemap v0.7.4
6482025-05-01T17:40:03.550Z Compiling jobserver v0.1.31
6492025-05-01T17:40:03.668Z Compiling syn v2.0.100
6502025-05-01T17:40:03.699Z Compiling num-traits v0.2.19
6512025-05-01T17:40:03.726Z Checking pin-project-lite v0.2.14
6522025-05-01T17:40:03.783Z Checking icu_locid_transform_data v1.5.0
6532025-05-01T17:40:03.809Z Checking icu_properties_data v1.5.0
6542025-05-01T17:40:03.852Z Checking utf8_iter v1.0.4
6552025-05-01T17:40:03.895Z Compiling cc v1.2.17
6562025-05-01T17:40:03.921Z Checking write16 v1.0.0
6572025-05-01T17:40:04.049Z Checking icu_normalizer_data v1.5.0
6582025-05-01T17:40:04.077Z Checking utf16_iter v1.0.5
6592025-05-01T17:40:04.077Z Checking percent-encoding v2.3.1
6602025-05-01T17:40:04.155Z Compiling fnv v1.0.7
6612025-05-01T17:40:04.181Z Compiling equivalent v1.0.1
6622025-05-01T17:40:04.248Z Compiling allocator-api2 v0.2.18
6632025-05-01T17:40:04.295Z Compiling foldhash v0.1.5
6642025-05-01T17:40:04.321Z Checking scopeguard v1.2.0
6652025-05-01T17:40:04.346Z Checking form_urlencoded v1.2.1
6662025-05-01T17:40:04.548Z Compiling heck v0.5.0
6672025-05-01T17:40:04.596Z Checking mio v1.0.2
6682025-05-01T17:40:04.650Z Checking socket2 v0.5.7
6692025-05-01T17:40:04.822Z Compiling hashbrown v0.15.2
6702025-05-01T17:40:04.870Z Checking parking_lot v0.12.2
6712025-05-01T17:40:04.916Z Checking signal-hook-registry v1.4.2
6722025-05-01T17:40:05.060Z Compiling getrandom v0.3.2
6732025-05-01T17:40:05.097Z Compiling log v0.4.22
6742025-05-01T17:40:05.153Z Compiling typenum v1.17.0
6752025-05-01T17:40:05.389Z Checking iana-time-zone v0.1.60
6762025-05-01T17:40:05.501Z Checking futures-core v0.3.31
6772025-05-01T17:40:05.789Z Compiling generic-array v0.14.7
6782025-05-01T17:40:05.861Z Checking rand_core v0.6.4
6792025-05-01T17:40:05.887Z Compiling httparse v1.10.1
6802025-05-01T17:40:06.142Z Compiling thiserror v2.0.12
6812025-05-01T17:40:06.196Z Checking futures-sink v0.3.31
6822025-05-01T17:40:06.356Z Compiling schemars v0.8.22
6832025-05-01T17:40:06.563Z Checking byteorder v1.5.0
6842025-05-01T17:40:06.751Z Checking dyn-clone v1.0.17
6852025-05-01T17:40:06.778Z Compiling regex-syntax v0.8.5
6862025-05-01T17:40:06.803Z Compiling ring v0.17.14
6872025-05-01T17:40:06.940Z Compiling ucd-trie v0.1.6
6882025-05-01T17:40:06.976Z Compiling aho-corasick v1.1.3
6892025-05-01T17:40:07.330Z Checking futures-channel v0.3.31
6902025-05-01T17:40:07.639Z Compiling slog v2.7.0
6912025-05-01T17:40:07.735Z Checking futures-task v0.3.31
6922025-05-01T17:40:07.880Z Checking pin-utils v0.1.0
6932025-05-01T17:40:07.973Z Compiling rustix v0.38.34
6942025-05-01T17:40:07.999Z Compiling rustversion v1.0.17
6952025-05-01T17:40:08.025Z Checking futures-io v0.3.31
6962025-05-01T17:40:08.202Z Compiling pkg-config v0.3.30
6972025-05-01T17:40:08.927Z Checking subtle v2.5.0
6982025-05-01T17:40:08.957Z Compiling vcpkg v0.2.15
6992025-05-01T17:40:09.145Z Compiling strsim v0.11.1
7002025-05-01T17:40:09.666Z Compiling synstructure v0.13.1
7012025-05-01T17:40:09.703Z Compiling serde_derive_internals v0.29.1
7022025-05-01T17:40:09.729Z Compiling regex-automata v0.4.9
7032025-05-01T17:40:10.754Z Compiling anyhow v1.0.98
7042025-05-01T17:40:11.154Z Checking ppv-lite86 v0.2.17
7052025-05-01T17:40:11.285Z Compiling ident_case v1.0.1
7062025-05-01T17:40:11.397Z Checking tracing-core v0.1.32
7072025-05-01T17:40:11.495Z Compiling darling_core v0.20.9
7082025-05-01T17:40:11.716Z Compiling rustls v0.23.10
7092025-05-01T17:40:11.743Z Compiling thread-id v4.2.1
7102025-05-01T17:40:11.885Z Checking untrusted v0.9.0
7112025-05-01T17:40:12.020Z Compiling syn v1.0.109
7122025-05-01T17:40:12.063Z Compiling num-conv v0.1.0
7132025-05-01T17:40:12.089Z Compiling time-core v0.1.2
7142025-05-01T17:40:12.115Z Checking crypto-common v0.1.6
7152025-05-01T17:40:12.256Z Checking rand_chacha v0.3.1
7162025-05-01T17:40:12.316Z Compiling time-macros v0.2.18
7172025-05-01T17:40:12.579Z Compiling regress v0.10.3
7182025-05-01T17:40:12.667Z Compiling camino v1.1.9
7192025-05-01T17:40:13.036Z Compiling serde_derive v1.0.219
7202025-05-01T17:40:13.152Z Compiling zerofrom-derive v0.1.5
7212025-05-01T17:40:14.406Z Compiling yoke-derive v0.7.5
7222025-05-01T17:40:14.575Z Compiling zerovec-derive v0.10.3
7232025-05-01T17:40:15.352Z Compiling displaydoc v0.2.5
7242025-05-01T17:40:15.611Z Compiling icu_provider_macros v1.5.0
7252025-05-01T17:40:15.704Z Compiling thiserror-impl v1.0.64
7262025-05-01T17:40:16.086Z Compiling tokio-macros v2.5.0
7272025-05-01T17:40:16.395Z Checking zerofrom v0.1.5
7282025-05-01T17:40:16.430Z Compiling schemars_derive v0.8.22
7292025-05-01T17:40:16.567Z Compiling futures-macro v0.3.31
7302025-05-01T17:40:16.599Z Checking yoke v0.7.5
7312025-05-01T17:40:16.636Z Compiling thiserror-impl v2.0.12
7322025-05-01T17:40:16.918Z Checking zerovec v0.10.4
7332025-05-01T17:40:17.312Z Compiling regex v1.11.1
7342025-05-01T17:40:18.026Z Compiling pest v2.7.10
7352025-05-01T17:40:18.083Z Checking futures-util v0.3.31
7362025-05-01T17:40:18.109Z Compiling scroll_derive v0.12.0
7372025-05-01T17:40:18.298Z Checking tinystr v0.7.6
7382025-05-01T17:40:18.660Z Checking icu_locid v1.5.0
7392025-05-01T17:40:18.919Z Checking icu_collections v1.5.0
7402025-05-01T17:40:19.248Z Compiling tracing-attributes v0.1.27
7412025-05-01T17:40:19.483Z Checking icu_provider v1.5.0
7422025-05-01T17:40:19.520Z Compiling darling_macro v0.20.9
7432025-05-01T17:40:20.034Z Checking icu_locid_transform v1.5.0
7442025-05-01T17:40:20.300Z Compiling pest_meta v2.7.10
7452025-05-01T17:40:20.392Z Compiling zerocopy-derive v0.7.34
7462025-05-01T17:40:20.773Z Compiling darling v0.20.9
7472025-05-01T17:40:20.968Z Checking icu_properties v1.5.1
7482025-05-01T17:40:21.049Z Checking rustls-pki-types v1.7.0
7492025-05-01T17:40:21.408Z Compiling scroll v0.12.0
7502025-05-01T17:40:21.728Z Compiling pest_generator v2.7.10
7512025-05-01T17:40:21.867Z Checking tracing v0.1.40
7522025-05-01T17:40:22.107Z Checking rand v0.8.5
7532025-05-01T17:40:22.177Z Compiling usdt-impl v0.5.0
7542025-05-01T17:40:22.212Z Checking bytes v1.10.1
7552025-05-01T17:40:23.106Z Checking tokio v1.44.1
7562025-05-01T17:40:23.148Z Checking bitflags v2.9.0
7572025-05-01T17:40:23.354Z Compiling indexmap v2.8.0
7582025-05-01T17:40:23.777Z Checking icu_normalizer v1.5.0
7592025-05-01T17:40:23.803Z Checking chrono v0.4.40
7602025-05-01T17:40:24.179Z Checking uuid v1.16.0
7612025-05-01T17:40:24.318Z Compiling serde_tokenstream v0.2.2
7622025-05-01T17:40:24.438Z Checking idna_adapter v1.2.0
7632025-05-01T17:40:24.629Z Checking idna v1.0.3
7642025-05-01T17:40:24.691Z Compiling pest_derive v2.7.10
7652025-05-01T17:40:25.086Z Checking url v2.5.4
7662025-05-01T17:40:25.462Z Compiling http v1.2.0
7672025-05-01T17:40:25.508Z Compiling plain v0.2.3
7682025-05-01T17:40:25.576Z Compiling paste v1.0.15
7692025-05-01T17:40:25.718Z Compiling goblin v0.8.2
7702025-05-01T17:40:26.207Z Compiling zerocopy v0.7.34
7712025-05-01T17:40:26.292Z Checking errno v0.3.9
7722025-05-01T17:40:26.463Z Checking atomic-waker v1.1.2
7732025-05-01T17:40:26.600Z Checking zeroize v1.7.0
7742025-05-01T17:40:27.042Z Compiling pretty-hex v0.4.1
7752025-05-01T17:40:27.178Z Checking http-body v1.0.1
7762025-05-01T17:40:27.308Z Compiling dtrace-parser v0.2.0
7772025-05-01T17:40:27.386Z Checking rustls-webpki v0.102.4
7782025-05-01T17:40:27.412Z Compiling async-trait v0.1.88
7792025-05-01T17:40:28.012Z Compiling strum_macros v0.26.4
7802025-05-01T17:40:28.145Z Compiling openssl-sys v0.9.106
7812025-05-01T17:40:28.601Z Compiling typify-impl v0.3.0
7822025-05-01T17:40:29.015Z Compiling newtype-uuid v1.2.1
7832025-05-01T17:40:29.180Z Checking try-lock v0.2.5
7842025-05-01T17:40:29.207Z Checking tokio-util v0.7.11
7852025-05-01T17:40:29.266Z Compiling openapiv3 v2.0.0
7862025-05-01T17:40:29.343Z Checking base64 v0.22.1
7872025-05-01T17:40:29.369Z Checking want v0.3.1
7882025-05-01T17:40:29.548Z Checking tower-service v0.3.3
7892025-05-01T17:40:29.641Z Checking cpufeatures v0.2.12
7902025-05-01T17:40:29.675Z Checking httpdate v1.0.3
7912025-05-01T17:40:29.772Z Checking block-buffer v0.10.4
7922025-05-01T17:40:29.917Z Compiling unsafe-libyaml v0.2.11
7932025-05-01T17:40:29.954Z Checking h2 v0.4.6
7942025-05-01T17:40:31.312Z Compiling dof v0.3.0
7952025-05-01T17:40:31.364Z Compiling omicron-workspace-hack v0.1.0
7962025-05-01T17:40:31.692Z Compiling serde_yaml v0.9.34+deprecated
7972025-05-01T17:40:31.801Z Checking digest v0.10.7
7982025-05-01T17:40:32.373Z Compiling serde_with_macros v3.12.0
7992025-05-01T17:40:32.533Z Compiling openssl v0.10.71
8002025-05-01T17:40:32.626Z Checking foreign-types-shared v0.1.1
8012025-05-01T17:40:32.741Z Compiling rustls v0.22.4
8022025-05-01T17:40:32.863Z Checking foreign-types v0.3.2
8032025-05-01T17:40:32.991Z Checking http-body-util v0.1.2
8042025-05-01T17:40:33.068Z Checking futures-executor v0.3.31
8052025-05-01T17:40:33.098Z Compiling usdt-macro v0.5.0
8062025-05-01T17:40:33.288Z Compiling usdt-attr-macro v0.5.0
8072025-05-01T17:40:33.574Z Checking hyper v1.6.0
8082025-05-01T17:40:33.600Z Compiling openssl-macros v0.1.1
8092025-05-01T17:40:33.908Z Compiling daft-derive v0.1.3
8102025-05-01T17:40:34.402Z Checking encoding_rs v0.8.34
8112025-05-01T17:40:34.428Z Compiling slog-async v2.8.0
8122025-05-01T17:40:34.583Z Compiling crossbeam-utils v0.8.19
8132025-05-01T17:40:34.615Z Checking mime v0.3.17
8142025-05-01T17:40:34.930Z Checking ipnet v2.9.0
8152025-05-01T17:40:35.034Z Compiling native-tls v0.2.11
8162025-05-01T17:40:35.307Z Checking hyper-util v0.1.10
8172025-05-01T17:40:35.376Z Checking futures v0.3.31
8182025-05-01T17:40:35.450Z Checking rustls-pemfile v2.1.3
8192025-05-01T17:40:35.494Z Checking ipnetwork v0.21.1
8202025-05-01T17:40:35.618Z Checking serde_urlencoded v0.7.1
8212025-05-01T17:40:35.709Z Compiling structmeta-derive v0.3.0
8222025-05-01T17:40:35.945Z Compiling multer v3.1.0
8232025-05-01T17:40:36.086Z Checking openssl-probe v0.1.5
8242025-05-01T17:40:36.916Z Compiling toml_datetime v0.6.8
8252025-05-01T17:40:37.539Z Checking serde_spanned v0.6.8
8262025-05-01T17:40:37.700Z Compiling structmeta v0.3.0
8272025-05-01T17:40:37.954Z Compiling typify-macro v0.3.0
8282025-05-01T17:40:38.038Z Compiling async-stream-impl v0.3.6
8292025-05-01T17:40:38.323Z Checking powerfmt v0.2.0
8302025-05-01T17:40:38.753Z Checking deranged v0.3.11
8312025-05-01T17:40:38.795Z Checking sha1 v0.10.6
8322025-05-01T17:40:39.047Z Checking strum v0.26.3
8332025-05-01T17:40:39.073Z Checking webpki-roots v0.26.3
8342025-05-01T17:40:39.255Z Checking sync_wrapper v1.0.1
8352025-05-01T17:40:39.407Z Checking is-terminal v0.4.12
8362025-05-01T17:40:39.556Z Compiling dropshot v0.16.0
8372025-05-01T17:40:39.859Z Checking match_cfg v0.1.0
8382025-05-01T17:40:39.909Z Checking num_threads v0.1.7
8392025-05-01T17:40:40.036Z Checking tower-layer v0.3.3
8402025-05-01T17:40:40.063Z Checking tokio-native-tls v0.3.1
8412025-05-01T17:40:40.088Z Checking hostname v0.3.1
8422025-05-01T17:40:40.174Z Checking tokio-rustls v0.26.0
8432025-05-01T17:40:40.200Z Checking time v0.3.36
8442025-05-01T17:40:40.273Z Checking tower v0.5.2
8452025-05-01T17:40:40.317Z Checking hyper-tls v0.6.0
8462025-05-01T17:40:40.514Z Checking hyper-rustls v0.27.3
8472025-05-01T17:40:40.828Z Compiling typify v0.3.0
8482025-05-01T17:40:40.881Z Compiling dropshot_endpoint v0.16.0
8492025-05-01T17:40:40.968Z Compiling progenitor-impl v0.9.1
8502025-05-01T17:40:40.994Z Checking fastrand v2.1.0
8512025-05-01T17:40:41.318Z Checking tempfile v3.10.1
8522025-05-01T17:40:41.420Z Checking reqwest v0.12.15
8532025-05-01T17:40:41.657Z Checking oxnet v0.1.1
8542025-05-01T17:40:42.009Z Checking serde_with v3.12.0
8552025-05-01T17:40:42.695Z Checking dirs-sys-next v0.1.2
8562025-05-01T17:40:42.883Z Checking memmap v0.7.0
8572025-05-01T17:40:42.913Z Checking quick-error v1.2.3
8582025-05-01T17:40:43.144Z Checking winnow v0.7.4
8592025-05-01T17:40:43.251Z Checking progenitor-client v0.9.1
8602025-05-01T17:40:43.588Z Checking dirs-next v2.0.0
8612025-05-01T17:40:43.724Z Compiling test-strategy v0.4.1
8622025-05-01T17:40:43.844Z Checking usdt v0.5.0
8632025-05-01T17:40:44.089Z Compiling parse-display-derive v0.10.0
8642025-05-01T17:40:44.508Z Checking macaddr v1.0.1
8652025-05-01T17:40:44.650Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
8662025-05-01T17:40:44.817Z Checking thread_local v1.1.8
8672025-05-01T17:40:44.955Z Checking debug-ignore v1.0.5
8682025-05-01T17:40:45.343Z Checking term v0.7.0
8692025-05-01T17:40:45.588Z Compiling progenitor-macro v0.9.1
8702025-05-01T17:40:45.748Z Checking crossbeam-channel v0.5.12
8712025-05-01T17:40:46.444Z Checking lazy_static v1.5.0
8722025-05-01T17:40:46.598Z Checking take_mut v0.2.2
8732025-05-01T17:40:46.851Z Checking slog-term v2.9.1
8742025-05-01T17:40:46.876Z Checking toml_edit v0.22.24
8752025-05-01T17:40:46.902Z Checking daft v0.1.3
8762025-05-01T17:40:47.042Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
8772025-05-01T17:40:47.287Z Checking slog-json v2.6.1
8782025-05-01T17:40:47.742Z Checking spin v0.9.8
8792025-05-01T17:40:48.626Z Checking slog-bunyan v2.5.0
8802025-05-01T17:40:48.659Z Checking async-stream v0.3.6
8812025-05-01T17:40:48.808Z Checking waitgroup v0.1.2
8822025-05-01T17:40:48.868Z Checking serde_path_to_error v0.1.16
8832025-05-01T17:40:48.968Z Checking hostname v0.4.0
8842025-05-01T17:40:49.139Z Checking wait-timeout v0.2.0
8852025-05-01T17:40:49.175Z Checking toml v0.8.20
8862025-05-01T17:40:49.429Z Checking bit-vec v0.6.3
8872025-05-01T17:40:49.744Z Checking bit-set v0.5.3
8882025-05-01T17:40:49.984Z Checking rusty-fork v0.3.0
8892025-05-01T17:40:50.019Z Checking hex v0.4.3
8902025-05-01T17:40:50.255Z Checking rand_xorshift v0.3.0
8912025-05-01T17:40:50.280Z Checking tokio-rustls v0.25.0
8922025-05-01T17:40:50.414Z Checking unarray v0.1.4
8932025-05-01T17:40:50.459Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
8942025-05-01T17:40:50.577Z Checking proptest v1.5.0
8952025-05-01T17:40:51.185Z Checking instant v0.1.12
8962025-05-01T17:40:51.309Z Compiling heck v0.4.1
8972025-05-01T17:40:51.638Z Compiling winnow v0.5.40
8982025-05-01T17:40:52.018Z Compiling zerocopy v0.8.24
8992025-05-01T17:40:54.062Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
9002025-05-01T17:40:54.107Z Checking backoff v0.4.0
9012025-05-01T17:40:54.170Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
9022025-05-01T17:40:54.292Z Checking progenitor v0.9.1
9032025-05-01T17:40:54.361Z Compiling toml_edit v0.19.15
9042025-05-01T17:40:54.387Z Checking parse-display v0.10.0
9052025-05-01T17:40:54.479Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
9062025-05-01T17:40:54.504Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9072025-05-01T17:40:54.548Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
9082025-05-01T17:40:54.612Z Compiling zerocopy-derive v0.8.24
9092025-05-01T17:40:54.855Z Compiling crucible-workspace-hack v0.1.0
9102025-05-01T17:40:55.849Z Compiling clap_derive v4.5.4
9112025-05-01T17:40:56.495Z Checking utf8parse v0.2.1
9122025-05-01T17:40:56.676Z Checking anstyle-parse v0.2.4
9132025-05-01T17:40:56.819Z Compiling proc-macro-crate v1.3.1
9142025-05-01T17:40:57.545Z Checking colorchoice v1.0.1
9152025-05-01T17:40:57.570Z Checking anstyle v1.0.7
9162025-05-01T17:40:57.884Z Checking is_terminal_polyfill v1.70.0
9172025-05-01T17:40:58.043Z Checking anstyle-query v1.0.3
9182025-05-01T17:40:58.174Z Checking anstream v0.6.14
9192025-05-01T17:40:58.403Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
9202025-05-01T17:40:58.503Z Checking terminal_size v0.3.0
9212025-05-01T17:40:59.127Z Checking num-integer v0.1.46
9222025-05-01T17:40:59.317Z Checking unicode-width v0.1.14
9232025-05-01T17:40:59.488Z Compiling either v1.15.0
9242025-05-01T17:40:59.527Z Compiling unicode-xid v0.2.4
9252025-05-01T17:40:59.570Z Checking clap_lex v0.7.0
9262025-05-01T17:40:59.814Z Checking clap_builder v4.5.2
9272025-05-01T17:40:59.862Z Compiling itertools v0.13.0
9282025-05-01T17:41:00.085Z Compiling heapless v0.8.0
9292025-05-01T17:41:00.537Z Checking data-encoding v2.6.0
9302025-05-01T17:41:01.720Z Checking num-bigint v0.4.5
9312025-05-01T17:41:02.286Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
9322025-05-01T17:41:02.555Z Checking clap v4.5.4
9332025-05-01T17:41:02.738Z Checking hash32 v0.3.1
9342025-05-01T17:41:02.840Z Checking rand_core v0.9.3
9352025-05-01T17:41:02.931Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
9362025-05-01T17:41:03.286Z Compiling smoltcp v0.11.0
9372025-05-01T17:41:03.762Z Checking bitflags v1.3.2
9382025-05-01T17:41:03.883Z Checking num-rational v0.4.2
9392025-05-01T17:41:03.957Z Checking rand_chacha v0.9.0
9402025-05-01T17:41:04.625Z Compiling synstructure v0.12.6
9412025-05-01T17:41:04.864Z Checking num-iter v0.1.45
9422025-05-01T17:41:05.003Z Compiling num_enum_derive v0.7.3
9432025-05-01T17:41:05.074Z Checking num-complex v0.4.6
9442025-05-01T17:41:05.684Z Compiling proc-macro-error-attr v1.0.4
9452025-05-01T17:41:05.747Z Checking cobs v0.2.3
9462025-05-01T17:41:05.863Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e)
9472025-05-01T17:41:05.941Z Checking managed v0.8.0
9482025-05-01T17:41:06.318Z Checking postcard v1.0.9
9492025-05-01T17:41:06.837Z Checking num v0.4.3
9502025-05-01T17:41:06.863Z Compiling zerocopy-derive v0.2.0
9512025-05-01T17:41:07.010Z Checking num_enum v0.7.3
9522025-05-01T17:41:07.119Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
9532025-05-01T17:41:07.190Z Checking rand v0.9.0
9542025-05-01T17:41:07.724Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
9552025-05-01T17:41:08.230Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
9562025-05-01T17:41:08.345Z Compiling foreign-types-macros v0.2.3
9572025-05-01T17:41:08.403Z Compiling libz-sys v1.1.16
9582025-05-01T17:41:08.620Z Compiling proc-macro-error v1.0.4
9592025-05-01T17:41:08.799Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
9602025-05-01T17:41:08.981Z Checking foreign-types-shared v0.3.1
9612025-05-01T17:41:09.423Z Checking foreign-types v0.5.0
9622025-05-01T17:41:09.598Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
9632025-05-01T17:41:10.116Z Checking tabwriter v1.4.0
9642025-05-01T17:41:10.585Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
9652025-05-01T17:41:10.622Z Compiling derive-where v1.2.7
9662025-05-01T17:41:10.740Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
9672025-05-01T17:41:11.382Z Checking cstr-argument v0.1.2
9682025-05-01T17:41:11.568Z Compiling prettyplease v0.2.31
9692025-05-01T17:41:11.984Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4672e62e)
9702025-05-01T17:41:12.500Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
9712025-05-01T17:41:12.828Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
9722025-05-01T17:41:13.295Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e)
9732025-05-01T17:41:14.010Z Compiling libgit2-sys v0.17.0+1.8.1
9742025-05-01T17:41:14.325Z Checking tinyvec_macros v0.1.1
9752025-05-01T17:41:14.412Z Checking float-ord v0.3.2
9762025-05-01T17:41:14.438Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
9772025-05-01T17:41:14.571Z Checking is_ci v1.2.0
9782025-05-01T17:41:14.721Z Compiling semver v0.1.20
9792025-05-01T17:41:14.747Z Checking colored v3.0.0
9802025-05-01T17:41:15.032Z Compiling rustc_version v0.1.7
9812025-05-01T17:41:15.498Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
9822025-05-01T17:41:15.774Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
9832025-05-01T17:41:16.809Z Checking tinyvec v1.6.0
9842025-05-01T17:41:17.019Z Compiling zone_cfg_derive v0.3.0
9852025-05-01T17:41:18.272Z Checking itertools v0.12.1
9862025-05-01T17:41:18.320Z Checking itertools v0.14.0
9872025-05-01T17:41:18.634Z Compiling enum-as-inner v0.6.0
9882025-05-01T17:41:19.122Z Checking camino-tempfile v1.1.1
9892025-05-01T17:41:19.376Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
9902025-05-01T17:41:20.021Z Compiling num-derive v0.4.2
9912025-05-01T17:41:20.274Z Checking sigpipe v0.1.3
9922025-05-01T17:41:20.385Z Compiling usdt-impl v0.3.5
9932025-05-01T17:41:20.780Z Checking jiff v0.2.10
9942025-05-01T17:41:20.811Z Compiling owo-colors v4.2.0
9952025-05-01T17:41:20.993Z Checking linked-hash-map v0.5.6
9962025-05-01T17:41:21.299Z Checking base64ct v1.6.0
9972025-05-01T17:41:21.391Z Checking base64 v0.21.7
9982025-05-01T17:41:21.727Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
9992025-05-01T17:41:21.762Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
10002025-05-01T17:41:21.826Z Checking password-hash v0.5.0
10012025-05-01T17:41:22.077Z Checking lru-cache v0.1.2
10022025-05-01T17:41:22.235Z Checking zone v0.3.1
10032025-05-01T17:41:22.263Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
10042025-05-01T17:41:22.314Z Checking hickory-proto v0.24.4
10052025-05-01T17:41:22.529Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
10062025-05-01T17:41:22.709Z Compiling newtype_derive v0.1.6
10072025-05-01T17:41:22.844Z Checking supports-color v2.1.0
10082025-05-01T17:41:22.907Z Checking supports-color v3.0.1
10092025-05-01T17:41:23.031Z Compiling zerocopy v0.3.2
10102025-05-01T17:41:23.057Z Checking resolv-conf v0.7.0
10112025-05-01T17:41:23.091Z Checking blake2 v0.10.6
10122025-05-01T17:41:23.374Z Compiling cargo-platform v0.1.8
10132025-05-01T17:41:23.465Z Compiling hubpack_derive v0.1.1
10142025-05-01T17:41:23.491Z Checking smf v0.2.3
10152025-05-01T17:41:23.771Z Compiling serde_repr v0.1.19
10162025-05-01T17:41:23.868Z Compiling zerocopy-derive v0.6.6
10172025-05-01T17:41:24.223Z Compiling vergen v8.3.2
10182025-05-01T17:41:24.540Z Checking unicode-segmentation v1.11.0
10192025-05-01T17:41:24.687Z Checking whoami v1.5.1
10202025-05-01T17:41:25.072Z Compiling cancel-safe-futures v0.1.5
10212025-05-01T17:41:25.138Z Checking newline-converter v0.3.0
10222025-05-01T17:41:25.249Z Checking hickory-resolver v0.24.4
10232025-05-01T17:41:25.357Z Checking zerocopy v0.6.6
10242025-05-01T17:41:25.440Z Checking hubpack v0.1.2
10252025-05-01T17:41:25.466Z Compiling cargo_metadata v0.18.1
10262025-05-01T17:41:25.772Z Checking argon2 v0.5.3
10272025-05-01T17:41:25.824Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10282025-05-01T17:41:25.996Z Compiling dof v0.1.5
10292025-05-01T17:41:26.615Z Checking console v0.15.8
10302025-05-01T17:41:27.113Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
10312025-05-01T17:41:27.604Z Compiling strum_macros v0.25.3
10322025-05-01T17:41:27.670Z Checking tokio-stream v0.1.17
10332025-05-01T17:41:27.820Z Checking libsw-core v0.3.2
10342025-05-01T17:41:27.846Z Compiling dtrace-parser v0.1.14
10352025-05-01T17:41:28.036Z Compiling rustc_version v0.4.0
10362025-05-01T17:41:28.333Z Checking serde-big-array v0.5.1
10372025-05-01T17:41:28.425Z Compiling cookie v0.18.1
10382025-05-01T17:41:28.526Z Compiling slog-dtrace v0.3.0
10392025-05-01T17:41:28.551Z Checking utf-8 v0.7.6
10402025-05-01T17:41:28.746Z Checking fixedbitset v0.4.2
10412025-05-01T17:41:28.784Z Compiling rustls v0.21.12
10422025-05-01T17:41:28.784Z Compiling cfg_aliases v0.2.1
10432025-05-01T17:41:28.870Z Checking static_assertions v1.1.0
10442025-05-01T17:41:28.905Z Compiling convert_case v0.4.0
10452025-05-01T17:41:28.986Z Checking fixedbitset v0.5.7
10462025-05-01T17:41:29.118Z Checking similar v2.5.0
10472025-05-01T17:41:29.182Z Checking petgraph v0.6.5
10482025-05-01T17:41:29.337Z Checking petgraph v0.7.1
10492025-05-01T17:41:29.474Z Compiling derive_more v0.99.19
10502025-05-01T17:41:29.585Z Compiling nix v0.29.0
10512025-05-01T17:41:29.722Z Checking expectorate v1.1.0
10522025-05-01T17:41:29.953Z Checking tungstenite v0.21.0
10532025-05-01T17:41:30.255Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
10542025-05-01T17:41:30.351Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10552025-05-01T17:41:30.939Z Checking libsw v3.5.0
10562025-05-01T17:41:31.286Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10572025-05-01T17:41:31.979Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10582025-05-01T17:41:32.285Z Checking atomicwrites v0.4.4
10592025-05-01T17:41:32.506Z Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types)
10602025-05-01T17:41:32.804Z Compiling serde_tokenstream v0.1.7
10612025-05-01T17:41:32.875Z Checking sct v0.7.1
10622025-05-01T17:41:33.023Z Checking rustls-webpki v0.101.7
10632025-05-01T17:41:33.104Z Checking inout v0.1.3
10642025-05-01T17:41:33.294Z Compiling radium v0.7.0
10652025-05-01T17:41:33.320Z Checking swrite v0.1.0
10662025-05-01T17:41:33.476Z Checking linear-map v1.2.0
10672025-05-01T17:41:33.679Z Checking highway v1.3.0
10682025-05-01T17:41:33.807Z Checking indent_write v2.2.0
10692025-05-01T17:41:34.007Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10702025-05-01T17:41:34.092Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10712025-05-01T17:41:34.220Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10722025-05-01T17:41:34.709Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10732025-05-01T17:41:35.308Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10742025-05-01T17:41:35.369Z Checking cipher v0.4.4
10752025-05-01T17:41:35.725Z Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types)
10762025-05-01T17:41:36.479Z Checking steno v0.4.1
10772025-05-01T17:41:36.828Z Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10782025-05-01T17:41:37.029Z Checking tokio-tungstenite v0.21.0
10792025-05-01T17:41:37.712Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10802025-05-01T17:41:37.938Z Checking id-map v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10812025-05-01T17:41:38.137Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10822025-05-01T17:41:38.162Z Checking crossbeam-epoch v0.9.18
10832025-05-01T17:41:38.440Z Checking humantime v2.1.0
10842025-05-01T17:41:38.506Z Compiling rayon-core v1.12.1
10852025-05-01T17:41:38.718Z Checking tap v1.0.1
10862025-05-01T17:41:38.808Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
10872025-05-01T17:41:38.870Z Checking crossbeam-deque v0.8.5
10882025-05-01T17:41:38.895Z Checking wyz v0.5.1
10892025-05-01T17:41:39.145Z Checking tokio-rustls v0.24.1
10902025-05-01T17:41:39.453Z Compiling usdt-attr-macro v0.3.5
10912025-05-01T17:41:39.479Z Compiling usdt-macro v0.3.5
10922025-05-01T17:41:39.558Z Checking qorb v0.3.1
10932025-05-01T17:41:40.536Z Checking rustls-pemfile v1.0.4
10942025-05-01T17:41:40.640Z Compiling num_enum_derive v0.5.11
10952025-05-01T17:41:40.778Z Checking twox-hash v2.1.0
10962025-05-01T17:41:41.119Z Checking universal-hash v0.5.1
10972025-05-01T17:41:41.324Z Checking atty v0.2.14
10982025-05-01T17:41:41.350Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
10992025-05-01T17:41:41.481Z Checking opaque-debug v0.3.1
11002025-05-01T17:41:41.592Z Checking funty v2.0.0
11012025-05-01T17:41:41.726Z Checking polyval v0.6.2
11022025-05-01T17:41:41.951Z Checking usdt v0.3.5
11032025-05-01T17:41:41.991Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
11042025-05-01T17:41:42.304Z Checking bitvec v1.0.1
11052025-05-01T17:41:42.446Z Checking num_enum v0.5.11
11062025-05-01T17:41:42.612Z Checking aes v0.8.4
11072025-05-01T17:41:42.638Z Checking ctr v0.9.2
11082025-05-01T17:41:42.771Z Checking qorb v0.2.1
11092025-05-01T17:41:42.902Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c)
11102025-05-01T17:41:42.951Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
11112025-05-01T17:41:43.139Z Checking toml v0.7.8
11122025-05-01T17:41:43.265Z Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
11132025-05-01T17:41:43.321Z Checking bincode v1.3.3
11142025-05-01T17:41:43.627Z Compiling strum_macros v0.27.1
11152025-05-01T17:41:43.743Z Checking aead v0.5.2
11162025-05-01T17:41:43.768Z Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
11172025-05-01T17:41:43.928Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
11182025-05-01T17:41:43.960Z Checking strum v0.27.1
11192025-05-01T17:41:43.985Z Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
11202025-05-01T17:41:44.138Z Checking aes-gcm-siv v0.11.1
11212025-05-01T17:41:44.188Z Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api)
11222025-05-01T17:41:44.383Z Checking rayon v1.10.0
11232025-05-01T17:41:44.408Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c)
11242025-05-01T17:41:44.468Z Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame)
11252025-05-01T17:41:44.525Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11262025-05-01T17:41:44.700Z Compiling bitstruct_derive v0.1.0
11272025-05-01T17:41:44.872Z Compiling async-recursion v1.1.1
11282025-05-01T17:41:44.975Z Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys)
11292025-05-01T17:41:45.128Z Checking pretty-hex v0.2.1
11302025-05-01T17:41:45.306Z Checking ascii v1.1.0
11312025-05-01T17:41:45.373Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f)
11322025-05-01T17:41:45.707Z Checking ringbuffer v0.15.0
11332025-05-01T17:41:45.879Z Compiling cfg_aliases v0.1.1
11342025-05-01T17:41:45.980Z Checking typeid v1.0.0
11352025-05-01T17:41:46.006Z Compiling nix v0.28.0
11362025-05-01T17:41:46.095Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192)
11372025-05-01T17:41:46.123Z Checking bitstruct v0.1.1
11382025-05-01T17:41:46.148Z Checking erased-serde v0.4.5
11392025-05-01T17:41:46.252Z Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb)
11402025-05-01T17:41:46.437Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
11412025-05-01T17:41:46.649Z Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
11422025-05-01T17:41:46.713Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8)
11432025-05-01T17:41:46.877Z Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils)
11442025-05-01T17:41:46.946Z Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm)
11452025-05-01T17:41:47.080Z Checking serde_arrays v0.1.0
11462025-05-01T17:41:47.247Z Checking libloading v0.7.4
11472025-05-01T17:41:47.317Z Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config)
11482025-05-01T17:41:47.342Z Compiling const_format_proc_macros v0.2.32
11492025-05-01T17:41:47.438Z Checking kstat-rs v0.2.4
11502025-05-01T17:41:47.489Z Compiling escargot v0.5.10
11512025-05-01T17:41:47.757Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
11522025-05-01T17:41:47.924Z Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client)
11532025-05-01T17:41:48.002Z Checking ron v0.8.1
11542025-05-01T17:41:48.763Z Checking xattr v1.3.1
11552025-05-01T17:41:48.798Z Checking const_format v0.2.32
11562025-05-01T17:41:48.991Z Checking filetime v0.2.23
11572025-05-01T17:41:49.032Z Checking bstr v1.9.1
11582025-05-01T17:41:49.230Z Checking bit_field v0.10.2
11592025-05-01T17:41:49.459Z Checking tar v0.4.40
11602025-05-01T17:41:49.704Z Checking globset v0.4.14
11612025-05-01T17:41:50.141Z Checking ctrlc v3.4.4
11622025-05-01T17:41:50.195Z Checking fatfs v0.3.6
11632025-05-01T17:41:50.351Z Checking glob v0.3.1
11642025-05-01T17:41:51.843Z Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml)
11652025-05-01T17:41:51.904Z Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask)
11662025-05-01T17:41:52.353Z Compiling git2 v0.19.0
11672025-05-01T17:41:52.585Z Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli)
11682025-05-01T17:41:55.054Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
11692025-05-01T17:41:57.333Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
11702025-05-01T17:42:03.320Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
11712025-05-01T17:42:06.218Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
11722025-05-01T17:42:13.558Z Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis)
11732025-05-01T17:42:25.097Z Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server)
11742025-05-01T17:42:25.097Z Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone)
11752025-05-01T17:42:34.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 09s
11762025-05-01T17:42:34.740Z
11772025-05-01T17:42:34.740Zreal 3:10.112497924
11782025-05-01T17:42:34.740Zuser 12:22.369014709
11792025-05-01T17:42:34.740Zsys 2:38.246269800
11802025-05-01T17:42:34.740Ztrap 0.415481438
11812025-05-01T17:42:34.740Ztflt 0.315586105
11822025-05-01T17:42:34.740Zdflt 0.166451700
11832025-05-01T17:42:34.740Zkflt 0.002546794
11842025-05-01T17:42:34.740Zlock 15:33.743600133
11852025-05-01T17:42:34.740Zslp 47:10.015121246
11862025-05-01T17:42:34.740Zlat 1:03.571892911
11872025-05-01T17:42:34.740Zstop 3:34.793631054
11882025-05-01T17:42:34.766Z+ ptime -m cargo clippy --features falcon --all-targets
11892025-05-01T17:42:35.496Zwarning: Patch `tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer//tufaceous.git?rev=04681f26ba09e144e5467dd6bd22c4887692a670#04681f26)` was not used in the crate graph.
11902025-05-01T17:42:35.496ZPerhaps you misspelled the source URL being patched.
11912025-05-01T17:42:35.496ZPossible URLs for `[patch.<URL>]`:
11922025-05-01T17:42:35.496Z https://github.com/oxidecomputer/tufaceous
11932025-05-01T17:42:35.558Z Downloading crates ...
11942025-05-01T17:42:35.812Z Downloaded downcast v0.11.0
11952025-05-01T17:42:35.837Z Downloaded miniz_oxide v0.7.2
11962025-05-01T17:42:35.837Z Downloaded predicates-tree v1.0.9
11972025-05-01T17:42:35.837Z Downloaded slog-envlogger v2.2.0
11982025-05-01T17:42:35.837Z Downloaded slog-stdlog v4.1.1
11992025-05-01T17:42:35.837Z Downloaded crc32fast v1.4.0
12002025-05-01T17:42:35.837Z Downloaded flate2 v1.0.30
12012025-05-01T17:42:35.863Z Downloaded arc-swap v1.7.1
12022025-05-01T17:42:35.863Z Downloaded termtree v0.4.1
12032025-05-01T17:42:35.863Z Downloaded png v0.17.13
12042025-05-01T17:42:35.863Z Downloaded slog-scope v4.4.0
12052025-05-01T17:42:35.863Z Downloaded serde_test v1.0.176
12062025-05-01T17:42:35.863Z Downloaded predicates v3.1.0
12072025-05-01T17:42:35.863Z Downloaded mockall_derive v0.12.1
12082025-05-01T17:42:35.863Z Downloaded fdeflate v0.3.4
12092025-05-01T17:42:35.890Z Downloaded simd-adler32 v0.3.7
12102025-05-01T17:42:35.890Z Downloaded predicates-core v1.0.6
12112025-05-01T17:42:35.890Z Downloaded mockall v0.12.1
12122025-05-01T17:42:35.890Z Downloaded bytemuck v1.16.0
12132025-05-01T17:42:35.890Z Downloaded fragile v2.0.0
12142025-05-01T17:42:35.972Z Downloaded image v0.25.1
12152025-05-01T17:42:36.271Z Checking tokio v1.44.1
12162025-05-01T17:42:36.271Z Checking log v0.4.22
12172025-05-01T17:42:36.314Z Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types)
12182025-05-01T17:42:36.340Z Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame)
12192025-05-01T17:42:36.366Z Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
12202025-05-01T17:42:36.366Z Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
12212025-05-01T17:42:36.391Z Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys)
12222025-05-01T17:42:36.391Z Compiling crc32fast v1.4.0
12232025-05-01T17:42:36.551Z Checking simd-adler32 v0.3.7
12242025-05-01T17:42:36.577Z Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
12252025-05-01T17:42:36.577Z Checking goblin v0.8.2
12262025-05-01T17:42:36.602Z Checking native-tls v0.2.11
12272025-05-01T17:42:36.771Z Checking typify-impl v0.3.0
12282025-05-01T17:42:36.797Z Checking rustls v0.22.4
12292025-05-01T17:42:36.797Z Checking tungstenite v0.21.0
12302025-05-01T17:42:36.846Z Checking rustls v0.21.12
12312025-05-01T17:42:36.872Z Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api)
12322025-05-01T17:42:36.873Z Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types)
12332025-05-01T17:42:37.250Z Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
12342025-05-01T17:42:37.487Z Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm)
12352025-05-01T17:42:37.531Z Checking adler v1.0.2
12362025-05-01T17:42:37.676Z Checking miniz_oxide v0.7.2
12372025-05-01T17:42:38.039Z Checking arc-swap v1.7.1
12382025-05-01T17:42:38.281Z Checking flate2 v1.0.30
12392025-05-01T17:42:38.386Z Checking slog-scope v4.4.0
12402025-05-01T17:42:38.576Z Checking fdeflate v0.3.4
12412025-05-01T17:42:38.840Z Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config)
12422025-05-01T17:42:38.880Z Checking typify v0.3.0
12432025-05-01T17:42:38.988Z Checking png v0.17.13
12442025-05-01T17:42:39.018Z Checking progenitor-impl v0.9.1
12452025-05-01T17:42:39.203Z Checking slog-stdlog v4.1.1
12462025-05-01T17:42:39.355Z Checking predicates-core v1.0.6
12472025-05-01T17:42:39.407Z Checking bytemuck v1.16.0
12482025-05-01T17:42:39.532Z Checking slog-envlogger v2.2.0
12492025-05-01T17:42:39.660Z Checking termtree v0.4.1
12502025-05-01T17:42:39.727Z Checking predicates v3.1.0
12512025-05-01T17:42:39.762Z Compiling mockall_derive v0.12.1
12522025-05-01T17:42:39.843Z Checking predicates-tree v1.0.9
12532025-05-01T17:42:39.967Z Checking image v0.25.1
12542025-05-01T17:42:39.992Z Checking fragile v2.0.0
12552025-05-01T17:42:40.180Z Checking downcast v0.11.0
12562025-05-01T17:42:40.242Z Checking globset v0.4.14
12572025-05-01T17:42:40.363Z Checking escargot v0.5.10
12582025-05-01T17:42:40.505Z Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils)
12592025-05-01T17:42:40.537Z Checking fatfs v0.3.6
12602025-05-01T17:42:40.651Z Checking serde_test v1.0.176
12612025-05-01T17:42:40.676Z Checking dof v0.3.0
12622025-05-01T17:42:41.189Z Checking usdt-impl v0.5.0
12632025-05-01T17:42:41.215Z Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask)
12642025-05-01T17:42:41.663Z Checking usdt v0.5.0
12652025-05-01T17:42:41.911Z Checking slog-dtrace v0.3.0
12662025-05-01T17:42:42.236Z Checking tokio-util v0.7.11
12672025-05-01T17:42:42.262Z Checking tokio-rustls v0.26.0
12682025-05-01T17:42:42.342Z Checking tokio-native-tls v0.3.1
12692025-05-01T17:42:42.368Z Checking tower v0.5.2
12702025-05-01T17:42:42.496Z Checking tokio-rustls v0.25.0
12712025-05-01T17:42:42.563Z Checking backoff v0.4.0
12722025-05-01T17:42:42.596Z Checking tokio-tungstenite v0.21.0
12732025-05-01T17:42:42.799Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e)
12742025-05-01T17:42:42.824Z Checking hickory-proto v0.24.4
12752025-05-01T17:42:42.919Z Checking h2 v0.4.6
12762025-05-01T17:42:42.971Z Checking zone v0.3.1
12772025-05-01T17:42:43.026Z Checking tokio-stream v0.1.17
12782025-05-01T17:42:43.052Z Checking libsw-core v0.3.2
12792025-05-01T17:42:43.078Z Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4672e62e)
12802025-05-01T17:42:43.255Z Checking libsw v3.5.0
12812025-05-01T17:42:43.461Z Checking cancel-safe-futures v0.1.5
12822025-05-01T17:42:43.650Z Checking steno v0.4.1
12832025-05-01T17:42:43.736Z Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb)
12842025-05-01T17:42:43.864Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
12852025-05-01T17:42:44.430Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
12862025-05-01T17:42:44.705Z Checking tokio-rustls v0.24.1
12872025-05-01T17:42:44.730Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192)
12882025-05-01T17:42:44.730Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
12892025-05-01T17:42:44.981Z Checking mockall v0.12.1
12902025-05-01T17:42:45.793Z Checking hickory-resolver v0.24.4
12912025-05-01T17:42:46.348Z Checking hyper v1.6.0
12922025-05-01T17:42:47.021Z Checking qorb v0.3.1
12932025-05-01T17:42:47.021Z Checking qorb v0.2.1
12942025-05-01T17:42:47.945Z Checking hyper-util v0.1.10
12952025-05-01T17:42:49.240Z Checking hyper-tls v0.6.0
12962025-05-01T17:42:49.240Z Checking hyper-rustls v0.27.3
12972025-05-01T17:42:49.266Z Checking dropshot v0.16.0
12982025-05-01T17:42:49.522Z Checking reqwest v0.12.15
12992025-05-01T17:42:50.954Z Checking progenitor-client v0.9.1
13002025-05-01T17:42:51.275Z Checking progenitor v0.9.1
13012025-05-01T17:42:51.448Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
13022025-05-01T17:42:51.448Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13032025-05-01T17:42:51.473Z Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client)
13042025-05-01T17:42:52.447Z Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
13052025-05-01T17:42:53.431Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
13062025-05-01T17:42:55.176Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13072025-05-01T17:42:56.358Z Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml)
13082025-05-01T17:42:57.224Z Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli)
13092025-05-01T17:43:03.108Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13102025-05-01T17:43:03.109Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13112025-05-01T17:43:03.134Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13122025-05-01T17:43:03.134Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13132025-05-01T17:43:03.134Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c)
13142025-05-01T17:43:03.923Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c)
13152025-05-01T17:43:03.986Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13162025-05-01T17:43:05.419Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13172025-05-01T17:43:05.713Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13182025-05-01T17:43:05.713Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13192025-05-01T17:43:05.992Z Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13202025-05-01T17:43:06.562Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13212025-05-01T17:43:06.855Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13222025-05-01T17:43:07.293Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13232025-05-01T17:43:22.529Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13242025-05-01T17:43:30.537Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
13252025-05-01T17:43:31.313Z Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
13262025-05-01T17:43:36.592Z Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis)
13272025-05-01T17:43:51.002Z Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server)
13282025-05-01T17:43:51.029Z Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone)
13292025-05-01T17:44:01.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
13302025-05-01T17:44:01.813Z
13312025-05-01T17:44:01.838Zreal 1:27.071922209
13322025-05-01T17:44:01.838Zuser 3:11.855484257
13332025-05-01T17:44:01.838Zsys 28.547344174
13342025-05-01T17:44:01.838Ztrap 0.069600801
13352025-05-01T17:44:01.838Ztflt 0.014101343
13362025-05-01T17:44:01.838Zdflt 0.011640581
13372025-05-01T17:44:01.839Zkflt 0.000290481
13382025-05-01T17:44:01.839Zlock 4:54.046772791
13392025-05-01T17:44:01.839Zslp 10:45.608532892
13402025-05-01T17:44:01.839Zlat 4.717274657
13412025-05-01T17:44:01.839Zstop 13.953736154
13422025-05-01T17:44:01.839Z+ banner build
13432025-05-01T17:44:01.839Z
13442025-05-01T17:44:01.839Z ##### # # # # #####
13452025-05-01T17:44:01.839Z # # # # # # # #
13462025-05-01T17:44:01.839Z ##### # # # # # #
13472025-05-01T17:44:01.839Z # # # # # # # #
13482025-05-01T17:44:01.839Z # # # # # # # #
13492025-05-01T17:44:01.840Z ##### #### # ###### #####
13502025-05-01T17:44:01.840Z
13512025-05-01T17:44:01.840Z+ ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli
13522025-05-01T17:44:02.377Zwarning: Patch `tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer//tufaceous.git?rev=04681f26ba09e144e5467dd6bd22c4887692a670#04681f26)` was not used in the crate graph.
13532025-05-01T17:44:02.377ZPerhaps you misspelled the source URL being patched.
13542025-05-01T17:44:02.377ZPossible URLs for `[patch.<URL>]`:
13552025-05-01T17:44:02.377Z https://github.com/oxidecomputer/tufaceous
13562025-05-01T17:44:02.868Z Compiling proc-macro2 v1.0.95
13572025-05-01T17:44:02.868Z Compiling unicode-ident v1.0.14
13582025-05-01T17:44:02.868Z Compiling libc v0.2.171
13592025-05-01T17:44:02.868Z Compiling serde v1.0.219
13602025-05-01T17:44:02.893Z Compiling autocfg v1.3.0
13612025-05-01T17:44:02.893Z Compiling cfg-if v1.0.0
13622025-05-01T17:44:02.893Z Compiling memchr v2.7.2
13632025-05-01T17:44:02.894Z Compiling version_check v0.9.5
13642025-05-01T17:44:03.033Z Compiling libm v0.2.8
13652025-05-01T17:44:03.463Z Compiling itoa v1.0.11
13662025-05-01T17:44:03.490Z Compiling smallvec v1.13.2
13672025-05-01T17:44:03.516Z Compiling lock_api v0.4.12
13682025-05-01T17:44:03.546Z Compiling parking_lot_core v0.9.10
13692025-05-01T17:44:03.941Z Compiling shlex v1.3.0
13702025-05-01T17:44:03.967Z Compiling thiserror v1.0.64
13712025-05-01T17:44:04.081Z Compiling semver v1.0.26
13722025-05-01T17:44:04.109Z Compiling ryu v1.0.18
13732025-05-01T17:44:04.244Z Compiling serde_json v1.0.140
13742025-05-01T17:44:04.348Z Compiling once_cell v1.19.0
13752025-05-01T17:44:04.445Z Compiling quote v1.0.38
13762025-05-01T17:44:04.503Z Compiling stable_deref_trait v1.2.0
13772025-05-01T17:44:04.615Z Compiling slab v0.4.9
13782025-05-01T17:44:04.641Z Compiling getrandom v0.2.14
13792025-05-01T17:44:04.700Z Compiling jobserver v0.1.31
13802025-05-01T17:44:04.824Z Compiling syn v2.0.100
13812025-05-01T17:44:04.954Z Compiling litemap v0.7.4
13822025-05-01T17:44:04.979Z Compiling writeable v0.5.5
13832025-05-01T17:44:05.017Z Compiling pin-project-lite v0.2.14
13842025-05-01T17:44:05.167Z Compiling cc v1.2.17
13852025-05-01T17:44:05.233Z Compiling num-traits v0.2.19
13862025-05-01T17:44:05.269Z Compiling icu_locid_transform_data v1.5.0
13872025-05-01T17:44:05.344Z Compiling icu_properties_data v1.5.0
13882025-05-01T17:44:05.386Z Compiling icu_normalizer_data v1.5.0
13892025-05-01T17:44:05.481Z Compiling utf8_iter v1.0.4
13902025-05-01T17:44:05.506Z Compiling utf16_iter v1.0.5
13912025-05-01T17:44:05.584Z Compiling write16 v1.0.0
13922025-05-01T17:44:05.841Z Compiling allocator-api2 v0.2.18
13932025-05-01T17:44:05.867Z Compiling equivalent v1.0.1
13942025-05-01T17:44:05.867Z Compiling fnv v1.0.7
13952025-05-01T17:44:05.867Z Compiling foldhash v0.1.5
13962025-05-01T17:44:05.867Z Compiling percent-encoding v2.3.1
13972025-05-01T17:44:05.921Z Compiling scopeguard v1.2.0
13982025-05-01T17:44:06.049Z Compiling form_urlencoded v1.2.1
13992025-05-01T17:44:06.280Z Compiling hashbrown v0.15.2
14002025-05-01T17:44:06.512Z Compiling socket2 v0.5.7
14012025-05-01T17:44:06.538Z Compiling mio v1.0.2
14022025-05-01T17:44:06.983Z Compiling parking_lot v0.12.2
14032025-05-01T17:44:07.255Z Compiling signal-hook-registry v1.4.2
14042025-05-01T17:44:07.422Z Compiling heck v0.5.0
14052025-05-01T17:44:07.710Z Compiling getrandom v0.3.2
14062025-05-01T17:44:07.774Z Compiling log v0.4.22
14072025-05-01T17:44:07.903Z Compiling ring v0.17.14
14082025-05-01T17:44:07.928Z Compiling typenum v1.17.0
14092025-05-01T17:44:08.428Z Compiling generic-array v0.14.7
14102025-05-01T17:44:08.471Z Compiling futures-core v0.3.31
14112025-05-01T17:44:08.654Z Compiling httparse v1.10.1
14122025-05-01T17:44:08.753Z Compiling iana-time-zone v0.1.60
14132025-05-01T17:44:08.778Z Compiling rand_core v0.6.4
14142025-05-01T17:44:08.804Z Compiling thiserror v2.0.12
14152025-05-01T17:44:08.872Z Compiling futures-sink v0.3.31
14162025-05-01T17:44:08.897Z Compiling schemars v0.8.22
14172025-05-01T17:44:09.031Z Compiling regex-syntax v0.8.5
14182025-05-01T17:44:09.192Z Compiling dyn-clone v1.0.17
14192025-05-01T17:44:09.413Z Compiling ucd-trie v0.1.6
14202025-05-01T17:44:09.472Z Compiling byteorder v1.5.0
14212025-05-01T17:44:09.753Z Compiling aho-corasick v1.1.3
14222025-05-01T17:44:09.896Z Compiling slog v2.7.0
14232025-05-01T17:44:10.318Z Compiling futures-channel v0.3.31
14242025-05-01T17:44:10.344Z Compiling rustversion v1.0.17
14252025-05-01T17:44:10.450Z Compiling futures-io v0.3.31
14262025-05-01T17:44:10.633Z Compiling pin-utils v0.1.0
14272025-05-01T17:44:10.706Z Compiling futures-task v0.3.31
14282025-05-01T17:44:10.743Z Compiling synstructure v0.13.1
14292025-05-01T17:44:10.768Z Compiling serde_derive_internals v0.29.1
14302025-05-01T17:44:10.987Z Compiling pkg-config v0.3.30
14312025-05-01T17:44:11.549Z Compiling vcpkg v0.2.15
14322025-05-01T17:44:11.706Z Compiling subtle v2.5.0
14332025-05-01T17:44:11.866Z Compiling regex-automata v0.4.9
14342025-05-01T17:44:11.960Z Compiling rustix v0.38.34
14352025-05-01T17:44:12.692Z Compiling strsim v0.11.1
14362025-05-01T17:44:13.103Z Compiling anyhow v1.0.98
14372025-05-01T17:44:13.194Z Compiling ppv-lite86 v0.2.17
14382025-05-01T17:44:13.223Z Compiling rustls v0.23.10
14392025-05-01T17:44:13.535Z Compiling ident_case v1.0.1
14402025-05-01T17:44:13.701Z Compiling darling_core v0.20.9
14412025-05-01T17:44:13.858Z Compiling tracing-core v0.1.32
14422025-05-01T17:44:14.058Z Compiling serde_derive v1.0.219
14432025-05-01T17:44:14.692Z Compiling zerofrom-derive v0.1.5
14442025-05-01T17:44:15.143Z Compiling yoke-derive v0.7.5
14452025-05-01T17:44:15.620Z Compiling zerovec-derive v0.10.3
14462025-05-01T17:44:16.604Z Compiling displaydoc v0.2.5
14472025-05-01T17:44:17.070Z Compiling icu_provider_macros v1.5.0
14482025-05-01T17:44:17.285Z Compiling thiserror-impl v1.0.64
14492025-05-01T17:44:17.322Z Compiling tokio-macros v2.5.0
14502025-05-01T17:44:17.579Z Compiling zerofrom v0.1.5
14512025-05-01T17:44:17.810Z Compiling yoke v0.7.5
14522025-05-01T17:44:17.835Z Compiling schemars_derive v0.8.22
14532025-05-01T17:44:17.977Z Compiling futures-macro v0.3.31
14542025-05-01T17:44:18.159Z Compiling zerovec v0.10.4
14552025-05-01T17:44:18.196Z Compiling thiserror-impl v2.0.12
14562025-05-01T17:44:18.675Z Compiling regex v1.11.1
14572025-05-01T17:44:19.619Z Compiling pest v2.7.10
14582025-05-01T17:44:19.706Z Compiling futures-util v0.3.31
14592025-05-01T17:44:20.164Z Compiling tinystr v0.7.6
14602025-05-01T17:44:20.516Z Compiling icu_locid v1.5.0
14612025-05-01T17:44:20.541Z Compiling icu_collections v1.5.0
14622025-05-01T17:44:20.608Z Compiling scroll_derive v0.12.0
14632025-05-01T17:44:21.723Z Compiling icu_provider v1.5.0
14642025-05-01T17:44:21.902Z Compiling pest_meta v2.7.10
14652025-05-01T17:44:22.639Z Compiling icu_locid_transform v1.5.0
14662025-05-01T17:44:23.090Z Compiling pest_generator v2.7.10
14672025-05-01T17:44:23.643Z Compiling bytes v1.10.1
14682025-05-01T17:44:24.331Z Compiling icu_properties v1.5.1
14692025-05-01T17:44:24.659Z Compiling tokio v1.44.1
14702025-05-01T17:44:25.276Z Compiling indexmap v2.8.0
14712025-05-01T17:44:25.701Z Compiling bitflags v2.9.0
14722025-05-01T17:44:25.915Z Compiling uuid v1.16.0
14732025-05-01T17:44:26.226Z Compiling chrono v0.4.40
14742025-05-01T17:44:26.408Z Compiling serde_tokenstream v0.2.2
14752025-05-01T17:44:26.868Z Compiling pest_derive v2.7.10
14762025-05-01T17:44:27.516Z Compiling icu_normalizer v1.5.0
14772025-05-01T17:44:27.766Z Compiling http v1.2.0
14782025-05-01T17:44:28.633Z Compiling idna_adapter v1.2.0
14792025-05-01T17:44:28.839Z Compiling idna v1.0.3
14802025-05-01T17:44:29.420Z Compiling url v2.5.4
14812025-05-01T17:44:29.444Z Compiling tracing-attributes v0.1.27
14822025-05-01T17:44:31.594Z Compiling darling_macro v0.20.9
14832025-05-01T17:44:31.810Z Compiling tracing v0.1.40
14842025-05-01T17:44:32.385Z Compiling zerocopy-derive v0.7.34
14852025-05-01T17:44:32.637Z Compiling thread-id v4.2.1
14862025-05-01T17:44:32.743Z Compiling time-core v0.1.2
14872025-05-01T17:44:32.767Z Compiling syn v1.0.109
14882025-05-01T17:44:32.767Z Compiling num-conv v0.1.0
14892025-05-01T17:44:32.920Z Compiling untrusted v0.9.0
14902025-05-01T17:44:33.039Z Compiling time-macros v0.2.18
14912025-05-01T17:44:33.204Z Compiling darling v0.20.9
14922025-05-01T17:44:33.305Z Compiling crypto-common v0.1.6
14932025-05-01T17:44:33.557Z Compiling tokio-util v0.7.11
14942025-05-01T17:44:33.940Z Compiling rand_chacha v0.3.1
14952025-05-01T17:44:35.022Z Compiling regress v0.10.3
14962025-05-01T17:44:35.100Z Compiling usdt-impl v0.5.0
14972025-05-01T17:44:35.176Z Compiling rustls-pki-types v1.7.0
14982025-05-01T17:44:35.388Z Compiling rand v0.8.5
14992025-05-01T17:44:35.467Z Compiling scroll v0.12.0
15002025-05-01T17:44:36.192Z Compiling plain v0.2.3
15012025-05-01T17:44:36.353Z Compiling paste v1.0.15
15022025-05-01T17:44:36.657Z Compiling camino v1.1.9
15032025-05-01T17:44:36.863Z Compiling goblin v0.8.2
15042025-05-01T17:44:37.161Z Compiling zerocopy v0.7.34
15052025-05-01T17:44:38.215Z Compiling typify-impl v0.3.0
15062025-05-01T17:44:38.834Z Compiling zeroize v1.7.0
15072025-05-01T17:44:39.156Z Compiling pretty-hex v0.4.1
15082025-05-01T17:44:39.350Z Compiling atomic-waker v1.1.2
15092025-05-01T17:44:39.522Z Compiling newtype-uuid v1.2.1
15102025-05-01T17:44:40.494Z Compiling rustls-webpki v0.102.4
15112025-05-01T17:44:40.793Z Compiling http-body v1.0.1
15122025-05-01T17:44:41.032Z Compiling dtrace-parser v0.2.0
15132025-05-01T17:44:41.095Z Compiling strum_macros v0.26.4
15142025-05-01T17:44:41.441Z Compiling dof v0.3.0
15152025-05-01T17:44:42.252Z Compiling async-trait v0.1.88
15162025-05-01T17:44:42.599Z Compiling openssl-sys v0.9.106
15172025-05-01T17:44:43.350Z Compiling try-lock v0.2.5
15182025-05-01T17:44:43.518Z Compiling want v0.3.1
15192025-05-01T17:44:43.780Z Compiling h2 v0.4.6
15202025-05-01T17:44:43.945Z Compiling openapiv3 v2.0.0
15212025-05-01T17:44:44.023Z Compiling httpdate v1.0.3
15222025-05-01T17:44:44.311Z Compiling base64 v0.22.1
15232025-05-01T17:44:44.455Z Compiling cpufeatures v0.2.12
15242025-05-01T17:44:44.558Z Compiling tower-service v0.3.3
15252025-05-01T17:44:44.697Z Compiling omicron-workspace-hack v0.1.0
15262025-05-01T17:44:45.178Z Compiling block-buffer v0.10.4
15272025-05-01T17:44:45.512Z Compiling errno v0.3.9
15282025-05-01T17:44:45.596Z Compiling rustls v0.22.4
15292025-05-01T17:44:45.742Z Compiling unsafe-libyaml v0.2.11
15302025-05-01T17:44:45.937Z Compiling typify-macro v0.3.0
15312025-05-01T17:44:46.811Z Compiling serde_yaml v0.9.34+deprecated
15322025-05-01T17:44:46.942Z Compiling digest v0.10.7
15332025-05-01T17:44:47.031Z Compiling usdt-macro v0.5.0
15342025-05-01T17:44:47.339Z Compiling usdt-attr-macro v0.5.0
15352025-05-01T17:44:48.056Z Compiling serde_with_macros v3.12.0
15362025-05-01T17:44:48.274Z Compiling hyper v1.6.0
15372025-05-01T17:44:48.752Z Compiling typify v0.3.0
15382025-05-01T17:44:48.872Z Compiling progenitor-impl v0.9.1
15392025-05-01T17:44:49.007Z Compiling slog-async v2.8.0
15402025-05-01T17:44:49.340Z Compiling openssl v0.10.71
15412025-05-01T17:44:49.425Z Compiling foreign-types-shared v0.1.1
15422025-05-01T17:44:49.552Z Compiling foreign-types v0.3.2
15432025-05-01T17:44:49.772Z Compiling http-body-util v0.1.2
15442025-05-01T17:44:50.043Z Compiling futures-executor v0.3.31
15452025-05-01T17:44:50.423Z Compiling daft-derive v0.1.3
15462025-05-01T17:44:50.636Z Compiling openssl-macros v0.1.1
15472025-05-01T17:44:50.758Z Compiling hyper-util v0.1.10
15482025-05-01T17:44:50.979Z Compiling multer v3.1.0
15492025-05-01T17:44:51.324Z Compiling encoding_rs v0.8.34
15502025-05-01T17:44:51.679Z Compiling mime v0.3.17
15512025-05-01T17:44:51.817Z Compiling crossbeam-utils v0.8.19
15522025-05-01T17:44:52.498Z Compiling native-tls v0.2.11
15532025-05-01T17:44:52.892Z Compiling ipnet v2.9.0
15542025-05-01T17:44:53.332Z Compiling progenitor-macro v0.9.1
15552025-05-01T17:44:55.064Z Compiling futures v0.3.31
15562025-05-01T17:44:55.171Z Compiling rustls-pemfile v2.1.3
15572025-05-01T17:44:55.226Z Compiling ipnetwork v0.21.1
15582025-05-01T17:44:55.766Z Compiling serde_urlencoded v0.7.1
15592025-05-01T17:44:55.929Z Compiling structmeta-derive v0.3.0
15602025-05-01T17:44:56.239Z Compiling openssl-probe v0.1.5
15612025-05-01T17:44:57.787Z Compiling structmeta v0.3.0
15622025-05-01T17:45:00.557Z Compiling toml_datetime v0.6.8
15632025-05-01T17:45:00.673Z Compiling serde_spanned v0.6.8
15642025-05-01T17:45:01.404Z Compiling async-stream-impl v0.3.6
15652025-05-01T17:45:01.747Z Compiling dropshot v0.16.0
15662025-05-01T17:45:02.338Z Compiling powerfmt v0.2.0
15672025-05-01T17:45:02.806Z Compiling deranged v0.3.11
15682025-05-01T17:45:04.270Z Compiling tokio-rustls v0.26.0
15692025-05-01T17:45:04.660Z Compiling tokio-native-tls v0.3.1
15702025-05-01T17:45:04.925Z Compiling sha1 v0.10.6
15712025-05-01T17:45:05.041Z Compiling strum v0.26.3
15722025-05-01T17:45:05.226Z Compiling webpki-roots v0.26.3
15732025-05-01T17:45:05.540Z Compiling sync_wrapper v1.0.1
15742025-05-01T17:45:05.996Z Compiling num_threads v0.1.7
15752025-05-01T17:45:06.124Z Compiling match_cfg v0.1.0
15762025-05-01T17:45:06.451Z Compiling tower-layer v0.3.3
15772025-05-01T17:45:06.976Z Compiling time v0.3.36
15782025-05-01T17:45:12.070Z Compiling tower v0.5.2
15792025-05-01T17:45:12.843Z Compiling hostname v0.3.1
15802025-05-01T17:45:13.086Z Compiling hyper-rustls v0.27.3
15812025-05-01T17:45:14.084Z Compiling hyper-tls v0.6.0
15822025-05-01T17:45:16.375Z Compiling dropshot_endpoint v0.16.0
15832025-05-01T17:45:16.451Z Compiling fastrand v2.1.0
15842025-05-01T17:45:17.572Z Compiling tempfile v3.10.1
15852025-05-01T17:45:19.122Z Compiling reqwest v0.12.15
15862025-05-01T17:45:19.466Z Compiling oxnet v0.1.1
15872025-05-01T17:45:19.513Z Compiling serde_with v3.12.0
15882025-05-01T17:45:20.842Z Compiling dirs-sys-next v0.1.2
15892025-05-01T17:45:21.716Z Compiling memmap v0.7.0
15902025-05-01T17:45:22.422Z Compiling quick-error v1.2.3
15912025-05-01T17:45:22.494Z Compiling winnow v0.7.4
15922025-05-01T17:45:22.949Z Compiling usdt v0.5.0
15932025-05-01T17:45:23.345Z Compiling progenitor-client v0.9.1
15942025-05-01T17:45:24.056Z Compiling dirs-next v2.0.0
15952025-05-01T17:45:25.181Z Compiling test-strategy v0.4.1
15962025-05-01T17:45:25.483Z Compiling parse-display-derive v0.10.0
15972025-05-01T17:45:25.965Z Compiling macaddr v1.0.1
15982025-05-01T17:45:26.019Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15992025-05-01T17:45:26.477Z Compiling thread_local v1.1.8
16002025-05-01T17:45:26.849Z Compiling debug-ignore v1.0.5
16012025-05-01T17:45:27.020Z Compiling progenitor v0.9.1
16022025-05-01T17:45:27.446Z Compiling term v0.7.0
16032025-05-01T17:45:28.284Z Compiling crossbeam-channel v0.5.12
16042025-05-01T17:45:29.272Z Compiling is-terminal v0.4.12
16052025-05-01T17:45:29.272Z Compiling lazy_static v1.5.0
16062025-05-01T17:45:29.403Z Compiling take_mut v0.2.2
16072025-05-01T17:45:29.487Z Compiling slog-term v2.9.1
16082025-05-01T17:45:31.509Z Compiling toml_edit v0.22.24
16092025-05-01T17:45:31.784Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
16102025-05-01T17:45:32.472Z Compiling daft v0.1.3
16112025-05-01T17:45:33.245Z Compiling slog-json v2.6.1
16122025-05-01T17:45:35.195Z Compiling spin v0.9.8
16132025-05-01T17:45:38.899Z Compiling toml v0.8.20
16142025-05-01T17:45:39.706Z Compiling tokio-rustls v0.25.0
16152025-05-01T17:45:40.340Z Compiling slog-bunyan v2.5.0
16162025-05-01T17:45:40.602Z Compiling async-stream v0.3.6
16172025-05-01T17:45:40.932Z Compiling waitgroup v0.1.2
16182025-05-01T17:45:41.149Z Compiling serde_path_to_error v0.1.16
16192025-05-01T17:45:41.990Z Compiling hostname v0.4.0
16202025-05-01T17:45:42.025Z Compiling wait-timeout v0.2.0
16212025-05-01T17:45:42.216Z Compiling bit-vec v0.6.3
16222025-05-01T17:45:42.757Z Compiling bit-set v0.5.3
16232025-05-01T17:45:43.031Z Compiling rusty-fork v0.3.0
16242025-05-01T17:45:44.009Z Compiling hex v0.4.3
16252025-05-01T17:45:44.570Z Compiling rand_xorshift v0.3.0
16262025-05-01T17:45:44.595Z Compiling unarray v0.1.4
16272025-05-01T17:45:44.829Z Compiling proptest v1.5.0
16282025-05-01T17:45:48.095Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16292025-05-01T17:45:48.317Z Compiling instant v0.1.12
16302025-05-01T17:45:48.496Z Compiling winnow v0.5.40
16312025-05-01T17:45:49.626Z Compiling zerocopy v0.8.24
16322025-05-01T17:45:50.245Z Compiling heck v0.4.1
16332025-05-01T17:45:50.890Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
16342025-05-01T17:45:51.179Z Compiling toml_edit v0.19.15
16352025-05-01T17:45:52.947Z Compiling backoff v0.4.0
16362025-05-01T17:45:53.458Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
16372025-05-01T17:45:53.945Z Compiling parse-display v0.10.0
16382025-05-01T17:45:54.169Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
16392025-05-01T17:45:54.319Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16402025-05-01T17:45:54.525Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
16412025-05-01T17:45:54.557Z Compiling zerocopy-derive v0.8.24
16422025-05-01T17:45:55.963Z Compiling crucible-workspace-hack v0.1.0
16432025-05-01T17:45:57.465Z Compiling proc-macro-crate v1.3.1
16442025-05-01T17:45:58.980Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
16452025-05-01T17:46:00.352Z Compiling clap_derive v4.5.4
16462025-05-01T17:46:00.726Z Compiling utf8parse v0.2.1
16472025-05-01T17:46:00.900Z Compiling anstyle-parse v0.2.4
16482025-05-01T17:46:01.998Z Compiling num-integer v0.1.46
16492025-05-01T17:46:02.408Z Compiling either v1.15.0
16502025-05-01T17:46:02.772Z Compiling unicode-xid v0.2.4
16512025-05-01T17:46:02.934Z Compiling colorchoice v1.0.1
16522025-05-01T17:46:02.959Z Compiling is_terminal_polyfill v1.70.0
16532025-05-01T17:46:02.983Z Compiling anstyle-query v1.0.3
16542025-05-01T17:46:03.083Z Compiling unicode-width v0.1.14
16552025-05-01T17:46:03.116Z Compiling anstyle v1.0.7
16562025-05-01T17:46:03.142Z Compiling itertools v0.13.0
16572025-05-01T17:46:03.555Z Compiling anstream v0.6.14
16582025-05-01T17:46:04.828Z Compiling terminal_size v0.3.0
16592025-05-01T17:46:05.101Z Compiling heapless v0.8.0
16602025-05-01T17:46:05.597Z Compiling data-encoding v2.6.0
16612025-05-01T17:46:06.084Z Compiling clap_lex v0.7.0
16622025-05-01T17:46:07.066Z Compiling clap_builder v4.5.2
16632025-05-01T17:46:07.770Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16642025-05-01T17:46:08.514Z Compiling num-bigint v0.4.5
16652025-05-01T17:46:09.386Z Compiling hash32 v0.3.1
16662025-05-01T17:46:09.513Z Compiling rand_core v0.9.3
16672025-05-01T17:46:09.625Z Compiling smoltcp v0.11.0
16682025-05-01T17:46:10.139Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16692025-05-01T17:46:10.717Z Compiling rand_chacha v0.9.0
16702025-05-01T17:46:11.392Z Compiling clap v4.5.4
16712025-05-01T17:46:11.433Z Compiling num-rational v0.4.2
16722025-05-01T17:46:11.866Z Compiling synstructure v0.12.6
16732025-05-01T17:46:12.271Z Compiling num-iter v0.1.45
16742025-05-01T17:46:12.378Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16752025-05-01T17:46:12.466Z Compiling num_enum_derive v0.7.3
16762025-05-01T17:46:12.905Z Compiling num-complex v0.4.6
16772025-05-01T17:46:13.114Z Compiling proc-macro-error-attr v1.0.4
16782025-05-01T17:46:13.487Z Compiling managed v0.8.0
16792025-05-01T17:46:13.950Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e)
16802025-05-01T17:46:13.988Z Compiling cobs v0.2.3
16812025-05-01T17:46:14.079Z Compiling bitflags v1.3.2
16822025-05-01T17:46:14.223Z Compiling postcard v1.0.9
16832025-05-01T17:46:14.370Z Compiling num_enum v0.7.3
16842025-05-01T17:46:14.553Z Compiling num v0.4.3
16852025-05-01T17:46:14.824Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
16862025-05-01T17:46:14.891Z Compiling zerocopy-derive v0.2.0
16872025-05-01T17:46:15.777Z Compiling rand v0.9.0
16882025-05-01T17:46:17.137Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
16892025-05-01T17:46:17.298Z Compiling foreign-types-macros v0.2.3
16902025-05-01T17:46:17.386Z Compiling libz-sys v1.1.16
16912025-05-01T17:46:17.910Z Compiling proc-macro-error v1.0.4
16922025-05-01T17:46:18.051Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
16932025-05-01T17:46:18.382Z Compiling foreign-types-shared v0.3.1
16942025-05-01T17:46:18.412Z Compiling prettyplease v0.2.31
16952025-05-01T17:46:18.809Z Compiling foreign-types v0.5.0
16962025-05-01T17:46:19.222Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
16972025-05-01T17:46:21.288Z Compiling tabwriter v1.4.0
16982025-05-01T17:46:21.762Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16992025-05-01T17:46:21.910Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
17002025-05-01T17:46:21.935Z Compiling derive-where v1.2.7
17012025-05-01T17:46:22.781Z Compiling cstr-argument v0.1.2
17022025-05-01T17:46:23.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4672e62e)
17032025-05-01T17:46:25.071Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17042025-05-01T17:46:25.895Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17052025-05-01T17:46:26.198Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#4f750d9e)
17062025-05-01T17:46:26.566Z Compiling libgit2-sys v0.17.0+1.8.1
17072025-05-01T17:46:26.727Z Compiling usdt-impl v0.3.5
17082025-05-01T17:46:26.854Z Compiling tinyvec_macros v0.1.1
17092025-05-01T17:46:26.974Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17102025-05-01T17:46:27.138Z Compiling semver v0.1.20
17112025-05-01T17:46:27.338Z Compiling float-ord v0.3.2
17122025-05-01T17:46:27.363Z Compiling colored v3.0.0
17132025-05-01T17:46:27.447Z Compiling rustc_version v0.1.7
17142025-05-01T17:46:27.481Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
17152025-05-01T17:46:28.182Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
17162025-05-01T17:46:29.269Z Compiling tinyvec v1.6.0
17172025-05-01T17:46:30.571Z Compiling zone_cfg_derive v0.3.0
17182025-05-01T17:46:32.116Z Compiling itertools v0.14.0
17192025-05-01T17:46:32.169Z Compiling itertools v0.12.1
17202025-05-01T17:46:34.667Z Compiling enum-as-inner v0.6.0
17212025-05-01T17:46:34.949Z Compiling camino-tempfile v1.1.1
17222025-05-01T17:46:35.332Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
17232025-05-01T17:46:35.691Z Compiling num-derive v0.4.2
17242025-05-01T17:46:35.985Z Compiling sigpipe v0.1.3
17252025-05-01T17:46:36.010Z Compiling linked-hash-map v0.5.6
17262025-05-01T17:46:36.137Z Compiling base64 v0.21.7
17272025-05-01T17:46:36.383Z Compiling base64ct v1.6.0
17282025-05-01T17:46:36.565Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
17292025-05-01T17:46:36.984Z Compiling jiff v0.2.10
17302025-05-01T17:46:37.093Z Compiling password-hash v0.5.0
17312025-05-01T17:46:37.399Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
17322025-05-01T17:46:38.440Z Compiling lru-cache v0.1.2
17332025-05-01T17:46:38.686Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
17342025-05-01T17:46:38.712Z Compiling hickory-proto v0.24.4
17352025-05-01T17:46:38.878Z Compiling zone v0.3.1
17362025-05-01T17:46:39.146Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
17372025-05-01T17:46:41.531Z Compiling newtype_derive v0.1.6
17382025-05-01T17:46:41.935Z Compiling zerocopy v0.3.2
17392025-05-01T17:46:42.411Z Compiling resolv-conf v0.7.0
17402025-05-01T17:46:42.448Z Compiling blake2 v0.10.6
17412025-05-01T17:46:42.491Z Compiling hubpack_derive v0.1.1
17422025-05-01T17:46:43.271Z Compiling cargo-platform v0.1.8
17432025-05-01T17:46:43.352Z Compiling smf v0.2.3
17442025-05-01T17:46:43.692Z Compiling serde_repr v0.1.19
17452025-05-01T17:46:43.719Z Compiling zerocopy-derive v0.6.6
17462025-05-01T17:46:44.625Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
17472025-05-01T17:46:45.154Z Compiling vergen v8.3.2
17482025-05-01T17:46:45.451Z Compiling unicode-segmentation v1.11.0
17492025-05-01T17:46:45.657Z Compiling whoami v1.5.1
17502025-05-01T17:46:45.749Z Compiling cancel-safe-futures v0.1.5
17512025-05-01T17:46:46.110Z Compiling owo-colors v4.2.0
17522025-05-01T17:46:46.452Z Compiling newline-converter v0.3.0
17532025-05-01T17:46:46.678Z Compiling zerocopy v0.6.6
17542025-05-01T17:46:46.710Z Compiling cargo_metadata v0.18.1
17552025-05-01T17:46:47.351Z Compiling hubpack v0.1.2
17562025-05-01T17:46:47.512Z Compiling argon2 v0.5.3
17572025-05-01T17:46:47.767Z Compiling hickory-resolver v0.24.4
17582025-05-01T17:46:49.399Z Compiling dof v0.1.5
17592025-05-01T17:46:51.723Z Compiling console v0.15.8
17602025-05-01T17:46:52.016Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
17612025-05-01T17:46:53.944Z Compiling strum_macros v0.25.3
17622025-05-01T17:46:54.054Z Compiling tokio-stream v0.1.17
17632025-05-01T17:46:54.108Z Compiling libsw-core v0.3.2
17642025-05-01T17:46:54.374Z Compiling dtrace-parser v0.1.14
17652025-05-01T17:46:54.980Z Compiling rustc_version v0.4.0
17662025-05-01T17:46:55.327Z Compiling serde-big-array v0.5.1
17672025-05-01T17:46:55.468Z Compiling cookie v0.18.1
17682025-05-01T17:46:55.559Z Compiling slog-dtrace v0.3.0
17692025-05-01T17:46:55.812Z Compiling similar v2.5.0
17702025-05-01T17:46:55.910Z Compiling utf-8 v0.7.6
17712025-05-01T17:46:56.118Z Compiling fixedbitset v0.5.7
17722025-05-01T17:46:56.247Z Compiling fixedbitset v0.4.2
17732025-05-01T17:46:56.609Z Compiling cfg_aliases v0.2.1
17742025-05-01T17:46:56.721Z Compiling static_assertions v1.1.0
17752025-05-01T17:46:56.830Z Compiling rustls v0.21.12
17762025-05-01T17:46:56.897Z Compiling convert_case v0.4.0
17772025-05-01T17:46:57.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
17782025-05-01T17:46:57.176Z Compiling nix v0.29.0
17792025-05-01T17:46:57.451Z Compiling derive_more v0.99.19
17802025-05-01T17:46:57.883Z Compiling expectorate v1.1.0
17812025-05-01T17:46:58.113Z Compiling petgraph v0.7.1
17822025-05-01T17:46:59.709Z Compiling petgraph v0.6.5
17832025-05-01T17:47:00.798Z Compiling tungstenite v0.21.0
17842025-05-01T17:47:02.293Z Compiling libsw v3.5.0
17852025-05-01T17:47:02.563Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
17862025-05-01T17:47:03.375Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
17872025-05-01T17:47:03.446Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
17882025-05-01T17:47:04.779Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
17892025-05-01T17:47:04.950Z Compiling atomicwrites v0.4.4
17902025-05-01T17:47:05.213Z Compiling serde_tokenstream v0.1.7
17912025-05-01T17:47:05.317Z Compiling rustls-webpki v0.101.7
17922025-05-01T17:47:05.402Z Compiling sct v0.7.1
17932025-05-01T17:47:05.636Z Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types)
17942025-05-01T17:47:05.780Z Compiling inout v0.1.3
17952025-05-01T17:47:05.873Z Compiling radium v0.7.0
17962025-05-01T17:47:06.003Z Compiling swrite v0.1.0
17972025-05-01T17:47:06.153Z Compiling linear-map v1.2.0
17982025-05-01T17:47:06.361Z Compiling highway v1.3.0
17992025-05-01T17:47:06.520Z Compiling indent_write v2.2.0
18002025-05-01T17:47:06.741Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18012025-05-01T17:47:07.606Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18022025-05-01T17:47:07.716Z Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types)
18032025-05-01T17:47:08.083Z Compiling git2 v0.19.0
18042025-05-01T17:47:08.925Z Compiling cipher v0.4.4
18052025-05-01T17:47:09.312Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18062025-05-01T17:47:13.047Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18072025-05-01T17:47:14.763Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
18082025-05-01T17:47:15.929Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18092025-05-01T17:47:18.564Z Compiling steno v0.4.1
18102025-05-01T17:47:19.213Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18112025-05-01T17:47:20.926Z Compiling tokio-tungstenite v0.21.0
18122025-05-01T17:47:21.628Z Compiling id-map v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18132025-05-01T17:47:21.659Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18142025-05-01T17:47:21.954Z Compiling crossbeam-epoch v0.9.18
18152025-05-01T17:47:22.889Z Compiling tap v1.0.1
18162025-05-01T17:47:23.080Z Compiling humantime v2.1.0
18172025-05-01T17:47:23.783Z Compiling rayon-core v1.12.1
18182025-05-01T17:47:24.115Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18192025-05-01T17:47:24.546Z Compiling wyz v0.5.1
18202025-05-01T17:47:24.911Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18212025-05-01T17:47:25.265Z Compiling crossbeam-deque v0.8.5
18222025-05-01T17:47:27.729Z Compiling tokio-rustls v0.24.1
18232025-05-01T17:47:28.556Z Compiling usdt-attr-macro v0.3.5
18242025-05-01T17:47:28.625Z Compiling usdt-macro v0.3.5
18252025-05-01T17:47:29.731Z Compiling qorb v0.3.1
18262025-05-01T17:47:29.757Z Compiling rustls-pemfile v1.0.4
18272025-05-01T17:47:29.782Z Compiling num_enum_derive v0.5.11
18282025-05-01T17:47:30.378Z Compiling twox-hash v2.1.0
18292025-05-01T17:47:31.205Z Compiling universal-hash v0.5.1
18302025-05-01T17:47:31.419Z Compiling atty v0.2.14
18312025-05-01T17:47:31.572Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
18322025-05-01T17:47:31.597Z Compiling funty v2.0.0
18332025-05-01T17:47:31.896Z Compiling opaque-debug v0.3.1
18342025-05-01T17:47:32.003Z Compiling polyval v0.6.2
18352025-05-01T17:47:32.456Z Compiling bitvec v1.0.1
18362025-05-01T17:47:33.856Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18372025-05-01T17:47:33.973Z Compiling num_enum v0.5.11
18382025-05-01T17:47:35.371Z Compiling usdt v0.3.5
18392025-05-01T17:47:35.746Z Compiling toml v0.7.8
18402025-05-01T17:47:39.558Z Compiling aes v0.8.4
18412025-05-01T17:47:39.628Z Compiling ctr v0.9.2
18422025-05-01T17:47:39.936Z Compiling qorb v0.2.1
18432025-05-01T17:47:41.432Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c)
18442025-05-01T17:47:42.847Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
18452025-05-01T17:47:43.187Z Compiling aead v0.5.2
18462025-05-01T17:47:43.486Z Compiling bincode v1.3.3
18472025-05-01T17:47:43.985Z Compiling strum_macros v0.27.1
18482025-05-01T17:47:44.330Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
18492025-05-01T17:47:44.508Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
18502025-05-01T17:47:44.847Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18512025-05-01T17:47:45.849Z Compiling strum v0.27.1
18522025-05-01T17:47:46.099Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
18532025-05-01T17:47:46.285Z Compiling aes-gcm-siv v0.11.1
18542025-05-01T17:47:46.428Z Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api)
18552025-05-01T17:47:46.552Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#0c92213c)
18562025-05-01T17:47:46.912Z Compiling rayon v1.10.0
18572025-05-01T17:47:47.663Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
18582025-05-01T17:47:48.777Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f)
18592025-05-01T17:47:50.893Z Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame)
18602025-05-01T17:47:51.242Z Compiling bitstruct_derive v0.1.0
18612025-05-01T17:47:51.375Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18622025-05-01T17:47:51.808Z Compiling async-recursion v1.1.1
18632025-05-01T17:47:52.459Z Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys)
18642025-05-01T17:47:52.606Z Compiling pretty-hex v0.2.1
18652025-05-01T17:47:52.822Z Compiling ringbuffer v0.15.0
18662025-05-01T17:47:53.011Z Compiling ascii v1.1.0
18672025-05-01T17:47:53.367Z Compiling typeid v1.0.0
18682025-05-01T17:47:53.546Z Compiling erased-serde v0.4.5
18692025-05-01T17:47:53.644Z Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb)
18702025-05-01T17:47:54.783Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
18712025-05-01T17:47:55.156Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
18722025-05-01T17:47:55.350Z Compiling bitstruct v0.1.1
18732025-05-01T17:47:55.497Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8)
18742025-05-01T17:47:55.522Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192)
18752025-05-01T17:47:55.699Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18762025-05-01T17:47:55.919Z Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils)
18772025-05-01T17:47:56.040Z Compiling const_format_proc_macros v0.2.32
18782025-05-01T17:47:57.208Z Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm)
18792025-05-01T17:47:57.548Z Compiling serde_arrays v0.1.0
18802025-05-01T17:47:57.734Z Compiling kstat-rs v0.2.4
18812025-05-01T17:47:58.489Z Compiling libloading v0.7.4
18822025-05-01T17:47:58.514Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer//omicron.git?rev=da5f7706119b3f39dc5dfb2fde823c2294476b5a#da5f7706)
18832025-05-01T17:47:58.871Z Compiling const_format v0.2.32
18842025-05-01T17:47:59.861Z Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config)
18852025-05-01T17:48:00.477Z Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client)
18862025-05-01T17:48:00.818Z Compiling ron v0.8.1
18872025-05-01T17:48:05.528Z Compiling bit_field v0.10.2
18882025-05-01T17:48:05.807Z Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml)
18892025-05-01T17:48:07.868Z Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis)
18902025-05-01T17:48:08.988Z Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli)
18912025-05-01T17:48:25.111Z Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server)
18922025-05-01T17:49:21.353Z Finished `release` profile [optimized] target(s) in 5m 19s
18932025-05-01T17:49:21.511Z
18942025-05-01T17:49:21.511Zreal 5:19.682636108
18952025-05-01T17:49:21.511Zuser 36:56.979192924
18962025-05-01T17:49:21.536Zsys 2:51.443861649
18972025-05-01T17:49:21.536Ztrap 1.120415765
18982025-05-01T17:49:21.536Ztflt 1.042633698
18992025-05-01T17:49:21.536Zdflt 0.892398816
19002025-05-01T17:49:21.536Zkflt 0.000125057
19012025-05-01T17:49:21.536Zlock 1:18:28.577930054
19022025-05-01T17:49:21.536Zslp 2:12:30.635258336
19032025-05-01T17:49:21.536Zlat 2:11.212333296
19042025-05-01T17:49:21.536Zstop 2:52.033002216
19052025-05-01T17:49:21.536Z+ OUTDIR=/work/release
19062025-05-01T17:49:21.536Z+ mkdir -p /work/release
19072025-05-01T17:49:21.536Z+ cp target/release/propolis-cli /work/release/propolis-cli
19082025-05-01T17:49:21.562Z+ cp target/release/propolis-server /work/release/propolis-server
19092025-05-01T17:49:21.614Zprocess exited: duration 597187 ms, exit code 0
 
19102025-05-01T17:49:21.696Zfound 2 output files
19112025-05-01T17:49:21.696Zuploading: /work/release/propolis-cli (22431752 bytes)
19122025-05-01T17:49:28.506Zuploaded: /work/release/propolis-cli
19132025-05-01T17:49:28.533Zuploading: /work/release/propolis-server (66504488 bytes)
19142025-05-01T17:49:40.447Zuploaded: /work/release/propolis-server