01JE2VP7T37KEMV2PMKFCZHZRE: build-and-test / illumos

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

Buildomat Job: 01JE2VPE0WA4SMJ5EM98W7BE3J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-02T04:58:35.915Zjob assigned to worker 01JE2VPHQS14HSSDD1X69NQZ53 [factory aws, i-0054f63d6e4f74871] (queued for 56 s)
 
22024-12-02T04:58:43.775Zstarting task 0: "setup"
32024-12-02T04:58:43.786Z++ uname -s
42024-12-02T04:58:43.789Z+ kern=SunOS
52024-12-02T04:58:43.789Z+ case "$kern" in
62024-12-02T04:58:43.789Z+ groupadd -g 12345 build
72024-12-02T04:58:43.792Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-02T04:58:45.797Z+ zfs create -o mountpoint=/work rpool/work
92024-12-02T04:58:45.897Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-02T04:58:45.899Z+ home_fs=zfs
112024-12-02T04:58:45.899Z+ [[ zfs == autofs ]]
122024-12-02T04:58:45.899Z+ mkdir -p /home/build
132024-12-02T04:58:45.902Z+ chown build:build /home/build /work
142024-12-02T04:58:47.903Z+ chmod 0700 /home/build /work
152024-12-02T04:58:47.906Zprocess exited: duration 4129 ms, exit code 0
 
162024-12-02T04:58:47.911Zstarting task 1: "rust-toolchain"
172024-12-02T04:58:47.916Z+ printf ' * toolchain channel = "%s"
182024-12-02T04:58:47.916Z' stable
192024-12-02T04:58:47.916Z * toolchain channel = "stable"
202024-12-02T04:58:47.916Z+ printf ' * toolchain profile = "%s"
212024-12-02T04:58:47.916Z' default
222024-12-02T04:58:47.916Z * toolchain profile = "default"
232024-12-02T04:58:47.919Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-02T04:58:47.919Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-02T04:58:48.219Zinfo: downloading installer
262024-12-02T04:58:49.705Zinfo: profile set to 'default'
272024-12-02T04:58:49.705Zinfo: default host triple is x86_64-unknown-illumos
282024-12-02T04:58:49.707Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-02T04:58:49.844Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-02T04:58:49.844Zinfo: downloading component 'cargo'
312024-12-02T04:58:50.886Zinfo: downloading component 'clippy'
322024-12-02T04:58:51.357Zinfo: downloading component 'rust-docs'
332024-12-02T04:58:52.362Zinfo: downloading component 'rust-std'
342024-12-02T04:58:53.822Zinfo: downloading component 'rustc'
352024-12-02T04:59:00.520Zinfo: downloading component 'rustfmt'
362024-12-02T04:59:00.916Zinfo: installing component 'cargo'
372024-12-02T04:59:01.737Zinfo: installing component 'clippy'
382024-12-02T04:59:02.111Zinfo: installing component 'rust-docs'
392024-12-02T04:59:03.802Zinfo: installing component 'rust-std'
402024-12-02T04:59:05.460Zinfo: installing component 'rustc'
412024-12-02T04:59:11.138Zinfo: installing component 'rustfmt'
422024-12-02T04:59:11.468Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-02T04:59:11.468Z
442024-12-02T04:59:11.831Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-02T04:59:11.831Z
462024-12-02T04:59:11.834Z
472024-12-02T04:59:11.834ZRust is installed now. Great!
482024-12-02T04:59:11.834Z
492024-12-02T04:59:11.834ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-02T04:59:11.834Zenvironment variable. This has not been done automatically.
512024-12-02T04:59:11.834Z
522024-12-02T04:59:11.834ZTo configure your current shell, you need to source
532024-12-02T04:59:11.834Zthe corresponding env file under $HOME/.cargo.
542024-12-02T04:59:11.834Z
552024-12-02T04:59:11.835ZThis is usually done by running one of the following (note the leading DOT):
562024-12-02T04:59:11.835Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-02T04:59:11.835Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-02T04:59:11.904Z+ rustc --version
592024-12-02T04:59:11.969Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-02T04:59:11.972Zprocess exited: duration 24060 ms, exit code 0
 
612024-12-02T04:59:11.977Zstarting task 2: "authentication"
622024-12-02T04:59:11.997Zprocess exited: duration 20 ms, exit code 0
 
632024-12-02T04:59:12.004Zstarting task 3: "clone repository"
642024-12-02T04:59:12.007Z+ mkdir -p /work/oxidecomputer/dropshot
652024-12-02T04:59:12.010Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662024-12-02T04:59:12.047ZCloning into '/work/oxidecomputer/dropshot'...
672024-12-02T04:59:13.141Z+ cd /work/oxidecomputer/dropshot
682024-12-02T04:59:13.141Z+ git fetch origin ede29713c4ec43e3c40bbfce408505668daae181
692024-12-02T04:59:13.411ZFrom https://github.com/oxidecomputer/dropshot
702024-12-02T04:59:13.411Z * branch ede29713c4ec43e3c40bbfce408505668daae181 -> FETCH_HEAD
712024-12-02T04:59:13.418Z+ [[ -n dependabot/cargo/bytes-1.9.0 ]]
722024-12-02T04:59:13.421Z++ git branch --show-current
732024-12-02T04:59:13.424Z+ current=main
742024-12-02T04:59:13.424Z+ [[ main != dependabot/cargo/bytes-1.9.0 ]]
752024-12-02T04:59:13.424Z+ git branch -f dependabot/cargo/bytes-1.9.0 ede29713c4ec43e3c40bbfce408505668daae181
762024-12-02T04:59:13.426Z+ git checkout -f dependabot/cargo/bytes-1.9.0
772024-12-02T04:59:13.446ZSwitched to branch 'dependabot/cargo/bytes-1.9.0'
782024-12-02T04:59:13.448Z+ git reset --hard ede29713c4ec43e3c40bbfce408505668daae181
792024-12-02T04:59:13.466ZHEAD is now at ede2971 Bump bytes from 1.8.0 to 1.9.0
802024-12-02T04:59:13.469Zprocess exited: duration 1464 ms, exit code 0
 
812024-12-02T04:59:13.474Zstarting task 4: "build"
822024-12-02T04:59:13.479Z+ cargo --version
832024-12-02T04:59:13.483Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
842024-12-02T04:59:13.627Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
852024-12-02T04:59:13.627Zinfo: downloading component 'cargo'
862024-12-02T04:59:14.658Zinfo: downloading component 'clippy'
872024-12-02T04:59:15.093Zinfo: downloading component 'rust-docs'
882024-12-02T04:59:16.107Zinfo: downloading component 'rust-std'
892024-12-02T04:59:18.162Zinfo: downloading component 'rustc'
902024-12-02T04:59:25.042Zinfo: downloading component 'rustfmt'
912024-12-02T04:59:25.415Zinfo: installing component 'cargo'
922024-12-02T04:59:26.203Zinfo: installing component 'clippy'
932024-12-02T04:59:26.570Zinfo: installing component 'rust-docs'
942024-12-02T04:59:28.240Zinfo: installing component 'rust-std'
952024-12-02T04:59:30.015Zinfo: installing component 'rustc'
962024-12-02T04:59:35.910Zinfo: installing component 'rustfmt'
972024-12-02T04:59:36.308Zcargo 1.82.0 (8f40fc59f 2024-08-21)
982024-12-02T04:59:36.310Z+ rustc --version
992024-12-02T04:59:36.380Zrustc 1.82.0 (f6e511eec 2024-10-15)
1002024-12-02T04:59:36.384Z+ banner build
1012024-12-02T04:59:36.387Z
1022024-12-02T04:59:36.387Z ##### # # # # #####
1032024-12-02T04:59:36.387Z # # # # # # # #
1042024-12-02T04:59:36.388Z ##### # # # # # #
1052024-12-02T04:59:36.388Z # # # # # # # #
1062024-12-02T04:59:36.388Z # # # # # # # #
1072024-12-02T04:59:36.388Z ##### #### # ###### #####
1082024-12-02T04:59:36.388Z
1092024-12-02T04:59:36.390Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102024-12-02T04:59:36.525Z Updating crates.io index
1112024-12-02T04:59:37.457Z Downloading crates ...
1122024-12-02T04:59:37.612Z Downloaded trybuild v1.0.101
1132024-12-02T04:59:37.621Z Downloaded tracing-core v0.1.32
1142024-12-02T04:59:37.656Z Downloaded dyn-clone v1.0.4
1152024-12-02T04:59:37.658Z Downloaded deranged v0.3.11
1162024-12-02T04:59:37.667Z Downloaded base64 v0.22.1
1172024-12-02T04:59:37.671Z Downloaded try-lock v0.2.3
1182024-12-02T04:59:37.674Z Downloaded openssl-probe v0.1.4
1192024-12-02T04:59:37.674Z Downloaded dtrace-parser v0.2.0
1202024-12-02T04:59:37.676Z Downloaded anyhow v1.0.93
1212024-12-02T04:59:37.678Z Downloaded unicase v2.6.0
1222024-12-02T04:59:37.681Z Downloaded equivalent v1.0.0
1232024-12-02T04:59:37.689Z Downloaded unicode-bidi v0.3.15
1242024-12-02T04:59:37.692Z Downloaded newline-converter v0.3.0
1252024-12-02T04:59:37.695Z Downloaded tungstenite v0.24.0
1262024-12-02T04:59:37.697Z Downloaded num_threads v0.1.3
1272024-12-02T04:59:37.699Z Downloaded foreign-types v0.3.2
1282024-12-02T04:59:37.699Z Downloaded buf-list v1.0.3
1292024-12-02T04:59:37.702Z Downloaded openssl-macros v0.1.1
1302024-12-02T04:59:37.708Z Downloaded unicode-normalization v0.1.24
1312024-12-02T04:59:37.713Z Downloaded unicode-width v0.1.9
1322024-12-02T04:59:37.716Z Downloaded unicode-segmentation v1.10.0
1332024-12-02T04:59:37.718Z Downloaded version_check v0.9.5
1342024-12-02T04:59:37.721Z Downloaded ucd-trie v0.1.6
1352024-12-02T04:59:37.723Z Downloaded untrusted v0.9.0
1362024-12-02T04:59:37.726Z Downloaded want v0.3.0
1372024-12-02T04:59:37.726Z Downloaded yasna v0.5.2
1382024-12-02T04:59:37.728Z Downloaded utf-8 v0.7.6
1392024-12-02T04:59:37.728Z Downloaded unicode-ident v1.0.12
1402024-12-02T04:59:37.732Z Downloaded proc-macro2 v1.0.92
1412024-12-02T04:59:37.735Z Downloaded rand_chacha v0.3.1
1422024-12-02T04:59:37.737Z Downloaded async-trait v0.1.83
1432024-12-02T04:59:37.739Z Downloaded usdt-macro v0.5.0
1442024-12-02T04:59:37.742Z Downloaded form_urlencoded v1.2.1
1452024-12-02T04:59:37.742Z Downloaded event-listener-strategy v0.5.2
1462024-12-02T04:59:37.744Z Downloaded num-conv v0.1.0
1472024-12-02T04:59:37.744Z Downloaded zerocopy-derive v0.7.32
1482024-12-02T04:59:37.748Z Downloaded errno v0.3.8
1492024-12-02T04:59:37.750Z Downloaded dof v0.3.0
1502024-12-02T04:59:37.752Z Downloaded http-body v1.0.1
1512024-12-02T04:59:37.755Z Downloaded scroll_derive v0.12.0
1522024-12-02T04:59:37.755Z Downloaded match_cfg v0.1.0
1532024-12-02T04:59:37.755Z Downloaded http-range v0.1.4
1542024-12-02T04:59:37.758Z Downloaded foreign-types-shared v0.1.1
1552024-12-02T04:59:37.758Z Downloaded async-stream-impl v0.3.6
1562024-12-02T04:59:37.758Z Downloaded dirs-next v2.0.0
1572024-12-02T04:59:37.761Z Downloaded usdt-attr-macro v0.5.0
1582024-12-02T04:59:37.761Z Downloaded block-buffer v0.10.2
1592024-12-02T04:59:37.763Z Downloaded is-terminal v0.4.12
1602024-12-02T04:59:37.763Z Downloaded hyper-tls v0.6.0
1612024-12-02T04:59:37.766Z Downloaded http-body-util v0.1.2
1622024-12-02T04:59:37.766Z Downloaded heck v0.5.0
1632024-12-02T04:59:37.768Z Downloaded futures-core v0.3.31
1642024-12-02T04:59:37.768Z Downloaded cpufeatures v0.2.2
1652024-12-02T04:59:37.771Z Downloaded tinyvec_macros v0.1.0
1662024-12-02T04:59:37.771Z Downloaded simple-mermaid v0.1.1
1672024-12-02T04:59:37.773Z Downloaded async-stream v0.3.6
1682024-12-02T04:59:37.776Z Downloaded cfg-if v1.0.0
1692024-12-02T04:59:37.776Z Downloaded waitgroup v0.1.2
1702024-12-02T04:59:37.778Z Downloaded autocfg v1.1.0
1712024-12-02T04:59:37.778Z Downloaded atomic-waker v1.1.1
1722024-12-02T04:59:37.781Z Downloaded pest_generator v2.7.6
1732024-12-02T04:59:37.781Z Downloaded httparse v1.8.0
1742024-12-02T04:59:37.783Z Downloaded digest v0.10.7
1752024-12-02T04:59:37.786Z Downloaded serde_urlencoded v0.7.1
1762024-12-02T04:59:37.786Z Downloaded plain v0.2.3
1772024-12-02T04:59:37.789Z Downloaded pretty-hex v0.4.1
1782024-12-02T04:59:37.789Z Downloaded glob v0.3.0
1792024-12-02T04:59:37.791Z Downloaded parking_lot_core v0.9.4
1802024-12-02T04:59:37.793Z Downloaded parking v2.2.0
1812024-12-02T04:59:37.793Z Downloaded mime v0.3.16
1822024-12-02T04:59:37.796Z Downloaded dirs-sys-next v0.1.2
1832024-12-02T04:59:37.796Z Downloaded uuid v1.11.0
1842024-12-02T04:59:37.798Z Downloaded slab v0.4.9
1852024-12-02T04:59:37.801Z Downloaded byteorder v1.4.3
1862024-12-02T04:59:37.803Z Downloaded rand_core v0.6.3
1872024-12-02T04:59:37.803Z Downloaded quinn-udp v0.5.5
1882024-12-02T04:59:37.806Z Downloaded usdt-impl v0.5.0
1892024-12-02T04:59:37.806Z Downloaded pin-utils v0.1.0
1902024-12-02T04:59:37.808Z Downloaded memmap v0.7.0
1912024-12-02T04:59:37.810Z Downloaded futures-sink v0.3.31
1922024-12-02T04:59:37.810Z Downloaded crypto-common v0.1.6
1932024-12-02T04:59:37.810Z Downloaded num_cpus v1.13.0
1942024-12-02T04:59:37.813Z Downloaded powerfmt v0.2.0
1952024-12-02T04:59:37.816Z Downloaded lazy_static v1.5.0
1962024-12-02T04:59:37.819Z Downloaded sync_wrapper v1.0.1
1972024-12-02T04:59:37.819Z Downloaded schema-derive v0.1.0
1982024-12-02T04:59:37.819Z Downloaded futures-macro v0.3.31
1992024-12-02T04:59:37.821Z Downloaded sha2 v0.10.8
2002024-12-02T04:59:37.821Z Downloaded rustc-hash v2.0.0
2012024-12-02T04:59:37.823Z Downloaded iana-time-zone v0.1.47
2022024-12-02T04:59:37.826Z Downloaded slog-bunyan v2.5.0
2032024-12-02T04:59:37.826Z Downloaded schemars_derive v0.8.21
2042024-12-02T04:59:37.828Z Downloaded mime_guess v2.0.5
2052024-12-02T04:59:37.828Z Downloaded futures-task v0.3.31
2062024-12-02T04:59:37.831Z Downloaded data-encoding v2.4.0
2072024-12-02T04:59:37.831Z Downloaded zeroize v1.7.0
2082024-12-02T04:59:37.834Z Downloaded quote v1.0.37
2092024-12-02T04:59:37.836Z Downloaded thiserror v1.0.69
2102024-12-02T04:59:37.840Z Downloaded async-channel v2.3.1
2112024-12-02T04:59:37.842Z Downloaded take_mut v0.2.2
2122024-12-02T04:59:37.842Z Downloaded hyper-staticfile v0.10.1
2132024-12-02T04:59:37.845Z Downloaded thread-id v4.0.0
2142024-12-02T04:59:37.845Z Downloaded getrandom v0.2.11
2152024-12-02T04:59:37.847Z Downloaded target-triple v0.1.3
2162024-12-02T04:59:37.850Z Downloaded tower-service v0.3.1
2172024-12-02T04:59:37.850Z Downloaded time-core v0.1.2
2182024-12-02T04:59:37.850Z Downloaded once_cell v1.20.1
2192024-12-02T04:59:37.852Z Downloaded subtle v2.5.0
2202024-12-02T04:59:37.854Z Downloaded log v0.4.17
2212024-12-02T04:59:37.856Z Downloaded ipnet v2.10.0
2222024-12-02T04:59:37.856Z Downloaded serde_spanned v0.6.7
2232024-12-02T04:59:37.859Z Downloaded scroll v0.12.0
2242024-12-02T04:59:37.861Z Downloaded futures-io v0.3.31
2252024-12-02T04:59:37.861Z Downloaded sha1 v0.10.6
2262024-12-02T04:59:37.863Z Downloaded console v0.15.7
2272024-12-02T04:59:37.866Z Downloaded paste v1.0.15
2282024-12-02T04:59:37.868Z Downloaded slog-json v2.6.1
2292024-12-02T04:59:37.870Z Downloaded usdt v0.5.0
2302024-12-02T04:59:37.873Z Downloaded bytes v1.9.0
2312024-12-02T04:59:37.875Z Downloaded bitflags v2.4.0
2322024-12-02T04:59:37.877Z Downloaded ppv-lite86 v0.2.15
2332024-12-02T04:59:37.880Z Downloaded term v0.7.0
2342024-12-02T04:59:37.882Z Downloaded parking_lot v0.12.1
2352024-12-02T04:59:37.885Z Downloaded thiserror v2.0.3
2362024-12-02T04:59:37.890Z Downloaded termcolor v1.1.2
2372024-12-02T04:59:37.893Z Downloaded toml_datetime v0.6.8
2382024-12-02T04:59:37.893Z Downloaded slog-term v2.9.1
2392024-12-02T04:59:37.896Z Downloaded thread_local v1.1.4
2402024-12-02T04:59:37.898Z Downloaded native-tls v0.2.12
2412024-12-02T04:59:37.898Z Downloaded futures v0.3.31
2422024-12-02T04:59:37.903Z Downloaded pin-project-lite v0.2.12
2432024-12-02T04:59:37.907Z Downloaded time-macros v0.2.18
2442024-12-02T04:59:37.909Z Downloaded crossbeam-channel v0.5.1
2452024-12-02T04:59:37.913Z Downloaded rustls-pemfile v2.1.3
2462024-12-02T04:59:37.916Z Downloaded tempfile v3.14.0
2472024-12-02T04:59:37.918Z Downloaded rustls-native-certs v0.7.0
2482024-12-02T04:59:37.921Z Downloaded schemars v0.8.21
2492024-12-02T04:59:37.933Z Downloaded slog-async v2.8.0
2502024-12-02T04:59:37.936Z Downloaded serde_tokenstream v0.2.2
2512024-12-02T04:59:37.938Z Downloaded openssl-sys v0.9.103
2522024-12-02T04:59:37.941Z Downloaded tokio-rustls v0.25.0
2532024-12-02T04:59:37.944Z Downloaded indexmap v2.6.0
2542024-12-02T04:59:37.947Z Downloaded tokio-rustls v0.26.0
2552024-12-02T04:59:37.949Z Downloaded smallvec v1.13.2
2562024-12-02T04:59:37.952Z Downloaded semver v1.0.23
2572024-12-02T04:59:37.954Z Downloaded pest_meta v2.7.6
2582024-12-02T04:59:37.957Z Downloaded hyper-util v0.1.10
2592024-12-02T04:59:37.960Z Downloaded rustls-pki-types v1.10.0
2602024-12-02T04:59:37.963Z Downloaded expectorate v1.1.0
2612024-12-02T04:59:37.966Z Downloaded ryu v1.0.5
2622024-12-02T04:59:37.968Z Downloaded url v2.5.2
2632024-12-02T04:59:37.971Z Downloaded spin v0.9.8
2642024-12-02T04:59:37.973Z Downloaded serde v1.0.215
2652024-12-02T04:59:37.976Z Downloaded tokio-tungstenite v0.24.0
2662024-12-02T04:59:37.979Z Downloaded tinyvec v1.5.1
2672024-12-02T04:59:37.982Z Downloaded serde_derive v1.0.215
2682024-12-02T04:59:37.984Z Downloaded slog v2.7.0
2692024-12-02T04:59:37.987Z Downloaded quinn v0.11.4
2702024-12-02T04:59:37.990Z Downloaded socket2 v0.5.5
2712024-12-02T04:59:37.993Z Downloaded rand v0.8.4
2722024-12-02T04:59:37.996Z Downloaded webpki-roots v0.26.5
2732024-12-02T04:59:38.001Z Downloaded hashbrown v0.15.0
2742024-12-02T04:59:38.005Z Downloaded thiserror-impl v1.0.69
2752024-12-02T04:59:38.008Z Downloaded toml v0.8.19
2762024-12-02T04:59:38.010Z Downloaded tracing v0.1.40
2772024-12-02T04:59:38.015Z Downloaded futures-util v0.3.31
2782024-12-02T04:59:38.028Z Downloaded hyper v1.5.1
2792024-12-02T04:59:38.034Z Downloaded goblin v0.8.0
2802024-12-02T04:59:38.040Z Downloaded rcgen v0.13.1
2812024-12-02T04:59:38.043Z Downloaded toml_edit v0.22.20
2822024-12-02T04:59:38.066Z Downloaded tokio-util v0.7.7
2832024-12-02T04:59:38.072Z Downloaded chrono v0.4.38
2842024-12-02T04:59:38.078Z Downloaded time v0.3.36
2852024-12-02T04:59:38.085Z Downloaded zerocopy v0.7.32
2862024-12-02T04:59:38.101Z Downloaded serde_json v1.0.133
2872024-12-02T04:59:38.108Z Downloaded idna v0.5.0
2882024-12-02T04:59:38.114Z Downloaded openssl v0.10.66
2892024-12-02T04:59:38.124Z Downloaded syn v2.0.89
2902024-12-02T04:59:38.136Z Downloaded rustls-webpki v0.102.8
2912024-12-02T04:59:38.153Z Downloaded quinn-proto v0.11.8
2922024-12-02T04:59:38.159Z Downloaded vcpkg v0.2.15
2932024-12-02T04:59:38.195Z Downloaded openapiv3 v2.0.0
2942024-12-02T04:59:38.206Z Downloaded reqwest v0.12.9
2952024-12-02T04:59:38.214Z Downloaded winnow v0.6.18
2962024-12-02T04:59:38.222Z Downloaded portable-atomic v1.9.0
2972024-12-02T04:59:38.229Z Downloaded pest v2.7.6
2982024-12-02T04:59:38.233Z Downloaded rustls v0.23.13
2992024-12-02T04:59:38.244Z Downloaded rustls v0.22.4
3002024-12-02T04:59:38.257Z Downloaded rustix v0.38.40
3012024-12-02T04:59:38.278Z Downloaded h2 v0.4.6
3022024-12-02T04:59:38.284Z Downloaded prettyplease v0.2.25
3032024-12-02T04:59:38.287Z Downloaded mio v0.8.11
3042024-12-02T04:59:38.291Z Downloaded memchr v2.6.0
3052024-12-02T04:59:38.296Z Downloaded http v1.1.0
3062024-12-02T04:59:38.299Z Downloaded pkg-config v0.3.31
3072024-12-02T04:59:38.301Z Downloaded thiserror-impl v2.0.3
3082024-12-02T04:59:38.303Z Downloaded subprocess v0.2.9
3092024-12-02T04:59:38.306Z Downloaded cc v1.0.83
3102024-12-02T04:59:38.308Z Downloaded tokio-native-tls v0.3.1
3112024-12-02T04:59:38.308Z Downloaded similar v2.2.1
3122024-12-02T04:59:38.312Z Downloaded num-traits v0.2.14
3132024-12-02T04:59:38.314Z Downloaded hyper-rustls v0.27.3
3142024-12-02T04:59:38.317Z Downloaded event-listener v5.0.0
3152024-12-02T04:59:38.319Z Downloaded crossbeam-utils v0.8.15
3162024-12-02T04:59:38.321Z Downloaded pest_derive v2.7.6
3172024-12-02T04:59:38.323Z Downloaded lock_api v0.4.6
3182024-12-02T04:59:38.326Z Downloaded signal-hook-registry v1.4.0
3192024-12-02T04:59:38.326Z Downloaded serde_path_to_error v0.1.16
3202024-12-02T04:59:38.328Z Downloaded serde_derive_internals v0.29.0
3212024-12-02T04:59:38.328Z Downloaded schema v0.1.0
3222024-12-02T04:59:38.331Z Downloaded concurrent-queue v2.5.0
3232024-12-02T04:59:38.331Z Downloaded camino v1.1.9
3242024-12-02T04:59:38.333Z Downloaded scopeguard v1.2.0
3252024-12-02T04:59:38.335Z Downloaded percent-encoding v2.3.1
3262024-12-02T04:59:38.335Z Downloaded tokio-macros v2.3.0
3272024-12-02T04:59:38.335Z Downloaded pem v3.0.4
3282024-12-02T04:59:38.338Z Downloaded multer v3.1.0
3292024-12-02T04:59:38.340Z Downloaded hyper-rustls v0.26.0
3302024-12-02T04:59:38.340Z Downloaded generic-array v0.14.5
3312024-12-02T04:59:38.343Z Downloaded libc v0.2.164
3322024-12-02T04:59:38.368Z Downloaded tokio v1.38.1
3332024-12-02T04:59:38.402Z Downloaded futures-channel v0.3.31
3342024-12-02T04:59:38.404Z Downloaded futures-executor v0.3.31
3352024-12-02T04:59:38.407Z Downloaded fnv v1.0.7
3362024-12-02T04:59:38.407Z Downloaded debug-ignore v1.0.5
3372024-12-02T04:59:38.409Z Downloaded itoa v1.0.1
3382024-12-02T04:59:38.409Z Downloaded fastrand v2.1.1
3392024-12-02T04:59:38.412Z Downloaded httpdate v1.0.1
3402024-12-02T04:59:38.412Z Downloaded hostname v0.4.0
3412024-12-02T04:59:38.412Z Downloaded hostname v0.3.1
3422024-12-02T04:59:38.415Z Downloaded typenum v1.14.0
3432024-12-02T04:59:38.442Z Downloaded encoding_rs v0.8.32
3442024-12-02T04:59:38.640Z Downloaded ring v0.17.7
3452024-12-02T04:59:38.910Z Compiling proc-macro2 v1.0.92
3462024-12-02T04:59:38.910Z Compiling unicode-ident v1.0.12
3472024-12-02T04:59:38.913Z Compiling libc v0.2.164
3482024-12-02T04:59:38.913Z Compiling cfg-if v1.0.0
3492024-12-02T04:59:38.913Z Compiling serde v1.0.215
3502024-12-02T04:59:38.930Z Compiling itoa v1.0.1
3512024-12-02T04:59:38.932Z Compiling memchr v2.6.0
3522024-12-02T04:59:38.964Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6d5ac2bc70b90dcc -C extra-filename=-6d5ac2bc70b90dcc --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-6d5ac2bc70b90dcc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3532024-12-02T04:59:38.964Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3c3232a6ac1239e6 -C extra-filename=-3c3232a6ac1239e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3542024-12-02T04:59:38.966Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=61a1a28d8c196ec4 -C extra-filename=-61a1a28d8c196ec4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-61a1a28d8c196ec4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552024-12-02T04:59:38.966Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=bf8464dc6ea26318 -C extra-filename=-bf8464dc6ea26318 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3562024-12-02T04:59:38.966Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3373b415eee76ca6 -C extra-filename=-3373b415eee76ca6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-3373b415eee76ca6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572024-12-02T04:59:38.966Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/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)' --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=ec8e3b97d384ee55 -C extra-filename=-ec8e3b97d384ee55 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-ec8e3b97d384ee55 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3582024-12-02T04:59:38.966Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aa4c913eb9ddf930 -C extra-filename=-aa4c913eb9ddf930 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3592024-12-02T04:59:38.966Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=979466e3b4b81ac2 -C extra-filename=-979466e3b4b81ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3602024-12-02T04:59:39.037Z Compiling version_check v0.9.5
3612024-12-02T04:59:39.039Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f1f7ff76feed9ab8 -C extra-filename=-f1f7ff76feed9ab8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3622024-12-02T04:59:39.101Z Compiling once_cell v1.20.1
3632024-12-02T04:59:39.104Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f4b8406ee03acd2c -C extra-filename=-f4b8406ee03acd2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3642024-12-02T04:59:39.191Z Compiling pin-project-lite v0.2.12
3652024-12-02T04:59:39.193Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1468577fe7b525e6 -C extra-filename=-1468577fe7b525e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3662024-12-02T04:59:39.305Z Compiling autocfg v1.1.0
3672024-12-02T04:59:39.305Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=32f8ee768796a478 -C extra-filename=-32f8ee768796a478 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3682024-12-02T04:59:39.525Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-3373b415eee76ca6/build-script-build`
3692024-12-02T04:59:39.540Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-6d5ac2bc70b90dcc/build-script-build`
3702024-12-02T04:59:39.543Z Compiling bytes v1.9.0
3712024-12-02T04:59:39.551Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=34df12a77920a882 -C extra-filename=-34df12a77920a882 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3722024-12-02T04:59:39.581Z Compiling log v0.4.17
3732024-12-02T04:59:39.584Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ea7aa5a476e05b2d -C extra-filename=-ea7aa5a476e05b2d --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ea7aa5a476e05b2d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3742024-12-02T04:59:39.636Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-61a1a28d8c196ec4/build-script-build`
3752024-12-02T04:59:39.682Z Compiling futures-core v0.3.31
3762024-12-02T04:59:39.689Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b3d09398cdf3eb85 -C extra-filename=-b3d09398cdf3eb85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3772024-12-02T04:59:39.697Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-ec8e3b97d384ee55/build-script-build`
3782024-12-02T04:59:39.700Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=6b3f297d243ba0c1 -C extra-filename=-6b3f297d243ba0c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3792024-12-02T04:59:39.752Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/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)' --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=084c6ae6e61ed5fa -C extra-filename=-084c6ae6e61ed5fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3802024-12-02T04:59:39.878Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=8a17a6419f9b95e8 -C extra-filename=-8a17a6419f9b95e8 --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-3c3232a6ac1239e6.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)'`
3812024-12-02T04:59:39.916Z Compiling parking_lot_core v0.9.4
3822024-12-02T04:59:39.919Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9f19662d43c8ab77 -C extra-filename=-9f19662d43c8ab77 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-9f19662d43c8ab77 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3832024-12-02T04:59:39.947Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-ea7aa5a476e05b2d/build-script-build`
3842024-12-02T04:59:39.959Z Compiling ryu v1.0.5
3852024-12-02T04:59:39.961Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=981cbed5343f7492 -C extra-filename=-981cbed5343f7492 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-981cbed5343f7492 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3862024-12-02T04:59:39.974Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=91aa6a79d99ae220 -C extra-filename=-91aa6a79d99ae220 --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-bf8464dc6ea26318.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3872024-12-02T04:59:40.362Z Compiling slab v0.4.9
3882024-12-02T04:59:40.364Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b4046b37d81a911 -C extra-filename=-7b4046b37d81a911 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-7b4046b37d81a911 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow`
3892024-12-02T04:59:40.379Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-9f19662d43c8ab77/build-script-build`
3902024-12-02T04:59:40.397Z Compiling scopeguard v1.2.0
3912024-12-02T04:59:40.400Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=eab02f069d41ca64 -C extra-filename=-eab02f069d41ca64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3922024-12-02T04:59:40.452Z Compiling cc v1.0.83
3932024-12-02T04:59:40.458Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/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)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=412ed8096b7dcbe3 -C extra-filename=-412ed8096b7dcbe3 --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-084c6ae6e61ed5fa.rmeta --cap-lints allow`
3942024-12-02T04:59:40.540Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-981cbed5343f7492/build-script-build`
3952024-12-02T04:59:40.553Z Compiling futures-sink v0.3.31
3962024-12-02T04:59:40.553Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=82b9ad00b7936384 -C extra-filename=-82b9ad00b7936384 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3972024-12-02T04:59:40.599Z Compiling quote v1.0.37
3982024-12-02T04:59:40.602Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=891ad5a865471da0 -C extra-filename=-891ad5a865471da0 --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-8a17a6419f9b95e8.rmeta --cap-lints allow`
3992024-12-02T04:59:40.698Z Compiling smallvec v1.13.2
4002024-12-02T04:59:40.700Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0a0d67f00959a153 -C extra-filename=-0a0d67f00959a153 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4012024-12-02T04:59:40.711Z Compiling thiserror v1.0.69
4022024-12-02T04:59:40.714Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=84c427b2c26a1919 -C extra-filename=-84c427b2c26a1919 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-84c427b2c26a1919 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4032024-12-02T04:59:40.726Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-7b4046b37d81a911/build-script-build`
4042024-12-02T04:59:40.837Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=09390516ab086c15 -C extra-filename=-09390516ab086c15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4052024-12-02T04:59:40.850Z Compiling lock_api v0.4.6
4062024-12-02T04:59:40.852Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=c4fc5fd5a7eef552 -C extra-filename=-c4fc5fd5a7eef552 --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-eab02f069d41ca64.rmeta --cap-lints allow`
4072024-12-02T04:59:41.120Z Compiling syn v2.0.89
4082024-12-02T04:59:41.123Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.89/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=5434560d1a91ac3b -C extra-filename=-5434560d1a91ac3b --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-3c3232a6ac1239e6.rmeta --cap-lints allow`
4092024-12-02T04:59:41.186Z Compiling getrandom v0.2.11
4102024-12-02T04:59:41.188Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c388d57f2a7e266c -C extra-filename=-c388d57f2a7e266c --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --cap-lints allow`
4112024-12-02T04:59:41.277Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-84c427b2c26a1919/build-script-build`
4122024-12-02T04:59:41.300Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=350fcc3dbc8d47e5 -C extra-filename=-350fcc3dbc8d47e5 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --cap-lints allow`
4132024-12-02T04:59:41.323Z Compiling serde_json v1.0.133
4142024-12-02T04:59:41.326Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=50069a0dde149efe -C extra-filename=-50069a0dde149efe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-50069a0dde149efe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152024-12-02T04:59:41.356Z Compiling signal-hook-registry v1.4.0
4162024-12-02T04:59:41.359Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c91e71b43dd2672d -C extra-filename=-c91e71b43dd2672d --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
4172024-12-02T04:59:41.557Z Compiling mio v0.8.11
4182024-12-02T04:59:41.559Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=075576b21fe7e64e -C extra-filename=-075576b21fe7e64e --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
4192024-12-02T04:59:41.575Z Compiling num_cpus v1.13.0
4202024-12-02T04:59:41.578Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.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)' --check-cfg 'cfg(feature, values())' -C metadata=44c15e990eca2923 -C extra-filename=-44c15e990eca2923 --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
4212024-12-02T04:59:41.680Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-50069a0dde149efe/build-script-build`
4222024-12-02T04:59:41.695Z Compiling parking_lot v0.12.1
4232024-12-02T04:59:41.697Z Compiling socket2 v0.5.5
4242024-12-02T04:59:41.697Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=49cb753a07c693ab -C extra-filename=-49cb753a07c693ab --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-c4fc5fd5a7eef552.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-350fcc3dbc8d47e5.rmeta --cap-lints allow`
4252024-12-02T04:59:41.697Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all"))' -C metadata=57a3dbdabefad833 -C extra-filename=-57a3dbdabefad833 --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
4262024-12-02T04:59:41.720Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5191d0578b3449a2 -C extra-filename=-5191d0578b3449a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272024-12-02T04:59:41.970Z Compiling fnv v1.0.7
4282024-12-02T04:59:41.973Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01ac370b0f4770be -C extra-filename=-01ac370b0f4770be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292024-12-02T04:59:41.997Z Compiling futures-channel v0.3.31
4302024-12-02T04:59:42.000Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=50a874b5ae8464ab -C extra-filename=-50a874b5ae8464ab --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-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --cap-lints allow`
4312024-12-02T04:59:42.161Z Compiling http v1.1.0
4322024-12-02T04:59:42.164Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e9fe2f5193b8aeb6 -C extra-filename=-e9fe2f5193b8aeb6 --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-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --cap-lints allow`
4332024-12-02T04:59:42.342Z Compiling equivalent v1.0.0
4342024-12-02T04:59:42.345Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf8bc862661708a7 -C extra-filename=-bf8bc862661708a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352024-12-02T04:59:42.474Z Compiling futures-io v0.3.31
4362024-12-02T04:59:42.487Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=d5960c4ba7dd9268 -C extra-filename=-d5960c4ba7dd9268 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372024-12-02T04:59:42.547Z Compiling hashbrown v0.15.0
4382024-12-02T04:59:42.549Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.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)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d7dc87c93d63ea37 -C extra-filename=-d7dc87c93d63ea37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392024-12-02T04:59:42.722Z Compiling ring v0.17.7
4402024-12-02T04:59:42.725Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/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)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=fdec1278b75590cd -C extra-filename=-fdec1278b75590cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-fdec1278b75590cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-412ed8096b7dcbe3.rlib --cap-lints allow`
4412024-12-02T04:59:42.780Z Compiling pin-utils v0.1.0
4422024-12-02T04:59:42.783Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4a6c1cbd48085085 -C extra-filename=-4a6c1cbd48085085 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432024-12-02T04:59:42.835Z Compiling futures-task v0.3.31
4442024-12-02T04:59:42.842Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=2019e2fa12d7bf52 -C extra-filename=-2019e2fa12d7bf52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452024-12-02T04:59:42.865Z Compiling httparse v1.8.0
4462024-12-02T04:59:42.867Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7e93688949a77053 -C extra-filename=-7e93688949a77053 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-7e93688949a77053 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472024-12-02T04:59:42.931Z Compiling rustls-pki-types v1.10.0
4482024-12-02T04:59:42.933Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2b96447e7090b08d -C extra-filename=-2b96447e7090b08d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492024-12-02T04:59:43.044Z Compiling spin v0.9.8
4502024-12-02T04:59:43.047Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --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=2f9d92d182118ed5 -C extra-filename=-2f9d92d182118ed5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512024-12-02T04:59:43.167Z Compiling tracing-core v0.1.32
4522024-12-02T04:59:43.170Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=980c7224a867e573 -C extra-filename=-980c7224a867e573 --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-f4b8406ee03acd2c.rmeta --cap-lints allow`
4532024-12-02T04:59:43.305Z Compiling ucd-trie v0.1.6
4542024-12-02T04:59:43.316Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=42742a2a22fa8aa3 -C extra-filename=-42742a2a22fa8aa3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552024-12-02T04:59:43.336Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-7e93688949a77053/build-script-build`
4562024-12-02T04:59:43.355Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=88bc9aa68eab0f91 -C extra-filename=-88bc9aa68eab0f91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4572024-12-02T04:59:43.789Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-fdec1278b75590cd/build-script-build`
4582024-12-02T04:59:43.878Z Compiling untrusted v0.9.0
4592024-12-02T04:59:43.880Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=708e3792e0eecbdb -C extra-filename=-708e3792e0eecbdb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602024-12-02T04:59:43.983Z Compiling byteorder v1.4.3
4612024-12-02T04:59:43.986Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b8b699a6465511d1 -C extra-filename=-b8b699a6465511d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622024-12-02T04:59:44.049Z Compiling tracing v0.1.40
4632024-12-02T04:59:44.053Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=5af3d613f2e83943 -C extra-filename=-5af3d613f2e83943 --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-1468577fe7b525e6.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-980c7224a867e573.rmeta --cap-lints allow`
4642024-12-02T04:59:44.087Z Compiling atomic-waker v1.1.1
4652024-12-02T04:59:44.090Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=1e5daed852122a14 -C extra-filename=-1e5daed852122a14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662024-12-02T04:59:44.180Z Compiling typenum v1.14.0
4672024-12-02T04:59:44.184Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=e4d4dd3ced0061f4 -C extra-filename=-e4d4dd3ced0061f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-e4d4dd3ced0061f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4682024-12-02T04:59:44.273Z Compiling vcpkg v0.2.15
4692024-12-02T04:59:44.275Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=53f17a4e94ce7c6a -C extra-filename=-53f17a4e94ce7c6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702024-12-02T04:59:44.466Z Compiling pkg-config v0.3.31
4712024-12-02T04:59:44.469Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cac326d7487d69c9 -C extra-filename=-cac326d7487d69c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4722024-12-02T04:59:44.489Z Compiling http-body v1.0.1
4732024-12-02T04:59:44.491Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e109fdd836c0acb9 -C extra-filename=-e109fdd836c0acb9 --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-34df12a77920a882.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --cap-lints allow`
4742024-12-02T04:59:44.714Z Compiling generic-array v0.14.5
4752024-12-02T04:59:44.714Z Compiling crossbeam-utils v0.8.15
4762024-12-02T04:59:44.717Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=b1ee6e45757ca8a0 -C extra-filename=-b1ee6e45757ca8a0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-b1ee6e45757ca8a0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
4772024-12-02T04:59:44.717Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=00da5ed24b64f559 -C extra-filename=-00da5ed24b64f559 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-00da5ed24b64f559 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4782024-12-02T04:59:44.898Z Compiling try-lock v0.2.3
4792024-12-02T04:59:44.901Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=306ebdf760c746d8 -C extra-filename=-306ebdf760c746d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802024-12-02T04:59:45.037Z Compiling want v0.3.0
4812024-12-02T04:59:45.040Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5233a237641b7492 -C extra-filename=-5233a237641b7492 --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-91aa6a79d99ae220.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-306ebdf760c746d8.rmeta --cap-lints allow`
4822024-12-02T04:59:45.055Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-b1ee6e45757ca8a0/build-script-build`
4832024-12-02T04:59:45.109Z Compiling subtle v2.5.0
4842024-12-02T04:59:45.112Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=ca54d4c430356ec7 -C extra-filename=-ca54d4c430356ec7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852024-12-02T04:59:45.122Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-e4d4dd3ced0061f4/build-script-main`
4862024-12-02T04:59:45.198Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-00da5ed24b64f559/build-script-build`
4872024-12-02T04:59:45.217Z Compiling num-conv v0.1.0
4882024-12-02T04:59:45.219Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=27a85599505da96b -C extra-filename=-27a85599505da96b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892024-12-02T04:59:45.306Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=8e87caecd60ca14e -C extra-filename=-8e87caecd60ca14e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902024-12-02T04:59:45.329Z Compiling time-core v0.1.2
4912024-12-02T04:59:45.336Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a01f1f19c1b90d99 -C extra-filename=-a01f1f19c1b90d99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922024-12-02T04:59:45.371Z Compiling zeroize v1.7.0
4932024-12-02T04:59:45.374Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=95f509254fd0b285 -C extra-filename=-95f509254fd0b285 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942024-12-02T04:59:45.498Z Compiling powerfmt v0.2.0
4952024-12-02T04:59:45.501Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=7eb74dd6cd99c168 -C extra-filename=-7eb74dd6cd99c168 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962024-12-02T04:59:45.510Z Compiling httpdate v1.0.1
4972024-12-02T04:59:45.513Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d48c3fbcb9d9ce8e -C extra-filename=-d48c3fbcb9d9ce8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4982024-12-02T04:59:45.587Z Compiling time-macros v0.2.18
4992024-12-02T04:59:45.590Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=5269a051887fbb93 -C extra-filename=-5269a051887fbb93 --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-27a85599505da96b.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-a01f1f19c1b90d99.rlib --extern proc_macro --cap-lints allow`
5002024-12-02T04:59:45.694Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=84b48dda44be213c -C extra-filename=-84b48dda44be213c --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-bf8464dc6ea26318.rmeta --cap-lints allow`
5012024-12-02T04:59:45.811Z Compiling openssl-sys v0.9.103
5022024-12-02T04:59:45.814Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=eb28951fa2b07972 -C extra-filename=-eb28951fa2b07972 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-eb28951fa2b07972 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-412ed8096b7dcbe3.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cac326d7487d69c9.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow`
5032024-12-02T04:59:45.897Z Compiling deranged v0.3.11
5042024-12-02T04:59:45.899Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=500c245c96496426 -C extra-filename=-500c245c96496426 --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-7eb74dd6cd99c168.rmeta --cap-lints allow`
5052024-12-02T04:59:45.993Z Compiling base64 v0.22.1
5062024-12-02T04:59:45.995Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8109389a6bf1ad53 -C extra-filename=-8109389a6bf1ad53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072024-12-02T04:59:46.648Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=165cc2ebd59ec319 -C extra-filename=-165cc2ebd59ec319 --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-8e87caecd60ca14e.rmeta --cap-lints allow --cfg relaxed_coherence`
5082024-12-02T04:59:46.779Z Compiling bitflags v2.4.0
5092024-12-02T04:59:46.781Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b20130464ebc8926 -C extra-filename=-b20130464ebc8926 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5102024-12-02T04:59:46.819Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-eb28951fa2b07972/build-script-main`
5112024-12-02T04:59:46.889Z Compiling slog v2.7.0
5122024-12-02T04:59:46.892Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7c37cc8491317074 -C extra-filename=-7c37cc8491317074 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-7c37cc8491317074 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132024-12-02T04:59:46.923Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ec07787e968002ac -C extra-filename=-ec07787e968002ac --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-c388d57f2a7e266c.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
5142024-12-02T04:59:46.927Z Compiling num_threads v0.1.3
5152024-12-02T04:59:46.929Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ef69120e0df12c56 -C extra-filename=-ef69120e0df12c56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162024-12-02T04:59:47.069Z Compiling unicase v2.6.0
5172024-12-02T04:59:47.072Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=819ce48d520558b5 -C extra-filename=-819ce48d520558b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-819ce48d520558b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
5182024-12-02T04:59:47.193Z Compiling usdt-impl v0.5.0
5192024-12-02T04:59:47.205Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=803f4cb2b64df2fd -C extra-filename=-803f4cb2b64df2fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-803f4cb2b64df2fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
5202024-12-02T04:59:47.419Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-7c37cc8491317074/build-script-build`
5212024-12-02T04:59:47.450Z Compiling paste v1.0.15
5222024-12-02T04:59:47.452Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=75740250ed219447 -C extra-filename=-75740250ed219447 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-75740250ed219447 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232024-12-02T04:59:47.477Z Compiling tower-service v0.3.1
5242024-12-02T04:59:47.480Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-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)' --check-cfg 'cfg(feature, values())' -C metadata=82ed2a476a240d95 -C extra-filename=-82ed2a476a240d95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252024-12-02T04:59:47.590Z Compiling foreign-types-shared v0.1.1
5262024-12-02T04:59:47.593Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3e88c51f198c4536 -C extra-filename=-3e88c51f198c4536 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272024-12-02T04:59:47.602Z Compiling openssl-probe v0.1.4
5282024-12-02T04:59:47.605Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=816f078d1a7c4648 -C extra-filename=-816f078d1a7c4648 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292024-12-02T04:59:47.701Z Compiling tinyvec_macros v0.1.0
5302024-12-02T04:59:47.704Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-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)' --check-cfg 'cfg(feature, values())' -C metadata=49cfbf5822d304f3 -C extra-filename=-49cfbf5822d304f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312024-12-02T04:59:47.781Z Compiling openssl v0.10.66
5322024-12-02T04:59:47.783Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8e22270e3198d420 -C extra-filename=-8e22270e3198d420 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-8e22270e3198d420 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332024-12-02T04:59:47.793Z Compiling percent-encoding v2.3.1
5342024-12-02T04:59:47.796Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=979a6ffd7abfd08b -C extra-filename=-979a6ffd7abfd08b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5352024-12-02T04:59:47.951Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75740250ed219447/build-script-build`
5362024-12-02T04:59:47.993Z Compiling form_urlencoded v1.2.1
5372024-12-02T04:59:47.993Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a14e9e00c55afb81 -C extra-filename=-a14e9e00c55afb81 --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-979a6ffd7abfd08b.rmeta --cap-lints allow`
5382024-12-02T04:59:48.007Z Compiling crypto-common v0.1.6
5392024-12-02T04:59:48.019Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=c047b672914131c4 -C extra-filename=-c047b672914131c4 --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-165cc2ebd59ec319.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-8e87caecd60ca14e.rmeta --cap-lints allow`
5402024-12-02T04:59:48.033Z Compiling block-buffer v0.10.2
5412024-12-02T04:59:48.035Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=358ef7d8dbb468dd -C extra-filename=-358ef7d8dbb468dd --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-165cc2ebd59ec319.rmeta --cap-lints allow`
5422024-12-02T04:59:48.180Z Compiling tinyvec v1.5.1
5432024-12-02T04:59:48.183Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "serde", "std", "tinyvec_macros"))' -C metadata=e2a6fcdea0e898e1 -C extra-filename=-e2a6fcdea0e898e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-49cfbf5822d304f3.rmeta --cap-lints allow`
5442024-12-02T04:59:48.193Z Compiling foreign-types v0.3.2
5452024-12-02T04:59:48.205Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5d52dbc4bf401aff -C extra-filename=-5d52dbc4bf401aff --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-3e88c51f198c4536.rmeta --cap-lints allow`
5462024-12-02T04:59:48.216Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-803f4cb2b64df2fd/build-script-build`
5472024-12-02T04:59:48.230Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-8e22270e3198d420/build-script-build`
5482024-12-02T04:59:48.248Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ba4a1f026620b3c1 -C extra-filename=-ba4a1f026620b3c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
5492024-12-02T04:59:48.276Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-819ce48d520558b5/build-script-build`
5502024-12-02T04:59:48.307Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=24d8b6057eb22c5b -C extra-filename=-24d8b6057eb22c5b --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-6b3f297d243ba0c1.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"))' --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(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)'`
5512024-12-02T04:59:48.347Z Compiling rand_core v0.6.3
5522024-12-02T04:59:48.347Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=e62677a6a254cc9e -C extra-filename=-e62677a6a254cc9e --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-c388d57f2a7e266c.rmeta --cap-lints allow`
5532024-12-02T04:59:48.406Z Compiling time v0.3.36
5542024-12-02T04:59:48.408Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=880cb7608f688af2 -C extra-filename=-880cb7608f688af2 --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-500c245c96496426.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-27a85599505da96b.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-ef69120e0df12c56.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-7eb74dd6cd99c168.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-a01f1f19c1b90d99.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-5269a051887fbb93.so --cap-lints allow`
5552024-12-02T04:59:48.452Z Compiling thread-id v4.0.0
5562024-12-02T04:59:48.455Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=52c5669e069a0dc0 -C extra-filename=-52c5669e069a0dc0 --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-084c6ae6e61ed5fa.rmeta --cap-lints allow`
5572024-12-02T04:59:48.566Z Compiling num-traits v0.2.14
5582024-12-02T04:59:48.573Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=fc705c99a25feaa7 -C extra-filename=-fc705c99a25feaa7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-fc705c99a25feaa7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow`
5592024-12-02T04:59:48.761Z Compiling rustls v0.22.4
5602024-12-02T04:59:48.764Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=80a2939cdf5c6a83 -C extra-filename=-80a2939cdf5c6a83 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-80a2939cdf5c6a83 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612024-12-02T04:59:48.912Z Compiling unicode-width v0.1.9
5622024-12-02T04:59:48.915Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=a345b4990bc1a485 -C extra-filename=-a345b4990bc1a485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632024-12-02T04:59:49.058Z Compiling rustls-webpki v0.102.8
5642024-12-02T04:59:49.061Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=b225fc1eaf8a542d -C extra-filename=-b225fc1eaf8a542d --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-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
5652024-12-02T04:59:49.082Z Compiling lazy_static v1.5.0
5662024-12-02T04:59:49.085Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=627c4027aa780a5c -C extra-filename=-627c4027aa780a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672024-12-02T04:59:49.102Z Compiling ppv-lite86 v0.2.15
5682024-12-02T04:59:49.104Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=9774e8c5fed9e534 -C extra-filename=-9774e8c5fed9e534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692024-12-02T04:59:49.206Z Compiling native-tls v0.2.12
5702024-12-02T04:59:49.208Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=16d913dc6d0b4258 -C extra-filename=-16d913dc6d0b4258 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-16d913dc6d0b4258 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712024-12-02T04:59:49.583Z Compiling semver v1.0.23
5722024-12-02T04:59:49.585Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9bafc270b7e4bdba -C extra-filename=-9bafc270b7e4bdba --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-9bafc270b7e4bdba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732024-12-02T04:59:49.616Z Compiling rustls v0.23.13
5742024-12-02T04:59:49.619Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d4ff289f15f84ff0 -C extra-filename=-d4ff289f15f84ff0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d4ff289f15f84ff0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752024-12-02T04:59:49.696Z Compiling plain v0.2.3
5762024-12-02T04:59:49.699Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8ca2d3bfed42e6d9 -C extra-filename=-8ca2d3bfed42e6d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772024-12-02T04:59:49.853Z Compiling mime v0.3.16
5782024-12-02T04:59:49.853Z Compiling rand_chacha v0.3.1
5792024-12-02T04:59:49.855Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=36690c8dad1b6175 -C extra-filename=-36690c8dad1b6175 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802024-12-02T04:59:49.855Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ae7be18ce02bf398 -C extra-filename=-ae7be18ce02bf398 --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-9774e8c5fed9e534.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e62677a6a254cc9e.rmeta --cap-lints allow`
5812024-12-02T04:59:49.955Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build`
5822024-12-02T04:59:49.976Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-16d913dc6d0b4258/build-script-build`
5832024-12-02T04:59:49.995Z Compiling unicode-normalization v0.1.24
5842024-12-02T04:59:49.997Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a5a883fe9b1e3cfc -C extra-filename=-a5a883fe9b1e3cfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-e2a6fcdea0e898e1.rmeta --cap-lints allow`
5852024-12-02T04:59:50.104Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-9bafc270b7e4bdba/build-script-build`
5862024-12-02T04:59:50.166Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build`
5872024-12-02T04:59:50.186Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fc705c99a25feaa7/build-script-build`
5882024-12-02T04:59:50.480Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7800a465226533c7 -C extra-filename=-7800a465226533c7 --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`
5892024-12-02T04:59:50.492Z Compiling digest v0.10.7
5902024-12-02T04:59:50.495Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=37878c4d7075d174 -C extra-filename=-37878c4d7075d174 --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-358ef7d8dbb468dd.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-c047b672914131c4.rmeta --cap-lints allow`
5912024-12-02T04:59:50.858Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e6fc1b37be07b8a5 -C extra-filename=-e6fc1b37be07b8a5 --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"))'`
5922024-12-02T04:59:50.881Z Compiling rustls-pemfile v2.1.3
5932024-12-02T04:59:50.884Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=876d3c4765ed3b5c -C extra-filename=-876d3c4765ed3b5c --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-8109389a6bf1ad53.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow`
5942024-12-02T04:59:50.980Z Compiling dirs-sys-next v0.1.2
5952024-12-02T04:59:50.982Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1b38fdbb4d7841de -C extra-filename=-1b38fdbb4d7841de --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
5962024-12-02T04:59:51.044Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=509ccdd1efca7e0c -C extra-filename=-509ccdd1efca7e0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-509ccdd1efca7e0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
5972024-12-02T04:59:51.105Z Compiling cpufeatures v0.2.2
5982024-12-02T04:59:51.108Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=97335ab674623c7c -C extra-filename=-97335ab674623c7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992024-12-02T04:59:51.195Z Compiling winnow v0.6.18
6002024-12-02T04:59:51.206Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/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' '--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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d01edbdc2e5a52f4 -C extra-filename=-d01edbdc2e5a52f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012024-12-02T04:59:51.312Z Compiling pretty-hex v0.4.1
6022024-12-02T04:59:51.315Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=ad75c1db41af3142 -C extra-filename=-ad75c1db41af3142 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032024-12-02T04:59:51.325Z Compiling unicode-segmentation v1.10.0
6042024-12-02T04:59:51.328Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=3c222546f4e316c8 -C extra-filename=-3c222546f4e316c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052024-12-02T04:59:51.433Z Compiling unicode-bidi v0.3.15
6062024-12-02T04:59:51.436Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=7ee3adb29e198dd7 -C extra-filename=-7ee3adb29e198dd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072024-12-02T04:59:51.514Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build`
6082024-12-02T04:59:51.662Z Compiling sha1 v0.10.6
6092024-12-02T04:59:51.665Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=28f3cd4599f92705 -C extra-filename=-28f3cd4599f92705 --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-bf8464dc6ea26318.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-97335ab674623c7c.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-37878c4d7075d174.rmeta --cap-lints allow`
6102024-12-02T04:59:51.698Z Compiling dirs-next v2.0.0
6112024-12-02T04:59:51.701Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf23ebadc5acf39e -C extra-filename=-bf23ebadc5acf39e --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-bf8464dc6ea26318.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-1b38fdbb4d7841de.rmeta --cap-lints allow`
6122024-12-02T04:59:51.895Z Compiling mime_guess v2.0.5
6132024-12-02T04:59:51.898Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=fd0a2951d1cbaeb6 -C extra-filename=-fd0a2951d1cbaeb6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-fd0a2951d1cbaeb6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-7800a465226533c7.rlib --cap-lints allow`
6142024-12-02T04:59:51.898Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=80f668b706d60c0f -C extra-filename=-80f668b706d60c0f --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`
6152024-12-02T04:59:52.075Z Compiling newline-converter v0.3.0
6162024-12-02T04:59:52.079Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c4da89df7808efd6 -C extra-filename=-c4da89df7808efd6 --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-3c222546f4e316c8.rmeta --cap-lints allow`
6172024-12-02T04:59:52.187Z Compiling idna v0.5.0
6182024-12-02T04:59:52.189Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a8bb780e311d2587 -C extra-filename=-a8bb780e311d2587 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-7ee3adb29e198dd7.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-a5a883fe9b1e3cfc.rmeta --cap-lints allow`
6192024-12-02T04:59:52.265Z Compiling rand v0.8.4
6202024-12-02T04:59:52.268Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=42231b363c3ec10a -C extra-filename=-42231b363c3ec10a --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-6b3f297d243ba0c1.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-ae7be18ce02bf398.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e62677a6a254cc9e.rmeta --cap-lints allow`
6212024-12-02T04:59:52.290Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=a0c02d941a90705d -C extra-filename=-a0c02d941a90705d --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-91aa6a79d99ae220.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-b225fc1eaf8a542d.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-ca54d4c430356ec7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-95f509254fd0b285.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
6222024-12-02T04:59:52.736Z Compiling serde_derive v1.0.215
6232024-12-02T04:59:52.739Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.215/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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1d9ac004ae592afc -C extra-filename=-1d9ac004ae592afc --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
6242024-12-02T04:59:53.017Z Compiling thiserror-impl v1.0.69
6252024-12-02T04:59:53.020Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=887c851ce1732a16 -C extra-filename=-887c851ce1732a16 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
6262024-12-02T04:59:53.077Z Compiling tokio-macros v2.3.0
6272024-12-02T04:59:53.079Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.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)' --check-cfg 'cfg(feature, values())' -C metadata=0ae6fff55e2721d6 -C extra-filename=-0ae6fff55e2721d6 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
6282024-12-02T04:59:53.599Z Compiling futures-macro v0.3.31
6292024-12-02T04:59:53.602Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=787ca02e4725cc61 -C extra-filename=-787ca02e4725cc61 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
6302024-12-02T04:59:53.918Z Compiling zerocopy-derive v0.7.32
6312024-12-02T04:59:53.921Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3732f714e21ea8f0 -C extra-filename=-3732f714e21ea8f0 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
6322024-12-02T04:59:53.955Z Compiling scroll_derive v0.12.0
6332024-12-02T04:59:53.957Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0636de50065ceca5 -C extra-filename=-0636de50065ceca5 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
6342024-12-02T04:59:54.555Z Compiling tokio v1.38.1
6352024-12-02T04:59:54.557Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.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="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="num_cpus"' --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)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5af3aca713c37509 -C extra-filename=-5af3aca713c37509 --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-34df12a77920a882.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-075576b21fe7e64e.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-44c15e990eca2923.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-49cb753a07c693ab.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-c91e71b43dd2672d.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-57a3dbdabefad833.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-0ae6fff55e2721d6.so --cap-lints allow`
6362024-12-02T04:59:54.948Z Compiling openssl-macros v0.1.1
6372024-12-02T04:59:54.951Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3f6c7d13c8b4be0f -C extra-filename=-3f6c7d13c8b4be0f --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
6382024-12-02T04:59:55.424Z Compiling scroll v0.12.0
6392024-12-02T04:59:55.426Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=0c5ac3d13c2d4286 -C extra-filename=-0c5ac3d13c2d4286 --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-0636de50065ceca5.so --cap-lints allow`
6402024-12-02T04:59:55.457Z Compiling futures-util v0.3.31
6412024-12-02T04:59:55.460Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=536032bed948f3ca -C extra-filename=-536032bed948f3ca --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d5960c4ba7dd9268.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-787ca02e4725cc61.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-4a6c1cbd48085085.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5191d0578b3449a2.rmeta --cap-lints allow`
6422024-12-02T04:59:55.791Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8a721311b546ac12 -C extra-filename=-8a721311b546ac12 --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-b20130464ebc8926.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-5d52dbc4bf401aff.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-3f6c7d13c8b4be0f.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-24d8b6057eb22c5b.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"))' --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(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)'`
6432024-12-02T04:59:55.829Z Compiling zerocopy v0.7.32
6442024-12-02T04:59:55.832Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=272d1d0d95162463 -C extra-filename=-272d1d0d95162463 --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-b8b699a6465511d1.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-3732f714e21ea8f0.so --cap-lints allow`
6452024-12-02T04:59:55.853Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2f43f1abec762b36 -C extra-filename=-2f43f1abec762b36 --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-887c851ce1732a16.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6462024-12-02T04:59:55.984Z Compiling pest v2.7.6
6472024-12-02T04:59:55.987Z Compiling goblin v0.8.0
6482024-12-02T04:59:55.987Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=daeea9c39b6257a5 -C extra-filename=-daeea9c39b6257a5 --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-979466e3b4b81ac2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-42742a2a22fa8aa3.rmeta --cap-lints allow`
6492024-12-02T04:59:55.987Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=51aeba0d6d0a419a -C extra-filename=-51aeba0d6d0a419a --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-91aa6a79d99ae220.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-8ca2d3bfed42e6d9.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0c5ac3d13c2d4286.rmeta --cap-lints allow`
6502024-12-02T04:59:57.515Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26935090f49a185d -C extra-filename=-26935090f49a185d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --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)'`
6512024-12-02T04:59:58.338Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2ec5359eb5f0a697 -C extra-filename=-2ec5359eb5f0a697 --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-f4b8406ee03acd2c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-b225fc1eaf8a542d.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-ca54d4c430356ec7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-95f509254fd0b285.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6522024-12-02T04:59:58.970Z Compiling pest_meta v2.7.6
6532024-12-02T04:59:58.972Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=0460774a7b7e757d -C extra-filename=-0460774a7b7e757d --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-f4b8406ee03acd2c.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-daeea9c39b6257a5.rmeta --cap-lints allow`
6542024-12-02T05:00:00.033Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2c6a4708a74ac8fe -C extra-filename=-2c6a4708a74ac8fe --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-1d9ac004ae592afc.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)'`
6552024-12-02T05:00:01.629Z Compiling pest_generator v2.7.6
6562024-12-02T05:00:01.632Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1d64ad418810b8f5 -C extra-filename=-1d64ad418810b8f5 --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-daeea9c39b6257a5.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-0460774a7b7e757d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow`
6572024-12-02T05:00:02.540Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=281b3f0600046604 -C extra-filename=-281b3f0600046604 --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-91aa6a79d99ae220.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-8a721311b546ac12.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-816f078d1a7c4648.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-24d8b6057eb22c5b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6582024-12-02T05:00:03.175Z Compiling tokio-util v0.7.7
6592024-12-02T05:00:03.179Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=463bd564b2331d8c -C extra-filename=-463bd564b2331d8c --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-34df12a77920a882.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow`
6602024-12-02T05:00:03.331Z Compiling pest_derive v2.7.6
6612024-12-02T05:00:03.334Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d18cc40549816d46 -C extra-filename=-d18cc40549816d46 --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-daeea9c39b6257a5.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-1d64ad418810b8f5.rlib --extern proc_macro --cap-lints allow`
6622024-12-02T05:00:03.464Z Compiling http-body-util v0.1.2
6632024-12-02T05:00:03.467Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=2f71709c5db1b7e1 -C extra-filename=-2f71709c5db1b7e1 --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-34df12a77920a882.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow`
6642024-12-02T05:00:03.985Z Compiling serde_derive_internals v0.29.0
6652024-12-02T05:00:03.988Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=be56a721bb59da38 -C extra-filename=-be56a721bb59da38 --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow`
6662024-12-02T05:00:04.303Z Compiling dtrace-parser v0.2.0
6672024-12-02T05:00:04.305Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f46a32fdb7e65f14 -C extra-filename=-f46a32fdb7e65f14 --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-daeea9c39b6257a5.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-d18cc40549816d46.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --cap-lints allow`
6682024-12-02T05:00:04.571Z Compiling concurrent-queue v2.5.0
6692024-12-02T05:00:04.575Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=8af49fe657b43a1b -C extra-filename=-8af49fe657b43a1b --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-84b48dda44be213c.rmeta --cap-lints allow`
6702024-12-02T05:00:04.917Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c57b2443932f9eb4 -C extra-filename=-c57b2443932f9eb4 --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
6712024-12-02T05:00:04.943Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.89/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=63a88c053a1674c4 -C extra-filename=-63a88c053a1674c4 --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-3c3232a6ac1239e6.rmeta --cap-lints allow`
6722024-12-02T05:00:05.031Z Compiling multer v3.1.0
6732024-12-02T05:00:05.033Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=5c817e893026d061 -C extra-filename=-5c817e893026d061 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-5c817e893026d061 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow`
6742024-12-02T05:00:05.370Z Compiling thread_local v1.1.4
6752024-12-02T05:00:05.373Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=4dae1bbed52207db -C extra-filename=-4dae1bbed52207db --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-f4b8406ee03acd2c.rmeta --cap-lints allow`
6762024-12-02T05:00:05.952Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=6d9f64b944059462 -C extra-filename=-6d9f64b944059462 --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-aa4c913eb9ddf930.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-09390516ab086c15.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6772024-12-02T05:00:06.037Z Compiling indexmap v2.6.0
6782024-12-02T05:00:06.039Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=906826d6767a7b04 -C extra-filename=-906826d6767a7b04 --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-bf8bc862661708a7.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-d7dc87c93d63ea37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow`
6792024-12-02T05:00:06.167Z Compiling serde_tokenstream v0.2.2
6802024-12-02T05:00:06.170Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bee155dd7d1ae75e -C extra-filename=-bee155dd7d1ae75e --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow`
6812024-12-02T05:00:06.365Z Compiling serde_spanned v0.6.7
6822024-12-02T05:00:06.368Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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 '--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::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--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::match_wildcard_for_single_variants' '--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::items_after_statements' '--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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fda7f542b67c1cec -C extra-filename=-fda7f542b67c1cec --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-2c6a4708a74ac8fe.rmeta --cap-lints allow`
6832024-12-02T05:00:06.614Z Compiling toml_datetime v0.6.8
6842024-12-02T05:00:06.616Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c9f0d9fcaa8145bd -C extra-filename=-c9f0d9fcaa8145bd --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-2c6a4708a74ac8fe.rmeta --cap-lints allow`
6852024-12-02T05:00:06.752Z Compiling encoding_rs v0.8.32
6862024-12-02T05:00:06.755Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=da84eb7f21b90d9f -C extra-filename=-da84eb7f21b90d9f --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-bf8464dc6ea26318.rmeta --cap-lints allow`
6872024-12-02T05:00:07.020Z Compiling match_cfg v0.1.0
6882024-12-02T05:00:07.022Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=97b440040956074b -C extra-filename=-97b440040956074b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6892024-12-02T05:00:07.136Z Compiling target-triple v0.1.3
6902024-12-02T05:00:07.138Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c3b862f14b893039 -C extra-filename=-c3b862f14b893039 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-c3b862f14b893039 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6912024-12-02T05:00:07.217Z Compiling iana-time-zone v0.1.47
6922024-12-02T05:00:07.220Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=b3142988ecfbb2ab -C extra-filename=-b3142988ecfbb2ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6932024-12-02T05:00:07.518Z Compiling h2 v0.4.6
6942024-12-02T05:00:07.522Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=23a0c85c6786a04e -C extra-filename=-23a0c85c6786a04e --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-1e5daed852122a14.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5191d0578b3449a2.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-463bd564b2331d8c.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow`
6952024-12-02T05:00:07.646Z Compiling toml_edit v0.22.20
6962024-12-02T05:00:07.649Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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::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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=a4d60a63ae200356 -C extra-filename=-a4d60a63ae200356 --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-906826d6767a7b04.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-fda7f542b67c1cec.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-c9f0d9fcaa8145bd.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d01edbdc2e5a52f4.rmeta --cap-lints allow`
6972024-12-02T05:00:07.777Z Compiling dof v0.3.0
6982024-12-02T05:00:07.782Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=dd343df7339e2ee4 -C extra-filename=-dd343df7339e2ee4 --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-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-272d1d0d95162463.rmeta --cap-lints allow`
6992024-12-02T05:00:08.656Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=7445e52c654440eb -C extra-filename=-7445e52c654440eb --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-b8b699a6465511d1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-dd343df7339e2ee4.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f46a32fdb7e65f14.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-084c6ae6e61ed5fa.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-52c5669e069a0dc0.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7002024-12-02T05:00:09.068Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=6e7d4812cd1e0a53 -C extra-filename=-6e7d4812cd1e0a53 --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-51aeba0d6d0a419a.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ad75c1db41af3142.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-272d1d0d95162463.rmeta --cap-lints allow`
7012024-12-02T05:00:09.923Z Compiling thiserror v2.0.3
7022024-12-02T05:00:09.927Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b258834876d74811 -C extra-filename=-b258834876d74811 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-b258834876d74811 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032024-12-02T05:00:10.525Z Compiling schemars v0.8.21
7042024-12-02T05:00:10.528Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/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)' --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=c5375a892673d5a9 -C extra-filename=-c5375a892673d5a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-c5375a892673d5a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7052024-12-02T05:00:10.834Z Compiling slog-async v2.8.0
7062024-12-02T05:00:10.838Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=030021f3cd14cece -C extra-filename=-030021f3cd14cece --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-030021f3cd14cece -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7072024-12-02T05:00:10.921Z Compiling similar v2.2.1
7082024-12-02T05:00:10.926Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=a49e58eed91754e6 -C extra-filename=-a49e58eed91754e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092024-12-02T05:00:11.332Z Compiling heck v0.5.0
7102024-12-02T05:00:11.334Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ae7a000cb0c7e733 -C extra-filename=-ae7a000cb0c7e733 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7112024-12-02T05:00:11.449Z Compiling rustix v0.38.40
7122024-12-02T05:00:11.453Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "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"))' --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(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(target_arch, values("xtensa"))' -C metadata=b9a3ff3d700174d0 -C extra-filename=-b9a3ff3d700174d0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-b9a3ff3d700174d0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7132024-12-02T05:00:11.462Z Compiling camino v1.1.9
7142024-12-02T05:00:11.473Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=09afcb09feb91121 -C extra-filename=-09afcb09feb91121 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-09afcb09feb91121 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7152024-12-02T05:00:11.749Z Compiling parking v2.2.0
7162024-12-02T05:00:11.754Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=0def4507c54f5e1d -C extra-filename=-0def4507c54f5e1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7172024-12-02T05:00:12.056Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-09afcb09feb91121/build-script-build`
7182024-12-02T05:00:12.139Z Compiling hyper v1.5.1
7192024-12-02T05:00:12.158Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=4167cb33629560b9 -C extra-filename=-4167cb33629560b9 --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-23a0c85c6786a04e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-d48c3fbcb9d9ce8e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-5233a237641b7492.rmeta --cap-lints allow`
7202024-12-02T05:00:12.161Z Compiling event-listener v5.0.0
7212024-12-02T05:00:12.162Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=984c5e480c5e2c91 -C extra-filename=-984c5e480c5e2c91 --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-8af49fe657b43a1b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow`
7222024-12-02T05:00:12.176Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-b9a3ff3d700174d0/build-script-build`
7232024-12-02T05:00:12.296Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=827846b0a4278d58 -C extra-filename=-827846b0a4278d58 --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-b8b699a6465511d1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-6e7d4812cd1e0a53.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f46a32fdb7e65f14.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-63a88c053a1674c4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c57b2443932f9eb4.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7242024-12-02T05:00:12.769Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-030021f3cd14cece/build-script-build`
7252024-12-02T05:00:12.831Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-c5375a892673d5a9/build-script-build`
7262024-12-02T05:00:12.847Z Compiling toml v0.8.19
7272024-12-02T05:00:12.852Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=74969a03d2f49c7e -C extra-filename=-74969a03d2f49c7e --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-2c6a4708a74ac8fe.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-fda7f542b67c1cec.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-c9f0d9fcaa8145bd.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-a4d60a63ae200356.rmeta --cap-lints allow`
7282024-12-02T05:00:12.872Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-b258834876d74811/build-script-build`
7292024-12-02T05:00:13.207Z Compiling usdt-macro v0.5.0
7302024-12-02T05:00:13.212Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=02fa6faba34837f3 -C extra-filename=-02fa6faba34837f3 --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-f46a32fdb7e65f14.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7445e52c654440eb.rlib --extern proc_macro --cap-lints allow`
7312024-12-02T05:00:13.526Z Compiling usdt-attr-macro v0.5.0
7322024-12-02T05:00:13.531Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=dc371dcfc4b3524d -C extra-filename=-dc371dcfc4b3524d --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-f46a32fdb7e65f14.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7445e52c654440eb.rlib --extern proc_macro --cap-lints allow`
7332024-12-02T05:00:14.153Z Compiling slog-json v2.6.1
7342024-12-02T05:00:14.162Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=fad5157353479071 -C extra-filename=-fad5157353479071 --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-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --cap-lints allow`
7352024-12-02T05:00:14.546Z Compiling hyper-util v0.1.10
7362024-12-02T05:00:14.554Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=98bf1c3f00626cdd -C extra-filename=-98bf1c3f00626cdd --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-57a3dbdabefad833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow`
7372024-12-02T05:00:14.689Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-c3b862f14b893039/build-script-build`
7382024-12-02T05:00:14.703Z Compiling chrono v0.4.38
7392024-12-02T05:00:14.707Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/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-targets"' --check-cfg 'cfg(docsrs)' --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-targets"))' -C metadata=ac9485f67c23ada1 -C extra-filename=-ac9485f67c23ada1 --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-b3142988ecfbb2ab.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-80f668b706d60c0f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow`
7402024-12-02T05:00:14.718Z Compiling hostname v0.3.1
7412024-12-02T05:00:14.725Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ab4963c6f667c2d6 -C extra-filename=-ab4963c6f667c2d6 --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-6b3f297d243ba0c1.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-97b440040956074b.rmeta --cap-lints allow`
7422024-12-02T05:00:14.996Z Compiling schemars_derive v0.8.21
7432024-12-02T05:00:14.999Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/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)' --check-cfg 'cfg(feature, values())' -C metadata=ff6ba28f20ab4491 -C extra-filename=-ff6ba28f20ab4491 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-be56a721bb59da38.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
7442024-12-02T05:00:15.132Z Compiling uuid v1.11.0
7452024-12-02T05:00:15.135Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=c169cbde70aebe66 -C extra-filename=-c169cbde70aebe66 --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-c388d57f2a7e266c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow`
7462024-12-02T05:00:15.304Z Compiling serde_urlencoded v0.7.1
7472024-12-02T05:00:15.352Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4bfe7063b122ef42 -C extra-filename=-4bfe7063b122ef42 --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-a14e9e00c55afb81.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-09390516ab086c15.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow`
7482024-12-02T05:00:15.838Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-5c817e893026d061/build-script-build`
7492024-12-02T05:00:15.897Z Compiling tokio-rustls v0.26.0
7502024-12-02T05:00:15.901Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=0fe0f2076ec2b1f1 -C extra-filename=-0fe0f2076ec2b1f1 --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-2ec5359eb5f0a697.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
7512024-12-02T05:00:16.036Z Compiling tokio-native-tls v0.3.1
7522024-12-02T05:00:16.046Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=677e3fe1afd65f5c -C extra-filename=-677e3fe1afd65f5c --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-281b3f0600046604.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7532024-12-02T05:00:16.311Z Compiling tokio-rustls v0.25.0
7542024-12-02T05:00:16.314Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=5a7c28d588f09e78 -C extra-filename=-5a7c28d588f09e78 --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-a0c02d941a90705d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
7552024-12-02T05:00:16.361Z Compiling futures-executor v0.3.31
7562024-12-02T05:00:16.366Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9af82bb7f2500afe -C extra-filename=-9af82bb7f2500afe --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-b3d09398cdf3eb85.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --cap-lints allow`
7572024-12-02T05:00:16.429Z Compiling url v2.5.2
7582024-12-02T05:00:16.437Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=913803c8d6c21733 -C extra-filename=-913803c8d6c21733 --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-a14e9e00c55afb81.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a8bb780e311d2587.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --cap-lints allow`
7592024-12-02T05:00:16.727Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-fd0a2951d1cbaeb6/build-script-build`
7602024-12-02T05:00:16.760Z Compiling async-stream-impl v0.3.6
7612024-12-02T05:00:16.767Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=140e33211fc9c017 -C extra-filename=-140e33211fc9c017 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
7622024-12-02T05:00:16.800Z Compiling thiserror-impl v2.0.3
7632024-12-02T05:00:16.804Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=eb9314090c3e24d2 -C extra-filename=-eb9314090c3e24d2 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
7642024-12-02T05:00:16.980Z Compiling term v0.7.0
7652024-12-02T05:00:16.983Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=718f8d2e5ef6016c -C extra-filename=-718f8d2e5ef6016c --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-bf23ebadc5acf39e.rmeta --cap-lints allow`
7662024-12-02T05:00:17.515Z Compiling crossbeam-channel v0.5.1
7672024-12-02T05:00:17.520Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=a3de9060686ce897 -C extra-filename=-a3de9060686ce897 --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-bf8464dc6ea26318.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-84b48dda44be213c.rmeta --cap-lints allow`
7682024-12-02T05:00:17.921Z Compiling webpki-roots v0.26.5
7692024-12-02T05:00:17.925Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e84daaff706f9bb2 -C extra-filename=-e84daaff706f9bb2 --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-2b96447e7090b08d.rmeta --cap-lints allow`
7702024-12-02T05:00:18.135Z Compiling errno v0.3.8
7712024-12-02T05:00:18.148Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0de7c59e17e3ec2c -C extra-filename=-0de7c59e17e3ec2c --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
7722024-12-02T05:00:18.186Z Compiling is-terminal v0.4.12
7732024-12-02T05:00:18.189Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0bb9bfab7acd051f -C extra-filename=-0bb9bfab7acd051f --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
7742024-12-02T05:00:18.311Z Compiling memmap v0.7.0
7752024-12-02T05:00:18.315Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=76778cf74a11b7d2 -C extra-filename=-76778cf74a11b7d2 --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
7762024-12-02T05:00:18.370Z Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot)
7772024-12-02T05:00:18.374Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=85b7abe6d9845ef6 -C extra-filename=-85b7abe6d9845ef6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-85b7abe6d9845ef6 -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-f1f7ff76feed9ab8.rlib`
7782024-12-02T05:00:18.467Z Compiling dyn-clone v1.0.4
7792024-12-02T05:00:18.471Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3cccc72c03ea1e2c -C extra-filename=-3cccc72c03ea1e2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802024-12-02T05:00:18.593Z Compiling buf-list v1.0.3
7812024-12-02T05:00:18.598Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=d4cfbbab8d1a0c77 -C extra-filename=-d4cfbbab8d1a0c77 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-d4cfbbab8d1a0c77 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822024-12-02T05:00:18.668Z Compiling take_mut v0.2.2
7832024-12-02T05:00:18.673Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9705e1ce3ffa86bd -C extra-filename=-9705e1ce3ffa86bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7842024-12-02T05:00:18.686Z Compiling data-encoding v2.4.0
7852024-12-02T05:00:18.689Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1740eafda9ed7f93 -C extra-filename=-1740eafda9ed7f93 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7862024-12-02T05:00:18.701Z Compiling utf-8 v0.7.6
7872024-12-02T05:00:18.704Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=38ee3b2062c0dce3 -C extra-filename=-38ee3b2062c0dce3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7882024-12-02T05:00:18.716Z Compiling anyhow v1.0.93
7892024-12-02T05:00:18.719Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=7b9a22e698183de5 -C extra-filename=-7b9a22e698183de5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-7b9a22e698183de5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7902024-12-02T05:00:18.758Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-85b7abe6d9845ef6/build-script-build`
7912024-12-02T05:00:18.812Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=3c57e5b1b8bdd95c -C extra-filename=-3c57e5b1b8bdd95c --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-a3de9060686ce897.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-9705e1ce3ffa86bd.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-4dae1bbed52207db.rmeta --cap-lints allow --cfg integer128`
7922024-12-02T05:00:18.825Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/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)' --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=8006cd424e915e0f -C extra-filename=-8006cd424e915e0f --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-ac9485f67c23ada1.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-3cccc72c03ea1e2c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-ff6ba28f20ab4491.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7932024-12-02T05:00:19.044Z Compiling usdt v0.5.0
7942024-12-02T05:00:19.057Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=eaf2d26f3089171d -C extra-filename=-eaf2d26f3089171d --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-6e7d4812cd1e0a53.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f46a32fdb7e65f14.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-51aeba0d6d0a419a.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-76778cf74a11b7d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-dc371dcfc4b3524d.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-827846b0a4278d58.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-02fa6faba34837f3.so --cap-lints allow`
7952024-12-02T05:00:19.188Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-d4cfbbab8d1a0c77/build-script-build`
7962024-12-02T05:00:19.247Z Compiling slog-term v2.9.1
7972024-12-02T05:00:19.251Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=f257c7580d111460 -C extra-filename=-f257c7580d111460 --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-0bb9bfab7acd051f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-718f8d2e5ef6016c.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-4dae1bbed52207db.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --cap-lints allow`
7982024-12-02T05:00:19.251Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "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"))' --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(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(target_arch, values("xtensa"))' -C metadata=0c33d39662470c93 -C extra-filename=-0c33d39662470c93 --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-b20130464ebc8926.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-0de7c59e17e3ec2c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7992024-12-02T05:00:19.289Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-7b9a22e698183de5/build-script-build`
8002024-12-02T05:00:19.616Z Compiling tungstenite v0.24.0
8012024-12-02T05:00:19.619Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.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="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --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=13952d59419bd714 -C extra-filename=-13952d59419bd714 --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-b8b699a6465511d1.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-1740eafda9ed7f93.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-42231b363c3ec10a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-38ee3b2062c0dce3.rmeta --cap-lints allow`
8022024-12-02T05:00:19.641Z Compiling async-stream v0.3.6
8032024-12-02T05:00:19.643Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d5f191921e63f56f -C extra-filename=-d5f191921e63f56f --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-140e33211fc9c017.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow`
8042024-12-02T05:00:19.871Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df2c5e21decfed3d -C extra-filename=-df2c5e21decfed3d --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-eb9314090c3e24d2.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
8052024-12-02T05:00:19.956Z Compiling hyper-rustls v0.27.3
8062024-12-02T05:00:19.959Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=aebb9a5dce24ab3b -C extra-filename=-aebb9a5dce24ab3b --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-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-2ec5359eb5f0a697.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0fe0f2076ec2b1f1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e84daaff706f9bb2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
8072024-12-02T05:00:20.028Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=6ae8158b2a559b36 -C extra-filename=-6ae8158b2a559b36 --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-36690c8dad1b6175.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-7800a465226533c7.rmeta --cap-lints allow`
8082024-12-02T05:00:20.089Z Compiling futures v0.3.31
8092024-12-02T05:00:20.093Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ed0967d3706672a6 -C extra-filename=-ed0967d3706672a6 --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-9af82bb7f2500afe.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d5960c4ba7dd9268.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --cap-lints allow`
8102024-12-02T05:00:20.199Z Compiling hyper-tls v0.6.0
8112024-12-02T05:00:20.202Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=6599f7c30dc912bb -C extra-filename=-6599f7c30dc912bb --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-34df12a77920a882.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-281b3f0600046604.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-677e3fe1afd65f5c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8122024-12-02T05:00:20.568Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=128a6ef5da9278ba -C extra-filename=-128a6ef5da9278ba --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-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-da84eb7f21b90d9f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --cap-lints allow`
8132024-12-02T05:00:20.626Z Compiling slog-bunyan v2.5.0
8142024-12-02T05:00:20.641Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0d0b303194fc2e3d -C extra-filename=-0d0b303194fc2e3d --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-ab4963c6f667c2d6.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --cap-lints allow`
8152024-12-02T05:00:20.650Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=570ec66220d987f8 -C extra-filename=-570ec66220d987f8 --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"))'`
8162024-12-02T05:00:20.742Z Compiling event-listener-strategy v0.5.2
8172024-12-02T05:00:20.745Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa7db010941b548a -C extra-filename=-fa7db010941b548a --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-984c5e480c5e2c91.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow`
8182024-12-02T05:00:20.839Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=db827ccdbe637fd2 -C extra-filename=-db827ccdbe637fd2 --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-2c6a4708a74ac8fe.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)'`
8192024-12-02T05:00:20.955Z Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
8202024-12-02T05:00:20.958Z Running `/home/build/.rustup/toolchains/1.82.0-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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=63e5aa3f2fbbc7e4 -C extra-filename=-63e5aa3f2fbbc7e4 --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-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro`
8212024-12-02T05:00:21.057Z Compiling openapiv3 v2.0.0
8222024-12-02T05:00:21.061Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=6b7b814642c5c930 -C extra-filename=-6b7b814642c5c930 --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-906826d6767a7b04.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --cap-lints allow`
8232024-12-02T05:00:21.183Z Compiling serde_path_to_error v0.1.16
8242024-12-02T05:00:21.188Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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)' --check-cfg 'cfg(feature, values())' -C metadata=433a9c46499e81e5 -C extra-filename=-433a9c46499e81e5 --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-aa4c913eb9ddf930.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow`
8252024-12-02T05:00:21.669Z Compiling async-trait v0.1.83
8262024-12-02T05:00:21.673Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/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)' --check-cfg 'cfg(feature, values())' -C metadata=1381283037cd9b36 -C extra-filename=-1381283037cd9b36 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
8272024-12-02T05:00:21.752Z Compiling rustls-native-certs v0.7.0
8282024-12-02T05:00:21.755Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=993d69216f3b581f -C extra-filename=-993d69216f3b581f --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-816f078d1a7c4648.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow`
8292024-12-02T05:00:21.937Z Compiling yasna v0.5.2
8302024-12-02T05:00:21.942Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2056d5e3138bb440 -C extra-filename=-2056d5e3138bb440 --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-880cb7608f688af2.rmeta --cap-lints allow`
8312024-12-02T05:00:22.060Z Compiling console v0.15.7
8322024-12-02T05:00:22.078Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=6083b2540e68bc81 -C extra-filename=-6083b2540e68bc81 --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-627c4027aa780a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow`
8332024-12-02T05:00:22.082Z Compiling pem v3.0.4
8342024-12-02T05:00:22.082Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f2eb2cf507bb4c3a -C extra-filename=-f2eb2cf507bb4c3a --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-8109389a6bf1ad53.rmeta --cap-lints allow`
8352024-12-02T05:00:22.272Z Compiling waitgroup v0.1.2
8362024-12-02T05:00:22.279Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b75cd0d73508ffe2 -C extra-filename=-b75cd0d73508ffe2 --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-1e5daed852122a14.rmeta --cap-lints allow`
8372024-12-02T05:00:22.506Z Compiling hostname v0.4.0
8382024-12-02T05:00:22.509Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=8fb903189ff5fcba -C extra-filename=-8fb903189ff5fcba --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --cap-lints allow`
8392024-12-02T05:00:22.809Z Compiling sync_wrapper v1.0.1
8402024-12-02T05:00:22.824Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=29b218de4e496fc8 -C extra-filename=-29b218de4e496fc8 --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-b3d09398cdf3eb85.rmeta --cap-lints allow`
8412024-12-02T05:00:22.896Z Compiling fastrand v2.1.1
8422024-12-02T05:00:22.898Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=a0c2f3a71ec2ef8a -C extra-filename=-a0c2f3a71ec2ef8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8432024-12-02T05:00:22.963Z Compiling glob v0.3.0
8442024-12-02T05:00:22.966Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e1c7d662d594373d -C extra-filename=-e1c7d662d594373d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8452024-12-02T05:00:22.999Z Compiling simple-mermaid v0.1.1
8462024-12-02T05:00:23.003Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simple-mermaid-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)' --check-cfg 'cfg(feature, values())' -C metadata=71398331f9b7fde0 -C extra-filename=-71398331f9b7fde0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8472024-12-02T05:00:23.093Z Compiling http-range v0.1.4
8482024-12-02T05:00:23.096Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=03ab5caafee51b40 -C extra-filename=-03ab5caafee51b40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8492024-12-02T05:00:23.487Z Compiling ipnet v2.10.0
8502024-12-02T05:00:23.490Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=0b8f3dbd4a70e225 -C extra-filename=-0b8f3dbd4a70e225 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8512024-12-02T05:00:23.500Z Compiling debug-ignore v1.0.5
8522024-12-02T05:00:23.500Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dcf4c983dd45bc4a -C extra-filename=-dcf4c983dd45bc4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8532024-12-02T05:00:23.640Z Compiling termcolor v1.1.2
8542024-12-02T05:00:23.643Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=33d234490d42fde8 -C extra-filename=-33d234490d42fde8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8552024-12-02T05:00:23.677Z Compiling hyper-staticfile v0.10.1
8562024-12-02T05:00:23.681Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1b8d324cac59af09 -C extra-filename=-1b8d324cac59af09 --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-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-03ab5caafee51b40.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-d48c3fbcb9d9ce8e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-42231b363c3ec10a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-913803c8d6c21733.rmeta --cap-lints allow`
8572024-12-02T05:00:23.759Z Compiling tempfile v3.14.0
8582024-12-02T05:00:23.772Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d49bb6b51c78a293 -C extra-filename=-d49bb6b51c78a293 --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-bf8464dc6ea26318.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-a0c2f3a71ec2ef8a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-0c33d39662470c93.rmeta --cap-lints allow`
8592024-12-02T05:00:24.051Z Compiling trybuild v1.0.101
8602024-12-02T05:00:24.054Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/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)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=2f89c59a904e8d87 -C extra-filename=-2f89c59a904e8d87 --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-e1c7d662d594373d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1d9ac004ae592afc.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-570ec66220d987f8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-33d234490d42fde8.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rmeta --cap-lints allow`
8612024-12-02T05:00:24.083Z Compiling reqwest v0.12.9
8622024-12-02T05:00:24.086Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --warn=unexpected_cfgs --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)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__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"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=afafa10b25616bdf -C extra-filename=-afafa10b25616bdf --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-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-da84eb7f21b90d9f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-23a0c85c6786a04e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aebb9a5dce24ab3b.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-6599f7c30dc912bb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-0b8f3dbd4a70e225.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-281b3f0600046604.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-2ec5359eb5f0a697.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-29b218de4e496fc8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-677e3fe1afd65f5c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0fe0f2076ec2b1f1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-913803c8d6c21733.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e84daaff706f9bb2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8632024-12-02T05:00:24.521Z Compiling rcgen v0.13.1
8642024-12-02T05:00:24.524Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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 -C debuginfo=2 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=9162671c470abd23 -C extra-filename=-9162671c470abd23 --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-f2eb2cf507bb4c3a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-2056d5e3138bb440.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
8652024-12-02T05:00:24.690Z Compiling expectorate v1.1.0
8662024-12-02T05:00:24.694Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=f045a6cb98c61535 -C extra-filename=-f045a6cb98c61535 --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-6083b2540e68bc81.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c4da89df7808efd6.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-a49e58eed91754e6.rmeta --cap-lints allow`
8672024-12-02T05:00:24.820Z Compiling hyper-rustls v0.26.0
8682024-12-02T05:00:24.831Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=5c45839953e1f42f -C extra-filename=-5c45839953e1f42f --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-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-993d69216f3b581f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
8692024-12-02T05:00:24.855Z Compiling async-channel v2.3.1
8702024-12-02T05:00:24.861Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e08e4e3a5bb3d9e -C extra-filename=-0e08e4e3a5bb3d9e --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-8af49fe657b43a1b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-fa7db010941b548a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow`
8712024-12-02T05:00:24.899Z Compiling tokio-tungstenite v0.24.0
8722024-12-02T05:00:24.903Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --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=c5dcf9653d2d75a8 -C extra-filename=-c5dcf9653d2d75a8 --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-536032bed948f3ca.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-13952d59419bd714.rmeta --cap-lints allow`
8732024-12-02T05:00:25.219Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=76050d3e2fcf2745 -C extra-filename=-76050d3e2fcf2745 --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)'`
8742024-12-02T05:00:25.389Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=48c0d340c8194ba0 -C extra-filename=-48c0d340c8194ba0 --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-34df12a77920a882.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
8752024-12-02T05:00:25.467Z Compiling subprocess v0.2.9
8762024-12-02T05:00:25.470Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=80c4a29a8cee5acf -C extra-filename=-80c4a29a8cee5acf --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-6b3f297d243ba0c1.rmeta --cap-lints allow`
8772024-12-02T05:00:25.480Z Compiling prettyplease v0.2.25
8782024-12-02T05:00:25.491Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/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)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=f0d9d5cc17bf1772 -C extra-filename=-f0d9d5cc17bf1772 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-f0d9d5cc17bf1772 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8792024-12-02T05:00:25.864Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-f0d9d5cc17bf1772/build-script-build`
8802024-12-02T05:00:25.882Z Compiling schema-derive v0.1.0
8812024-12-02T05:00:25.886Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8d9f5252191d4fb5 -C extra-filename=-8d9f5252191d4fb5 --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-e6fc1b37be07b8a5.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow`
8822024-12-02T05:00:25.933Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=6342bb951eebcaa7 -C extra-filename=-6342bb951eebcaa7 --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-627c4027aa780a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-084c6ae6e61ed5fa.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow`
8832024-12-02T05:00:26.185Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/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)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ae220cc96fb65625 -C extra-filename=-ae220cc96fb65625 --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-8a17a6419f9b95e8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8842024-12-02T05:00:27.446Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=2aac010a7db9458c -C extra-filename=-2aac010a7db9458c --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-6342bb951eebcaa7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c4da89df7808efd6.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-a49e58eed91754e6.rmeta --cap-lints allow`
8852024-12-02T05:00:28.135Z Compiling schema v0.1.0
8862024-12-02T05:00:28.137Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ed025cfcfee44051 -C extra-filename=-ed025cfcfee44051 --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-8d9f5252191d4fb5.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow`
8872024-12-02T05:00:28.241Z Running `/home/build/.rustup/toolchains/1.82.0-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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=42ebb30d282d21f8 -C extra-filename=-42ebb30d282d21f8 --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-2aac010a7db9458c.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ae220cc96fb65625.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ed025cfcfee44051.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro`
8882024-12-02T05:00:28.388Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=587a198fc9570ef2 -C extra-filename=-587a198fc9570ef2 --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-d5f191921e63f56f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
8892024-12-02T05:00:31.024Z Running `/home/build/.rustup/toolchains/1.82.0-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' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=720ac3236877798b -C extra-filename=-720ac3236877798b --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8902024-12-02T05:00:35.874Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=09fe983bc7be3745 -C extra-filename=-09fe983bc7be3745 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8912024-12-02T05:00:35.874Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=44738f6224dd75a6 -C extra-filename=-44738f6224dd75a6 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8922024-12-02T05:00:35.880Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.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' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4c69128226bd6d8b -C extra-filename=-4c69128226bd6d8b --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8932024-12-02T05:00:35.880Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1c8d4a24395142c7 -C extra-filename=-1c8d4a24395142c7 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8942024-12-02T05:00:35.880Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9ff00d7e1a144290 -C extra-filename=-9ff00d7e1a144290 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8952024-12-02T05:00:35.880Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0902dda05dd14a1d -C extra-filename=-0902dda05dd14a1d --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8962024-12-02T05:00:35.893Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ed4e18faa50d4cd2 -C extra-filename=-ed4e18faa50d4cd2 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8972024-12-02T05:00:37.540Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f8a97c574831685c -C extra-filename=-f8a97c574831685c --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8982024-12-02T05:00:56.145Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0f82f62adf3879d2 -C extra-filename=-0f82f62adf3879d2 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
8992024-12-02T05:00:56.255Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aeb5f2e66588b295 -C extra-filename=-aeb5f2e66588b295 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9002024-12-02T05:00:56.612Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6fa60656789c2c93 -C extra-filename=-6fa60656789c2c93 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9012024-12-02T05:00:57.804Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ff375d1515bf6674 -C extra-filename=-ff375d1515bf6674 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9022024-12-02T05:00:57.907Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b774d3144abbe417 -C extra-filename=-b774d3144abbe417 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9032024-12-02T05:00:58.768Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bcd6f81fb2eeb341 -C extra-filename=-bcd6f81fb2eeb341 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9042024-12-02T05:01:03.207Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c6926acaed824f65 -C extra-filename=-c6926acaed824f65 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9052024-12-02T05:01:10.770Z Running `/home/build/.rustup/toolchains/1.82.0-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' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=55c79452b5c379f3 -C extra-filename=-55c79452b5c379f3 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9062024-12-02T05:01:16.709Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=108ecb32366da0fe -C extra-filename=-108ecb32366da0fe --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9072024-12-02T05:01:20.141Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c8f0163744e38af8 -C extra-filename=-c8f0163744e38af8 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9082024-12-02T05:01:20.977Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b95b02cb25cd9d8d -C extra-filename=-b95b02cb25cd9d8d --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9092024-12-02T05:01:22.164Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7e0313184ea51b69 -C extra-filename=-7e0313184ea51b69 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9102024-12-02T05:01:23.037Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d4017432708ac43d -C extra-filename=-d4017432708ac43d --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9112024-12-02T05:01:25.984Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6dca25a5123ba15b -C extra-filename=-6dca25a5123ba15b --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9122024-12-02T05:01:29.011Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aa1c701398ae060e -C extra-filename=-aa1c701398ae060e --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
9132024-12-02T05:02:00.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
9142024-12-02T05:02:00.920Z
9152024-12-02T05:02:00.920Zreal 2:24.493958145
9162024-12-02T05:02:00.920Zuser 13:55.472467995
9172024-12-02T05:02:00.924Zsys 2:25.451393483
9182024-12-02T05:02:00.924Ztrap 0.626558983
9192024-12-02T05:02:00.924Ztflt 0.638269006
9202024-12-02T05:02:00.924Zdflt 0.458159182
9212024-12-02T05:02:00.924Zkflt 0.008212499
9222024-12-02T05:02:00.924Zlock 28:32.101667774
9232024-12-02T05:02:00.924Zslp 1:06:19.102812077
9242024-12-02T05:02:00.924Zlat 42.904464595
9252024-12-02T05:02:00.924Zstop 57.090612454
9262024-12-02T05:02:00.924Z+ banner test
9272024-12-02T05:02:00.924Z
9282024-12-02T05:02:00.924Z ##### ###### #### #####
9292024-12-02T05:02:00.924Z # # # #
9302024-12-02T05:02:00.924Z # ##### #### #
9312024-12-02T05:02:00.924Z # # # #
9322024-12-02T05:02:00.924Z # # # # #
9332024-12-02T05:02:00.924Z # ###### #### #
9342024-12-02T05:02:00.924Z
9352024-12-02T05:02:00.924Z+ ptime -m cargo test --all-features --locked --verbose
9362024-12-02T05:02:01.175Z Fresh unicode-ident v1.0.12
9372024-12-02T05:02:01.175Z Fresh cfg-if v1.0.0
9382024-12-02T05:02:01.175Z Fresh itoa v1.0.1
9392024-12-02T05:02:01.175Z Fresh memchr v2.6.0
9402024-12-02T05:02:01.178Z Fresh proc-macro2 v1.0.92
9412024-12-02T05:02:01.179Z Fresh version_check v0.9.5
9422024-12-02T05:02:01.179Z Fresh once_cell v1.20.1
9432024-12-02T05:02:01.179Z Fresh pin-project-lite v0.2.12
9442024-12-02T05:02:01.179Z Fresh autocfg v1.1.0
9452024-12-02T05:02:01.179Z Fresh quote v1.0.37
9462024-12-02T05:02:01.179Z Fresh libc v0.2.164
9472024-12-02T05:02:01.179Z Fresh bytes v1.9.0
9482024-12-02T05:02:01.179Z Fresh futures-core v0.3.31
9492024-12-02T05:02:01.179Z Fresh cc v1.0.83
9502024-12-02T05:02:01.179Z Fresh getrandom v0.2.11
9512024-12-02T05:02:01.179Z Fresh smallvec v1.13.2
9522024-12-02T05:02:01.179Z Fresh serde_derive v1.0.215
9532024-12-02T05:02:01.179Z Fresh log v0.4.17
9542024-12-02T05:02:01.179Z Fresh scopeguard v1.2.0
9552024-12-02T05:02:01.179Z Fresh futures-sink v0.3.31
9562024-12-02T05:02:01.179Z Fresh ryu v1.0.5
9572024-12-02T05:02:01.179Z Fresh parking_lot_core v0.9.4
9582024-12-02T05:02:01.179Z Fresh serde v1.0.215
9592024-12-02T05:02:01.179Z Fresh lock_api v0.4.6
9602024-12-02T05:02:01.179Z Fresh thiserror-impl v1.0.69
9612024-12-02T05:02:01.179Z Fresh slab v0.4.9
9622024-12-02T05:02:01.179Z Fresh tokio-macros v2.3.0
9632024-12-02T05:02:01.179Z Fresh socket2 v0.5.5
9642024-12-02T05:02:01.179Z Fresh parking_lot v0.12.1
9652024-12-02T05:02:01.179Z Fresh thiserror v1.0.69
9662024-12-02T05:02:01.179Z Fresh mio v0.8.11
9672024-12-02T05:02:01.179Z Fresh signal-hook-registry v1.4.0
9682024-12-02T05:02:01.179Z Fresh num_cpus v1.13.0
9692024-12-02T05:02:01.179Z Fresh fnv v1.0.7
9702024-12-02T05:02:01.179Z Fresh futures-channel v0.3.31
9712024-12-02T05:02:01.179Z Fresh serde_json v1.0.133
9722024-12-02T05:02:01.179Z Fresh tokio v1.38.1
9732024-12-02T05:02:01.179Z Fresh http v1.1.0
9742024-12-02T05:02:01.179Z Fresh futures-macro v0.3.31
9752024-12-02T05:02:01.179Z Fresh equivalent v1.0.0
9762024-12-02T05:02:01.179Z Fresh futures-io v0.3.31
9772024-12-02T05:02:01.179Z Fresh futures-task v0.3.31
9782024-12-02T05:02:01.179Z Fresh hashbrown v0.15.0
9792024-12-02T05:02:01.180Z Fresh pin-utils v0.1.0
9802024-12-02T05:02:01.180Z Fresh rustls-pki-types v1.10.0
9812024-12-02T05:02:01.180Z Fresh spin v0.9.8
9822024-12-02T05:02:01.180Z Fresh tracing-core v0.1.32
9832024-12-02T05:02:01.180Z Fresh ucd-trie v0.1.6
9842024-12-02T05:02:01.180Z Fresh futures-util v0.3.31
9852024-12-02T05:02:01.180Z Fresh indexmap v2.6.0
9862024-12-02T05:02:01.180Z Fresh byteorder v1.4.3
9872024-12-02T05:02:01.180Z Fresh untrusted v0.9.0
9882024-12-02T05:02:01.180Z Fresh pest v2.7.6
9892024-12-02T05:02:01.180Z Fresh tracing v0.1.40
9902024-12-02T05:02:01.180Z Fresh httparse v1.8.0
9912024-12-02T05:02:01.180Z Fresh ring v0.17.7
9922024-12-02T05:02:01.180Z Fresh atomic-waker v1.1.1
9932024-12-02T05:02:01.180Z Fresh pkg-config v0.3.31
9942024-12-02T05:02:01.180Z Fresh vcpkg v0.2.15
9952024-12-02T05:02:01.180Z Fresh pest_meta v2.7.6
9962024-12-02T05:02:01.180Z Fresh tokio-util v0.7.7
9972024-12-02T05:02:01.180Z Fresh http-body v1.0.1
9982024-12-02T05:02:01.180Z Fresh zerocopy-derive v0.7.32
9992024-12-02T05:02:01.180Z Fresh try-lock v0.2.3
10002024-12-02T05:02:01.180Z Fresh pest_generator v2.7.6
10012024-12-02T05:02:01.180Z Fresh h2 v0.4.6
10022024-12-02T05:02:01.180Z Fresh zerocopy v0.7.32
10032024-12-02T05:02:01.180Z Fresh want v0.3.0
10042024-12-02T05:02:01.180Z Fresh rustls-webpki v0.102.8
10052024-12-02T05:02:01.180Z Fresh typenum v1.14.0
10062024-12-02T05:02:01.180Z Fresh zeroize v1.7.0
10072024-12-02T05:02:01.180Z Fresh httpdate v1.0.1
10082024-12-02T05:02:01.180Z Fresh powerfmt v0.2.0
10092024-12-02T05:02:01.180Z Fresh subtle v2.5.0
10102024-12-02T05:02:01.180Z Fresh num-conv v0.1.0
10112024-12-02T05:02:01.180Z Fresh time-core v0.1.2
10122024-12-02T05:02:01.180Z Fresh crossbeam-utils v0.8.15
10132024-12-02T05:02:01.180Z Fresh generic-array v0.14.5
10142024-12-02T05:02:01.180Z Fresh pest_derive v2.7.6
10152024-12-02T05:02:01.180Z Fresh time-macros v0.2.18
10162024-12-02T05:02:01.180Z Fresh hyper v1.5.1
10172024-12-02T05:02:01.180Z Fresh deranged v0.3.11
10182024-12-02T05:02:01.180Z Fresh serde_tokenstream v0.2.2
10192024-12-02T05:02:01.181Z Fresh base64 v0.22.1
10202024-12-02T05:02:01.181Z Fresh num_threads v0.1.3
10212024-12-02T05:02:01.181Z Fresh bitflags v2.4.0
10222024-12-02T05:02:01.181Z Fresh time v0.3.36
10232024-12-02T05:02:01.181Z Fresh dtrace-parser v0.2.0
10242024-12-02T05:02:01.181Z Fresh scroll_derive v0.12.0
10252024-12-02T05:02:01.181Z Fresh lazy_static v1.5.0
10262024-12-02T05:02:01.181Z Fresh tower-service v0.3.1
10272024-12-02T05:02:01.181Z Fresh foreign-types-shared v0.1.1
10282024-12-02T05:02:01.181Z Fresh tinyvec_macros v0.1.0
10292024-12-02T05:02:01.181Z Fresh openssl-probe v0.1.4
10302024-12-02T05:02:01.181Z Fresh unicode-width v0.1.9
10312024-12-02T05:02:01.181Z Fresh percent-encoding v2.3.1
10322024-12-02T05:02:01.181Z Fresh hyper-util v0.1.10
10332024-12-02T05:02:01.181Z Fresh tinyvec v1.5.1
10342024-12-02T05:02:01.181Z Fresh form_urlencoded v1.2.1
10352024-12-02T05:02:01.181Z Fresh foreign-types v0.3.2
10362024-12-02T05:02:01.181Z Fresh paste v1.0.15
10372024-12-02T05:02:01.181Z Fresh slog v2.7.0
10382024-12-02T05:02:01.181Z Fresh scroll v0.12.0
10392024-12-02T05:02:01.181Z Fresh crypto-common v0.1.6
10402024-12-02T05:02:01.184Z Fresh block-buffer v0.10.2
10412024-12-02T05:02:01.184Z Fresh openssl-sys v0.9.103
10422024-12-02T05:02:01.184Z Fresh rand_core v0.6.3
10432024-12-02T05:02:01.184Z Fresh openssl-macros v0.1.1
10442024-12-02T05:02:01.184Z Fresh plain v0.2.3
10452024-12-02T05:02:01.184Z Fresh mime v0.3.16
10462024-12-02T05:02:01.184Z Fresh ppv-lite86 v0.2.15
10472024-12-02T05:02:01.184Z Fresh unicode-segmentation v1.10.0
10482024-12-02T05:02:01.184Z Fresh openssl v0.10.66
10492024-12-02T05:02:01.185Z Fresh goblin v0.8.0
10502024-12-02T05:02:01.185Z Fresh newline-converter v0.3.0
10512024-12-02T05:02:01.185Z Fresh rand_chacha v0.3.1
10522024-12-02T05:02:01.185Z Fresh digest v0.10.7
10532024-12-02T05:02:01.185Z Fresh semver v1.0.23
10542024-12-02T05:02:01.185Z Fresh unicase v2.6.0
10552024-12-02T05:02:01.185Z Fresh unicode-normalization v0.1.24
10562024-12-02T05:02:01.185Z Fresh rustls-pemfile v2.1.3
10572024-12-02T05:02:01.185Z Fresh toml_datetime v0.6.8
10582024-12-02T05:02:01.185Z Fresh serde_spanned v0.6.7
10592024-12-02T05:02:01.185Z Fresh dirs-sys-next v0.1.2
10602024-12-02T05:02:01.185Z Fresh heck v0.5.0
10612024-12-02T05:02:01.185Z Fresh pretty-hex v0.4.1
10622024-12-02T05:02:01.185Z Fresh unicode-bidi v0.3.15
10632024-12-02T05:02:01.185Z Fresh cpufeatures v0.2.2
10642024-12-02T05:02:01.185Z Fresh similar v2.2.1
10652024-12-02T05:02:01.185Z Fresh winnow v0.6.18
10662024-12-02T05:02:01.185Z Fresh dof v0.3.0
10672024-12-02T05:02:01.185Z Fresh idna v0.5.0
10682024-12-02T05:02:01.185Z Fresh dirs-next v2.0.0
10692024-12-02T05:02:01.185Z Fresh toml_edit v0.22.20
10702024-12-02T05:02:01.185Z Fresh sha1 v0.10.6
10712024-12-02T05:02:01.185Z Fresh rustls v0.22.4
10722024-12-02T05:02:01.185Z Fresh rand v0.8.4
10732024-12-02T05:02:01.185Z Fresh rustls v0.23.13
10742024-12-02T05:02:01.185Z Fresh num-traits v0.2.14
10752024-12-02T05:02:01.185Z Fresh native-tls v0.2.12
10762024-12-02T05:02:01.185Z Fresh concurrent-queue v2.5.0
10772024-12-02T05:02:01.185Z Fresh http-body-util v0.1.2
10782024-12-02T05:02:01.185Z Fresh serde_derive_internals v0.29.0
10792024-12-02T05:02:01.185Z Fresh thread-id v4.0.0
10802024-12-02T05:02:01.185Z Fresh syn v2.0.89
10812024-12-02T05:02:01.185Z Fresh thread_local v1.1.4
10822024-12-02T05:02:01.185Z Fresh encoding_rs v0.8.32
10832024-12-02T05:02:01.185Z Fresh iana-time-zone v0.1.47
10842024-12-02T05:02:01.185Z Fresh parking v2.2.0
10852024-12-02T05:02:01.185Z Fresh match_cfg v0.1.0
10862024-12-02T05:02:01.185Z Fresh chrono v0.4.38
10872024-12-02T05:02:01.185Z Fresh hostname v0.3.1
10882024-12-02T05:02:01.186Z Fresh event-listener v5.0.0
10892024-12-02T05:02:01.186Z Fresh schemars_derive v0.8.21
10902024-12-02T05:02:01.186Z Fresh usdt-impl v0.5.0
10912024-12-02T05:02:01.186Z Fresh tokio-native-tls v0.3.1
10922024-12-02T05:02:01.186Z Fresh tokio-rustls v0.25.0
10932024-12-02T05:02:01.186Z Fresh tokio-rustls v0.26.0
10942024-12-02T05:02:01.186Z Fresh toml v0.8.19
10952024-12-02T05:02:01.186Z Fresh url v2.5.2
10962024-12-02T05:02:01.186Z Fresh term v0.7.0
10972024-12-02T05:02:01.186Z Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
10982024-12-02T05:02:01.186Z Fresh usdt-attr-macro v0.5.0
10992024-12-02T05:02:01.186Z Fresh usdt-macro v0.5.0
11002024-12-02T05:02:01.186Z Fresh slog-json v2.6.1
11012024-12-02T05:02:01.186Z Fresh serde_urlencoded v0.7.1
11022024-12-02T05:02:01.186Z Running `/home/build/.rustup/toolchains/1.82.0-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 '--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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3b9e5dce82452d1c -C extra-filename=-3b9e5dce82452d1c --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-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro`
11032024-12-02T05:02:01.186Z Fresh crossbeam-channel v0.5.1
11042024-12-02T05:02:01.186Z Fresh futures-executor v0.3.31
11052024-12-02T05:02:01.186Z Fresh webpki-roots v0.26.5
11062024-12-02T05:02:01.186Z Fresh uuid v1.11.0
11072024-12-02T05:02:01.186Z Fresh async-stream-impl v0.3.6
11082024-12-02T05:02:01.186Z Fresh thiserror-impl v2.0.3
11092024-12-02T05:02:01.186Z Fresh errno v0.3.8
11102024-12-02T05:02:01.186Z Fresh is-terminal v0.4.12
11112024-12-02T05:02:01.186Z Fresh memmap v0.7.0
11122024-12-02T05:02:01.186Z Fresh utf-8 v0.7.6
11132024-12-02T05:02:01.186Z Fresh take_mut v0.2.2
11142024-12-02T05:02:01.186Z Fresh data-encoding v2.4.0
11152024-12-02T05:02:01.217Z Fresh dyn-clone v1.0.4
11162024-12-02T05:02:01.217Z Fresh slog-term v2.9.1
11172024-12-02T05:02:01.220Z Fresh usdt v0.5.0
11182024-12-02T05:02:01.220Z Fresh tungstenite v0.24.0
11192024-12-02T05:02:01.220Z Fresh schemars v0.8.21
11202024-12-02T05:02:01.220Z Fresh slog-async v2.8.0
11212024-12-02T05:02:01.220Z Fresh hyper-rustls v0.27.3
11222024-12-02T05:02:01.220Z Fresh futures v0.3.31
11232024-12-02T05:02:01.220Z Fresh thiserror v2.0.3
11242024-12-02T05:02:01.220Z Fresh rustix v0.38.40
11252024-12-02T05:02:01.220Z Fresh async-stream v0.3.6
11262024-12-02T05:02:01.220Z Fresh mime_guess v2.0.5
11272024-12-02T05:02:01.221Z Fresh slog-bunyan v2.5.0
11282024-12-02T05:02:01.221Z Fresh hyper-tls v0.6.0
11292024-12-02T05:02:01.221Z Fresh multer v3.1.0
11302024-12-02T05:02:01.221Z Fresh camino v1.1.9
11312024-12-02T05:02:01.221Z Fresh event-listener-strategy v0.5.2
11322024-12-02T05:02:01.221Z Fresh target-triple v0.1.3
11332024-12-02T05:02:01.221Z Fresh rustls-native-certs v0.7.0
11342024-12-02T05:02:01.221Z Fresh yasna v0.5.2
11352024-12-02T05:02:01.221Z Fresh pem v3.0.4
11362024-12-02T05:02:01.221Z Fresh waitgroup v0.1.2
11372024-12-02T05:02:01.221Z Fresh openapiv3 v2.0.0
11382024-12-02T05:02:01.221Z Fresh serde_path_to_error v0.1.16
11392024-12-02T05:02:01.221Z Fresh async-trait v0.1.83
11402024-12-02T05:02:01.221Z Fresh sync_wrapper v1.0.1
11412024-12-02T05:02:01.221Z Fresh hostname v0.4.0
11422024-12-02T05:02:01.221Z Fresh glob v0.3.0
11432024-12-02T05:02:01.221Z Fresh simple-mermaid v0.1.1
11442024-12-02T05:02:01.221Z Fresh fastrand v2.1.1
11452024-12-02T05:02:01.221Z Fresh http-range v0.1.4
11462024-12-02T05:02:01.221Z Fresh termcolor v1.1.2
11472024-12-02T05:02:01.221Z Fresh debug-ignore v1.0.5
11482024-12-02T05:02:01.221Z Fresh ipnet v2.10.0
11492024-12-02T05:02:01.221Z Fresh tempfile v3.14.0
11502024-12-02T05:02:01.221Z Fresh hyper-rustls v0.26.0
11512024-12-02T05:02:01.221Z Fresh rcgen v0.13.1
11522024-12-02T05:02:01.221Z Fresh trybuild v1.0.101
11532024-12-02T05:02:01.221Z Fresh reqwest v0.12.9
11542024-12-02T05:02:01.221Z Fresh hyper-staticfile v0.10.1
11552024-12-02T05:02:01.221Z Fresh async-channel v2.3.1
11562024-12-02T05:02:01.221Z Fresh buf-list v1.0.3
11572024-12-02T05:02:01.221Z Fresh anyhow v1.0.93
11582024-12-02T05:02:01.221Z Fresh tokio-tungstenite v0.24.0
11592024-12-02T05:02:01.221Z Fresh subprocess v0.2.9
11602024-12-02T05:02:01.221Z Fresh schema-derive v0.1.0
11612024-12-02T05:02:01.221Z Fresh console v0.15.7
11622024-12-02T05:02:01.221Z Fresh expectorate v1.1.0
11632024-12-02T05:02:01.221Z Fresh schema v0.1.0
11642024-12-02T05:02:01.221Z Fresh prettyplease v0.2.25
11652024-12-02T05:02:03.509Z Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot)
11662024-12-02T05:02:03.513Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=632e6e68c8f6fd0d -C extra-filename=-632e6e68c8f6fd0d --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-d5f191921e63f56f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out`
11672024-12-02T05:02:03.513Z Running `/home/build/.rustup/toolchains/1.82.0-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' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ca924e2740af3053 -C extra-filename=-ca924e2740af3053 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11682024-12-02T05:02:09.914Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=14ca69c13b230ec1 -C extra-filename=-14ca69c13b230ec1 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11692024-12-02T05:02:09.914Z Running `/home/build/.rustup/toolchains/1.82.0-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' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aa212f6bd260d0d6 -C extra-filename=-aa212f6bd260d0d6 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11702024-12-02T05:02:09.916Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=2fa8ef2daf876c2b -C extra-filename=-2fa8ef2daf876c2b --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11712024-12-02T05:02:09.920Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fcdb0a24c7689116 -C extra-filename=-fcdb0a24c7689116 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11722024-12-02T05:02:09.920Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=346122cb5bc509a3 -C extra-filename=-346122cb5bc509a3 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11732024-12-02T05:02:09.927Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c175b4233adf8f00 -C extra-filename=-c175b4233adf8f00 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11742024-12-02T05:02:10.551Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=922fc0efb59add8a -C extra-filename=-922fc0efb59add8a --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11752024-12-02T05:02:29.881Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=188b17c9d2602c68 -C extra-filename=-188b17c9d2602c68 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11762024-12-02T05:02:30.438Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d055658edd1adb20 -C extra-filename=-d055658edd1adb20 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11772024-12-02T05:02:30.787Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=89892811649d987c -C extra-filename=-89892811649d987c --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11782024-12-02T05:02:31.714Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=cef3be5ded36c2d3 -C extra-filename=-cef3be5ded36c2d3 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11792024-12-02T05:02:32.521Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=333d7a9ff48d9a44 -C extra-filename=-333d7a9ff48d9a44 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11802024-12-02T05:02:35.326Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7a0bf4b26ac74545 -C extra-filename=-7a0bf4b26ac74545 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11812024-12-02T05:02:52.173Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=44f6d07ec82f1d78 -C extra-filename=-44f6d07ec82f1d78 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11822024-12-02T05:02:52.508Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d08c7b15f08453b0 -C extra-filename=-d08c7b15f08453b0 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11832024-12-02T05:02:52.755Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.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' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bcb7582845496e15 -C extra-filename=-bcb7582845496e15 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11842024-12-02T05:02:54.348Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8a1e331fc173c71c -C extra-filename=-8a1e331fc173c71c --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11852024-12-02T05:02:55.951Z Running `/home/build/.rustup/toolchains/1.82.0-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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=887c96e211056bf5 -C extra-filename=-887c96e211056bf5 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11862024-12-02T05:02:56.873Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f0e82618fffdaaf4 -C extra-filename=-f0e82618fffdaaf4 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11872024-12-02T05:02:57.080Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0854c9fba8380be9 -C extra-filename=-0854c9fba8380be9 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11882024-12-02T05:02:57.546Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=70ba2a9826b873f7 -C extra-filename=-70ba2a9826b873f7 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11892024-12-02T05:03:10.180Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=75c12c140ff2677e -C extra-filename=-75c12c140ff2677e --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11902024-12-02T05:03:14.614Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.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' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3a8162e2bc634385 -C extra-filename=-3a8162e2bc634385 --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-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64`
11912024-12-02T05:03:27.660Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
11922024-12-02T05:03:27.707Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-ca924e2740af3053`
11932024-12-02T05:03:27.732Z
11942024-12-02T05:03:27.732Zrunning 104 tests
11952024-12-02T05:03:27.734Ztest api_description::test::test_endpoint_versions_overlaps ... ok
11962024-12-02T05:03:27.734Ztest api_description::test::test_endpoint_versions_range ... ok
11972024-12-02T05:03:27.734Ztest api_description::test::test_endpoint_versions_matches ... ok
11982024-12-02T05:03:27.734Ztest api_description::test::test_badpath4 - should panic ... ok
11992024-12-02T05:03:27.735Ztest api_description::test::test_tags_need_one ... ok
12002024-12-02T05:03:27.735Ztest api_description::test::test_badpath2 ... ok
12012024-12-02T05:03:27.735Ztest api_description::test::test_badpath1 ... ok
12022024-12-02T05:03:27.735Ztest api_description::test::test_badpath3 ... ok
12032024-12-02T05:03:27.735Ztest api_description::test::test_dup_names ... ok
12042024-12-02T05:03:27.735Ztest api_description::test::test_tag_config_deserialize_old ... ok
12052024-12-02T05:03:27.735Ztest api_description::test::test_tags_just_right ... ok
12062024-12-02T05:03:27.735Ztest api_description::test::test_tags_too_many ... ok
12072024-12-02T05:03:27.735Ztest error::test::test_serialize_error_response_body ... ok
12082024-12-02T05:03:27.735Ztest from_map::test::test_lone_literal ... ok
12092024-12-02T05:03:27.735Ztest from_map::test::test_missing_data1 ... ok
12102024-12-02T05:03:27.735Ztest extractor::metadata::test::test_metadata_simple ... ok
12112024-12-02T05:03:27.735Ztest from_map::test::test_deep ... ok
12122024-12-02T05:03:27.735Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
12132024-12-02T05:03:27.735Ztest extractor::metadata::test::test_metadata_flattened ... ok
12142024-12-02T05:03:27.735Ztest from_map::test::test_missing_data2 ... ok
12152024-12-02T05:03:27.735Ztest extractor::metadata::test::test_metadata_pagination ... ok
12162024-12-02T05:03:27.735Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
12172024-12-02T05:03:27.735Ztest from_map::test::test_types ... ok
12182024-12-02T05:03:27.738Ztest logging::test::test_config_bad_file_no_level ... ok
12192024-12-02T05:03:27.738Ztest logging::test::test_config_bad_file_no_file ... ok
12202024-12-02T05:03:27.738Ztest logging::test::test_config_bad_terminal_no_level ... ok
12212024-12-02T05:03:27.738Ztest logging::test::test_config_bad_terminal_bad_level ... ok
12222024-12-02T05:03:27.738Ztest logging::test::test_config_bad_log_mode ... ok
12232024-12-02T05:03:27.738Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
12242024-12-02T05:03:27.738Ztest logging::test::test_config_bad_file_bad_path_type ... ok
12252024-12-02T05:03:27.738Ztest pagination::test::test_pagination_schema ... ok
12262024-12-02T05:03:27.738Ztest pagination::test::test_results_page ... ok
12272024-12-02T05:03:27.738Ztest router::test::test_bad_path_segment2 - should panic ... ok
12282024-12-02T05:03:27.738Ztest pagination::test::test_page_token_serialization ... ok
12292024-12-02T05:03:27.738Ztest router::test::test_bad_path_segment1 - should panic ... ok
12302024-12-02T05:03:27.738Ztest pagination::test::test_pagparams_parsing ... ok
12312024-12-02T05:03:27.738Znote: configured to log to "/tmp/dropshot-ca924e2740af3053.2032.file_dir/log.out"
12322024-12-02T05:03:27.738Ztest router::test::test_bad_path_segment3 - should panic ... ok
12332024-12-02T05:03:27.739Ztest router::test::test_bad_path_segment4 - should panic ... ok
12342024-12-02T05:03:27.739Ztest router::test::test_duplicate_route1 - should panic ... ok
12352024-12-02T05:03:27.739Ztest router::test::test_bogus_regex - should panic ... ok
12362024-12-02T05:03:27.739Ztest logging::test::test_config_stderr_terminal ... ok
12372024-12-02T05:03:27.739Ztest router::test::test_duplicate_route2 - should panic ... ok
12382024-12-02T05:03:27.739Ztest router::test::test_duplicate_route3 - should panic ... ok
12392024-12-02T05:03:27.739Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
12402024-12-02T05:03:27.739Ztest router::test::test_embedded_non_variable ... ok
12412024-12-02T05:03:27.739Ztest router::test::test_empty_variable ... ok
12422024-12-02T05:03:27.739Ztest router::test::test_duplicate_varname - should panic ... ok
12432024-12-02T05:03:27.739Ztest router::test::test_duplicate_route_same_version - should panic ... ok
12442024-12-02T05:03:27.739Ztest router::test::test_error_cases ... ok
12452024-12-02T05:03:27.739Ztest router::test::test_iter_null ... ok
12462024-12-02T05:03:27.739Ztest router::test::test_iter ... ok
12472024-12-02T05:03:27.739Ztest router::test::test_iter2 ... ok
12482024-12-02T05:03:27.739Znote: configured to log to "/tmp/dropshot-ca924e2740af3053.2032.file_dir/log.out"
12492024-12-02T05:03:27.739Ztest router::test::test_inconsistent_varname - should panic ... ok
12502024-12-02T05:03:27.739Ztest router::test::test_literal_after_regex - should panic ... ok
12512024-12-02T05:03:27.739Ztest router::test::test_literal_after_variable - should panic ... ok
12522024-12-02T05:03:27.739Ztest router::test::test_map ... ok
12532024-12-02T05:03:27.739Ztest router::test::test_map_bad_seq ... ok
12542024-12-02T05:03:27.739Ztest router::test::test_map_bad_value ... ok
12552024-12-02T05:03:27.739Ztest router::test::test_more_after_regex - should panic ... ok
12562024-12-02T05:03:27.739Ztest router::test::test_path_segment ... ok
12572024-12-02T05:03:27.739Ztest router::test::test_segments ... ok
12582024-12-02T05:03:27.739Ztest api_description::test::test_tags_set ... ok
12592024-12-02T05:03:27.739Ztest router::test::test_router_versioned ... ok
12602024-12-02T05:03:27.739Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
12612024-12-02T05:03:27.739Ztest router::test::test_router_basic ... ok
12622024-12-02T05:03:27.739Ztest router::test::test_variable_name_bad_end - should panic ... ok
12632024-12-02T05:03:27.739Ztest router::test::test_variable_name_bad_start - should panic ... ok
12642024-12-02T05:03:27.739Ztest router::test::test_variable_after_literal - should panic ... ok
12652024-12-02T05:03:27.739Ztest router::test::test_variable_name_empty - should panic ... ok
12662024-12-02T05:03:27.739Ztest router::test::test_variable_rename ... ok
12672024-12-02T05:03:27.739Znote: configured to log to "/tmp/dropshot-ca924e2740af3053.2032.file_dir/log.out"
12682024-12-02T05:03:27.739Ztest router::test::test_variables_basic ... ok
12692024-12-02T05:03:27.739Ztest router::test::test_variables_glob ... ok
12702024-12-02T05:03:27.739Ztest router::test::test_variables_multi ... ok
12712024-12-02T05:03:27.739Ztest schema_util::test::test_empty_struct ... ok
12722024-12-02T05:03:27.739Ztest schema_util::test::test_additional_properties ... ok
12732024-12-02T05:03:27.740Ztest schema_util::test::test_nullable ... ok
12742024-12-02T05:03:27.740Ztest schema_util::test::test_extension_conversion ... ok
12752024-12-02T05:03:27.740Ztest logging::test::test_config_file ... ok
12762024-12-02T05:03:27.740Ztest schema_util::test::test_bad_schema - should panic ... ok
12772024-12-02T05:03:27.740Ztest schema_util::test::test_two_types - should panic ... ok
12782024-12-02T05:03:27.740Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
12792024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
12802024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
12812024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
12822024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_easy_cases ... ok
12832024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
12842024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
12852024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
12862024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
12872024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
12882024-12-02T05:03:27.740Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
12892024-12-02T05:03:27.740Ztest to_map::test::test_to_map_enum ... ok
12902024-12-02T05:03:27.740Ztest to_map::test::test_to_map_num ... ok
12912024-12-02T05:03:27.740Ztest to_map::test::test_to_map_seq ... ok
12922024-12-02T05:03:27.740Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
12932024-12-02T05:03:27.740Ztest to_map::test::test_to_map_vec ... ok
12942024-12-02T05:03:27.740Ztest to_map::test::test_to_map_valid ... ok
12952024-12-02T05:03:27.740Ztest type_util::tests::test_commented_ref ... ok
12962024-12-02T05:03:27.740Ztest type_util::tests::test_reflexive_type - should panic ... ok
12972024-12-02T05:03:27.743Ztest type_util::tests::test_recursive_type - should panic ... ok
12982024-12-02T05:03:27.743Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
12992024-12-02T05:03:27.743Ztest server::test::test_drop_server_without_close_okay ... ok
13002024-12-02T05:03:27.743Ztest server::test::test_server_run_then_close ... ok
13012024-12-02T05:03:27.745Ztest server::test::test_http_acceptor_happy_path ... ok
13022024-12-02T05:03:27.745Z
13032024-12-02T05:03:27.745Ztest result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
13042024-12-02T05:03:27.745Z
13052024-12-02T05:03:27.747Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-bcb7582845496e15`
13062024-12-02T05:03:27.751Z
13072024-12-02T05:03:27.751Zrunning 1 test
13082024-12-02T05:03:27.951Z Locking 1 package to latest compatible version
13092024-12-02T05:03:27.974Z Adding dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13102024-12-02T05:03:28.575Z Compiling proc-macro2 v1.0.92
13112024-12-02T05:03:28.575Z Compiling unicode-ident v1.0.12
13122024-12-02T05:03:28.577Z Compiling libc v0.2.164
13132024-12-02T05:03:28.577Z Checking cfg-if v1.0.0
13142024-12-02T05:03:28.577Z Compiling serde v1.0.215
13152024-12-02T05:03:28.577Z Compiling version_check v0.9.5
13162024-12-02T05:03:28.577Z Checking itoa v1.0.1
13172024-12-02T05:03:28.663Z Checking pin-project-lite v0.2.12
13182024-12-02T05:03:28.749Z Checking memchr v2.6.0
13192024-12-02T05:03:28.777Z Compiling autocfg v1.1.0
13202024-12-02T05:03:28.794Z Compiling thiserror v1.0.69
13212024-12-02T05:03:29.349Z Checking once_cell v1.20.1
13222024-12-02T05:03:29.534Z Compiling log v0.4.17
13232024-12-02T05:03:29.549Z Checking bytes v1.9.0
13242024-12-02T05:03:29.635Z Compiling ryu v1.0.5
13252024-12-02T05:03:29.648Z Checking futures-core v0.3.31
13262024-12-02T05:03:29.725Z Compiling parking_lot_core v0.9.4
13272024-12-02T05:03:29.819Z Compiling slab v0.4.9
13282024-12-02T05:03:30.204Z Checking futures-sink v0.3.31
13292024-12-02T05:03:30.237Z Checking scopeguard v1.2.0
13302024-12-02T05:03:30.260Z Compiling serde_json v1.0.133
13312024-12-02T05:03:30.305Z Checking smallvec v1.13.2
13322024-12-02T05:03:30.346Z Compiling cc v1.0.83
13332024-12-02T05:03:30.372Z Checking lock_api v0.4.6
13342024-12-02T05:03:30.456Z Compiling quote v1.0.37
13352024-12-02T05:03:30.646Z Checking fnv v1.0.7
13362024-12-02T05:03:30.649Z Checking futures-channel v0.3.31
13372024-12-02T05:03:30.764Z Checking http v1.1.0
13382024-12-02T05:03:30.784Z Checking getrandom v0.2.11
13392024-12-02T05:03:31.012Z Compiling syn v2.0.89
13402024-12-02T05:03:31.025Z Checking socket2 v0.5.5
13412024-12-02T05:03:31.028Z Checking mio v0.8.11
13422024-12-02T05:03:31.108Z Checking parking_lot v0.12.1
13432024-12-02T05:03:31.187Z Checking signal-hook-registry v1.4.0
13442024-12-02T05:03:31.545Z Checking num_cpus v1.13.0
13452024-12-02T05:03:31.558Z Checking futures-io v0.3.31
13462024-12-02T05:03:31.620Z Checking futures-task v0.3.31
13472024-12-02T05:03:31.638Z Checking pin-utils v0.1.0
13482024-12-02T05:03:31.651Z Checking rustls-pki-types v1.10.0
13492024-12-02T05:03:31.716Z Checking equivalent v1.0.0
13502024-12-02T05:03:31.728Z Compiling httparse v1.8.0
13512024-12-02T05:03:31.813Z Checking hashbrown v0.15.0
13522024-12-02T05:03:31.914Z Compiling ucd-trie v0.1.6
13532024-12-02T05:03:32.233Z Checking spin v0.9.8
13542024-12-02T05:03:32.450Z Checking tracing-core v0.1.32
13552024-12-02T05:03:32.487Z Checking untrusted v0.9.0
13562024-12-02T05:03:32.719Z Compiling vcpkg v0.2.15
13572024-12-02T05:03:32.732Z Compiling pkg-config v0.3.31
13582024-12-02T05:03:32.942Z Compiling typenum v1.14.0
13592024-12-02T05:03:33.044Z Checking atomic-waker v1.1.1
13602024-12-02T05:03:33.141Z Checking tracing v0.1.40
13612024-12-02T05:03:33.173Z Checking http-body v1.0.1
13622024-12-02T05:03:33.365Z Compiling generic-array v0.14.5
13632024-12-02T05:03:33.492Z Compiling crossbeam-utils v0.8.15
13642024-12-02T05:03:33.731Z Checking try-lock v0.2.3
13652024-12-02T05:03:33.801Z Compiling ring v0.17.7
13662024-12-02T05:03:33.863Z Checking want v0.3.0
13672024-12-02T05:03:33.884Z Compiling unicase v2.6.0
13682024-12-02T05:03:34.029Z Checking zeroize v1.7.0
13692024-12-02T05:03:34.160Z Compiling num-conv v0.1.0
13702024-12-02T05:03:34.250Z Checking subtle v2.5.0
13712024-12-02T05:03:34.278Z Compiling time-core v0.1.2
13722024-12-02T05:03:34.446Z Checking powerfmt v0.2.0
13732024-12-02T05:03:34.459Z Checking httpdate v1.0.1
13742024-12-02T05:03:34.472Z Compiling time-macros v0.2.18
13752024-12-02T05:03:34.718Z Checking deranged v0.3.11
13762024-12-02T05:03:35.056Z Checking bitflags v2.4.0
13772024-12-02T05:03:35.082Z Checking byteorder v1.4.3
13782024-12-02T05:03:35.269Z Compiling openssl-sys v0.9.103
13792024-12-02T05:03:35.550Z Checking base64 v0.22.1
13802024-12-02T05:03:35.719Z Compiling slog v2.7.0
13812024-12-02T05:03:36.014Z Checking num_threads v0.1.3
13822024-12-02T05:03:36.559Z Compiling usdt-impl v0.5.0
13832024-12-02T05:03:36.640Z Checking percent-encoding v2.3.1
13842024-12-02T05:03:36.837Z Compiling openssl v0.10.66
13852024-12-02T05:03:36.851Z Checking foreign-types-shared v0.1.1
13862024-12-02T05:03:36.922Z Checking tinyvec_macros v0.1.0
13872024-12-02T05:03:36.947Z Checking openssl-probe v0.1.4
13882024-12-02T05:03:37.007Z Checking tower-service v0.3.1
13892024-12-02T05:03:37.020Z Compiling semver v1.0.23
13902024-12-02T05:03:37.118Z Checking tinyvec v1.5.1
13912024-12-02T05:03:37.243Z Checking block-buffer v0.10.2
13922024-12-02T05:03:37.375Z Checking crypto-common v0.1.6
13932024-12-02T05:03:37.431Z Checking foreign-types v0.3.2
13942024-12-02T05:03:37.529Z Checking form_urlencoded v1.2.1
13952024-12-02T05:03:37.844Z Checking rand_core v0.6.3
13962024-12-02T05:03:37.903Z Compiling thread-id v4.0.0
13972024-12-02T05:03:38.016Z Compiling num-traits v0.2.14
13982024-12-02T05:03:38.126Z Compiling rustls v0.22.4
13992024-12-02T05:03:38.170Z Checking plain v0.2.3
14002024-12-02T05:03:38.221Z Checking time v0.3.36
14012024-12-02T05:03:38.313Z Checking ppv-lite86 v0.2.15
14022024-12-02T05:03:38.410Z Checking mime v0.3.16
14032024-12-02T05:03:38.462Z Compiling rustls v0.23.13
14042024-12-02T05:03:38.672Z Compiling native-tls v0.2.12
14052024-12-02T05:03:38.748Z Checking unicode-normalization v0.1.24
14062024-12-02T05:03:38.997Z Checking rand_chacha v0.3.1
14072024-12-02T05:03:39.132Z Checking digest v0.10.7
14082024-12-02T05:03:39.233Z Checking rustls-pemfile v2.1.3
14092024-12-02T05:03:39.367Z Checking dirs-sys-next v0.1.2
14102024-12-02T05:03:39.459Z Checking pretty-hex v0.4.1
14112024-12-02T05:03:39.472Z Checking cpufeatures v0.2.2
14122024-12-02T05:03:39.528Z Checking unicode-bidi v0.3.15
14132024-12-02T05:03:39.601Z Checking sha1 v0.10.6
14142024-12-02T05:03:39.624Z Checking dirs-next v2.0.0
14152024-12-02T05:03:39.747Z Checking rand v0.8.4
14162024-12-02T05:03:39.797Z Compiling mime_guess v2.0.5
14172024-12-02T05:03:40.039Z Checking rustls-webpki v0.102.8
14182024-12-02T05:03:40.053Z Compiling serde_derive_internals v0.29.0
14192024-12-02T05:03:40.130Z Checking idna v0.5.0
14202024-12-02T05:03:41.115Z Checking concurrent-queue v2.5.0
14212024-12-02T05:03:41.503Z Checking thread_local v1.1.4
14222024-12-02T05:03:41.588Z Compiling multer v3.1.0
14232024-12-02T05:03:41.600Z Checking encoding_rs v0.8.32
14242024-12-02T05:03:41.789Z Compiling camino v1.1.9
14252024-12-02T05:03:41.983Z Compiling rustix v0.38.40
14262024-12-02T05:03:42.649Z Checking parking v2.2.0
14272024-12-02T05:03:42.823Z Checking winnow v0.6.18
14282024-12-02T05:03:43.069Z Compiling slog-async v2.8.0
14292024-12-02T05:03:43.494Z Compiling schemars v0.8.21
14302024-12-02T05:03:43.731Z Compiling thiserror v2.0.3
14312024-12-02T05:03:43.906Z Checking match_cfg v0.1.0
14322024-12-02T05:03:43.993Z Compiling paste v1.0.15
14332024-12-02T05:03:44.040Z Checking iana-time-zone v0.1.47
14342024-12-02T05:03:44.172Z Checking hostname v0.3.1
14352024-12-02T05:03:44.486Z Checking event-listener v5.0.0
14362024-12-02T05:03:44.884Z Checking url v2.5.2
14372024-12-02T05:03:44.909Z Checking term v0.7.0
14382024-12-02T05:03:45.119Z Checking crossbeam-channel v0.5.1
14392024-12-02T05:03:45.121Z Checking webpki-roots v0.26.5
14402024-12-02T05:03:45.312Z Checking is-terminal v0.4.12
14412024-12-02T05:03:45.349Z Checking errno v0.3.8
14422024-12-02T05:03:45.433Z Checking memmap v0.7.0
14432024-12-02T05:03:45.528Z Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot)
14442024-12-02T05:03:45.638Z Checking unicode-segmentation v1.10.0
14452024-12-02T05:03:45.723Z Checking dyn-clone v1.0.4
14462024-12-02T05:03:45.736Z Checking data-encoding v2.4.0
14472024-12-02T05:03:45.834Z Compiling buf-list v1.0.3
14482024-12-02T05:03:45.863Z Compiling heck v0.5.0
14492024-12-02T05:03:45.917Z Checking unicode-width v0.1.9
14502024-12-02T05:03:45.921Z Checking utf-8 v0.7.6
14512024-12-02T05:03:46.041Z Checking take_mut v0.2.2
14522024-12-02T05:03:46.065Z Checking lazy_static v1.5.0
14532024-12-02T05:03:46.119Z Compiling anyhow v1.0.93
14542024-12-02T05:03:46.183Z Checking console v0.15.7
14552024-12-02T05:03:46.247Z Compiling serde_derive v1.0.215
14562024-12-02T05:03:46.285Z Compiling thiserror-impl v1.0.69
14572024-12-02T05:03:46.377Z Compiling tokio-macros v2.3.0
14582024-12-02T05:03:46.468Z Compiling futures-macro v0.3.31
14592024-12-02T05:03:46.530Z Compiling zerocopy-derive v0.7.32
14602024-12-02T05:03:46.658Z Compiling scroll_derive v0.12.0
14612024-12-02T05:03:46.775Z Compiling openssl-macros v0.1.1
14622024-12-02T05:03:46.987Z Compiling async-stream-impl v0.3.6
14632024-12-02T05:03:48.749Z Checking tokio v1.38.1
14642024-12-02T05:03:48.762Z Checking scroll v0.12.0
14652024-12-02T05:03:49.036Z Compiling schemars_derive v0.8.21
14662024-12-02T05:03:49.223Z Checking goblin v0.8.0
14672024-12-02T05:03:49.236Z Checking futures-util v0.3.31
14682024-12-02T05:03:49.781Z Compiling zerocopy v0.7.32
14692024-12-02T05:03:51.279Z Compiling pest v2.7.6
14702024-12-02T05:03:53.758Z Compiling pest_meta v2.7.6
14712024-12-02T05:03:54.228Z Compiling thiserror-impl v2.0.3
14722024-12-02T05:03:54.358Z Checking tungstenite v0.24.0
14732024-12-02T05:03:54.512Z Checking async-stream v0.3.6
14742024-12-02T05:03:54.656Z Checking http-body-util v0.1.2
14752024-12-02T05:03:54.692Z Checking futures-executor v0.3.31
14762024-12-02T05:03:54.926Z Checking futures v0.3.31
14772024-12-02T05:03:55.034Z Compiling pest_generator v2.7.6
14782024-12-02T05:03:55.354Z Checking newline-converter v0.3.0
14792024-12-02T05:03:55.373Z Compiling async-trait v0.1.83
14802024-12-02T05:03:55.546Z Checking slog-term v2.9.1
14812024-12-02T05:03:56.450Z Checking tokio-util v0.7.7
14822024-12-02T05:03:57.146Z Checking tokio-native-tls v0.3.1
14832024-12-02T05:03:57.239Z Checking tokio-rustls v0.25.0
14842024-12-02T05:03:57.318Z Checking tokio-rustls v0.26.0
14852024-12-02T05:03:57.604Z Checking event-listener-strategy v0.5.2
14862024-12-02T05:03:57.778Z Checking yasna v0.5.2
14872024-12-02T05:03:57.798Z Checking rustls-native-certs v0.7.0
14882024-12-02T05:03:57.934Z Checking pem v3.0.4
14892024-12-02T05:03:58.195Z Checking waitgroup v0.1.2
14902024-12-02T05:03:58.323Z Checking hostname v0.4.0
14912024-12-02T05:03:58.454Z Checking sync_wrapper v1.0.1
14922024-12-02T05:03:58.587Z Checking simple-mermaid v0.1.1
14932024-12-02T05:03:58.629Z Checking similar v2.2.1
14942024-12-02T05:03:58.678Z Checking debug-ignore v1.0.5
14952024-12-02T05:03:58.811Z Checking ipnet v2.10.0
14962024-12-02T05:03:59.152Z Compiling pest_derive v2.7.6
14972024-12-02T05:03:59.198Z Checking fastrand v2.1.1
14982024-12-02T05:03:59.201Z Checking http-range v0.1.4
14992024-12-02T05:03:59.249Z Checking rcgen v0.13.1
15002024-12-02T05:03:59.276Z Checking expectorate v1.1.0
15012024-12-02T05:03:59.361Z Checking async-channel v2.3.1
15022024-12-02T05:03:59.394Z Checking tokio-tungstenite v0.24.0
15032024-12-02T05:03:59.511Z Checking tempfile v3.14.0
15042024-12-02T05:03:59.794Z Checking subprocess v0.2.9
15052024-12-02T05:04:00.446Z Compiling dtrace-parser v0.2.0
15062024-12-02T05:04:00.917Z Checking indexmap v2.6.0
15072024-12-02T05:04:00.917Z Checking toml_datetime v0.6.8
15082024-12-02T05:04:00.920Z Checking serde_spanned v0.6.7
15092024-12-02T05:04:00.920Z Checking chrono v0.4.38
15102024-12-02T05:04:01.109Z Checking uuid v1.11.0
15112024-12-02T05:04:01.296Z Checking serde_urlencoded v0.7.1
15122024-12-02T05:04:01.396Z Checking serde_path_to_error v0.1.16
15132024-12-02T05:04:01.955Z Compiling serde_tokenstream v0.2.2
15142024-12-02T05:04:02.271Z Checking h2 v0.4.6
15152024-12-02T05:04:02.271Z Checking toml_edit v0.22.20
15162024-12-02T05:04:02.468Z Checking dof v0.3.0
15172024-12-02T05:04:02.468Z Checking slog-json v2.6.1
15182024-12-02T05:04:02.472Z Checking openapiv3 v2.0.0
15192024-12-02T05:04:02.546Z Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
15202024-12-02T05:04:02.730Z Checking slog-bunyan v2.5.0
15212024-12-02T05:04:04.960Z Checking toml v0.8.19
15222024-12-02T05:04:05.726Z Compiling usdt-macro v0.5.0
15232024-12-02T05:04:05.728Z Compiling usdt-attr-macro v0.5.0
15242024-12-02T05:04:06.147Z Checking hyper v1.5.1
15252024-12-02T05:04:07.346Z Checking usdt v0.5.0
15262024-12-02T05:04:07.651Z Checking hyper-util v0.1.10
15272024-12-02T05:04:07.651Z Checking hyper-staticfile v0.10.1
15282024-12-02T05:04:08.723Z Checking hyper-rustls v0.27.3
15292024-12-02T05:04:08.725Z Checking hyper-tls v0.6.0
15302024-12-02T05:04:08.725Z Checking hyper-rustls v0.26.0
15312024-12-02T05:04:08.934Z Checking reqwest v0.12.9
15322024-12-02T05:04:11.121Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
15332024-12-02T05:04:11.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.38s
15342024-12-02T05:04:11.576Z
15352024-12-02T05:04:11.576Z
15362024-12-02T05:04:21.056Ztest tests/fail/bad_channel10.rs ... ok
15372024-12-02T05:04:21.056Ztest tests/fail/bad_channel11.rs ... ok
15382024-12-02T05:04:21.060Ztest tests/fail/bad_channel12.rs ... ok
15392024-12-02T05:04:21.060Ztest tests/fail/bad_channel13.rs ... ok
15402024-12-02T05:04:21.060Ztest tests/fail/bad_channel14.rs ... ok
15412024-12-02T05:04:21.060Ztest tests/fail/bad_channel15.rs ... ok
15422024-12-02T05:04:21.060Ztest tests/fail/bad_channel17.rs ... ok
15432024-12-02T05:04:21.060Ztest tests/fail/bad_channel18.rs ... ok
15442024-12-02T05:04:21.060Ztest tests/fail/bad_channel19.rs ... ok
15452024-12-02T05:04:21.060Ztest tests/fail/bad_channel1a.rs ... ok
15462024-12-02T05:04:21.060Ztest tests/fail/bad_channel1b.rs ... ok
15472024-12-02T05:04:21.060Ztest tests/fail/bad_channel2.rs ... ok
15482024-12-02T05:04:21.060Ztest tests/fail/bad_channel20.rs ... ok
15492024-12-02T05:04:21.060Ztest tests/fail/bad_channel21.rs ... ok
15502024-12-02T05:04:21.060Ztest tests/fail/bad_channel22.rs ... ok
15512024-12-02T05:04:21.060Ztest tests/fail/bad_channel23.rs ... ok
15522024-12-02T05:04:21.060Ztest tests/fail/bad_channel24.rs ... ok
15532024-12-02T05:04:21.060Ztest tests/fail/bad_channel25.rs ... ok
15542024-12-02T05:04:21.060Ztest tests/fail/bad_channel26.rs ... ok
15552024-12-02T05:04:21.060Ztest tests/fail/bad_channel27.rs ... ok
15562024-12-02T05:04:21.060Ztest tests/fail/bad_channel28.rs ... ok
15572024-12-02T05:04:21.060Ztest tests/fail/bad_channel3.rs ... ok
15582024-12-02T05:04:21.060Ztest tests/fail/bad_channel4.rs ... ok
15592024-12-02T05:04:21.060Ztest tests/fail/bad_channel5.rs ... ok
15602024-12-02T05:04:21.060Ztest tests/fail/bad_channel6.rs ... ok
15612024-12-02T05:04:21.060Ztest tests/fail/bad_channel8.rs ... ok
15622024-12-02T05:04:21.060Ztest tests/fail/bad_channel9.rs ... ok
15632024-12-02T05:04:21.060Ztest tests/fail/bad_endpoint1.rs ... ok
15642024-12-02T05:04:21.060Ztest tests/fail/bad_endpoint10.rs ... ok
15652024-12-02T05:04:21.060Ztest tests/fail/bad_endpoint11.rs ... ok
15662024-12-02T05:04:21.060Ztest tests/fail/bad_endpoint12.rs ... ok
15672024-12-02T05:04:21.060Ztest tests/fail/bad_endpoint13.rs ... ok
15682024-12-02T05:04:21.060Ztest tests/fail/bad_endpoint14.rs ... ok
15692024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint15.rs ... ok
15702024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint16.rs ... ok
15712024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint17.rs ... ok
15722024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint18.rs ... ok
15732024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint19.rs ... ok
15742024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint2.rs ... ok
15752024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint20.rs ... ok
15762024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint21.rs ... ok
15772024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint22.rs ... ok
15782024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint23.rs ... ok
15792024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint24.rs ... ok
15802024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint25.rs ... ok
15812024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint26.rs ... ok
15822024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint27.rs ... ok
15832024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint28.rs ... ok
15842024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint3.rs ... ok
15852024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint4.rs ... ok
15862024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint5.rs ... ok
15872024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint6.rs ... ok
15882024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint7.rs ... ok
15892024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint8.rs ... ok
15902024-12-02T05:04:21.061Ztest tests/fail/bad_endpoint9.rs ... ok
15912024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel10.rs ... ok
15922024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel11.rs ... ok
15932024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel12.rs ... ok
15942024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel13.rs ... ok
15952024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel14.rs ... ok
15962024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel15.rs ... ok
15972024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel17.rs ... ok
15982024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel18.rs ... ok
15992024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel19.rs ... ok
16002024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel1a.rs ... ok
16012024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel1b.rs ... ok
16022024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel2.rs ... ok
16032024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel20.rs ... ok
16042024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel21.rs ... ok
16052024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel22.rs ... ok
16062024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel23.rs ... ok
16072024-12-02T05:04:21.061Ztest tests/fail/bad_trait_channel24.rs ... ok
16082024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel25.rs ... ok
16092024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel26.rs ... ok
16102024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel28.rs ... ok
16112024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel3.rs ... ok
16122024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel4.rs ... ok
16132024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel5.rs ... ok
16142024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel6.rs ... ok
16152024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel8.rs ... ok
16162024-12-02T05:04:21.062Ztest tests/fail/bad_trait_channel9.rs ... ok
16172024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint1.rs ... ok
16182024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint10.rs ... ok
16192024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint11.rs ... ok
16202024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint12.rs ... ok
16212024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint13.rs ... ok
16222024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint14.rs ... ok
16232024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint15.rs ... ok
16242024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint16.rs ... ok
16252024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint17.rs ... ok
16262024-12-02T05:04:21.062Ztest tests/fail/bad_trait_endpoint18.rs ... ok
16272024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint19.rs ... ok
16282024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint2.rs ... ok
16292024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint20.rs ... ok
16302024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint21.rs ... ok
16312024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint22.rs ... ok
16322024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint23.rs ... ok
16332024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint24.rs ... ok
16342024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint25.rs ... ok
16352024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint26.rs ... ok
16362024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint27.rs ... ok
16372024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint28.rs ... ok
16382024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint3.rs ... ok
16392024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint4.rs ... ok
16402024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint5.rs ... ok
16412024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint6.rs ... ok
16422024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint7.rs ... ok
16432024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint8.rs ... ok
16442024-12-02T05:04:21.065Ztest tests/fail/bad_trait_endpoint9.rs ... ok
16452024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only1.rs ... ok
16462024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only10.rs ... ok
16472024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only11.rs ... ok
16482024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only12.rs ... ok
16492024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only13.rs ... ok
16502024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only14.rs ... ok
16512024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only15.rs ... ok
16522024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only16.rs ... ok
16532024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only17.rs ... ok
16542024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only18.rs ... ok
16552024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only19.rs ... ok
16562024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only2.rs ... ok
16572024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only20.rs ... ok
16582024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only21.rs ... ok
16592024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only22.rs ... ok
16602024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only3.rs ... ok
16612024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only4.rs ... ok
16622024-12-02T05:04:21.065Ztest tests/fail/bad_trait_only5.rs ... ok
16632024-12-02T05:04:21.066Ztest tests/fail/bad_trait_only6.rs ... ok
16642024-12-02T05:04:21.066Ztest tests/fail/bad_trait_only7.rs ... ok
16652024-12-02T05:04:21.066Ztest tests/fail/bad_trait_only8.rs ... ok
16662024-12-02T05:04:21.066Ztest tests/fail/bad_trait_only9.rs ... ok
16672024-12-02T05:04:21.066Ztest tests/fail/bad_version_backwards.rs ... ok
16682024-12-02T05:04:21.066Ztest tests/fail/unused_endpoint.rs ... ok
16692024-12-02T05:04:21.066Z
16702024-12-02T05:04:21.066Z
16712024-12-02T05:04:21.066Ztest fail ... ok
16722024-12-02T05:04:21.066Z
16732024-12-02T05:04:21.066Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 53.31s
16742024-12-02T05:04:21.066Z
16752024-12-02T05:04:21.069Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-aa212f6bd260d0d6`
16762024-12-02T05:04:21.075Z
16772024-12-02T05:04:21.075Zrunning 73 tests
16782024-12-02T05:04:21.078Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
16792024-12-02T05:04:21.078Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
16802024-12-02T05:04:21.078Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
16812024-12-02T05:04:21.078Ztest config::test_config_bad_bind_address_port_too_large ... ok
16822024-12-02T05:04:21.078Ztest config::test_config_bad_bind_address_port_too_small ... ok
16832024-12-02T05:04:21.078Ztest config::test_config_bad_bind_address_garbage ... ok
16842024-12-02T05:04:21.078Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
16852024-12-02T05:04:21.078Ztest api_trait::test_api_trait_with_complex_tags ... ok
16862024-12-02T05:04:21.078Ztest config::test_config_deprecated_request_body_max_bytes ... ok
16872024-12-02T05:04:21.078Ztest config::test_valid_config_all_settings ... ok
16882024-12-02T05:04:21.080Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-api_trait_basic.2814.0.log"
16892024-12-02T05:04:21.080Ztest config::test_valid_config_basic ... ok
16902024-12-02T05:04:21.080Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_handler_task_mode_cancel.2814.4.log"
16912024-12-02T05:04:21.080Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_handler_task_mode_detached.2814.5.log"
16922024-12-02T05:04:21.080Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_unversioned_servers_with_versioned_routes.2814.6.log"
16932024-12-02T05:04:21.080Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_bind_address_https_buffer.2814.3.log"
16942024-12-02T05:04:21.080Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_bind_address_http.2814.1.log"
16952024-12-02T05:04:21.080Ztest config::test_valid_config_empty ... ok
16962024-12-02T05:04:21.080Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_bind_address_https.2814.2.log"
16972024-12-02T05:04:21.080Ztest config::test_unversioned_servers_with_versioned_routes ... ok
16982024-12-02T05:04:21.083Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_302_found.2814.8.log"
16992024-12-02T05:04:21.083Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_302_bogus.2814.7.log"
17002024-12-02T05:04:21.083Ztest config::test_config_handler_task_mode_detached ... ok
17012024-12-02T05:04:21.085Ztest config::test_config_handler_task_mode_cancel ... ok
17022024-12-02T05:04:21.085Ztest demo::test_302_found ... ok
17032024-12-02T05:04:21.085Ztest api_trait::test_api_trait_basic ... ok
17042024-12-02T05:04:21.085Ztest demo::test_302_bogus ... ok
17052024-12-02T05:04:21.087Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_303_see_other.2814.9.log"
17062024-12-02T05:04:21.087Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_307_temporary_redirect.2814.10.log"
17072024-12-02T05:04:21.087Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_delete_request.2814.11.log"
17082024-12-02T05:04:21.087Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo1.2814.12.log"
17092024-12-02T05:04:21.087Ztest config::test_config_bind_address_http ... ok
17102024-12-02T05:04:21.087Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo2json.2814.13.log"
17112024-12-02T05:04:21.090Ztest demo::test_307_temporary_redirect ... ok
17122024-12-02T05:04:21.090Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo2query.2814.14.log"
17132024-12-02T05:04:21.090Ztest demo::test_303_see_other ... ok
17142024-12-02T05:04:21.090Ztest demo::test_delete_request ... ok
17152024-12-02T05:04:21.090Ztest demo::test_demo1 ... ok
17162024-12-02T05:04:21.090Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo2urlencoded.2814.15.log"
17172024-12-02T05:04:21.092Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo3json.2814.16.log"
17182024-12-02T05:04:21.092Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_path_param_u32.2814.18.log"
17192024-12-02T05:04:21.092Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_path_param_string.2814.17.log"
17202024-12-02T05:04:21.095Ztest demo::test_demo2json ... ok
17212024-12-02T05:04:21.095Ztest demo::test_demo2query ... ok
17222024-12-02T05:04:21.095Ztest demo::test_demo2urlencoded ... ok
17232024-12-02T05:04:21.095Ztest demo::test_demo3json ... ok
17242024-12-02T05:04:21.095Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_path_param_uuid.2814.19.log"
17252024-12-02T05:04:21.095Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_head_request.2814.20.log"
17262024-12-02T05:04:21.095Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_websocket.2814.21.log"
17272024-12-02T05:04:21.102Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_header_request.2814.22.log"
17282024-12-02T05:04:21.106Ztest demo::test_header_request ... ok
17292024-12-02T05:04:21.108Ztest demo::test_head_request ... ok
17302024-12-02T05:04:21.108Ztest demo::test_demo_path_param_u32 ... ok
17312024-12-02T05:04:21.108Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_large_typed_body.2814.23.log"
17322024-12-02T05:04:21.108Ztest demo::test_demo_path_param_uuid ... ok
17332024-12-02T05:04:21.109Ztest demo::test_demo_websocket ... ok
17342024-12-02T05:04:21.109Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-tet_raw_request.2814.24.log"
17352024-12-02T05:04:21.109Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_request_compat.2814.25.log"
17362024-12-02T05:04:21.111Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_request_remote_addr.2814.26.log"
17372024-12-02T05:04:21.111Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_streaming_body.2814.27.log"
17382024-12-02T05:04:21.111Ztest demo::test_raw_request ... ok
17392024-12-02T05:04:21.111Ztest demo::test_request_compat ... ok
17402024-12-02T05:04:21.111Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-graceful_shutdown_with_detached_handler.2814.28.log"
17412024-12-02T05:04:21.113Ztest demo::test_large_typed_body ... ok
17422024-12-02T05:04:21.113Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.29.log"
17432024-12-02T05:04:21.113Ztest demo::test_request_remote_addr ... ok
17442024-12-02T05:04:21.113Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_untyped_body.2814.30.log"
17452024-12-02T05:04:21.113Ztest config::test_config_bind_address_https_buffer ... ok
17462024-12-02T05:04:21.113Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.31.log"
17472024-12-02T05:04:21.113Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.32.log"
17482024-12-02T05:04:21.113Ztest multipart::missing_boundary ... ok
17492024-12-02T05:04:21.113Ztest config::test_config_bind_address_https ... ok
17502024-12-02T05:04:21.113Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.33.log"
17512024-12-02T05:04:21.122Ztest openapi::test_openapi ... ok
17522024-12-02T05:04:21.126Ztest demo::test_streaming_body ... ok
17532024-12-02T05:04:21.128Ztest multipart::weird_content_type ... ok
17542024-12-02T05:04:21.128Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-pagination-basic.2814.34.log"
17552024-12-02T05:04:21.128Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-pagination-multiple-resources.2814.35.log"
17562024-12-02T05:04:21.128Ztest multipart::test_multipart_client ... ok
17572024-12-02T05:04:21.128Ztest multipart::no_content_type ... ok
17582024-12-02T05:04:21.128Ztest demo::test_demo_path_param_string ... ok
17592024-12-02T05:04:21.128Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-pagination-multiple-sorts.2814.36.log"
17602024-12-02T05:04:21.128Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-basic.2814.37.log"
17612024-12-02T05:04:21.128Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-dictionary.2814.38.log"
17622024-12-02T05:04:21.131Ztest openapi::test_openapi_fuller ... ok
17632024-12-02T05:04:21.145Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-empty.2814.39.log"
17642024-12-02T05:04:21.149Ztest demo::test_untyped_body ... ok
17652024-12-02T05:04:21.151Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-errors.2814.40.log"
17662024-12-02T05:04:21.174Ztest pagination::test_paginate_errors ... ok
17672024-12-02T05:04:21.176Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-extra_params.2814.41.log"
17682024-12-02T05:04:21.185Ztest pagination::test_paginate_empty ... ok
17692024-12-02T05:04:21.188Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-required_params.2814.42.log"
17702024-12-02T05:04:21.191Ztest pagination::test_paginate_extra_params ... ok
17712024-12-02T05:04:21.195Ztest pagination_schema::test_pagination_schema ... ok
17722024-12-02T05:04:21.195Ztest path_names::test_path_names ... ok
17732024-12-02T05:04:21.195Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_no_tls.2814.43.log"
17742024-12-02T05:04:21.199Ztest starter::test_no_tls ... ok
17752024-12-02T05:04:21.201Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_with_tls.2814.44.log"
17762024-12-02T05:04:21.201Ztest pagination::test_paginate_with_required_params ... ok
17772024-12-02T05:04:21.201Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-non_streaming_servers_do_not_use_transfer_encoding.2814.45.log"
17782024-12-02T05:04:21.205Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
17792024-12-02T05:04:21.207Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-streaming_server_buffered_client.2814.46.log"
17802024-12-02T05:04:21.242Ztest streaming::test_streaming_server_buffered_client ... ok
17812024-12-02T05:04:21.244Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-streaming_server_streaming_client.2814.47.log"
17822024-12-02T05:04:21.260Ztest pagination::test_paginate_basic ... ok
17832024-12-02T05:04:21.263Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_server_is_http.2814.48.log"
17842024-12-02T05:04:21.272Ztest tls::test_server_is_http ... ok
17852024-12-02T05:04:21.272Ztest streaming::test_streaming_server_streaming_client ... ok
17862024-12-02T05:04:21.274Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_aborted_negotiation.2814.50.log"
17872024-12-02T05:04:21.274Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_server_is_https.2814.49.log"
17882024-12-02T05:04:21.537Ztest starter::test_with_tls ... ok
17892024-12-02T05:04:21.540Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_certificate_loading.2814.51.log"
17902024-12-02T05:04:21.594Ztest tls::test_server_is_https ... ok
17912024-12-02T05:04:21.597Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_only.2814.52.log"
17922024-12-02T05:04:21.855Ztest tls::test_tls_certificate_loading ... ok
17932024-12-02T05:04:21.858Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_refresh_certificates.2814.53.log"
17942024-12-02T05:04:21.901Ztest tls::test_tls_aborted_negotiation ... ok
17952024-12-02T05:04:21.904Znote: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_versions.2814.54.log"
17962024-12-02T05:04:21.966Ztest versions::test_versions ... ok
17972024-12-02T05:04:21.968Ztest versions::test_versions_openapi ... ok
17982024-12-02T05:04:21.971Ztest versions::test_versions_openapi_same_names ... ok
17992024-12-02T05:04:22.221Ztest tls::test_tls_refresh_certificates ... ok
18002024-12-02T05:04:22.224Ztest tls::test_tls_only ... ok
18012024-12-02T05:04:23.113Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
18022024-12-02T05:04:23.755Ztest pagination::test_paginate_dictionary ... ok
18032024-12-02T05:04:23.825Ztest pagination::test_example_basic ... ok
18042024-12-02T05:04:27.185Ztest pagination::test_example_multiple_sorts ... ok
18052024-12-02T05:04:27.635Ztest pagination::test_example_multiple_resources ... ok
18062024-12-02T05:04:27.635Z
18072024-12-02T05:04:27.635Ztest result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.56s
18082024-12-02T05:04:27.636Z
18092024-12-02T05:04:27.643Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-42ebb30d282d21f8`
18102024-12-02T05:04:27.652Z
18112024-12-02T05:04:27.653Zrunning 35 tests
18122024-12-02T05:04:27.658Ztest channel::tests::test_channel_with_versions ... ok
18132024-12-02T05:04:27.658Ztest channel::tests::test_channel_operation_id ... ok
18142024-12-02T05:04:27.661Ztest channel::tests::test_channel_with_unnamed_params ... ok
18152024-12-02T05:04:27.661Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
18162024-12-02T05:04:27.661Ztest doc::tests::test_extract_summary_description ... ok
18172024-12-02T05:04:27.661Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
18182024-12-02T05:04:27.661Ztest endpoint::tests::test_endpoint_bad_string ... ok
18192024-12-02T05:04:27.661Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
18202024-12-02T05:04:27.661Ztest endpoint::tests::test_endpoint_bad_versions ... ok
18212024-12-02T05:04:27.661Ztest endpoint::tests::test_endpoint_invalid_item ... ok
18222024-12-02T05:04:27.661Ztest endpoint::tests::test_endpoint_no_arguments ... ok
18232024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_not_async ... ok
18242024-12-02T05:04:27.669Ztest channel::tests::test_channel_with_custom_params ... ok
18252024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_content_type ... ok
18262024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_basic ... ok
18272024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
18282024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_pub_crate ... ok
18292024-12-02T05:04:27.669Ztest api_trait::tests::test_api_trait_basic ... ok
18302024-12-02T05:04:27.669Ztest api_trait::tests::test_api_trait_operation_id ... ok
18312024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
18322024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_with_doc ... ok
18332024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
18342024-12-02T05:04:27.669Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
18352024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
18362024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_with_tags ... ok
18372024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_with_query ... ok
18382024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
18392024-12-02T05:04:27.669Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
18402024-12-02T05:04:27.669Ztest params::tests::test_extract_rqctx_ty_param ... ok
18412024-12-02T05:04:27.669Ztest syn_parsing::tests::test_busted_function ... ok
18422024-12-02T05:04:27.672Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
18432024-12-02T05:04:27.672Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
18442024-12-02T05:04:27.673Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
18452024-12-02T05:04:27.673Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
18462024-12-02T05:04:27.673Ztest endpoint::tests::test_operation_id ... ok
18472024-12-02T05:04:27.673Z
18482024-12-02T05:04:27.673Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
18492024-12-02T05:04:27.673Z
18502024-12-02T05:04:27.673Z Doc-tests dropshot
18512024-12-02T05:04:27.673Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out '--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' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human`
18522024-12-02T05:04:28.162Z
18532024-12-02T05:04:28.162Zrunning 19 tests
18542024-12-02T05:04:28.165Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 148) ... ignored
18552024-12-02T05:04:28.197Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 155) ... ignored
18562024-12-02T05:04:28.199Ztest dropshot/src/lib.rs - (line 322) ... ignored
18572024-12-02T05:04:28.424Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
18582024-12-02T05:04:30.062Ztest dropshot/src/lib.rs - (line 372) ... ok
18592024-12-02T05:04:31.903Ztest dropshot/src/lib.rs - (line 627) ... ok
18602024-12-02T05:04:33.731Ztest dropshot/src/lib.rs - api_description (line 1049) ... ok
18612024-12-02T05:04:34.418Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
18622024-12-02T05:04:34.420Ztest dropshot/src/lib.rs - channel (line 1123) ... ignored
18632024-12-02T05:04:34.420Ztest dropshot/src/lib.rs - endpoint (line 1168) ... ignored
18642024-12-02T05:04:34.579Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
18652024-12-02T05:04:34.889Ztest dropshot/src/lib.rs - (line 110) ... ok
18662024-12-02T05:04:35.197Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 151) ... ok
18672024-12-02T05:04:35.384Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
18682024-12-02T05:04:35.549Ztest dropshot/src/lib.rs - api_description (line 988) ... ok
18692024-12-02T05:04:36.183Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
18702024-12-02T05:04:36.555Ztest dropshot/src/lib.rs - (line 463) ... ok
18712024-12-02T05:04:39.064Ztest dropshot/src/test_util.rs - test_util::LogContext (line 354) ... ok
18722024-12-02T05:04:39.894Ztest dropshot/src/lib.rs - (line 189) ... ok
18732024-12-02T05:04:39.896Z
18742024-12-02T05:04:39.896Ztest result: ok. 14 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 11.73s
18752024-12-02T05:04:39.896Z
18762024-12-02T05:04:39.916Z Doc-tests dropshot_endpoint
18772024-12-02T05:04:39.918Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out '--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' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-2aac010a7db9458c.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ae220cc96fb65625.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ed025cfcfee44051.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human`
18782024-12-02T05:04:40.141Z
18792024-12-02T05:04:40.141Zrunning 0 tests
18802024-12-02T05:04:40.141Z
18812024-12-02T05:04:40.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18822024-12-02T05:04:40.141Z
18832024-12-02T05:04:40.167Z
18842024-12-02T05:04:40.170Zreal 2:39.223241546
18852024-12-02T05:04:40.170Zuser 13:58.252920359
18862024-12-02T05:04:40.170Zsys 2:51.602413516
18872024-12-02T05:04:40.170Ztrap 0.625919667
18882024-12-02T05:04:40.170Ztflt 0.861504072
18892024-12-02T05:04:40.170Zdflt 0.460128994
18902024-12-02T05:04:40.170Zkflt 0.000040332
18912024-12-02T05:04:40.170Zlock 33:07.214177039
18922024-12-02T05:04:40.170Zslp 1:12:53.883666734
18932024-12-02T05:04:40.170Zlat 42.846081631
18942024-12-02T05:04:40.170Zstop 1:08.675327735
18952024-12-02T05:04:40.170Zprocess exited: duration 326682 ms, exit code 0
 
18962024-12-02T05:04:40.176Zfound 0 output files