01JQ4J64Y2VRXCZV6F76RK4Q66: build-and-test / illumos

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JQ4J6F20250H47BJXVMXFGJ3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-24T17:11:53.358Zjob assigned to worker 01JQ4J6FQ6FYPGJ761361JRAJB [factory gimlet-EVT22200007-propolis, EVT22200007/22769] (queued for 28 s)
 
22025-03-24T17:12:02.097Zstarting task 0: "setup"
32025-03-24T17:12:02.122Z++ uname -s
42025-03-24T17:12:02.123Z+ kern=SunOS
52025-03-24T17:12:02.123Z+ build_user=build
62025-03-24T17:12:02.123Z+ build_uid=12345
72025-03-24T17:12:02.123Z+ work_dir=/work
82025-03-24T17:12:02.123Z+ input_dir=/input
92025-03-24T17:12:02.123Z+ [[ 0 == 12345 ]]
102025-03-24T17:12:02.123Z+ case "$kern" in
112025-03-24T17:12:02.123Z+ groupadd -g 12345 build
122025-03-24T17:12:02.123Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-24T17:12:04.122Z+ zfs create -o mountpoint=/work rpool/work
142025-03-24T17:12:04.163Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-24T17:12:04.188Z+ home_fs=zfs
162025-03-24T17:12:04.188Z+ [[ zfs == autofs ]]
172025-03-24T17:12:04.188Z+ mkdir -p /home/build
182025-03-24T17:12:04.188Z+ chown build:build /home/build /work
192025-03-24T17:12:06.173Z+ chmod 0700 /home/build /work
202025-03-24T17:12:06.198Zprocess exited: duration 4081 ms, exit code 0
 
212025-03-24T17:12:06.249Zstarting task 1: "rust-toolchain"
222025-03-24T17:12:06.275Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-03-24T17:12:06.275Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-24T17:12:06.275Z * rust toolchain channel = "stable"
252025-03-24T17:12:06.275Z * rust toolchain profile = "default"
262025-03-24T17:12:06.275Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-24T17:12:06.275Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-24T17:12:06.275Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-24T17:12:06.275Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-03-24T17:12:06.409Zinfo: downloading installer
312025-03-24T17:12:06.863Zwarn: It looks like you have an existing installation of Rust at:
322025-03-24T17:12:06.863Zwarn: /opt/ooce/bin
332025-03-24T17:12:06.863Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-24T17:12:06.863Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-24T17:12:06.863Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-24T17:12:06.863Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-24T17:12:06.863Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-24T17:12:06.863Zerror: cannot install while Rust is installed
392025-03-24T17:12:06.863Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-24T17:12:06.888Zinfo: profile set to 'default'
412025-03-24T17:12:06.889Zinfo: default host triple is x86_64-unknown-illumos
422025-03-24T17:12:06.889Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-03-24T17:12:07.012Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
442025-03-24T17:12:07.012Zinfo: downloading component 'cargo'
452025-03-24T17:12:07.157Zinfo: downloading component 'clippy'
462025-03-24T17:12:07.222Zinfo: downloading component 'rust-docs'
472025-03-24T17:12:07.712Zinfo: downloading component 'rust-std'
482025-03-24T17:12:07.712Zinfo: downloading component 'rustc'
492025-03-24T17:12:08.692Zinfo: downloading component 'rustfmt'
502025-03-24T17:12:08.755Zinfo: installing component 'cargo'
512025-03-24T17:12:09.902Zinfo: installing component 'clippy'
522025-03-24T17:12:10.365Zinfo: installing component 'rust-docs'
532025-03-24T17:12:13.392Zinfo: installing component 'rust-std'
542025-03-24T17:12:15.508Zinfo: installing component 'rustc'
552025-03-24T17:12:22.943Zinfo: installing component 'rustfmt'
562025-03-24T17:12:23.324Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-03-24T17:12:23.324Z
582025-03-24T17:12:23.479Z stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15)
592025-03-24T17:12:23.479Z
602025-03-24T17:12:23.479Z
612025-03-24T17:12:23.479ZRust is installed now. Great!
622025-03-24T17:12:23.479Z
632025-03-24T17:12:23.479ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-24T17:12:23.504Zenvironment variable. This has not been done automatically.
652025-03-24T17:12:23.504Z
662025-03-24T17:12:23.504ZTo configure your current shell, you need to source
672025-03-24T17:12:23.504Zthe corresponding env file under $HOME/.cargo.
682025-03-24T17:12:23.504Z
692025-03-24T17:12:23.504ZThis is usually done by running one of the following (note the leading DOT):
702025-03-24T17:12:23.505Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-24T17:12:23.505Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-24T17:12:23.505Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-24T17:12:23.577Z+ rustup --version
742025-03-24T17:12:23.602Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-24T17:12:23.602Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-24T17:12:23.643Zinfo: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)`
772025-03-24T17:12:23.668Z+ cargo --version
782025-03-24T17:12:23.694Zcargo 1.85.1 (d73d2caf9 2024-12-31)
792025-03-24T17:12:23.694Z+ rustc --version
802025-03-24T17:12:23.732Zrustc 1.85.1 (4eb161250 2025-03-15)
812025-03-24T17:12:23.757Zprocess exited: duration 17488 ms, exit code 0
 
822025-03-24T17:12:23.810Zstarting task 2: "authentication"
832025-03-24T17:12:23.869Zprocess exited: duration 60 ms, exit code 0
 
842025-03-24T17:12:23.919Zstarting task 3: "clone repository"
852025-03-24T17:12:23.945Z+ mkdir -p /work/oxidecomputer/dropshot
862025-03-24T17:12:23.945Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-03-24T17:12:23.970ZCloning into '/work/oxidecomputer/dropshot'...
882025-03-24T17:12:25.891Z+ cd /work/oxidecomputer/dropshot
892025-03-24T17:12:25.891Z+ git fetch origin fee76682dbdeb4e92f1642791d2ebd8e8723e644
902025-03-24T17:12:26.281ZFrom https://github.com/oxidecomputer/dropshot
912025-03-24T17:12:26.281Z * branch fee76682dbdeb4e92f1642791d2ebd8e8723e644 -> FETCH_HEAD
922025-03-24T17:12:26.307Z+ [[ -n dependabot/cargo/tokio-tungstenite-0.26.2 ]]
932025-03-24T17:12:26.307Z++ git branch --show-current
942025-03-24T17:12:26.307Z+ current=main
952025-03-24T17:12:26.307Z+ [[ main != dependabot/cargo/tokio-tungstenite-0.26.2 ]]
962025-03-24T17:12:26.307Z+ git branch -f dependabot/cargo/tokio-tungstenite-0.26.2 fee76682dbdeb4e92f1642791d2ebd8e8723e644
972025-03-24T17:12:26.332Z+ git checkout -f dependabot/cargo/tokio-tungstenite-0.26.2
982025-03-24T17:12:26.358ZSwitched to branch 'dependabot/cargo/tokio-tungstenite-0.26.2'
992025-03-24T17:12:26.358Z+ git reset --hard fee76682dbdeb4e92f1642791d2ebd8e8723e644
1002025-03-24T17:12:26.358ZHEAD is now at fee7668 Bump tokio-tungstenite from 0.24.0 to 0.26.2
1012025-03-24T17:12:26.358Zprocess exited: duration 2428 ms, exit code 0
 
1022025-03-24T17:12:26.409Zstarting task 4: "build"
1032025-03-24T17:12:26.435Z+ cargo --version
1042025-03-24T17:12:26.435Zinfo: syncing channel updates for '1.85.1-x86_64-unknown-illumos'
1052025-03-24T17:12:26.546Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
1062025-03-24T17:12:26.546Zinfo: downloading component 'cargo'
1072025-03-24T17:12:26.692Zinfo: downloading component 'clippy'
1082025-03-24T17:12:26.760Zinfo: downloading component 'rust-docs'
1092025-03-24T17:12:26.949Zinfo: downloading component 'rust-std'
1102025-03-24T17:12:27.209Zinfo: downloading component 'rustc'
1112025-03-24T17:12:28.222Zinfo: downloading component 'rustfmt'
1122025-03-24T17:12:28.277Zinfo: installing component 'cargo'
1132025-03-24T17:12:29.378Zinfo: installing component 'clippy'
1142025-03-24T17:12:29.836Zinfo: installing component 'rust-docs'
1152025-03-24T17:12:32.741Zinfo: installing component 'rust-std'
1162025-03-24T17:12:34.767Zinfo: installing component 'rustc'
1172025-03-24T17:12:42.078Zinfo: installing component 'rustfmt'
1182025-03-24T17:12:42.580Zcargo 1.85.1 (d73d2caf9 2024-12-31)
1192025-03-24T17:12:42.605Z+ rustc --version
1202025-03-24T17:12:42.743Zrustc 1.85.1 (4eb161250 2025-03-15)
1212025-03-24T17:12:42.769Z+ banner build
1222025-03-24T17:12:42.769Z
1232025-03-24T17:12:42.769Z ##### # # # # #####
1242025-03-24T17:12:42.769Z # # # # # # # #
1252025-03-24T17:12:42.769Z ##### # # # # # #
1262025-03-24T17:12:42.769Z # # # # # # # #
1272025-03-24T17:12:42.769Z # # # # # # # #
1282025-03-24T17:12:42.769Z ##### #### # ###### #####
1292025-03-24T17:12:42.769Z
1302025-03-24T17:12:42.769Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312025-03-24T17:12:43.032Z Updating crates.io index
1322025-03-24T17:12:44.087Z Downloading crates ...
1332025-03-24T17:12:44.150Z Downloaded async-stream v0.3.6
1342025-03-24T17:12:44.176Z Downloaded async-trait v0.1.88
1352025-03-24T17:12:44.176Z Downloaded debug-ignore v1.0.5
1362025-03-24T17:12:44.176Z Downloaded crossbeam-utils v0.8.15
1372025-03-24T17:12:44.201Z Downloaded toml_datetime v0.6.8
1382025-03-24T17:12:44.201Z Downloaded usdt-macro v0.5.0
1392025-03-24T17:12:44.201Z Downloaded lock_api v0.4.6
1402025-03-24T17:12:44.201Z Downloaded litemap v0.7.4
1412025-03-24T17:12:44.201Z Downloaded rustc-hash v2.0.0
1422025-03-24T17:12:44.228Z Downloaded quote v1.0.40
1432025-03-24T17:12:44.228Z Downloaded mime_guess v2.0.5
1442025-03-24T17:12:44.228Z Downloaded errno v0.3.10
1452025-03-24T17:12:44.228Z Downloaded rand_core v0.9.3
1462025-03-24T17:12:44.257Z Downloaded shlex v1.3.0
1472025-03-24T17:12:44.257Z Downloaded take_mut v0.2.2
1482025-03-24T17:12:44.257Z Downloaded smallvec v1.13.2
1492025-03-24T17:12:44.257Z Downloaded serde_path_to_error v0.1.17
1502025-03-24T17:12:44.257Z Downloaded spin v0.9.8
1512025-03-24T17:12:44.282Z Downloaded target-triple v0.1.3
1522025-03-24T17:12:44.282Z Downloaded syn v2.0.100
1532025-03-24T17:12:44.282Z Downloaded rand v0.9.0
1542025-03-24T17:12:44.307Z Downloaded ryu v1.0.5
1552025-03-24T17:12:44.307Z Downloaded socket2 v0.5.5
1562025-03-24T17:12:44.307Z Downloaded serde_spanned v0.6.8
1572025-03-24T17:12:44.307Z Downloaded stable_deref_trait v1.2.0
1582025-03-24T17:12:44.307Z Downloaded scroll v0.12.0
1592025-03-24T17:12:44.307Z Downloaded termcolor v1.1.2
1602025-03-24T17:12:44.334Z Downloaded idna_adapter v1.2.0
1612025-03-24T17:12:44.334Z Downloaded futures-io v0.3.31
1622025-03-24T17:12:44.334Z Downloaded event-listener-strategy v0.5.2
1632025-03-24T17:12:44.334Z Downloaded slog-bunyan v2.5.0
1642025-03-24T17:12:44.334Z Downloaded simple-mermaid v0.2.0
1652025-03-24T17:12:44.334Z Downloaded zerofrom-derive v0.1.5
1662025-03-24T17:12:44.334Z Downloaded rand_chacha v0.9.0
1672025-03-24T17:12:44.334Z Downloaded tungstenite v0.26.2
1682025-03-24T17:12:44.334Z Downloaded parking_lot_core v0.9.4
1692025-03-24T17:12:44.334Z Downloaded unicode-ident v1.0.12
1702025-03-24T17:12:44.334Z Downloaded slog v2.7.0
1712025-03-24T17:12:44.334Z Downloaded similar v2.2.1
1722025-03-24T17:12:44.361Z Downloaded subprocess v0.2.9
1732025-03-24T17:12:44.361Z Downloaded quinn v0.11.4
1742025-03-24T17:12:44.361Z Downloaded term v0.7.0
1752025-03-24T17:12:44.361Z Downloaded rcgen v0.13.2
1762025-03-24T17:12:44.361Z Downloaded proc-macro2 v1.0.94
1772025-03-24T17:12:44.361Z Downloaded zerocopy-derive v0.7.32
1782025-03-24T17:12:44.387Z Downloaded slog-term v2.9.1
1792025-03-24T17:12:44.387Z Downloaded serde_json v1.0.140
1802025-03-24T17:12:44.387Z Downloaded rand v0.8.4
1812025-03-24T17:12:44.387Z Downloaded portable-atomic v1.9.0
1822025-03-24T17:12:44.417Z Downloaded reqwest v0.12.15
1832025-03-24T17:12:44.417Z Downloaded quinn-proto v0.11.8
1842025-03-24T17:12:44.445Z Downloaded openssl v0.10.70
1852025-03-24T17:12:44.445Z Downloaded vcpkg v0.2.15
1862025-03-24T17:12:44.480Z Downloaded openapiv3 v2.0.0
1872025-03-24T17:12:44.505Z Downloaded webpki-roots v0.26.5
1882025-03-24T17:12:44.505Z Downloaded rustix v1.0.2
1892025-03-24T17:12:44.530Z Downloaded tokio-util v0.7.7
1902025-03-24T17:12:44.556Z Downloaded pest_meta v2.7.6
1912025-03-24T17:12:44.556Z Downloaded unicode-segmentation v1.10.0
1922025-03-24T17:12:44.556Z Downloaded zerocopy v0.7.32
1932025-03-24T17:12:44.582Z Downloaded typenum v1.14.0
1942025-03-24T17:12:44.582Z Downloaded parking_lot v0.12.1
1952025-03-24T17:12:44.582Z Downloaded mio v1.0.3
1962025-03-24T17:12:44.582Z Downloaded zerocopy v0.8.24
1972025-03-24T17:12:44.607Z Downloaded winnow v0.7.1
1982025-03-24T17:12:44.632Z Downloaded unicode-width v0.1.9
1992025-03-24T17:12:44.633Z Downloaded rand_chacha v0.3.1
2002025-03-24T17:12:44.633Z Downloaded pest v2.7.6
2012025-03-24T17:12:44.633Z Downloaded zerovec v0.10.4
2022025-03-24T17:12:44.633Z Downloaded tokio-tungstenite v0.26.2
2032025-03-24T17:12:44.633Z Downloaded once_cell v1.20.1
2042025-03-24T17:12:44.658Z Downloaded ring v0.17.13
2052025-03-24T17:12:44.686Z Downloaded native-tls v0.2.12
2062025-03-24T17:12:44.711Z Downloaded itoa v1.0.1
2072025-03-24T17:12:44.711Z Downloaded dtrace-parser v0.2.0
2082025-03-24T17:12:44.711Z Downloaded signal-hook-registry v1.4.0
2092025-03-24T17:12:44.711Z Downloaded serde_tokenstream v0.2.2
2102025-03-24T17:12:44.711Z Downloaded tower v0.5.2
2112025-03-24T17:12:44.711Z Downloaded utf-8 v0.7.6
2122025-03-24T17:12:44.711Z Downloaded openssl-macros v0.1.1
2132025-03-24T17:12:44.711Z Downloaded tower-service v0.3.3
2142025-03-24T17:12:44.712Z Downloaded slog-async v2.8.0
2152025-03-24T17:12:44.712Z Downloaded pkg-config v0.3.31
2162025-03-24T17:12:44.712Z Downloaded encoding_rs v0.8.32
2172025-03-24T17:12:44.737Z Downloaded sync_wrapper v1.0.1
2182025-03-24T17:12:44.737Z Downloaded schemars v0.8.22
2192025-03-24T17:12:44.762Z Downloaded prettyplease v0.2.31
2202025-03-24T17:12:44.762Z Downloaded futures-executor v0.3.31
2212025-03-24T17:12:44.762Z Downloaded tracing-core v0.1.32
2222025-03-24T17:12:44.762Z Downloaded schema-derive v0.1.0
2232025-03-24T17:12:44.762Z Downloaded tinyvec_macros v0.1.0
2242025-03-24T17:12:44.762Z Downloaded thiserror-impl v2.0.12
2252025-03-24T17:12:44.762Z Downloaded writeable v0.5.5
2262025-03-24T17:12:44.788Z Downloaded time-macros v0.2.18
2272025-03-24T17:12:44.788Z Downloaded icu_locid_transform_data v1.5.0
2282025-03-24T17:12:44.788Z Downloaded futures-macro v0.3.31
2292025-03-24T17:12:44.788Z Downloaded pest_derive v2.7.6
2302025-03-24T17:12:44.788Z Downloaded url v2.5.4
2312025-03-24T17:12:44.788Z Downloaded tracing v0.1.40
2322025-03-24T17:12:44.788Z Downloaded tokio v1.44.1
2332025-03-24T17:12:44.826Z Downloaded toml v0.8.20
2342025-03-24T17:12:44.851Z Downloaded quinn-udp v0.5.5
2352025-03-24T17:12:44.851Z Downloaded pin-project-lite v0.2.12
2362025-03-24T17:12:44.851Z Downloaded slog-json v2.6.1
2372025-03-24T17:12:44.851Z Downloaded slab v0.4.9
2382025-03-24T17:12:44.851Z Downloaded thiserror v1.0.69
2392025-03-24T17:12:44.851Z Downloaded num-traits v0.2.14
2402025-03-24T17:12:44.851Z Downloaded mime v0.3.16
2412025-03-24T17:12:44.877Z Downloaded libc v0.2.171
2422025-03-24T17:12:44.902Z Downloaded pin-utils v0.1.0
2432025-03-24T17:12:44.902Z Downloaded paste v1.0.15
2442025-03-24T17:12:44.902Z Downloaded utf16_iter v1.0.5
2452025-03-24T17:12:44.902Z Downloaded trybuild v1.0.104
2462025-03-24T17:12:44.902Z Downloaded num_threads v0.1.3
2472025-03-24T17:12:44.902Z Downloaded want v0.3.0
2482025-03-24T17:12:44.902Z Downloaded dof v0.3.0
2492025-03-24T17:12:44.903Z Downloaded rustls v0.22.4
2502025-03-24T17:12:44.928Z Downloaded pretty-hex v0.4.1
2512025-03-24T17:12:44.928Z Downloaded zerofrom v0.1.5
2522025-03-24T17:12:44.928Z Downloaded waitgroup v0.1.2
2532025-03-24T17:12:44.928Z Downloaded tower-layer v0.3.3
2542025-03-24T17:12:44.928Z Downloaded rustls-webpki v0.102.8
2552025-03-24T17:12:44.954Z Downloaded rustls v0.23.13
2562025-03-24T17:12:44.954Z Downloaded tokio-rustls v0.26.0
2572025-03-24T17:12:44.979Z Downloaded sha1 v0.10.6
2582025-03-24T17:12:44.979Z Downloaded time v0.3.36
2592025-03-24T17:12:44.979Z Downloaded parking v2.2.0
2602025-03-24T17:12:44.979Z Downloaded yoke v0.7.5
2612025-03-24T17:12:44.979Z Downloaded yasna v0.5.2
2622025-03-24T17:12:44.979Z Downloaded tokio-rustls v0.25.0
2632025-03-24T17:12:44.979Z Downloaded rustls-pemfile v2.1.3
2642025-03-24T17:12:44.979Z Downloaded scroll_derive v0.12.0
2652025-03-24T17:12:44.979Z Downloaded pem v3.0.5
2662025-03-24T17:12:44.979Z Downloaded write16 v1.0.0
2672025-03-24T17:12:44.979Z Downloaded tempfile v3.19.1
2682025-03-24T17:12:45.005Z Downloaded synstructure v0.13.1
2692025-03-24T17:12:45.005Z Downloaded subtle v2.5.0
2702025-03-24T17:12:45.005Z Downloaded rustls-pki-types v1.11.0
2712025-03-24T17:12:45.005Z Downloaded tinystr v0.7.6
2722025-03-24T17:12:45.005Z Downloaded serde_derive v1.0.219
2732025-03-24T17:12:45.005Z Downloaded ppv-lite86 v0.2.15
2742025-03-24T17:12:45.005Z Downloaded chrono v0.4.40
2752025-03-24T17:12:45.005Z Downloaded sha2 v0.10.8
2762025-03-24T17:12:45.031Z Downloaded tinyvec v1.5.1
2772025-03-24T17:12:45.031Z Downloaded time-core v0.1.2
2782025-03-24T17:12:45.031Z Downloaded thiserror v2.0.12
2792025-03-24T17:12:45.031Z Downloaded serde_derive_internals v0.29.0
2802025-03-24T17:12:45.031Z Downloaded serde v1.0.219
2812025-03-24T17:12:45.031Z Downloaded schemars_derive v0.8.22
2822025-03-24T17:12:45.031Z Downloaded tokio-macros v2.5.0
2832025-03-24T17:12:45.031Z Downloaded log v0.4.17
2842025-03-24T17:12:45.031Z Downloaded is-terminal v0.4.12
2852025-03-24T17:12:45.031Z Downloaded icu_properties_data v1.5.0
2862025-03-24T17:12:45.058Z Downloaded icu_locid_transform v1.5.0
2872025-03-24T17:12:45.058Z Downloaded hyper-staticfile v0.10.1
2882025-03-24T17:12:45.058Z Downloaded http-body-util v0.1.3
2892025-03-24T17:12:45.058Z Downloaded futures-core v0.3.31
2902025-03-24T17:12:45.058Z Downloaded form_urlencoded v1.2.1
2912025-03-24T17:12:45.058Z Downloaded fnv v1.0.7
2922025-03-24T17:12:45.058Z Downloaded event-listener v5.0.0
2932025-03-24T17:12:45.058Z Downloaded displaydoc v0.2.5
2942025-03-24T17:12:45.084Z Downloaded deranged v0.3.11
2952025-03-24T17:12:45.084Z Downloaded bitflags v2.4.0
2962025-03-24T17:12:45.084Z Downloaded atomic-waker v1.1.1
2972025-03-24T17:12:45.084Z Downloaded serde_urlencoded v0.7.1
2982025-03-24T17:12:45.084Z Downloaded schema v0.1.0
2992025-03-24T17:12:45.084Z Downloaded rustls-native-certs v0.7.0
3002025-03-24T17:12:45.084Z Downloaded thread_local v1.1.4
3012025-03-24T17:12:45.084Z Downloaded thiserror-impl v1.0.69
3022025-03-24T17:12:45.084Z Downloaded semver v1.0.26
3032025-03-24T17:12:45.084Z Downloaded scopeguard v1.2.0
3042025-03-24T17:12:45.084Z Downloaded rand_core v0.6.3
3052025-03-24T17:12:45.084Z Downloaded powerfmt v0.2.0
3062025-03-24T17:12:45.084Z Downloaded uuid v1.16.0
3072025-03-24T17:12:45.084Z Downloaded ipnet v2.10.0
3082025-03-24T17:12:45.084Z Downloaded idna v1.0.3
3092025-03-24T17:12:45.111Z Downloaded hyper v1.6.0
3102025-03-24T17:12:45.111Z Downloaded hashbrown v0.15.2
3112025-03-24T17:12:45.111Z Downloaded h2 v0.4.6
3122025-03-24T17:12:45.111Z Downloaded goblin v0.8.0
3132025-03-24T17:12:45.137Z Downloaded futures-util v0.3.31
3142025-03-24T17:12:45.137Z Downloaded futures-sink v0.3.31
3152025-03-24T17:12:45.137Z Downloaded cpufeatures v0.2.2
3162025-03-24T17:12:45.137Z Downloaded cc v1.2.16
3172025-03-24T17:12:45.137Z Downloaded block-buffer v0.10.2
3182025-03-24T17:12:45.163Z Downloaded async-channel v2.3.1
3192025-03-24T17:12:45.163Z Downloaded anyhow v1.0.97
3202025-03-24T17:12:45.163Z Downloaded openssl-sys v0.9.105
3212025-03-24T17:12:45.163Z Downloaded multer v3.1.0
3222025-03-24T17:12:45.163Z Downloaded memmap v0.7.0
3232025-03-24T17:12:45.163Z Downloaded memchr v2.6.0
3242025-03-24T17:12:45.163Z Downloaded icu_normalizer_data v1.5.0
3252025-03-24T17:12:45.163Z Downloaded http v1.3.1
3262025-03-24T17:12:45.189Z Downloaded hostname v0.3.1
3272025-03-24T17:12:45.189Z Downloaded getrandom v0.2.11
3282025-03-24T17:12:45.189Z Downloaded expectorate v1.1.0
3292025-03-24T17:12:45.189Z Downloaded base64 v0.22.1
3302025-03-24T17:12:45.189Z Downloaded yoke-derive v0.7.5
3312025-03-24T17:12:45.189Z Downloaded utf8_iter v1.0.4
3322025-03-24T17:12:45.189Z Downloaded unicase v2.6.0
3332025-03-24T17:12:45.189Z Downloaded ucd-trie v0.1.6
3342025-03-24T17:12:45.189Z Downloaded tokio-native-tls v0.3.1
3352025-03-24T17:12:45.189Z Downloaded thread-id v4.0.0
3362025-03-24T17:12:45.189Z Downloaded indexmap v2.8.0
3372025-03-24T17:12:45.215Z Downloaded icu_properties v1.5.1
3382025-03-24T17:12:45.215Z Downloaded icu_locid v1.5.0
3392025-03-24T17:12:45.215Z Downloaded icu_collections v1.5.0
3402025-03-24T17:12:45.215Z Downloaded hyper-util v0.1.10
3412025-03-24T17:12:45.215Z Downloaded httpdate v1.0.1
3422025-03-24T17:12:45.216Z Downloaded newline-converter v0.3.0
3432025-03-24T17:12:45.216Z Downloaded untrusted v0.9.0
3442025-03-24T17:12:45.242Z Downloaded glob v0.3.0
3452025-03-24T17:12:45.242Z Downloaded camino v1.1.9
3462025-03-24T17:12:45.242Z Downloaded bytes v1.10.1
3472025-03-24T17:12:45.242Z Downloaded plain v0.2.3
3482025-03-24T17:12:45.242Z Downloaded pest_generator v2.7.6
3492025-03-24T17:12:45.242Z Downloaded percent-encoding v2.3.1
3502025-03-24T17:12:45.242Z Downloaded openssl-probe v0.1.4
3512025-03-24T17:12:45.242Z Downloaded num-conv v0.1.0
3522025-03-24T17:12:45.242Z Downloaded zerovec-derive v0.10.3
3532025-03-24T17:12:45.242Z Downloaded zeroize v1.7.0
3542025-03-24T17:12:45.242Z Downloaded version_check v0.9.5
3552025-03-24T17:12:45.242Z Downloaded usdt-impl v0.5.0
3562025-03-24T17:12:45.242Z Downloaded usdt-attr-macro v0.5.0
3572025-03-24T17:12:45.242Z Downloaded usdt v0.5.0
3582025-03-24T17:12:45.242Z Downloaded icu_provider v1.5.0
3592025-03-24T17:12:45.242Z Downloaded icu_normalizer v1.5.0
3602025-03-24T17:12:45.268Z Downloaded httparse v1.10.0
3612025-03-24T17:12:45.268Z Downloaded hostname v0.4.0
3622025-03-24T17:12:45.269Z Downloaded heck v0.5.0
3632025-03-24T17:12:45.269Z Downloaded getrandom v0.3.1
3642025-03-24T17:12:45.269Z Downloaded futures v0.3.31
3652025-03-24T17:12:45.269Z Downloaded generic-array v0.14.5
3662025-03-24T17:12:45.269Z Downloaded crossbeam-channel v0.5.1
3672025-03-24T17:12:45.269Z Downloaded try-lock v0.2.3
3682025-03-24T17:12:45.269Z Downloaded toml_edit v0.22.23
3692025-03-24T17:12:45.294Z Downloaded lazy_static v1.5.0
3702025-03-24T17:12:45.295Z Downloaded iana-time-zone v0.1.47
3712025-03-24T17:12:45.320Z Downloaded hyper-rustls v0.27.3
3722025-03-24T17:12:45.320Z Downloaded hyper-rustls v0.26.0
3732025-03-24T17:12:45.320Z Downloaded futures-task v0.3.31
3742025-03-24T17:12:45.320Z Downloaded futures-channel v0.3.31
3752025-03-24T17:12:45.320Z Downloaded fastrand v2.1.1
3762025-03-24T17:12:45.320Z Downloaded dyn-clone v1.0.4
3772025-03-24T17:12:45.320Z Downloaded dirs-sys-next v0.1.2
3782025-03-24T17:12:45.321Z Downloaded dirs-next v2.0.0
3792025-03-24T17:12:45.321Z Downloaded digest v0.10.7
3802025-03-24T17:12:45.321Z Downloaded crypto-common v0.1.6
3812025-03-24T17:12:45.321Z Downloaded console v0.15.7
3822025-03-24T17:12:45.322Z Downloaded concurrent-queue v2.5.0
3832025-03-24T17:12:45.322Z Downloaded cfg-if v1.0.0
3842025-03-24T17:12:45.322Z Downloaded buf-list v1.0.3
3852025-03-24T17:12:45.348Z Downloaded autocfg v1.1.0
3862025-03-24T17:12:45.348Z Downloaded match_cfg v0.1.0
3872025-03-24T17:12:45.348Z Downloaded icu_provider_macros v1.5.0
3882025-03-24T17:12:45.348Z Downloaded hyper-tls v0.6.0
3892025-03-24T17:12:45.348Z Downloaded http-range v0.1.4
3902025-03-24T17:12:45.348Z Downloaded http-body v1.0.1
3912025-03-24T17:12:45.348Z Downloaded foreign-types-shared v0.1.1
3922025-03-24T17:12:45.348Z Downloaded foreign-types v0.3.2
3932025-03-24T17:12:45.348Z Downloaded equivalent v1.0.0
3942025-03-24T17:12:45.348Z Downloaded data-encoding v2.4.0
3952025-03-24T17:12:45.348Z Downloaded byteorder v1.4.3
3962025-03-24T17:12:45.348Z Downloaded async-stream-impl v0.3.6
3972025-03-24T17:12:45.483Z Compiling proc-macro2 v1.0.94
3982025-03-24T17:12:45.484Z Compiling unicode-ident v1.0.12
3992025-03-24T17:12:45.509Z Compiling libc v0.2.171
4002025-03-24T17:12:45.509Z Compiling cfg-if v1.0.0
4012025-03-24T17:12:45.509Z Compiling serde v1.0.219
4022025-03-24T17:12:45.509Z Compiling itoa v1.0.1
4032025-03-24T17:12:45.509Z Compiling memchr v2.6.0
4042025-03-24T17:12:45.509Z Compiling version_check v0.9.5
4052025-03-24T17:12:45.509Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=62ae15d49ab00502 -C extra-filename=-9b87b0fcd0ab9782 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-9b87b0fcd0ab9782 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4062025-03-24T17:12:45.509Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6136167cd3502cc1 -C extra-filename=-dd752158793d8d8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-dd752158793d8d8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072025-03-24T17:12:45.509Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=04cd161de4aa9fad -C extra-filename=-659b900924d257b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4082025-03-24T17:12:45.510Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc045ea2283f42bf -C extra-filename=-63ef57026ce3a1de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092025-03-24T17:12:45.510Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=15a1680bed1dd4b5 -C extra-filename=-f08a54edccfc6cd9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-f08a54edccfc6cd9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102025-03-24T17:12:45.510Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b4f2695328db515 -C extra-filename=-ab778c5e0c6d6007 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-03-24T17:12:45.510Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ee608cfa2751208e -C extra-filename=-2315fbefb00e067e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122025-03-24T17:12:45.510Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b3040b9daef0dbe -C extra-filename=-f82c0cf4165bf1e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132025-03-24T17:12:45.651Z Compiling once_cell v1.20.1
4142025-03-24T17:12:45.676Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=707a85012c47f18e -C extra-filename=-6d038425c56f5b07 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152025-03-24T17:12:45.731Z Compiling pin-project-lite v0.2.12
4162025-03-24T17:12:45.757Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b17fdcf30c65bbf1 -C extra-filename=-cd3877c9e18cb19e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172025-03-24T17:12:45.757Z Compiling shlex v1.3.0
4182025-03-24T17:12:45.757Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6ccf8bdb263eec42 -C extra-filename=-90c87e5c9a39f009 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192025-03-24T17:12:45.856Z Compiling autocfg v1.1.0
4202025-03-24T17:12:45.881Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac1c799365d05629 -C extra-filename=-43a22aa231a7cc43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212025-03-24T17:12:46.002Z Compiling cc v1.2.16
4222025-03-24T17:12:46.027Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=b31d88674c24c5ab -C extra-filename=-ab8059e529abb69f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-90c87e5c9a39f009.rmeta --cap-lints allow`
4232025-03-24T17:12:46.053Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-f08a54edccfc6cd9/build-script-build`
4242025-03-24T17:12:46.053Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-9b87b0fcd0ab9782/build-script-build`
4252025-03-24T17:12:46.078Z Compiling bytes v1.10.1
4262025-03-24T17:12:46.078Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=a9a90ae309e083a3 -C extra-filename=-cb515188b96b0495 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272025-03-24T17:12:46.104Z Compiling smallvec v1.13.2
4282025-03-24T17:12:46.104Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=9b22acbf52b79422 -C extra-filename=-9774fe3851bb90e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292025-03-24T17:12:46.129Z Compiling log v0.4.17
4302025-03-24T17:12:46.129Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=28574ef49f6be57b -C extra-filename=-3067bdcd9260f825 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3067bdcd9260f825 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312025-03-24T17:12:46.155Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-dd752158793d8d8e/build-script-build`
4322025-03-24T17:12:46.209Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f47175734fa3a6bb -C extra-filename=-6fdc16e62d488c81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4332025-03-24T17:12:46.349Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ad68c89e290492ae -C extra-filename=-b5f86640efab6f3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-63ef57026ce3a1de.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4342025-03-24T17:12:46.403Z Compiling futures-core v0.3.31
4352025-03-24T17:12:46.429Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=e5683bace10c25b2 -C extra-filename=-29226b0922055fb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362025-03-24T17:12:46.455Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-3067bdcd9260f825/build-script-build`
4372025-03-24T17:12:46.455Z Compiling parking_lot_core v0.9.4
4382025-03-24T17:12:46.455Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=861896d1e1d0eef7 -C extra-filename=-44af30d40e2731e9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-44af30d40e2731e9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392025-03-24T17:12:46.482Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=49abe8114db0d17b -C extra-filename=-fcb78d7a0f863c0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4402025-03-24T17:12:46.852Z Compiling scopeguard v1.2.0
4412025-03-24T17:12:46.878Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=64bd31010f86a6ad -C extra-filename=-bd94e4ce5f9f2f14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422025-03-24T17:12:46.962Z Compiling ryu v1.0.5
4432025-03-24T17:12:46.987Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=bcaa4f2312d1ddc8 -C extra-filename=-4316a768d03a0e72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-4316a768d03a0e72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442025-03-24T17:12:46.987Z Compiling lock_api v0.4.6
4452025-03-24T17:12:46.987Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=d4ff6a379422b680 -C extra-filename=-2423a90910e34c12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rmeta --cap-lints allow`
4462025-03-24T17:12:47.013Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-44af30d40e2731e9/build-script-build`
4472025-03-24T17:12:47.013Z Compiling slab v0.4.9
4482025-03-24T17:12:47.013Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3076a813d6b17fc1 -C extra-filename=-e26827daefefe098 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-e26827daefefe098 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-43a22aa231a7cc43.rlib --cap-lints allow`
4492025-03-24T17:12:47.038Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ab744d8114b334fc -C extra-filename=-9aa31798e5172764 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --cap-lints allow`
4502025-03-24T17:12:47.069Z Compiling futures-sink v0.3.31
4512025-03-24T17:12:47.096Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1b86bdbf5cdafe5d -C extra-filename=-5ffe73603a78316b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4522025-03-24T17:12:47.235Z Compiling quote v1.0.40
4532025-03-24T17:12:47.261Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=e61f219b4cdcce78 -C extra-filename=-509cd800b1c083a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --cap-lints allow`
4542025-03-24T17:12:47.336Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-e26827daefefe098/build-script-build`
4552025-03-24T17:12:47.380Z Compiling parking_lot v0.12.1
4562025-03-24T17:12:47.405Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=632aeba2dd82cece -C extra-filename=-f2cf4cad88213083 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-2423a90910e34c12.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-9aa31798e5172764.rmeta --cap-lints allow`
4572025-03-24T17:12:47.448Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-4316a768d03a0e72/build-script-build`
4582025-03-24T17:12:47.517Z Compiling signal-hook-registry v1.4.0
4592025-03-24T17:12:47.542Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4955be5c0d416649 -C extra-filename=-2ff82664e3dc1001 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
4602025-03-24T17:12:47.568Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=589f9038d19d9e89 -C extra-filename=-c1193a9a3209fb84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4612025-03-24T17:12:47.622Z Compiling mio v1.0.3
4622025-03-24T17:12:47.647Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=679fa6b3c64e2014 -C extra-filename=-06678cc5b0de56f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
4632025-03-24T17:12:47.648Z Compiling socket2 v0.5.5
4642025-03-24T17:12:47.648Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=de7a89bd427cf588 -C extra-filename=-bd8613c483b9a5a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
4652025-03-24T17:12:47.958Z Compiling syn v2.0.100
4662025-03-24T17:12:47.984Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=fc36e702f7d6c550 -C extra-filename=-b3f1aa275dd6f985 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-63ef57026ce3a1de.rmeta --cap-lints allow`
4672025-03-24T17:12:48.032Z Compiling serde_json v1.0.140
4682025-03-24T17:12:48.057Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=30ac7d57f5ed0bdf -C extra-filename=-cd14e8812eb5fa89 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-cd14e8812eb5fa89 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692025-03-24T17:12:48.138Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b3c266c8f759e486 -C extra-filename=-7201ac07968d2d83 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702025-03-24T17:12:48.323Z Compiling getrandom v0.2.11
4712025-03-24T17:12:48.349Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=da8398e8e4968492 -C extra-filename=-036d4bbd799c8819 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
4722025-03-24T17:12:48.349Z Compiling thiserror v1.0.69
4732025-03-24T17:12:48.349Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f860f3ec504f7c7 -C extra-filename=-43bd87735b4dbdbf --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-43bd87735b4dbdbf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4742025-03-24T17:12:48.380Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-cd14e8812eb5fa89/build-script-build`
4752025-03-24T17:12:48.405Z Compiling fnv v1.0.7
4762025-03-24T17:12:48.405Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cf6674dc1018e7d9 -C extra-filename=-d59914012fe8741e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772025-03-24T17:12:48.431Z Compiling futures-channel v0.3.31
4782025-03-24T17:12:48.431Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=c83017d67c34dbf4 -C extra-filename=-3da1d71a683166f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --cap-lints allow`
4792025-03-24T17:12:48.532Z Compiling http v1.3.1
4802025-03-24T17:12:48.561Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4962decc9e1e6eda -C extra-filename=-7d6ea205864f2c14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-d59914012fe8741e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --cap-lints allow`
4812025-03-24T17:12:48.561Z Compiling hashbrown v0.15.2
4822025-03-24T17:12:48.561Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=89c45f529958780d -C extra-filename=-6a651f98f846e240 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832025-03-24T17:12:48.683Z Compiling futures-io v0.3.31
4842025-03-24T17:12:48.709Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=f4f25a1bf4592e13 -C extra-filename=-ae09d8034e5074c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852025-03-24T17:12:48.734Z Compiling pin-utils v0.1.0
4862025-03-24T17:12:48.734Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4aa7c31527561cd -C extra-filename=-37ccc11444c84852 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872025-03-24T17:12:48.762Z Compiling ring v0.17.13
4882025-03-24T17:12:48.762Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=32dd933dd2f335f0 -C extra-filename=-a994115b9ec58c48 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-a994115b9ec58c48 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-ab8059e529abb69f.rlib --cap-lints allow`
4892025-03-24T17:12:48.788Z Compiling stable_deref_trait v1.2.0
4902025-03-24T17:12:48.788Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b1ad210590e9dd7b -C extra-filename=-3372c03c51341570 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912025-03-24T17:12:48.813Z Compiling equivalent v1.0.0
4922025-03-24T17:12:48.813Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49e5c222c08299d8 -C extra-filename=-4b5682327f897c0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932025-03-24T17:12:48.839Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-43bd87735b4dbdbf/build-script-build`
4942025-03-24T17:12:48.896Z Compiling futures-task v0.3.31
4952025-03-24T17:12:48.922Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=ba48242c9cbaf32a -C extra-filename=-4d433bb4749bf289 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962025-03-24T17:12:48.947Z Compiling httparse v1.10.0
4972025-03-24T17:12:48.947Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d939455bacdbfda9 -C extra-filename=-cab92ddbce2855c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-cab92ddbce2855c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4982025-03-24T17:12:48.973Z Compiling rustls-pki-types v1.11.0
4992025-03-24T17:12:48.973Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=4f51662bd1305be9 -C extra-filename=-3b5eb44e4b8e1fad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002025-03-24T17:12:49.100Z Compiling tracing-core v0.1.32
5012025-03-24T17:12:49.126Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=f9da084492997fa1 -C extra-filename=-b4d76dddc6856135 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --cap-lints allow`
5022025-03-24T17:12:49.164Z Compiling untrusted v0.9.0
5032025-03-24T17:12:49.190Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58973f32326c2410 -C extra-filename=-b52afaae08e0fd43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-03-24T17:12:49.334Z Compiling ucd-trie v0.1.6
5052025-03-24T17:12:49.364Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=101dd11b9edf4b96 -C extra-filename=-8f85053c5446a014 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062025-03-24T17:12:49.520Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-cab92ddbce2855c0/build-script-build`
5072025-03-24T17:12:49.572Z Compiling getrandom v0.3.1
5082025-03-24T17:12:49.598Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=9bc18fdc61278e6d -C extra-filename=-1aa9d4d6eb7e2172 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-1aa9d4d6eb7e2172 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092025-03-24T17:12:49.598Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba829025d3c02658 -C extra-filename=-7f9c21aedd97326e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5102025-03-24T17:12:49.688Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-a994115b9ec58c48/build-script-build`
5112025-03-24T17:12:49.913Z Compiling tracing v0.1.40
5122025-03-24T17:12:49.938Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=80d6c6d43cbc61b3 -C extra-filename=-4bb19ae98cfd895e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-b4d76dddc6856135.rmeta --cap-lints allow`
5132025-03-24T17:12:49.938Z Compiling writeable v0.5.5
5142025-03-24T17:12:49.938Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=c09805ae45047274 -C extra-filename=-a98c1f26252eb1dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152025-03-24T17:12:50.033Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-1aa9d4d6eb7e2172/build-script-build`
5162025-03-24T17:12:50.058Z Compiling pkg-config v0.3.31
5172025-03-24T17:12:50.058Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e975f9198ba131c -C extra-filename=-717a829bc88cc6de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182025-03-24T17:12:50.213Z Compiling atomic-waker v1.1.1
5192025-03-24T17:12:50.238Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=0d616442a7fd421b -C extra-filename=-1f06f776c9b52d56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202025-03-24T17:12:50.294Z Compiling vcpkg v0.2.15
5212025-03-24T17:12:50.319Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8026072828647cd -C extra-filename=-45625b3cc57cdb13 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222025-03-24T17:12:50.348Z Compiling typenum v1.14.0
5232025-03-24T17:12:50.373Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=79cb8af1930ec399 -C extra-filename=-95e127084cabe941 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-95e127084cabe941 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242025-03-24T17:12:50.424Z Compiling litemap v0.7.4
5252025-03-24T17:12:50.449Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=08f8045327acb61d -C extra-filename=-27c0f9a9a54a2505 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262025-03-24T17:12:50.512Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=0be2570f2abe3bed -C extra-filename=-86b8af17694901f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
5272025-03-24T17:12:50.585Z Compiling http-body v1.0.1
5282025-03-24T17:12:50.610Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f0d71daadcf1aa9 -C extra-filename=-b874d3633c8f79d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --cap-lints allow`
5292025-03-24T17:12:50.794Z Compiling generic-array v0.14.5
5302025-03-24T17:12:50.819Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=1f8421a574ac4644 -C extra-filename=-235517b94f7e47ed --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-235517b94f7e47ed -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
5312025-03-24T17:12:50.844Z Compiling try-lock v0.2.3
5322025-03-24T17:12:50.844Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cf08caa79192037 -C extra-filename=-6379a8e6c1a482f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332025-03-24T17:12:50.870Z Compiling crossbeam-utils v0.8.15
5342025-03-24T17:12:50.870Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=dd0f3c3f742eb217 -C extra-filename=-8d20bd39cb0a7453 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8d20bd39cb0a7453 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5352025-03-24T17:12:51.026Z Compiling byteorder v1.4.3
5362025-03-24T17:12:51.051Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=08caeb5664e43da0 -C extra-filename=-a82a60d143dcd439 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372025-03-24T17:12:51.051Z Compiling want v0.3.0
5382025-03-24T17:12:51.051Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cee4e148a3ac9ff -C extra-filename=-fd991500b2b7306e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-6379a8e6c1a482f6.rmeta --cap-lints allow`
5392025-03-24T17:12:51.164Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-235517b94f7e47ed/build-script-build`
5402025-03-24T17:12:51.204Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-95e127084cabe941/build-script-main`
5412025-03-24T17:12:51.230Z Compiling subtle v2.5.0
5422025-03-24T17:12:51.230Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=b3d13b268e8e8903 -C extra-filename=-3a0211a29d179234 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432025-03-24T17:12:51.304Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8d20bd39cb0a7453/build-script-build`
5442025-03-24T17:12:51.330Z Compiling powerfmt v0.2.0
5452025-03-24T17:12:51.330Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=382e75b29263e27e -C extra-filename=-c2fa9b2ee4bcad4d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462025-03-24T17:12:51.355Z Compiling httpdate v1.0.1
5472025-03-24T17:12:51.355Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=497b16a03084c830 -C extra-filename=-0882e873a5b66b06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5482025-03-24T17:12:51.355Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=42b5eeb8944c0db6 -C extra-filename=-1a23a0184a1b1fed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492025-03-24T17:12:51.420Z Compiling zeroize v1.7.0
5502025-03-24T17:12:51.446Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=226ed35c97a17355 -C extra-filename=-6b7a9896b76ada19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512025-03-24T17:12:51.537Z Compiling num-conv v0.1.0
5522025-03-24T17:12:51.562Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d532958423396691 -C extra-filename=-42b16eefec1a386f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532025-03-24T17:12:51.595Z Compiling openssl-sys v0.9.105
5542025-03-24T17:12:51.620Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.105/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=5bed07765fb39de3 -C extra-filename=-7ed3b5c406602603 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-7ed3b5c406602603 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-ab8059e529abb69f.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-717a829bc88cc6de.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-45625b3cc57cdb13.rlib --cap-lints allow`
5552025-03-24T17:12:51.723Z Compiling icu_locid_transform_data v1.5.0
5562025-03-24T17:12:51.749Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1fe145fef8ee86c -C extra-filename=-e43485fea204305a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572025-03-24T17:12:51.774Z Compiling time-core v0.1.2
5582025-03-24T17:12:51.774Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d681c768485f1d7 -C extra-filename=-0f7292795a1b5b3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592025-03-24T17:12:51.800Z Compiling deranged v0.3.11
5602025-03-24T17:12:51.800Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=fd76bd197d66ed91 -C extra-filename=-d702201da7d2228e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-c2fa9b2ee4bcad4d.rmeta --cap-lints allow`
5612025-03-24T17:12:51.825Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d3da62cffaf9fe51 -C extra-filename=-d8f03c97d9fe804b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --cap-lints allow`
5622025-03-24T17:12:51.852Z Compiling base64 v0.22.1
5632025-03-24T17:12:51.852Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6e679e982a32cc43 -C extra-filename=-f192fbf214562642 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642025-03-24T17:12:51.925Z Compiling time-macros v0.2.18
5652025-03-24T17:12:51.950Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=773fc510dde277bc -C extra-filename=-b63c81253f159047 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-42b16eefec1a386f.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-0f7292795a1b5b3e.rlib --extern proc_macro --cap-lints allow`
5662025-03-24T17:12:52.342Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=e77e76835ba8ba1c -C extra-filename=-121297f08ee7079d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1a23a0184a1b1fed.rmeta --cap-lints allow --cfg relaxed_coherence`
5672025-03-24T17:12:52.458Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-7ed3b5c406602603/build-script-main`
5682025-03-24T17:12:52.483Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=63c085349e227c4a -C extra-filename=-840a41a50c10073d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-036d4bbd799c8819.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b52afaae08e0fd43.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5692025-03-24T17:12:52.510Z Compiling tower-service v0.3.3
5702025-03-24T17:12:52.510Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5627fb8c21af76b -C extra-filename=-9e6d8229f92eab45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712025-03-24T17:12:52.538Z Compiling ppv-lite86 v0.2.15
5722025-03-24T17:12:52.563Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=84f1941f5462650c -C extra-filename=-06f424b2ea36c27d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732025-03-24T17:12:52.627Z Compiling bitflags v2.4.0
5742025-03-24T17:12:52.653Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=12eed2eee47c78e9 -C extra-filename=-60d0c8a5c1f964c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752025-03-24T17:12:52.772Z Compiling slog v2.7.0
5762025-03-24T17:12:52.798Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=3fd964949d6fcdab -C extra-filename=-a56266a179d759e4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-a56266a179d759e4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772025-03-24T17:12:53.005Z Compiling icu_properties_data v1.5.0
5782025-03-24T17:12:53.030Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0912473d9db686b8 -C extra-filename=-6923e5b8bc337e8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792025-03-24T17:12:53.030Z Compiling num_threads v0.1.3
5802025-03-24T17:12:53.030Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=553d61e468a4ba73 -C extra-filename=-aee35d8e612fb29d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5812025-03-24T17:12:53.176Z Compiling thread-id v4.0.0
5822025-03-24T17:12:53.201Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d548b05c3c52ccc5 -C extra-filename=-205ec0d78d94d407 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
5832025-03-24T17:12:53.201Z Compiling usdt-impl v0.5.0
5842025-03-24T17:12:53.201Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=f56324206f2c22e3 -C extra-filename=-3a8b6a62faaf4cad --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a8b6a62faaf4cad -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
5852025-03-24T17:12:53.226Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-a56266a179d759e4/build-script-build`
5862025-03-24T17:12:53.250Z Compiling unicase v2.6.0
5872025-03-24T17:12:53.251Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=af7e9da8448761f2 -C extra-filename=-70d611e318f90614 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-70d611e318f90614 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
5882025-03-24T17:12:53.278Z Compiling write16 v1.0.0
5892025-03-24T17:12:53.303Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=cf722262aab8b2b7 -C extra-filename=-d1e58fb35bfe6357 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902025-03-24T17:12:53.303Z Compiling percent-encoding v2.3.1
5912025-03-24T17:12:53.303Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aefd21a26ff2af3c -C extra-filename=-198de62654989182 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922025-03-24T17:12:53.387Z Compiling openssl-probe v0.1.4
5932025-03-24T17:12:53.412Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77b7e95c5d51cb67 -C extra-filename=-badc72fbc427fe45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942025-03-24T17:12:53.437Z Compiling utf16_iter v1.0.5
5952025-03-24T17:12:53.437Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78a73379133233f5 -C extra-filename=-7fa14f49a2be896f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962025-03-24T17:12:53.565Z Compiling utf8_iter v1.0.4
5972025-03-24T17:12:53.590Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbf0def8a7d8eea0 -C extra-filename=-5709dfdc2625d210 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982025-03-24T17:12:53.590Z Compiling icu_normalizer_data v1.5.0
5992025-03-24T17:12:53.590Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c97deb820a16801 -C extra-filename=-e92dfb06bb85b5f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002025-03-24T17:12:53.616Z Compiling openssl v0.10.70
6012025-03-24T17:12:53.616Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.70/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=3eab909fec9e03fc -C extra-filename=-9ab96c536e026422 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-9ab96c536e026422 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6022025-03-24T17:12:53.641Z Compiling foreign-types-shared v0.1.1
6032025-03-24T17:12:53.641Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f0aa33d55a4244e -C extra-filename=-79fcdb94eccb1566 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6042025-03-24T17:12:53.680Z Compiling paste v1.0.15
6052025-03-24T17:12:53.705Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47c8827ebd30186f -C extra-filename=-433baff36be548e1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-433baff36be548e1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6062025-03-24T17:12:53.730Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70d611e318f90614/build-script-build`
6072025-03-24T17:12:53.755Z Compiling foreign-types v0.3.2
6082025-03-24T17:12:53.755Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0a83ac318031223 -C extra-filename=-a44797a638bf96c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-79fcdb94eccb1566.rmeta --cap-lints allow`
6092025-03-24T17:12:53.788Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a8b6a62faaf4cad/build-script-build`
6102025-03-24T17:12:53.848Z Compiling form_urlencoded v1.2.1
6112025-03-24T17:12:53.873Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=da8dea0f91aa1ce9 -C extra-filename=-987e54a5f8bba256 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --cap-lints allow`
6122025-03-24T17:12:53.905Z Compiling crypto-common v0.1.6
6132025-03-24T17:12:53.930Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=cee67ac5272bb60d -C extra-filename=-ee0e6e11ba8dee18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-121297f08ee7079d.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1a23a0184a1b1fed.rmeta --cap-lints allow`
6142025-03-24T17:12:53.955Z Compiling block-buffer v0.10.2
6152025-03-24T17:12:53.955Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac03da8a3aa2a6c9 -C extra-filename=-5bf7ed1c32ff3f29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-121297f08ee7079d.rmeta --cap-lints allow`
6162025-03-24T17:12:54.040Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-9ab96c536e026422/build-script-build`
6172025-03-24T17:12:54.066Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=eb5ad17bb946a825 -C extra-filename=-67f2eb52b2680b32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6182025-03-24T17:12:54.092Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=3d8838cdf8fcf6d0 -C extra-filename=-ddf3df0dc2ea22a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
6192025-03-24T17:12:54.141Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-433baff36be548e1/build-script-build`
6202025-03-24T17:12:54.167Z Compiling num-traits v0.2.14
6212025-03-24T17:12:54.167Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7e349406adec9df3 -C extra-filename=-6ea3612f82153190 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-6ea3612f82153190 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-43a22aa231a7cc43.rlib --cap-lints allow`
6222025-03-24T17:12:54.193Z Compiling rustls v0.23.13
6232025-03-24T17:12:54.193Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=438b1825bd2d550b -C extra-filename=-8e00b0ef28c22dee --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-8e00b0ef28c22dee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242025-03-24T17:12:54.193Z Compiling synstructure v0.13.1
6252025-03-24T17:12:54.193Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2bd17c880600cb47 -C extra-filename=-08f19d710d3a3f47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
6262025-03-24T17:12:54.219Z Compiling time v0.3.36
6272025-03-24T17:12:54.219Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=ab9a1085d2ed7174 -C extra-filename=-c2f22fec5fbf7ec8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-d702201da7d2228e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-42b16eefec1a386f.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-aee35d8e612fb29d.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-c2fa9b2ee4bcad4d.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-0f7292795a1b5b3e.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-b63c81253f159047.so --cap-lints allow`
6282025-03-24T17:12:54.480Z Compiling plain v0.2.3
6292025-03-24T17:12:54.506Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b9f33c59904f7d -C extra-filename=-0352c0bd20450dbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6302025-03-24T17:12:54.506Z Compiling semver v1.0.26
6312025-03-24T17:12:54.506Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89d2c2af4ec23d71 -C extra-filename=-c02eeb76c01fc848 --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-c02eeb76c01fc848 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6322025-03-24T17:12:54.632Z Compiling rustls v0.22.4
6332025-03-24T17:12:54.658Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=14513d3ed44f9384 -C extra-filename=-ac2397ff3f16dd02 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-ac2397ff3f16dd02 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342025-03-24T17:12:54.715Z Compiling mime v0.3.16
6352025-03-24T17:12:54.742Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15390bc3563cf280 -C extra-filename=-250951e54aab151c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6362025-03-24T17:12:54.920Z Compiling rustls-webpki v0.102.8
6372025-03-24T17:12:54.946Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=9b8d452ca967997a -C extra-filename=-ea6909a737d30af3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-b52afaae08e0fd43.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
6382025-03-24T17:12:54.946Z Compiling native-tls v0.2.12
6392025-03-24T17:12:54.946Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=c9e00a3d41b4b7d5 -C extra-filename=-2351ecc04e7884c1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-2351ecc04e7884c1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6402025-03-24T17:12:55.098Z Compiling thiserror v2.0.12
6412025-03-24T17:12:55.123Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5537808112e25d30 -C extra-filename=-2abd238d8fcca215 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-2abd238d8fcca215 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422025-03-24T17:12:55.172Z Compiling zerocopy v0.8.24
6432025-03-24T17:12:55.197Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=a44d32b856dbde4d -C extra-filename=-9ee12f47bcc169f5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-9ee12f47bcc169f5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6442025-03-24T17:12:55.197Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-ac2397ff3f16dd02/build-script-build`
6452025-03-24T17:12:55.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-c02eeb76c01fc848/build-script-build`
6462025-03-24T17:12:55.273Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-6ea3612f82153190/build-script-build`
6472025-03-24T17:12:55.298Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-2351ecc04e7884c1/build-script-build`
6482025-03-24T17:12:55.298Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-8e00b0ef28c22dee/build-script-build`
6492025-03-24T17:12:55.323Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99cd2df8a0935de4 -C extra-filename=-bd30506454cebda7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
6502025-03-24T17:12:55.586Z Compiling digest v0.10.7
6512025-03-24T17:12:55.611Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=db026552a8594b2d -C extra-filename=-0a1fb7ac40de4779 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-5bf7ed1c32ff3f29.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-ee0e6e11ba8dee18.rmeta --cap-lints allow`
6522025-03-24T17:12:55.637Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-2abd238d8fcca215/build-script-build`
6532025-03-24T17:12:55.792Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-9ee12f47bcc169f5/build-script-build`
6542025-03-24T17:12:55.847Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9b331030c030bfc3 -C extra-filename=-4a33bb6c8ec16768 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
6552025-03-24T17:12:55.890Z Compiling rustls-pemfile v2.1.3
6562025-03-24T17:12:55.915Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=296b5fc3cba0f437 -C extra-filename=-6a81f1f256e4a042 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --cap-lints allow`
6572025-03-24T17:12:55.941Z Compiling rand_core v0.9.3
6582025-03-24T17:12:55.941Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=67cce4d2f8916b86 -C extra-filename=-617a8e1e7871a713 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-86b8af17694901f2.rmeta --cap-lints allow`
6592025-03-24T17:12:56.165Z Compiling dirs-sys-next v0.1.2
6602025-03-24T17:12:56.191Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=589f6a6af2c484ad -C extra-filename=-10b878f644dc332a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
6612025-03-24T17:12:56.216Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b14dcb7fb3355fa4 -C extra-filename=-6243b47ee24b966f --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6243b47ee24b966f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
6622025-03-24T17:12:56.278Z Compiling pretty-hex v0.4.1
6632025-03-24T17:12:56.303Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=d962672fc6c4a366 -C extra-filename=-15823880d5dc9892 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6642025-03-24T17:12:56.303Z Compiling winnow v0.7.1
6652025-03-24T17:12:56.303Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5da6d9f3f732dccd -C extra-filename=-bf7d2d1406c38c53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6662025-03-24T17:12:56.574Z Compiling cpufeatures v0.2.2
6672025-03-24T17:12:56.599Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eed0e978d37c41c8 -C extra-filename=-bb092ac4ee5f0273 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6682025-03-24T17:12:56.625Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6243b47ee24b966f/build-script-build`
6692025-03-24T17:12:56.682Z Compiling sha1 v0.10.6
6702025-03-24T17:12:56.707Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f1fc3cb2f14d8918 -C extra-filename=-3024600dc8c1764a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-bb092ac4ee5f0273.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0a1fb7ac40de4779.rmeta --cap-lints allow`
6712025-03-24T17:12:56.760Z Compiling dirs-next v2.0.0
6722025-03-24T17:12:56.785Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4e387dc0aa4bdd8 -C extra-filename=-46283e12b4067a4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-10b878f644dc332a.rmeta --cap-lints allow`
6732025-03-24T17:12:56.785Z Compiling mime_guess v2.0.5
6742025-03-24T17:12:56.785Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=d114d1d7dd64af7f -C extra-filename=-0668e0f2236708b4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-0668e0f2236708b4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4a33bb6c8ec16768.rlib --cap-lints allow`
6752025-03-24T17:12:56.814Z Compiling rand_chacha v0.9.0
6762025-03-24T17:12:56.814Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=d9aab02e8fa41598 -C extra-filename=-4ab31d98c6a7da2d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-06f424b2ea36c27d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-617a8e1e7871a713.rmeta --cap-lints allow`
6772025-03-24T17:12:56.840Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=a423cb86d32392d3 -C extra-filename=-83e6c05aa4aa716d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6782025-03-24T17:12:56.953Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=9af44c3568dd39e9 -C extra-filename=-a028984802011d33 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea6909a737d30af3.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-3a0211a29d179234.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6b7a9896b76ada19.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6792025-03-24T17:12:57.121Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=076089c897743dbd -C extra-filename=-76d98ed4c6004a35 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea6909a737d30af3.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-3a0211a29d179234.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6b7a9896b76ada19.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
6802025-03-24T17:12:57.301Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1e78f32ebbfdb972 -C extra-filename=-1162e1525193acc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
6812025-03-24T17:12:57.638Z Compiling serde_derive v1.0.219
6822025-03-24T17:12:57.664Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1f47d2e98267e677 -C extra-filename=-442de2d8f9a633eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6832025-03-24T17:12:57.695Z Compiling tokio-macros v2.5.0
6842025-03-24T17:12:57.721Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd553b2381c6e569 -C extra-filename=-ab6c323c9c4d246d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6852025-03-24T17:12:57.721Z Compiling zerofrom-derive v0.1.5
6862025-03-24T17:12:57.721Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7deb43a6306ef5ba -C extra-filename=-b87da9d69e4b388f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-08f19d710d3a3f47.rlib --extern proc_macro --cap-lints allow`
6872025-03-24T17:12:58.450Z Compiling thiserror-impl v1.0.69
6882025-03-24T17:12:58.475Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97f3e8f73a7a11fa -C extra-filename=-6e0da22182642158 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6892025-03-24T17:12:58.936Z Compiling tokio v1.44.1
6902025-03-24T17:12:58.962Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0e4700b1ef574de9 -C extra-filename=-204f12b71c8739eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-06678cc5b0de56f5.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-f2cf4cad88213083.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-2ff82664e3dc1001.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-bd8613c483b9a5a8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ab6c323c9c4d246d.so --cap-lints allow`
6912025-03-24T17:12:59.361Z Compiling yoke-derive v0.7.5
6922025-03-24T17:12:59.387Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdb643da45ecdb2e -C extra-filename=-867d397e8574c9bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-08f19d710d3a3f47.rlib --extern proc_macro --cap-lints allow`
6932025-03-24T17:12:59.681Z Compiling futures-macro v0.3.31
6942025-03-24T17:12:59.706Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a0a48d6938a5aa -C extra-filename=-0b29b062d1b96ee7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6952025-03-24T17:13:00.268Z Compiling zerofrom v0.1.5
6962025-03-24T17:13:00.293Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=13b3a0a8feb7c5e2 -C extra-filename=-0886b52b155b8b80 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-b87da9d69e4b388f.so --cap-lints allow`
6972025-03-24T17:13:00.470Z Compiling zerovec-derive v0.10.3
6982025-03-24T17:13:00.495Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de314ece8713295d -C extra-filename=-115ea21677c1be58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
6992025-03-24T17:13:00.629Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38a2c7ef18d24084 -C extra-filename=-078e314dc6d09a15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-6e0da22182642158.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
7002025-03-24T17:13:00.764Z Compiling displaydoc v0.2.5
7012025-03-24T17:13:00.789Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5519d7a7cdf63978 -C extra-filename=-8a60b071a137077b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7022025-03-24T17:13:01.182Z Compiling futures-util v0.3.31
7032025-03-24T17:13:01.207Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=b88a9f71997c018c -C extra-filename=-d2adb1021949c735 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-3da1d71a683166f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae09d8034e5074c5.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-0b29b062d1b96ee7.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4d433bb4749bf289.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-2315fbefb00e067e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-37ccc11444c84852.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-7201ac07968d2d83.rmeta --cap-lints allow`
7042025-03-24T17:13:01.364Z Compiling yoke v0.7.5
7052025-03-24T17:13:01.389Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=4574a45eb2d7d07d -C extra-filename=-b3e21ae87aa9eb39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3372c03c51341570.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-867d397e8574c9bd.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --cap-lints allow`
7062025-03-24T17:13:01.728Z Compiling pest v2.7.6
7072025-03-24T17:13:01.754Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=d84988da16529c22 -C extra-filename=-e5d44e0d8511e931 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-2315fbefb00e067e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8f85053c5446a014.rmeta --cap-lints allow`
7082025-03-24T17:13:02.142Z Compiling icu_provider_macros v1.5.0
7092025-03-24T17:13:02.167Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6831bd1c9d53fc8 -C extra-filename=-a441f248270d374f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7102025-03-24T17:13:02.572Z Compiling zerovec v0.10.4
7112025-03-24T17:13:02.597Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=480fc5e708bc17eb -C extra-filename=-0e4fc58d53241f55 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b3e21ae87aa9eb39.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-115ea21677c1be58.so --cap-lints allow`
7122025-03-24T17:13:03.309Z Compiling zerocopy-derive v0.7.32
7132025-03-24T17:13:03.335Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54f50d84bf41b6bf -C extra-filename=-70fc231d91b939ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7142025-03-24T17:13:03.375Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=92789c5f38771178 -C extra-filename=-32aa256e3879c630 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-442de2d8f9a633eb.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
7152025-03-24T17:13:04.399Z Compiling tinystr v0.7.6
7162025-03-24T17:13:04.424Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=43d05e7b0e17d7d5 -C extra-filename=-fb787dff694274ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-8a60b071a137077b.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7172025-03-24T17:13:04.482Z Compiling pest_meta v2.7.6
7182025-03-24T17:13:04.507Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=03e36785f8a73432 -C extra-filename=-29fcf9545afe0f23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-e5d44e0d8511e931.rmeta --cap-lints allow`
7192025-03-24T17:13:04.750Z Compiling icu_locid v1.5.0
7202025-03-24T17:13:04.775Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=2285d2bbd5478a53 -C extra-filename=-f5fe8b2bc717c564 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-8a60b071a137077b.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-27c0f9a9a54a2505.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a98c1f26252eb1dc.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7212025-03-24T17:13:04.929Z Compiling zerocopy v0.7.32
7222025-03-24T17:13:04.955Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=77151ed01bc6493f -C extra-filename=-76da0015bc1a47a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a82a60d143dcd439.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-70fc231d91b939ea.so --cap-lints allow`
7232025-03-24T17:13:05.628Z Compiling pest_generator v2.7.6
7242025-03-24T17:13:05.653Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=8a4cdf717ba4b8c7 -C extra-filename=-ac0ab3b114954583 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-e5d44e0d8511e931.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-29fcf9545afe0f23.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
7252025-03-24T17:13:06.013Z Compiling icu_provider v1.5.0
7262025-03-24T17:13:06.039Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=fc149c6b313a32be -C extra-filename=-ff35ab07006db5ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-8a60b071a137077b.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-f5fe8b2bc717c564.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-a441f248270d374f.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3372c03c51341570.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a98c1f26252eb1dc.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b3e21ae87aa9eb39.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7272025-03-24T17:13:06.065Z Compiling icu_collections v1.5.0
7282025-03-24T17:13:06.065Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=9f38fcfe012f297f -C extra-filename=-bd505d6dae362718 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-8a60b071a137077b.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b3e21ae87aa9eb39.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-0886b52b155b8b80.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7292025-03-24T17:13:06.688Z Compiling tokio-util v0.7.7
7302025-03-24T17:13:06.714Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=f313a4e960c6b904 -C extra-filename=-a0d2bbc2db246f29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-4bb19ae98cfd895e.rmeta --cap-lints allow`
7312025-03-24T17:13:06.962Z Compiling icu_locid_transform v1.5.0
7322025-03-24T17:13:06.987Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=4b8e2a1e2c6cdc7f -C extra-filename=-b1e8ecba4fa2b10c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-8a60b071a137077b.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-f5fe8b2bc717c564.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-e43485fea204305a.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-ff35ab07006db5ad.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7332025-03-24T17:13:07.014Z Compiling scroll_derive v0.12.0
7342025-03-24T17:13:07.040Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa2e60bb39482a4d -C extra-filename=-99f817e8d2b7f914 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7352025-03-24T17:13:07.337Z Compiling openssl-macros v0.1.1
7362025-03-24T17:13:07.362Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57cbd371c044db5e -C extra-filename=-b56cfcb3a5b5ecb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7372025-03-24T17:13:07.362Z Compiling pest_derive v2.7.6
7382025-03-24T17:13:07.362Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=a5331099d1e6f929 -C extra-filename=-803eaaa8862d5245 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-e5d44e0d8511e931.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-ac0ab3b114954583.rlib --extern proc_macro --cap-lints allow`
7392025-03-24T17:13:07.874Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=55fb11ab827c096a -C extra-filename=-a9a9974268547984 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-2315fbefb00e067e.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c1193a9a3209fb84.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
7402025-03-24T17:13:08.143Z Compiling indexmap v2.8.0
7412025-03-24T17:13:08.168Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=5df3011f39853959 -C extra-filename=-2322dc6bd3219820 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-4b5682327f897c0a.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-6a651f98f846e240.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
7422025-03-24T17:13:08.168Z Compiling icu_properties v1.5.1
7432025-03-24T17:13:08.168Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=db4deaf1934db771 -C extra-filename=-b8ca3678882633af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-8a60b071a137077b.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-bd505d6dae362718.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-b1e8ecba4fa2b10c.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-6923e5b8bc337e8e.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-ff35ab07006db5ad.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-fb787dff694274ed.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7442025-03-24T17:13:08.194Z Compiling serde_tokenstream v0.2.2
7452025-03-24T17:13:08.194Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45c9ae7569fc3c45 -C extra-filename=-ee7af4d22956bd6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
7462025-03-24T17:13:08.223Z Compiling dtrace-parser v0.2.0
7472025-03-24T17:13:08.249Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f3f8d57fbe26a8 -C extra-filename=-920ea4dc611722cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-e5d44e0d8511e931.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-803eaaa8862d5245.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --cap-lints allow`
7482025-03-24T17:13:08.274Z Compiling scroll v0.12.0
7492025-03-24T17:13:08.300Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=e93779553bca469e -C extra-filename=-7698b306f4205580 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-99f817e8d2b7f914.so --cap-lints allow`
7502025-03-24T17:13:08.651Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.70/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=d1246b190f460507 -C extra-filename=-2d41a68a862d27a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-60d0c8a5c1f964c1.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-a44797a638bf96c3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-b56cfcb3a5b5ecb3.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-ddf3df0dc2ea22a4.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
7512025-03-24T17:13:08.738Z Compiling goblin v0.8.0
7522025-03-24T17:13:08.779Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=96397dce3362ae83 -C extra-filename=-6ca46ca2bf8e8296 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-0352c0bd20450dbd.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-7698b306f4205580.rmeta --cap-lints allow`
7532025-03-24T17:13:09.202Z Compiling toml_datetime v0.6.8
7542025-03-24T17:13:09.228Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=93a3dcffb932cd26 -C extra-filename=-75bf8f3af7ad879f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
7552025-03-24T17:13:09.383Z Compiling h2 v0.4.6
7562025-03-24T17:13:09.409Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=e7fb14bb57178975 -C extra-filename=-4243ea6bf2302bc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-1f06f776c9b52d56.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-d59914012fe8741e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-7201ac07968d2d83.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-a0d2bbc2db246f29.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-4bb19ae98cfd895e.rmeta --cap-lints allow`
7572025-03-24T17:13:09.671Z Compiling dof v0.3.0
7582025-03-24T17:13:09.700Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=bf0aa3e86c463530 -C extra-filename=-f94998babe3c7f34 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-76da0015bc1a47a4.rmeta --cap-lints allow`
7592025-03-24T17:13:09.817Z Compiling serde_spanned v0.6.8
7602025-03-24T17:13:09.842Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=90313f5a6177531e -C extra-filename=-3a2dc0a849ed2ba2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
7612025-03-24T17:13:10.047Z Compiling thiserror-impl v2.0.12
7622025-03-24T17:13:10.072Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=850405945f8d023b -C extra-filename=-31f048854cdaf7eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
7632025-03-24T17:13:10.185Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=8402dc37143a6c17 -C extra-filename=-a11f13002937bfd2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a82a60d143dcd439.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f94998babe3c7f34.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-205ec0d78d94d407.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7642025-03-24T17:13:10.376Z Compiling toml_edit v0.22.23
7652025-03-24T17:13:10.401Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=9552ac87916f7965 -C extra-filename=-6eb670bd0ff9da71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-3a2dc0a849ed2ba2.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-75bf8f3af7ad879f.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-bf7d2d1406c38c53.rmeta --cap-lints allow`
7662025-03-24T17:13:11.188Z Compiling icu_normalizer v1.5.0
7672025-03-24T17:13:11.213Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=00e9c4eea6ed7363 -C extra-filename=-648cb51e6edf0e46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-8a60b071a137077b.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-bd505d6dae362718.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-e92dfb06bb85b5f9.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b8ca3678882633af.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-ff35ab07006db5ad.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-7fa14f49a2be896f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-5709dfdc2625d210.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d1e58fb35bfe6357.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-0e4fc58d53241f55.rmeta --cap-lints allow`
7682025-03-24T17:13:11.936Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b6e0158227bbd5d3 -C extra-filename=-afd1f243f989e8d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
7692025-03-24T17:13:12.214Z Compiling idna_adapter v1.2.0
7702025-03-24T17:13:12.239Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=f3565725fc879630 -C extra-filename=-f1157a0adc9bfb92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer-648cb51e6edf0e46.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-b8ca3678882633af.rmeta --cap-lints allow`
7712025-03-24T17:13:12.430Z Compiling idna v1.0.3
7722025-03-24T17:13:12.456Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=bfb90ada76b64876 -C extra-filename=-9143d515226db1b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-f1157a0adc9bfb92.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-5709dfdc2625d210.rmeta --cap-lints allow`
7732025-03-24T17:13:12.521Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a36eb25e3c847fe9 -C extra-filename=-0255cc036f1a0f85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-31f048854cdaf7eb.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
7742025-03-24T17:13:12.588Z Compiling serde_derive_internals v0.29.0
7752025-03-24T17:13:12.613Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e3c8ab9088e072 -C extra-filename=-2cfb674b454ccdee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
7762025-03-24T17:13:12.676Z Compiling concurrent-queue v2.5.0
7772025-03-24T17:13:12.702Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=7331061ba25f1103 -C extra-filename=-941d1490923574bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-d8f03c97d9fe804b.rmeta --cap-lints allow`
7782025-03-24T17:13:12.839Z Compiling http-body-util v0.1.3
7792025-03-24T17:13:12.867Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=6afec0dbd1cf65f7 -C extra-filename=-cd4c8096193aeb3e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
7802025-03-24T17:13:13.007Z Compiling rand_core v0.6.3
7812025-03-24T17:13:13.032Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=2543c3463fa8a333 -C extra-filename=-3c5d8661fc96a49f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-036d4bbd799c8819.rmeta --cap-lints allow`
7822025-03-24T17:13:13.261Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=37f3781e1324b5ed -C extra-filename=-4f5ead5195c39c98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-63ef57026ce3a1de.rmeta --cap-lints allow`
7832025-03-24T17:13:13.386Z Compiling multer v3.1.0
7842025-03-24T17:13:13.412Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=7e901916855291e2 -C extra-filename=-1fa4eac85ffeab8a --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-1fa4eac85ffeab8a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
7852025-03-24T17:13:13.708Z Compiling hyper v1.6.0
7862025-03-24T17:13:13.734Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=6b986aaefcc0663f -C extra-filename=-5640fad1397e5921 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-3da1d71a683166f6.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-4243ea6bf2302bc0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7f9c21aedd97326e.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-0882e873a5b66b06.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-9774fe3851bb90e6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-fd991500b2b7306e.rmeta --cap-lints allow`
7872025-03-24T17:13:13.950Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=b86f951b8242aad1 -C extra-filename=-f4f914c3ec781cb5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-6ca46ca2bf8e8296.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-15823880d5dc9892.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-76da0015bc1a47a4.rmeta --cap-lints allow`
7882025-03-24T17:13:14.241Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=471d8832c7202a1d -C extra-filename=-c61d8bad83d0ae68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-2d41a68a862d27a8.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-badc72fbc427fe45.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-ddf3df0dc2ea22a4.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7892025-03-24T17:13:14.754Z Compiling thread_local v1.1.4
7902025-03-24T17:13:14.779Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d9e9fff834f89f38 -C extra-filename=-2040478aa9a64a55 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --cap-lints allow`
7912025-03-24T17:13:15.200Z Compiling encoding_rs v0.8.32
7922025-03-24T17:13:15.225Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=3201208aea1e59d0 -C extra-filename=-427c5ea3253dc5df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --cap-lints allow`
7932025-03-24T17:13:15.684Z Compiling lazy_static v1.5.0
7942025-03-24T17:13:15.709Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=dc3b85d918167031 -C extra-filename=-f739e9908dd464ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952025-03-24T17:13:15.734Z Compiling hyper-util v0.1.10
7962025-03-24T17:13:15.735Z Compiling target-triple v0.1.3
7972025-03-24T17:13:15.735Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=06a3fd150cedcae0 -C extra-filename=-a2173e76e6c8bf40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-3da1d71a683166f6.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-bd8613c483b9a5a8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-4bb19ae98cfd895e.rmeta --cap-lints allow`
7982025-03-24T17:13:15.735Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3324bf021a71fecc -C extra-filename=-3b887b65ad9883a8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-3b887b65ad9883a8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7992025-03-24T17:13:15.825Z Compiling iana-time-zone v0.1.47
8002025-03-24T17:13:15.850Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=b418144c236dfea8 -C extra-filename=-73ccaff6b0492565 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8012025-03-24T17:13:16.173Z Compiling heck v0.5.0
8022025-03-24T17:13:16.199Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a39d16e538bc0faf -C extra-filename=-62a205c19b6c2e9b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8032025-03-24T17:13:16.224Z Compiling parking v2.2.0
8042025-03-24T17:13:16.224Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=f92d840569b407c0 -C extra-filename=-c2bf1fcd46f80ec4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8052025-03-24T17:13:16.583Z Compiling schemars v0.8.22
8062025-03-24T17:13:16.611Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=0ad65a7d219bb776 -C extra-filename=-4562dd78d43d9520 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-4562dd78d43d9520 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8072025-03-24T17:13:16.611Z Compiling unicode-segmentation v1.10.0
8082025-03-24T17:13:16.611Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=78d42b08bb793f98 -C extra-filename=-81bad23b7c1a033a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8092025-03-24T17:13:16.986Z Compiling rustix v1.0.2
8102025-03-24T17:13:17.013Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=b9334d23e715cfce -C extra-filename=-000fd909245d31ce --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-000fd909245d31ce -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8112025-03-24T17:13:17.228Z Compiling camino v1.1.9
8122025-03-24T17:13:17.253Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a48d7814831ddcef -C extra-filename=-2e5d698f9c84f788 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-2e5d698f9c84f788 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8132025-03-24T17:13:17.278Z Compiling unicode-width v0.1.9
8142025-03-24T17:13:17.278Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=2103a68e8bad6015 -C extra-filename=-feefaaeae3092ade --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8152025-03-24T17:13:17.376Z Compiling slog-async v2.8.0
8162025-03-24T17:13:17.402Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=2e126fbb616a0c23 -C extra-filename=-052f1bae81d3ffeb --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-052f1bae81d3ffeb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8172025-03-24T17:13:17.437Z Compiling match_cfg v0.1.0
8182025-03-24T17:13:17.462Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=41ef8b17cf20ad21 -C extra-filename=-3365c2abe61db2fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8192025-03-24T17:13:17.545Z Compiling hostname v0.3.1
8202025-03-24T17:13:17.570Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=fe1bffd71424c837 -C extra-filename=-d0a20fedf3566671 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-3365c2abe61db2fa.rmeta --cap-lints allow`
8212025-03-24T17:13:17.570Z Compiling console v0.15.7
8222025-03-24T17:13:17.570Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=44b4016a8995233e -C extra-filename=-bab7d069abc7d26a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-feefaaeae3092ade.rmeta --cap-lints allow`
8232025-03-24T17:13:17.602Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-000fd909245d31ce/build-script-build`
8242025-03-24T17:13:17.749Z Compiling newline-converter v0.3.0
8252025-03-24T17:13:17.774Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63a05543df901cee -C extra-filename=-e24e3d173fa9ae1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-81bad23b7c1a033a.rmeta --cap-lints allow`
8262025-03-24T17:13:17.774Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-4562dd78d43d9520/build-script-build`
8272025-03-24T17:13:17.799Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-2e5d698f9c84f788/build-script-build`
8282025-03-24T17:13:17.824Z Compiling event-listener v5.0.0
8292025-03-24T17:13:17.824Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=8791096689bf2d27 -C extra-filename=-598d870a896892d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-941d1490923574bd.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-c2bf1fcd46f80ec4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
8302025-03-24T17:13:17.850Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-052f1bae81d3ffeb/build-script-build`
8312025-03-24T17:13:17.875Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-3b887b65ad9883a8/build-script-build`
8322025-03-24T17:13:17.901Z Compiling chrono v0.4.40
8332025-03-24T17:13:17.901Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=298f2250c779a6ac -C extra-filename=-aab879e003a257ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-73ccaff6b0492565.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-1162e1525193acc8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
8342025-03-24T17:13:17.926Z Compiling tokio-native-tls v0.3.1
8352025-03-24T17:13:17.926Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6dd9ab75aae9266c -C extra-filename=-3bc8841c89d0a0c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-c61d8bad83d0ae68.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8362025-03-24T17:13:17.953Z Compiling schemars_derive v0.8.22
8372025-03-24T17:13:17.953Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99ac2ba73fa0270b -C extra-filename=-b55b91eb966eea36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-2cfb674b454ccdee.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
8382025-03-24T17:13:18.170Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-1fa4eac85ffeab8a/build-script-build`
8392025-03-24T17:13:18.232Z Compiling toml v0.8.20
8402025-03-24T17:13:18.257Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a50e6270954df974 -C extra-filename=-713f1fe6458b61c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-3a2dc0a849ed2ba2.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-75bf8f3af7ad879f.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-6eb670bd0ff9da71.rmeta --cap-lints allow`
8412025-03-24T17:13:18.257Z Compiling rand_chacha v0.3.1
8422025-03-24T17:13:18.257Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=2e923e12a1f580bf -C extra-filename=-c381a0f1dae09ac4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-06f424b2ea36c27d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-3c5d8661fc96a49f.rmeta --cap-lints allow`
8432025-03-24T17:13:18.340Z Compiling url v2.5.4
8442025-03-24T17:13:18.368Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=b7f1cdcf0d940b2b -C extra-filename=-e900fc9cc96407a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-9143d515226db1b8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --cap-lints allow`
8452025-03-24T17:13:18.783Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=5506223e3af4d6d8 -C extra-filename=-ab4feecb6885cac7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-a82a60d143dcd439.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f4f914c3ec781cb5.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-4f5ead5195c39c98.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-078e314dc6d09a15.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-205ec0d78d94d407.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
8462025-03-24T17:13:18.900Z Compiling usdt-macro v0.5.0
8472025-03-24T17:13:18.926Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=28cb0c61df7ffb9c -C extra-filename=-0ac7e7a774244487 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a11f13002937bfd2.rlib --extern proc_macro --cap-lints allow`
8482025-03-24T17:13:19.185Z Compiling usdt-attr-macro v0.5.0
8492025-03-24T17:13:19.211Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=79b3c05f15cd78f3 -C extra-filename=-43de60a98065b721 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a11f13002937bfd2.rlib --extern proc_macro --cap-lints allow`
8502025-03-24T17:13:19.589Z Compiling slog-json v2.6.1
8512025-03-24T17:13:19.614Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=d968c9167f25645d -C extra-filename=-5ed4dfba6ef22873 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
8522025-03-24T17:13:19.886Z Compiling serde_urlencoded v0.7.1
8532025-03-24T17:13:19.911Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=441b5b6709da7173 -C extra-filename=-4494a5b7e167df31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c1193a9a3209fb84.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
8542025-03-24T17:13:19.937Z Compiling uuid v1.16.0
8552025-03-24T17:13:19.937Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=88befec583048131 -C extra-filename=-ada980f638e7de21 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-86b8af17694901f2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
8562025-03-24T17:13:20.130Z Compiling tokio-rustls v0.25.0
8572025-03-24T17:13:20.156Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=793413b40dcf3a9f -C extra-filename=-584dda504366d85f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
8582025-03-24T17:13:20.156Z Compiling tokio-rustls v0.26.0
8592025-03-24T17:13:20.156Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=3f3fd50ec7a1f612 -C extra-filename=-ec90bff8587bebc4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a028984802011d33.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
8602025-03-24T17:13:20.310Z Compiling futures-executor v0.3.31
8612025-03-24T17:13:20.335Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=ef136df0f173deb3 -C extra-filename=-30a49850b508c6d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4d433bb4749bf289.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --cap-lints allow`
8622025-03-24T17:13:20.361Z Compiling rand v0.9.0
8632025-03-24T17:13:20.361Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=1e411fd9fd123682 -C extra-filename=-976303d90fea3786 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-4ab31d98c6a7da2d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-617a8e1e7871a713.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-83e6c05aa4aa716d.rmeta --cap-lints allow`
8642025-03-24T17:13:20.490Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-0668e0f2236708b4/build-script-build`
8652025-03-24T17:13:20.523Z Compiling async-stream-impl v0.3.6
8662025-03-24T17:13:20.548Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63417a54c20890de -C extra-filename=-12c53ba53f0f3ea0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
8672025-03-24T17:13:20.549Z Compiling term v0.7.0
8682025-03-24T17:13:20.549Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d3d22e76f8aaff87 -C extra-filename=-af2b09801cf6214a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-46283e12b4067a4b.rmeta --cap-lints allow`
8692025-03-24T17:13:20.575Z Compiling crossbeam-channel v0.5.1
8702025-03-24T17:13:20.575Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=2b8ec208b1373dbf -C extra-filename=-e87ec8fee3088adf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-d8f03c97d9fe804b.rmeta --cap-lints allow`
8712025-03-24T17:13:20.696Z Compiling webpki-roots v0.26.5
8722025-03-24T17:13:20.722Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3360fe63cf284e52 -C extra-filename=-9ceae17b678e033f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --cap-lints allow`
8732025-03-24T17:13:20.798Z Compiling errno v0.3.10
8742025-03-24T17:13:20.823Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=42c94a47c5e72927 -C extra-filename=-78ec98a48a6e0c76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
8752025-03-24T17:13:20.885Z Compiling memmap v0.7.0
8762025-03-24T17:13:20.910Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289eb013cac46d06 -C extra-filename=-328e9afaa60ab1f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
8772025-03-24T17:13:20.935Z Compiling is-terminal v0.4.12
8782025-03-24T17:13:20.936Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20e665840ab3f0a -C extra-filename=-31e1e44768a1a08c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
8792025-03-24T17:13:21.045Z Compiling sync_wrapper v1.0.1
8802025-03-24T17:13:21.070Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=3745c6273f23260a -C extra-filename=-f78911461a907de4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --cap-lints allow`
8812025-03-24T17:13:21.070Z Compiling dropshot v0.16.0 (/work/oxidecomputer/dropshot/dropshot)
8822025-03-24T17:13:21.070Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8fa75b898b707444 -C extra-filename=-077b046780b2b7cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-077b046780b2b7cb -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib`
8832025-03-24T17:13:21.189Z Compiling spin v0.9.8
8842025-03-24T17:13:21.215Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=6222bced3541a2e0 -C extra-filename=-c3d249eff7b68197 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8852025-03-24T17:13:21.215Z Compiling tower-layer v0.3.3
8862025-03-24T17:13:21.215Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22a907fce79e3627 -C extra-filename=-925e0d8118cbfcf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8872025-03-24T17:13:21.361Z Compiling data-encoding v2.4.0
8882025-03-24T17:13:21.387Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=01957267116837a8 -C extra-filename=-9bd6fba153afc2af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8892025-03-24T17:13:21.421Z Compiling dyn-clone v1.0.4
8902025-03-24T17:13:21.447Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fd095e916be2785 -C extra-filename=-5705fcaa6771d8fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8912025-03-24T17:13:21.481Z Compiling buf-list v1.0.3
8922025-03-24T17:13:21.506Z Compiling anyhow v1.0.97
8932025-03-24T17:13:21.557Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=58a6e0b1c4b20586 -C extra-filename=-55a85119fbb5a5b7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-55a85119fbb5a5b7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8942025-03-24T17:13:21.582Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=1e48e69c6ea71ea0 -C extra-filename=-5850d33f1a4b38f8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-5850d33f1a4b38f8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8952025-03-24T17:13:21.583Z Compiling take_mut v0.2.2
8962025-03-24T17:13:21.583Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f280b4151f60a047 -C extra-filename=-87b52239bc71959e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8972025-03-24T17:13:21.608Z Compiling similar v2.2.1
8982025-03-24T17:13:21.608Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=4072fb8eedc58cea -C extra-filename=-29c8035bfb3a0c9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8992025-03-24T17:13:21.717Z Compiling utf-8 v0.7.6
9002025-03-24T17:13:21.743Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd55b7da28868c47 -C extra-filename=-3ab53f6c76f3b36d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9012025-03-24T17:13:21.743Z Compiling async-stream v0.3.6
9022025-03-24T17:13:21.743Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e536139209d6a9a2 -C extra-filename=-a427df5c4dde21c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream_impl-12c53ba53f0f3ea0.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
9032025-03-24T17:13:21.867Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=9a22800282a11603 -C extra-filename=-36b789951e973c64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-e87ec8fee3088adf.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-87b52239bc71959e.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-2040478aa9a64a55.rmeta --cap-lints allow --cfg integer128`
9042025-03-24T17:13:22.011Z Compiling tungstenite v0.26.2
9052025-03-24T17:13:22.041Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=ac27cc17070c6c81 -C extra-filename=-40c53958258f0e39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-9bd6fba153afc2af.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7f9c21aedd97326e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-976303d90fea3786.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-3ab53f6c76f3b36d.rmeta --cap-lints allow`
9062025-03-24T17:13:22.066Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=033b4c763d583bb0 -C extra-filename=-83c0dcc9eec25d86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-5705fcaa6771d8fb.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-b55b91eb966eea36.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9072025-03-24T17:13:22.093Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-55a85119fbb5a5b7/build-script-build`
9082025-03-24T17:13:22.118Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-5850d33f1a4b38f8/build-script-build`
9092025-03-24T17:13:22.173Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-077b046780b2b7cb/build-script-build`
9102025-03-24T17:13:22.242Z Compiling tower v0.5.2
9112025-03-24T17:13:22.268Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=040f248b61b118a2 -C extra-filename=-8c5afcf4471231c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-f78911461a907de4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-925e0d8118cbfcf4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --cap-lints allow`
9122025-03-24T17:13:22.473Z Compiling expectorate v1.1.0
9132025-03-24T17:13:22.499Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9484d834fbe59d06 -C extra-filename=-32ee77df4ff6031a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-bab7d069abc7d26a.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-e24e3d173fa9ae1d.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-29c8035bfb3a0c9f.rmeta --cap-lints allow`
9142025-03-24T17:13:22.632Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=9eb398c309dbdfb5 -C extra-filename=-4e126bc360f7b9b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-427c5ea3253dc5df.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7f9c21aedd97326e.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-2315fbefb00e067e.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-250951e54aab151c.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-c3d249eff7b68197.rmeta --cap-lints allow`
9152025-03-24T17:13:22.899Z Compiling usdt v0.5.0
9162025-03-24T17:13:22.925Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=f12ffe2b793ae21b -C extra-filename=-4f7234a2c4807e4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f4f914c3ec781cb5.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-920ea4dc611722cd.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-6ca46ca2bf8e8296.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-328e9afaa60ab1f7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-43de60a98065b721.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ab4feecb6885cac7.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-0ac7e7a774244487.so --cap-lints allow`
9172025-03-24T17:13:22.953Z Compiling slog-term v2.9.1
9182025-03-24T17:13:22.953Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=cb0351528abfadbe -C extra-filename=-ed68b1967d77aebf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-31e1e44768a1a08c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-af2b09801cf6214a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-2040478aa9a64a55.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
9192025-03-24T17:13:23.372Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=86f2ccd80c348613 -C extra-filename=-2d36d54a74009541 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-60d0c8a5c1f964c1.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-78ec98a48a6e0c76.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
9202025-03-24T17:13:23.397Z Compiling hyper-rustls v0.27.3
9212025-03-24T17:13:23.397Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=39a34ad976988a5e -C extra-filename=-5b90e193f7d74a19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a028984802011d33.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-ec90bff8587bebc4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-9ceae17b678e033f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9222025-03-24T17:13:23.539Z Compiling futures v0.3.31
9232025-03-24T17:13:23.565Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=8ef357ea83af8596 -C extra-filename=-d739862025c6e0a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-3da1d71a683166f6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-30a49850b508c6d5.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae09d8034e5074c5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-5ffe73603a78316b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4d433bb4749bf289.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --cap-lints allow`
9242025-03-24T17:13:23.619Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=60a4ca6b95bcb66b -C extra-filename=-28ef41fb71b412cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-250951e54aab151c.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4a33bb6c8ec16768.rmeta --cap-lints allow`
9252025-03-24T17:13:23.650Z Compiling slog-bunyan v2.5.0
9262025-03-24T17:13:23.676Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c1fd8ea00350d850 -C extra-filename=-40816a3cd76f8016 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d0a20fedf3566671.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
9272025-03-24T17:13:23.854Z Compiling rand v0.8.4
9282025-03-24T17:13:23.880Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=79b181899b30f480 -C extra-filename=-dd20256f0a2581f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-c381a0f1dae09ac4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-3c5d8661fc96a49f.rmeta --cap-lints allow`
9292025-03-24T17:13:23.971Z Compiling event-listener-strategy v0.5.2
9302025-03-24T17:13:23.997Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df7ac5fd7e555219 -C extra-filename=-1c11bfdfbea4e9bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-598d870a896892d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
9312025-03-24T17:13:24.058Z Compiling hyper-tls v0.6.0
9322025-03-24T17:13:24.084Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=9b1b531699a94565 -C extra-filename=-c60a2f4098d8821a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-c61d8bad83d0ae68.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-3bc8841c89d0a0c5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9332025-03-24T17:13:24.084Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0158febaa99c85c -C extra-filename=-3334d1d90fa1916c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
9342025-03-24T17:13:24.198Z Compiling dropshot_endpoint v0.16.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9352025-03-24T17:13:24.223Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=6d903c66c3794adc -C extra-filename=-70f335b9689c2eda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
9362025-03-24T17:13:24.223Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9d27663d4bb9aa6 -C extra-filename=-566995edbd638cb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-62a205c19b6c2e9b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro`
9372025-03-24T17:13:24.325Z Compiling openapiv3 v2.0.0
9382025-03-24T17:13:24.350Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=0e25cbf62e70752f -C extra-filename=-bf82ae52019ec667 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --cap-lints allow`
9392025-03-24T17:13:24.444Z Compiling serde_path_to_error v0.1.17
9402025-03-24T17:13:24.469Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=307f0b793ce0184d -C extra-filename=-460b07dc281c09a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ab778c5e0c6d6007.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --cap-lints allow`
9412025-03-24T17:13:24.495Z Compiling async-trait v0.1.88
9422025-03-24T17:13:24.495Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f5042ed19893642 -C extra-filename=-528c375ee76f92cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
9432025-03-24T17:13:25.006Z Compiling rustls-native-certs v0.7.0
9442025-03-24T17:13:25.031Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=996efaab88c84309 -C extra-filename=-0f90251d95a3c488 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-badc72fbc427fe45.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --cap-lints allow`
9452025-03-24T17:13:25.108Z Compiling yasna v0.5.2
9462025-03-24T17:13:25.133Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=6b56110f5acc4137 -C extra-filename=-38b906ec66dda606 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --cap-lints allow`
9472025-03-24T17:13:25.159Z Compiling pem v3.0.5
9482025-03-24T17:13:25.159Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=38316e75df2c492d -C extra-filename=-d92d574f5dcfc9bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rmeta --cap-lints allow`
9492025-03-24T17:13:25.187Z Compiling waitgroup v0.1.2
9502025-03-24T17:13:25.212Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1399e897f15013d3 -C extra-filename=-078f2af13c260029 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-1f06f776c9b52d56.rmeta --cap-lints allow`
9512025-03-24T17:13:25.304Z Compiling hostname v0.4.0
9522025-03-24T17:13:25.330Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9b312485702b984d -C extra-filename=-3358eb321f56fe2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-659b900924d257b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
9532025-03-24T17:13:25.380Z Compiling ipnet v2.10.0
9542025-03-24T17:13:25.405Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=0934f1829008e86a -C extra-filename=-35d04798b8274ea8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9552025-03-24T17:13:25.431Z Compiling termcolor v1.1.2
9562025-03-24T17:13:25.431Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2dc71c0236b3a9f -C extra-filename=-5514ab64fd920415 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9572025-03-24T17:13:25.526Z Compiling fastrand v2.1.1
9582025-03-24T17:13:25.551Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=a19536fa66da7582 -C extra-filename=-7923abf5d1ef329c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9592025-03-24T17:13:25.850Z Compiling glob v0.3.0
9602025-03-24T17:13:25.876Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4e720c6cb2e6fc0 -C extra-filename=-975f05c4a5871f53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9612025-03-24T17:13:26.046Z Compiling simple-mermaid v0.2.0
9622025-03-24T17:13:26.072Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52f07b79dc559e17 -C extra-filename=-b3c93e590b5cae89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9632025-03-24T17:13:26.072Z Compiling debug-ignore v1.0.5
9642025-03-24T17:13:26.072Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7a2b67099ebc18ef -C extra-filename=-6dc70959b4f58696 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9652025-03-24T17:13:26.149Z Compiling http-range v0.1.4
9662025-03-24T17:13:26.174Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5913319d98f8958 -C extra-filename=-a7595382c38aa0d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9672025-03-24T17:13:26.223Z Compiling trybuild v1.0.104
9682025-03-24T17:13:26.248Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=4a7fbf9e0a86fec1 -C extra-filename=-4ad21d609cc06000 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-975f05c4a5871f53.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-442de2d8f9a633eb.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-3334d1d90fa1916c.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-5514ab64fd920415.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rmeta --cap-lints allow`
9692025-03-24T17:13:26.354Z Compiling hyper-staticfile v0.10.1
9702025-03-24T17:13:26.380Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=374dd8d815c358dc -C extra-filename=-b35c526ba91b56dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-a7595382c38aa0d2.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-0882e873a5b66b06.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-dd20256f0a2581f3.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e900fc9cc96407a0.rmeta --cap-lints allow`
9712025-03-24T17:13:26.443Z Compiling rcgen v0.13.2
9722025-03-24T17:13:26.469Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=9a4621bde5e2af16 -C extra-filename=-9970da25d97ad1be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-840a41a50c10073d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-c2f22fec5fbf7ec8.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-38b906ec66dda606.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9732025-03-24T17:13:26.469Z Compiling tempfile v3.19.1
9742025-03-24T17:13:26.469Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.19.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=731ab655e5f5b262 -C extra-filename=-f931ed3f66b78118 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-7923abf5d1ef329c.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-86b8af17694901f2.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-2d36d54a74009541.rmeta --cap-lints allow`
9752025-03-24T17:13:26.589Z Compiling reqwest v0.12.15
9762025-03-24T17:13:26.614Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=93f3f05bd1f70305 -C extra-filename=-e934e4780e596a49 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-427c5ea3253dc5df.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-4243ea6bf2302bc0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b874d3633c8f79d9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5b90e193f7d74a19.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-c60a2f4098d8821a.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-35d04798b8274ea8.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-250951e54aab151c.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-c61d8bad83d0ae68.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d038425c56f5b07.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a028984802011d33.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-f78911461a907de4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-3bc8841c89d0a0c5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-ec90bff8587bebc4.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-8c5afcf4471231c9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e900fc9cc96407a0.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-9ceae17b678e033f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9772025-03-24T17:13:26.722Z Compiling hyper-rustls v0.26.0
9782025-03-24T17:13:26.747Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ba123c56355a6478 -C extra-filename=-e96d210cad0f0d4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-0f90251d95a3c488.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-9e6d8229f92eab45.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9792025-03-24T17:13:27.209Z Compiling async-channel v2.3.1
9802025-03-24T17:13:27.235Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96f113ce24fb9f18 -C extra-filename=-66b4b59b548bf8eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-941d1490923574bd.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-1c11bfdfbea4e9bb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-29226b0922055fb3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd3877c9e18cb19e.rmeta --cap-lints allow`
9812025-03-24T17:13:27.305Z Compiling tokio-tungstenite v0.26.2
9822025-03-24T17:13:27.330Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=60b5054d8f33f505 -C extra-filename=-f9cb6e7622a9fd53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d2adb1021949c735.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-fcb78d7a0f863c0f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-40c53958258f0e39.rmeta --cap-lints allow`
9832025-03-24T17:13:27.444Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=5f1d629936842144 -C extra-filename=-4b239709e5a612f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
9842025-03-24T17:13:27.535Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=7096dc79a92e0e7f -C extra-filename=-a163c2c6a6e814e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
9852025-03-24T17:13:27.810Z Compiling subprocess v0.2.9
9862025-03-24T17:13:27.835Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56a0a5f66dcadfe9 -C extra-filename=-356b69dc9bd3a2d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rmeta --cap-lints allow`
9872025-03-24T17:13:27.835Z Compiling prettyplease v0.2.31
9882025-03-24T17:13:27.835Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=fe95ff87cd90592f -C extra-filename=-a868c2609f5708c4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-a868c2609f5708c4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9892025-03-24T17:13:28.014Z Compiling schema-derive v0.1.0
9902025-03-24T17:13:28.040Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec8391cd53a7024b -C extra-filename=-7feae392f1a1dab1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro --cap-lints allow`
9912025-03-24T17:13:28.175Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-a868c2609f5708c4/build-script-build`
9922025-03-24T17:13:28.200Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=e50ffd33bb353870 -C extra-filename=-737ff701cd1a3040 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9932025-03-24T17:13:29.801Z Compiling schema v0.1.0
9942025-03-24T17:13:29.826Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e96d0cce1887922 -C extra-filename=-2cc56e111a8e449d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-7feae392f1a1dab1.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rmeta --cap-lints allow`
9952025-03-24T17:13:29.907Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57000838b0e959f4 -C extra-filename=-8ab55fe53472ca00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-62a205c19b6c2e9b.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-737ff701cd1a3040.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-b5f86640efab6f3c.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-509cd800b1c083a7.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2cc56e111a8e449d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-ee7af4d22956bd6a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b3f1aa275dd6f985.rlib --extern proc_macro`
9962025-03-24T17:13:30.134Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=25edec9e3a01344a -C extra-filename=-ab7e2207b6a9d1c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out`
9972025-03-24T17:13:31.517Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0ab95bd208f8e824 -C extra-filename=-c737583d80f7e542 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9982025-03-24T17:13:38.594Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1a519b61b91e3b12 -C extra-filename=-6fcd95ab8dd9c7fb --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
9992025-03-24T17:13:38.644Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=37f1657e44fdf05e -C extra-filename=-e6a74ae20260d3f4 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10002025-03-24T17:13:38.644Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=84fa8bbb63d37fcc -C extra-filename=-21c74ab14efcef38 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10012025-03-24T17:13:38.644Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=496a5dc7bb639c38 -C extra-filename=-7d92c95226144514 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10022025-03-24T17:13:38.644Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3cff07e974abe74c -C extra-filename=-b9a389f721767b44 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10032025-03-24T17:13:38.644Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=43cbf0cccb9d7447 -C extra-filename=-ba361937dd805570 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10042025-03-24T17:13:38.644Z Running `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a0de1a3488fa1b1e -C extra-filename=-d27f150335b23898 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64`
10052025-03-24T17:13:40.027Zerror[E0308]: mismatched types
10062025-03-24T17:13:40.027Z --> dropshot/tests/integration-tests/demo.rs:1550:34
10072025-03-24T17:13:40.027Z |
10082025-03-24T17:13:40.027Z1550 | ws_stream.send(Message::Text("hello client".to_string())).await.unwrap();
10092025-03-24T17:13:40.027Z | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `String`
10102025-03-24T17:13:40.027Z | |
10112025-03-24T17:13:40.027Z | arguments to this enum variant are incorrect
10122025-03-24T17:13:40.027Z |
10132025-03-24T17:13:40.027Znote: tuple variant defined here
10142025-03-24T17:13:40.027Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.26.2/src/protocol/message.rs:160:5
10152025-03-24T17:13:40.027Z |
10162025-03-24T17:13:40.027Z160 | Text(Utf8Bytes),
10172025-03-24T17:13:40.028Z | ^^^^
10182025-03-24T17:13:40.028Zhelp: call `Into::into` on this expression to convert `std::string::String` into `Utf8Bytes`
10192025-03-24T17:13:40.028Z |
10202025-03-24T17:13:40.028Z1550 | ws_stream.send(Message::Text("hello client".to_string().into())).await.unwrap();
10212025-03-24T17:13:40.028Z | +++++++
10222025-03-24T17:13:40.028Z
10232025-03-24T17:13:41.361Zerror[E0308]: mismatched types
10242025-03-24T17:13:41.361Z --> dropshot/tests/integration-tests/demo.rs:1108:27
10252025-03-24T17:13:41.361Z |
10262025-03-24T17:13:41.361Z1108 | ws.send(Message::Text("hello server".to_string())).await.unwrap();
10272025-03-24T17:13:41.361Z | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `String`
10282025-03-24T17:13:41.361Z | |
10292025-03-24T17:13:41.361Z | arguments to this enum variant are incorrect
10302025-03-24T17:13:41.361Z |
10312025-03-24T17:13:41.361Znote: tuple variant defined here
10322025-03-24T17:13:41.362Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.26.2/src/protocol/message.rs:160:5
10332025-03-24T17:13:41.362Z |
10342025-03-24T17:13:41.362Z160 | Text(Utf8Bytes),
10352025-03-24T17:13:41.362Z | ^^^^
10362025-03-24T17:13:41.362Zhelp: call `Into::into` on this expression to convert `std::string::String` into `Utf8Bytes`
10372025-03-24T17:13:41.362Z |
10382025-03-24T17:13:41.362Z1108 | ws.send(Message::Text("hello server".to_string().into())).await.unwrap();
10392025-03-24T17:13:41.362Z | +++++++
10402025-03-24T17:13:41.362Z
10412025-03-24T17:13:41.387Zerror[E0308]: mismatched types
10422025-03-24T17:13:41.387Z --> dropshot/tests/integration-tests/demo.rs:1110:35
10432025-03-24T17:13:41.387Z |
10442025-03-24T17:13:41.387Z1110 | assert_eq!(msg, Message::Text("hello client".to_string()));
10452025-03-24T17:13:41.387Z | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `String`
10462025-03-24T17:13:41.387Z | |
10472025-03-24T17:13:41.387Z | arguments to this enum variant are incorrect
10482025-03-24T17:13:41.387Z |
10492025-03-24T17:13:41.388Znote: tuple variant defined here
10502025-03-24T17:13:41.388Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.26.2/src/protocol/message.rs:160:5
10512025-03-24T17:13:41.388Z |
10522025-03-24T17:13:41.388Z160 | Text(Utf8Bytes),
10532025-03-24T17:13:41.388Z | ^^^^
10542025-03-24T17:13:41.388Zhelp: call `Into::into` on this expression to convert `std::string::String` into `Utf8Bytes`
10552025-03-24T17:13:41.388Z |
10562025-03-24T17:13:41.388Z1110 | assert_eq!(msg, Message::Text("hello client".to_string().into()));
10572025-03-24T17:13:41.388Z | +++++++
10582025-03-24T17:13:41.388Z
10592025-03-24T17:13:44.414ZFor more information about this error, try `rustc --explain E0308`.
10602025-03-24T17:13:44.511Zerror: could not compile `dropshot` (test "integration-tests") due to 3 previous errors
10612025-03-24T17:13:44.511Z
10622025-03-24T17:13:44.511ZCaused by:
10632025-03-24T17:13:44.559Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.85.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a0de1a3488fa1b1e -C extra-filename=-d27f150335b23898 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-4b239709e5a612f7.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-66b4b59b548bf8eb.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-a427df5c4dde21c9.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-528c375ee76f92cd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-f192fbf214562642.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a163c2c6a6e814e2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-cb515188b96b0495.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-70f335b9689c2eda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-aab879e003a257ac.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-6dc70959b4f58696.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab7e2207b6a9d1c7.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-566995edbd638cb8.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-32ee77df4ff6031a.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-987e54a5f8bba256.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d739862025c6e0a0.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3358eb321f56fe2e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-7d6ea205864f2c14.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-cd4c8096193aeb3e.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-5640fad1397e5921.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e96d210cad0f0d4f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b35c526ba91b56dd.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a2173e76e6c8bf40.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-2322dc6bd3219820.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-f739e9908dd464ca.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6fdc16e62d488c81.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-28ef41fb71b412cf.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-4e126bc360f7b9b8.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-bf82ae52019ec667.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-bd30506454cebda7.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d92d574f5dcfc9bc.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-198de62654989182.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9970da25d97ad1be.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e934e4780e596a49.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-76d98ed4c6004a35.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-6a81f1f256e4a042.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-3b5eb44e4b8e1fad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83c0dcc9eec25d86.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-bd94e4ce5f9f2f14.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-afd1f243f989e8d2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-32aa256e3879c630.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a9a9974268547984.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-460b07dc281c09a0.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4494a5b7e167df31.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3024600dc8c1764a.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-b3c93e590b5cae89.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-67f2eb52b2680b32.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-36b789951e973c64.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-40816a3cd76f8016.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-5ed4dfba6ef22873.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ed68b1967d77aebf.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-356b69dc9bd3a2d3.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f931ed3f66b78118.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0255cc036f1a0f85.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-204f12b71c8739eb.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-584dda504366d85f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-f9cb6e7622a9fd53.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-713f1fe6458b61c8.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-4ad21d609cc06000.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-4f7234a2c4807e4b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-ada980f638e7de21.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-078f2af13c260029.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-6e6c2c041eafa3d1/out -L native=/usr/ssl-3/lib/amd64` (exit status: 1)
10642025-03-24T17:13:44.559Zwarning: build failed, waiting for other jobs to finish...
10652025-03-24T17:14:05.463Z
10662025-03-24T17:14:05.463Zreal 1:22.670931280
10672025-03-24T17:14:05.488Zuser 7:31.903462166
10682025-03-24T17:14:05.489Zsys 1:14.282061942
10692025-03-24T17:14:05.489Ztrap 0.363962283
10702025-03-24T17:14:05.489Ztflt 0.128090338
10712025-03-24T17:14:05.489Zdflt 0.249749562
10722025-03-24T17:14:05.489Zkflt 0.002213274
10732025-03-24T17:14:05.489Zlock 13:23.865389923
10742025-03-24T17:14:05.489Zslp 31:33.121083839
10752025-03-24T17:14:05.489Zlat 29.069428189
10762025-03-24T17:14:05.489Zstop 44.981272975
10772025-03-24T17:14:05.489Zprocess exited: duration 99056 ms, exit code 101
 
10782025-03-24T17:14:05.540Zfound 0 output files