01JE7FTR18PQKZC93JA5ZX8FAX: build-and-test / illumos

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

Buildomat Job: 01JE7FV5AKX7CA2BBCAPFRK85J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-04T00:07:42.265Zjob assigned to worker 01JE7FV5KMFJVMRHKN8TB7FC9P [factory aws, i-0e12be61fdbee8751] (queued for 58 s)
 
22024-12-04T00:07:50.576Zstarting task 0: "setup"
32024-12-04T00:07:50.586Z++ uname -s
42024-12-04T00:07:50.588Z+ kern=SunOS
52024-12-04T00:07:50.588Z+ case "$kern" in
62024-12-04T00:07:50.588Z+ groupadd -g 12345 build
72024-12-04T00:07:50.591Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-04T00:07:52.597Z+ zfs create -o mountpoint=/work rpool/work
92024-12-04T00:07:52.733Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-04T00:07:52.735Z+ home_fs=zfs
112024-12-04T00:07:52.735Z+ [[ zfs == autofs ]]
122024-12-04T00:07:52.736Z+ mkdir -p /home/build
132024-12-04T00:07:52.739Z+ chown build:build /home/build /work
142024-12-04T00:07:54.739Z+ chmod 0700 /home/build /work
152024-12-04T00:07:54.744Zprocess exited: duration 4164 ms, exit code 0
 
162024-12-04T00:07:54.749Zstarting task 1: "rust-toolchain"
172024-12-04T00:07:54.754Z+ printf ' * toolchain channel = "%s"
182024-12-04T00:07:54.754Z' stable
192024-12-04T00:07:54.754Z * toolchain channel = "stable"
202024-12-04T00:07:54.754Z+ printf ' * toolchain profile = "%s"
212024-12-04T00:07:54.754Z * toolchain profile = "default"
222024-12-04T00:07:54.754Z' default
232024-12-04T00:07:54.757Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-04T00:07:54.757Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-04T00:07:54.874Zinfo: downloading installer
262024-12-04T00:07:56.134Zinfo: profile set to 'default'
272024-12-04T00:07:56.134Zinfo: default host triple is x86_64-unknown-illumos
282024-12-04T00:07:56.137Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-04T00:07:56.306Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-04T00:07:56.306Zinfo: downloading component 'cargo'
312024-12-04T00:07:57.298Zinfo: downloading component 'clippy'
322024-12-04T00:07:57.680Zinfo: downloading component 'rust-docs'
332024-12-04T00:07:59.069Zinfo: downloading component 'rust-std'
342024-12-04T00:08:01.068Zinfo: downloading component 'rustc'
352024-12-04T00:08:08.678Zinfo: downloading component 'rustfmt'
362024-12-04T00:08:08.970Zinfo: installing component 'cargo'
372024-12-04T00:08:09.776Zinfo: installing component 'clippy'
382024-12-04T00:08:10.150Zinfo: installing component 'rust-docs'
392024-12-04T00:08:11.835Zinfo: installing component 'rust-std'
402024-12-04T00:08:13.453Zinfo: installing component 'rustc'
412024-12-04T00:08:19.182Zinfo: installing component 'rustfmt'
422024-12-04T00:08:19.515Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-04T00:08:19.515Z
442024-12-04T00:08:19.874Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-04T00:08:19.874Z
462024-12-04T00:08:19.877Z
472024-12-04T00:08:19.877ZRust is installed now. Great!
482024-12-04T00:08:19.877Z
492024-12-04T00:08:19.877ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-04T00:08:19.878Zenvironment variable. This has not been done automatically.
512024-12-04T00:08:19.878Z
522024-12-04T00:08:19.878ZTo configure your current shell, you need to source
532024-12-04T00:08:19.878Zthe corresponding env file under $HOME/.cargo.
542024-12-04T00:08:19.878Z
552024-12-04T00:08:19.878ZThis is usually done by running one of the following (note the leading DOT):
562024-12-04T00:08:19.878Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-04T00:08:19.878Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-04T00:08:19.943Z+ rustc --version
592024-12-04T00:08:20.007Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-04T00:08:20.010Zprocess exited: duration 25259 ms, exit code 0
 
612024-12-04T00:08:20.015Zstarting task 2: "authentication"
622024-12-04T00:08:20.035Zprocess exited: duration 19 ms, exit code 0
 
632024-12-04T00:08:20.040Zstarting task 3: "clone repository"
642024-12-04T00:08:20.045Z+ mkdir -p /work/oxidecomputer/dropshot
652024-12-04T00:08:20.049Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662024-12-04T00:08:21.424ZCloning into '/work/oxidecomputer/dropshot'...
672024-12-04T00:08:23.610Z+ cd /work/oxidecomputer/dropshot
682024-12-04T00:08:23.610Z+ git fetch origin ba0f62ae13277ab8ca8566fe999d6996a54aa9ab
692024-12-04T00:08:24.032ZFrom https://github.com/oxidecomputer/dropshot
702024-12-04T00:08:24.032Z * branch ba0f62ae13277ab8ca8566fe999d6996a54aa9ab -> FETCH_HEAD
712024-12-04T00:08:24.039Z+ [[ -n eliza/custom-error-httpresponse-result ]]
722024-12-04T00:08:24.041Z++ git branch --show-current
732024-12-04T00:08:24.045Z+ current=main
742024-12-04T00:08:24.045Z+ [[ main != eliza/custom-error-httpresponse-result ]]
752024-12-04T00:08:24.045Z+ git branch -f eliza/custom-error-httpresponse-result ba0f62ae13277ab8ca8566fe999d6996a54aa9ab
762024-12-04T00:08:24.047Z+ git checkout -f eliza/custom-error-httpresponse-result
772024-12-04T00:08:24.068ZSwitched to branch 'eliza/custom-error-httpresponse-result'
782024-12-04T00:08:24.071Z+ git reset --hard ba0f62ae13277ab8ca8566fe999d6996a54aa9ab
792024-12-04T00:08:24.076ZHEAD is now at ba0f62a ugh what
802024-12-04T00:08:24.079Zprocess exited: duration 4035 ms, exit code 0
 
812024-12-04T00:08:24.084Zstarting task 4: "build"
822024-12-04T00:08:24.089Z+ cargo --version
832024-12-04T00:08:24.093Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
842024-12-04T00:08:24.250Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
852024-12-04T00:08:24.250Zinfo: downloading component 'cargo'
862024-12-04T00:08:25.083Zinfo: downloading component 'clippy'
872024-12-04T00:08:25.401Zinfo: downloading component 'rust-docs'
882024-12-04T00:08:26.570Zinfo: downloading component 'rust-std'
892024-12-04T00:08:28.423Zinfo: downloading component 'rustc'
902024-12-04T00:08:35.110Zinfo: downloading component 'rustfmt'
912024-12-04T00:08:35.363Zinfo: installing component 'cargo'
922024-12-04T00:08:36.156Zinfo: installing component 'clippy'
932024-12-04T00:08:36.518Zinfo: installing component 'rust-docs'
942024-12-04T00:08:38.170Zinfo: installing component 'rust-std'
952024-12-04T00:08:39.871Zinfo: installing component 'rustc'
962024-12-04T00:08:45.741Zinfo: installing component 'rustfmt'
972024-12-04T00:08:46.141Zcargo 1.82.0 (8f40fc59f 2024-08-21)
982024-12-04T00:08:46.143Z+ rustc --version
992024-12-04T00:08:46.219Zrustc 1.82.0 (f6e511eec 2024-10-15)
1002024-12-04T00:08:46.224Z+ banner build
1012024-12-04T00:08:46.400Z
1022024-12-04T00:08:46.400Z ##### # # # # #####
1032024-12-04T00:08:46.401Z # # # # # # # #
1042024-12-04T00:08:46.403Z ##### # # # # # #
1052024-12-04T00:08:46.403Z # # # # # # # #
1062024-12-04T00:08:46.403Z # # # # # # # #
1072024-12-04T00:08:46.403Z ##### #### # ###### #####
1082024-12-04T00:08:46.403Z
1092024-12-04T00:08:46.403Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102024-12-04T00:08:46.539Z Updating crates.io index
1112024-12-04T00:08:47.295Z Downloading crates ...
1122024-12-04T00:08:47.371Z Downloaded is-terminal v0.4.12
1132024-12-04T00:08:47.395Z Downloaded version_check v0.9.5
1142024-12-04T00:08:47.398Z Downloaded pest_generator v2.7.6
1152024-12-04T00:08:47.402Z Downloaded want v0.3.0
1162024-12-04T00:08:47.405Z Downloaded usdt-impl v0.5.0
1172024-12-04T00:08:47.405Z Downloaded zeroize v1.7.0
1182024-12-04T00:08:47.412Z Downloaded take_mut v0.2.2
1192024-12-04T00:08:47.414Z Downloaded url v2.5.2
1202024-12-04T00:08:47.418Z Downloaded sha2 v0.10.8
1212024-12-04T00:08:47.425Z Downloaded simple-mermaid v0.1.1
1222024-12-04T00:08:47.428Z Downloaded plain v0.2.3
1232024-12-04T00:08:47.428Z Downloaded spin v0.9.8
1242024-12-04T00:08:47.435Z Downloaded slog-async v2.8.0
1252024-12-04T00:08:47.437Z Downloaded serde_tokenstream v0.2.2
1262024-12-04T00:08:47.443Z Downloaded slog-term v2.9.1
1272024-12-04T00:08:47.448Z Downloaded schemars v0.8.21
1282024-12-04T00:08:47.471Z Downloaded thiserror-impl v1.0.69
1292024-12-04T00:08:47.474Z Downloaded rustls-pki-types v1.10.0
1302024-12-04T00:08:47.477Z Downloaded proc-macro2 v1.0.92
1312024-12-04T00:08:47.480Z Downloaded ppv-lite86 v0.2.15
1322024-12-04T00:08:47.482Z Downloaded pest v2.7.6
1332024-12-04T00:08:47.485Z Downloaded pin-project-lite v0.2.12
1342024-12-04T00:08:47.490Z Downloaded tempfile v3.14.0
1352024-12-04T00:08:47.493Z Downloaded paste v1.0.15
1362024-12-04T00:08:47.496Z Downloaded reqwest v0.12.9
1372024-12-04T00:08:47.504Z Downloaded usdt-attr-macro v0.5.0
1382024-12-04T00:08:47.507Z Downloaded untrusted v0.9.0
1392024-12-04T00:08:47.507Z Downloaded waitgroup v0.1.2
1402024-12-04T00:08:47.510Z Downloaded unicode-width v0.1.9
1412024-12-04T00:08:47.512Z Downloaded usdt-macro v0.5.0
1422024-12-04T00:08:47.516Z Downloaded usdt v0.5.0
1432024-12-04T00:08:47.525Z Downloaded unicase v2.6.0
1442024-12-04T00:08:47.532Z Downloaded schema v0.1.0
1452024-12-04T00:08:47.535Z Downloaded async-stream-impl v0.3.6
1462024-12-04T00:08:47.538Z Downloaded async-channel v2.3.1
1472024-12-04T00:08:47.543Z Downloaded sync_wrapper v1.0.1
1482024-12-04T00:08:47.545Z Downloaded async-trait v0.1.83
1492024-12-04T00:08:47.548Z Downloaded target-triple v0.1.3
1502024-12-04T00:08:47.548Z Downloaded time-core v0.1.2
1512024-12-04T00:08:47.551Z Downloaded pretty-hex v0.4.1
1522024-12-04T00:08:47.551Z Downloaded utf-8 v0.7.6
1532024-12-04T00:08:47.551Z Downloaded deranged v0.3.11
1542024-12-04T00:08:47.554Z Downloaded scroll_derive v0.12.0
1552024-12-04T00:08:47.554Z Downloaded foreign-types v0.3.2
1562024-12-04T00:08:47.556Z Downloaded slog-bunyan v2.5.0
1572024-12-04T00:08:47.556Z Downloaded parking v2.2.0
1582024-12-04T00:08:47.559Z Downloaded futures-channel v0.3.31
1592024-12-04T00:08:47.562Z Downloaded tinyvec_macros v0.1.0
1602024-12-04T00:08:47.564Z Downloaded fnv v1.0.7
1612024-12-04T00:08:47.567Z Downloaded futures-executor v0.3.31
1622024-12-04T00:08:47.567Z Downloaded unicode-ident v1.0.12
1632024-12-04T00:08:47.570Z Downloaded dirs-sys-next v0.1.2
1642024-12-04T00:08:47.572Z Downloaded percent-encoding v2.3.1
1652024-12-04T00:08:47.572Z Downloaded openssl-sys v0.9.103
1662024-12-04T00:08:47.575Z Downloaded quinn-proto v0.11.8
1672024-12-04T00:08:47.582Z Downloaded tower-service v0.3.1
1682024-12-04T00:08:47.585Z Downloaded thread-id v4.0.0
1692024-12-04T00:08:47.585Z Downloaded pin-utils v0.1.0
1702024-12-04T00:08:47.587Z Downloaded scroll v0.12.0
1712024-12-04T00:08:47.587Z Downloaded rustc-hash v2.0.0
1722024-12-04T00:08:47.589Z Downloaded futures v0.3.31
1732024-12-04T00:08:47.593Z Downloaded sha1 v0.10.6
1742024-12-04T00:08:47.595Z Downloaded serde_json v1.0.133
1752024-12-04T00:08:47.601Z Downloaded slog-json v2.6.1
1762024-12-04T00:08:47.604Z Downloaded uuid v1.11.0
1772024-12-04T00:08:47.606Z Downloaded futures-core v0.3.31
1782024-12-04T00:08:47.608Z Downloaded signal-hook-registry v1.4.0
1792024-12-04T00:08:47.610Z Downloaded semver v1.0.23
1802024-12-04T00:08:47.613Z Downloaded schemars_derive v0.8.21
1812024-12-04T00:08:47.616Z Downloaded httparse v1.8.0
1822024-12-04T00:08:47.616Z Downloaded schema-derive v0.1.0
1832024-12-04T00:08:47.618Z Downloaded fastrand v2.1.1
1842024-12-04T00:08:47.618Z Downloaded event-listener v5.0.0
1852024-12-04T00:08:47.621Z Downloaded cfg-if v1.0.0
1862024-12-04T00:08:47.621Z Downloaded slab v0.4.9
1872024-12-04T00:08:47.623Z Downloaded serde_spanned v0.6.7
1882024-12-04T00:08:47.625Z Downloaded powerfmt v0.2.0
1892024-12-04T00:08:47.626Z Downloaded futures-task v0.3.31
1902024-12-04T00:08:47.628Z Downloaded openssl-macros v0.1.1
1912024-12-04T00:08:47.628Z Downloaded futures-macro v0.3.31
1922024-12-04T00:08:47.628Z Downloaded futures-io v0.3.31
1932024-12-04T00:08:47.631Z Downloaded event-listener-strategy v0.5.2
1942024-12-04T00:08:47.631Z Downloaded tokio-rustls v0.25.0
1952024-12-04T00:08:47.634Z Downloaded pkg-config v0.3.31
1962024-12-04T00:08:47.634Z Downloaded parking_lot_core v0.9.4
1972024-12-04T00:08:47.637Z Downloaded thiserror-impl v2.0.3
1982024-12-04T00:08:47.637Z Downloaded thiserror v1.0.69
1992024-12-04T00:08:47.641Z Downloaded termcolor v1.1.2
2002024-12-04T00:08:47.643Z Downloaded quote v1.0.37
2012024-12-04T00:08:47.646Z Downloaded toml_datetime v0.6.8
2022024-12-04T00:08:47.646Z Downloaded subtle v2.5.0
2032024-12-04T00:08:47.648Z Downloaded match_cfg v0.1.0
2042024-12-04T00:08:47.648Z Downloaded http-body v1.0.1
2052024-12-04T00:08:47.651Z Downloaded equivalent v1.0.0
2062024-12-04T00:08:47.651Z Downloaded dtrace-parser v0.2.0
2072024-12-04T00:08:47.651Z Downloaded try-lock v0.2.3
2082024-12-04T00:08:47.651Z Downloaded num_threads v0.1.3
2092024-12-04T00:08:47.654Z Downloaded smallvec v1.13.2
2102024-12-04T00:08:47.656Z Downloaded tokio-macros v2.4.0
2112024-12-04T00:08:47.656Z Downloaded pest_meta v2.7.6
2122024-12-04T00:08:47.659Z Downloaded newline-converter v0.3.0
2132024-12-04T00:08:47.659Z Downloaded num-conv v0.1.0
2142024-12-04T00:08:47.659Z Downloaded digest v0.10.7
2152024-12-04T00:08:47.662Z Downloaded serde_derive_internals v0.29.0
2162024-12-04T00:08:47.666Z Downloaded rustls-pemfile v2.1.3
2172024-12-04T00:08:47.666Z Downloaded rustls-native-certs v0.7.0
2182024-12-04T00:08:47.669Z Downloaded block-buffer v0.10.2
2192024-12-04T00:08:47.669Z Downloaded term v0.7.0
2202024-12-04T00:08:47.671Z Downloaded tracing v0.1.40
2212024-12-04T00:08:47.674Z Downloaded itoa v1.0.1
2222024-12-04T00:08:47.677Z Downloaded tokio-native-tls v0.3.1
2232024-12-04T00:08:47.680Z Downloaded tokio-rustls v0.26.0
2242024-12-04T00:08:47.680Z Downloaded thread_local v1.1.4
2252024-12-04T00:08:47.683Z Downloaded unicode-bidi v0.3.15
2262024-12-04T00:08:47.685Z Downloaded pest_derive v2.7.6
2272024-12-04T00:08:47.687Z Downloaded time-macros v0.2.18
2282024-12-04T00:08:47.687Z Downloaded ryu v1.0.5
2292024-12-04T00:08:47.690Z Downloaded parking_lot v0.12.1
2302024-12-04T00:08:47.694Z Downloaded iana-time-zone v0.1.47
2312024-12-04T00:08:47.696Z Downloaded http-body-util v0.1.2
2322024-12-04T00:08:47.696Z Downloaded cpufeatures v0.2.2
2332024-12-04T00:08:47.699Z Downloaded zerocopy-derive v0.7.32
2342024-12-04T00:08:47.702Z Downloaded thiserror v2.0.3
2352024-12-04T00:08:47.706Z Downloaded tokio-tungstenite v0.24.0
2362024-12-04T00:08:47.708Z Downloaded hostname v0.3.1
2372024-12-04T00:08:47.711Z Downloaded glob v0.3.0
2382024-12-04T00:08:47.711Z Downloaded debug-ignore v1.0.5
2392024-12-04T00:08:47.713Z Downloaded byteorder v1.4.3
2402024-12-04T00:08:47.716Z Downloaded trybuild v1.0.101
2412024-12-04T00:08:47.718Z Downloaded typenum v1.14.0
2422024-12-04T00:08:47.720Z Downloaded toml v0.8.19
2432024-12-04T00:08:47.724Z Downloaded socket2 v0.5.5
2442024-12-04T00:08:47.727Z Downloaded tracing-core v0.1.32
2452024-12-04T00:08:47.729Z Downloaded rcgen v0.13.1
2462024-12-04T00:08:47.732Z Downloaded quinn v0.11.4
2472024-12-04T00:08:47.736Z Downloaded tungstenite v0.24.0
2482024-12-04T00:08:47.740Z Downloaded generic-array v0.14.5
2492024-12-04T00:08:47.743Z Downloaded getrandom v0.2.11
2502024-12-04T00:08:47.746Z Downloaded native-tls v0.2.12
2512024-12-04T00:08:47.748Z Downloaded log v0.4.17
2522024-12-04T00:08:47.751Z Downloaded atomic-waker v1.1.1
2532024-12-04T00:08:47.751Z Downloaded serde v1.0.215
2542024-12-04T00:08:47.754Z Downloaded tokio-util v0.7.7
2552024-12-04T00:08:47.759Z Downloaded crossbeam-utils v0.8.15
2562024-12-04T00:08:47.762Z Downloaded memmap v0.7.0
2572024-12-04T00:08:47.764Z Downloaded anyhow v1.0.93
2582024-12-04T00:08:47.767Z Downloaded toml_edit v0.22.20
2592024-12-04T00:08:47.789Z Downloaded winnow v0.6.18
2602024-12-04T00:08:47.796Z Downloaded unicode-normalization v0.1.24
2612024-12-04T00:08:47.800Z Downloaded mio v1.0.3
2622024-12-04T00:08:47.805Z Downloaded time v0.3.36
2632024-12-04T00:08:47.813Z Downloaded zerocopy v0.7.32
2642024-12-04T00:08:47.827Z Downloaded portable-atomic v1.9.0
2652024-12-04T00:08:47.834Z Downloaded http v1.1.0
2662024-12-04T00:08:47.837Z Downloaded base64 v0.22.1
2672024-12-04T00:08:47.842Z Downloaded memchr v2.6.0
2682024-12-04T00:08:47.846Z Downloaded rustls-webpki v0.102.8
2692024-12-04T00:08:47.864Z Downloaded webpki-roots v0.26.5
2702024-12-04T00:08:47.867Z Downloaded rustls v0.23.13
2712024-12-04T00:08:47.878Z Downloaded syn v2.0.90
2722024-12-04T00:08:47.888Z Downloaded hashbrown v0.15.0
2732024-12-04T00:08:47.894Z Downloaded hyper v1.5.1
2742024-12-04T00:08:47.900Z Downloaded rustix v0.38.40
2752024-12-04T00:08:47.921Z Downloaded futures-util v0.3.31
2762024-12-04T00:08:47.932Z Downloaded goblin v0.8.0
2772024-12-04T00:08:47.937Z Downloaded rustls v0.22.4
2782024-12-04T00:08:47.949Z Downloaded chrono v0.4.38
2792024-12-04T00:08:47.956Z Downloaded h2 v0.4.6
2802024-12-04T00:08:47.962Z Downloaded openssl v0.10.66
2812024-12-04T00:08:47.971Z Downloaded idna v0.5.0
2822024-12-04T00:08:47.977Z Downloaded vcpkg v0.2.15
2832024-12-04T00:08:48.014Z Downloaded crossbeam-channel v0.5.1
2842024-12-04T00:08:48.018Z Downloaded indexmap v2.7.0
2852024-12-04T00:08:48.021Z Downloaded expectorate v1.1.0
2862024-12-04T00:08:48.024Z Downloaded num-traits v0.2.14
2872024-12-04T00:08:48.027Z Downloaded hyper-rustls v0.26.0
2882024-12-04T00:08:48.029Z Downloaded cc v1.0.83
2892024-12-04T00:08:48.032Z Downloaded multer v3.1.0
2902024-12-04T00:08:48.035Z Downloaded mime_guess v2.0.5
2912024-12-04T00:08:48.036Z Downloaded lock_api v0.4.6
2922024-12-04T00:08:48.036Z Downloaded hyper-staticfile v0.10.1
2932024-12-04T00:08:48.039Z Downloaded hostname v0.4.0
2942024-12-04T00:08:48.039Z Downloaded openapiv3 v2.0.0
2952024-12-04T00:08:48.050Z Downloaded heck v0.5.0
2962024-12-04T00:08:48.053Z Downloaded dyn-clone v1.0.4
2972024-12-04T00:08:48.053Z Downloaded rand v0.8.4
2982024-12-04T00:08:48.056Z Downloaded once_cell v1.20.1
2992024-12-04T00:08:48.059Z Downloaded hyper-rustls v0.27.3
3002024-12-04T00:08:48.061Z Downloaded console v0.15.7
3012024-12-04T00:08:48.064Z Downloaded prettyplease v0.2.25
3022024-12-04T00:08:48.066Z Downloaded mime v0.3.16
3032024-12-04T00:08:48.066Z Downloaded yasna v0.5.2
3042024-12-04T00:08:48.069Z Downloaded serde_derive v1.0.215
3052024-12-04T00:08:48.072Z Downloaded ipnet v2.10.0
3062024-12-04T00:08:48.072Z Downloaded hyper-util v0.1.10
3072024-12-04T00:08:48.075Z Downloaded ucd-trie v0.1.6
3082024-12-04T00:08:48.078Z Downloaded tinyvec v1.5.1
3092024-12-04T00:08:48.080Z Downloaded unicode-segmentation v1.10.0
3102024-12-04T00:08:48.083Z Downloaded tokio v1.41.1
3112024-12-04T00:08:48.121Z Downloaded lazy_static v1.5.0
3122024-12-04T00:08:48.125Z Downloaded subprocess v0.2.9
3132024-12-04T00:08:48.125Z Downloaded slog v2.7.0
3142024-12-04T00:08:48.131Z Downloaded libc v0.2.167
3152024-12-04T00:08:48.151Z Downloaded similar v2.2.1
3162024-12-04T00:08:48.156Z Downloaded hyper-tls v0.6.0
3172024-12-04T00:08:48.158Z Downloaded httpdate v1.0.1
3182024-12-04T00:08:48.158Z Downloaded http-range v0.1.4
3192024-12-04T00:08:48.161Z Downloaded futures-sink v0.3.31
3202024-12-04T00:08:48.161Z Downloaded form_urlencoded v1.2.1
3212024-12-04T00:08:48.161Z Downloaded dof v0.3.0
3222024-12-04T00:08:48.163Z Downloaded crypto-common v0.1.6
3232024-12-04T00:08:48.163Z Downloaded async-stream v0.3.6
3242024-12-04T00:08:48.166Z Downloaded errno v0.3.8
3252024-12-04T00:08:48.166Z Downloaded bytes v1.9.0
3262024-12-04T00:08:48.169Z Downloaded concurrent-queue v2.5.0
3272024-12-04T00:08:48.172Z Downloaded serde_urlencoded v0.7.1
3282024-12-04T00:08:48.172Z Downloaded serde_path_to_error v0.1.16
3292024-12-04T00:08:48.175Z Downloaded scopeguard v1.2.0
3302024-12-04T00:08:48.177Z Downloaded rand_core v0.6.3
3312024-12-04T00:08:48.177Z Downloaded rand_chacha v0.3.1
3322024-12-04T00:08:48.177Z Downloaded quinn-udp v0.5.5
3332024-12-04T00:08:48.180Z Downloaded buf-list v1.0.3
3342024-12-04T00:08:48.183Z Downloaded pem v3.0.4
3352024-12-04T00:08:48.183Z Downloaded openssl-probe v0.1.4
3362024-12-04T00:08:48.187Z Downloaded data-encoding v2.4.0
3372024-12-04T00:08:48.188Z Downloaded foreign-types-shared v0.1.1
3382024-12-04T00:08:48.188Z Downloaded dirs-next v2.0.0
3392024-12-04T00:08:48.188Z Downloaded camino v1.1.9
3402024-12-04T00:08:48.191Z Downloaded bitflags v2.4.0
3412024-12-04T00:08:48.192Z Downloaded autocfg v1.1.0
3422024-12-04T00:08:48.204Z Downloaded encoding_rs v0.8.32
3432024-12-04T00:08:48.367Z Downloaded ring v0.17.7
3442024-12-04T00:08:48.633Z Compiling proc-macro2 v1.0.92
3452024-12-04T00:08:48.633Z Compiling unicode-ident v1.0.12
3462024-12-04T00:08:48.636Z Compiling libc v0.2.167
3472024-12-04T00:08:48.636Z Compiling cfg-if v1.0.0
3482024-12-04T00:08:48.636Z Compiling serde v1.0.215
3492024-12-04T00:08:48.636Z Compiling itoa v1.0.1
3502024-12-04T00:08:48.636Z Compiling memchr v2.6.0
3512024-12-04T00:08:48.654Z 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`
3522024-12-04T00:08:48.657Z 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`
3532024-12-04T00:08:48.657Z 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/libc-0.2.167/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=149fbb35d6a3a4da -C extra-filename=-149fbb35d6a3a4da --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-149fbb35d6a3a4da -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3542024-12-04T00:08:48.657Z 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`
3552024-12-04T00:08:48.657Z 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`
3562024-12-04T00:08:48.657Z 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/libc-0.2.167/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=e9bae7074ebb6b87 -C extra-filename=-e9bae7074ebb6b87 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-e9bae7074ebb6b87 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572024-12-04T00:08:48.657Z 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`
3582024-12-04T00:08:48.690Z 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-04T00:08:48.726Z Compiling version_check v0.9.5
3602024-12-04T00:08:48.729Z 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`
3612024-12-04T00:08:48.830Z Compiling once_cell v1.20.1
3622024-12-04T00:08:48.832Z 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`
3632024-12-04T00:08:48.917Z Compiling pin-project-lite v0.2.12
3642024-12-04T00:08:48.919Z 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`
3652024-12-04T00:08:49.030Z Compiling autocfg v1.1.0
3662024-12-04T00:08:49.032Z 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`
3672024-12-04T00:08:49.233Z Compiling bytes v1.9.0
3682024-12-04T00:08:49.235Z 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`
3692024-12-04T00:08:49.320Z Compiling log v0.4.17
3702024-12-04T00:08:49.322Z 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`
3712024-12-04T00:08:49.575Z Compiling futures-core v0.3.31
3722024-12-04T00:08:49.577Z 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`
3732024-12-04T00:08:49.765Z Compiling parking_lot_core v0.9.4
3742024-12-04T00:08:49.767Z 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`
3752024-12-04T00:08:50.124Z Compiling ryu v1.0.5
3762024-12-04T00:08:50.126Z 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`
3772024-12-04T00:08:50.194Z Compiling slab v0.4.9
3782024-12-04T00:08:50.196Z 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`
3792024-12-04T00:08:51.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-3373b415eee76ca6/build-script-build`
3802024-12-04T00:08:51.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-6d5ac2bc70b90dcc/build-script-build`
3812024-12-04T00:08:51.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-149fbb35d6a3a4da/build-script-build`
3822024-12-04T00:08:51.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-e9bae7074ebb6b87/build-script-build`
3832024-12-04T00:08:51.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-ea7aa5a476e05b2d/build-script-build`
3842024-12-04T00:08:51.101Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-9f19662d43c8ab77/build-script-build`
3852024-12-04T00:08:51.108Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-981cbed5343f7492/build-script-build`
3862024-12-04T00:08:51.117Z Compiling smallvec v1.13.2
3872024-12-04T00:08:51.120Z 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`
3882024-12-04T00:08:51.163Z Compiling thiserror v1.0.69
3892024-12-04T00:08:51.166Z 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`
3902024-12-04T00:08:51.174Z 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`
3912024-12-04T00:08:51.184Z Compiling scopeguard v1.2.0
3922024-12-04T00:08:51.187Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.167/src/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=3fce8dd4cd87ce7c -C extra-filename=-3fce8dd4cd87ce7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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"))'`
3932024-12-04T00:08:51.187Z 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`
3942024-12-04T00:08:51.197Z Compiling futures-sink v0.3.31
3952024-12-04T00:08:51.199Z 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`
3962024-12-04T00:08:51.221Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.167/src/lib.rs --error-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=e5cb610c7ca69e90 -C extra-filename=-e5cb610c7ca69e90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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"))'`
3972024-12-04T00:08:51.321Z Compiling lock_api v0.4.6
3982024-12-04T00:08:51.324Z 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`
3992024-12-04T00:08:51.345Z 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`
4002024-12-04T00:08:51.473Z 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)'`
4012024-12-04T00:08:51.491Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-7b4046b37d81a911/build-script-build`
4022024-12-04T00:08:51.565Z Compiling serde_json v1.0.133
4032024-12-04T00:08:51.567Z 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`
4042024-12-04T00:08:51.625Z 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`
4052024-12-04T00:08:51.704Z Compiling fnv v1.0.7
4062024-12-04T00:08:51.707Z 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`
4072024-12-04T00:08:51.734Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-84c427b2c26a1919/build-script-build`
4082024-12-04T00:08:51.802Z Compiling http v1.1.0
4092024-12-04T00:08:51.804Z 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`
4102024-12-04T00:08:51.815Z Compiling futures-channel v0.3.31
4112024-12-04T00:08:51.818Z 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`
4122024-12-04T00:08:51.903Z Compiling hashbrown v0.15.0
4132024-12-04T00:08:51.906Z 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`
4142024-12-04T00:08:51.951Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-50069a0dde149efe/build-script-build`
4152024-12-04T00:08:51.972Z Compiling cc v1.0.83
4162024-12-04T00:08:51.985Z 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=dc20a54c13291b13 -C extra-filename=-dc20a54c13291b13 --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-3fce8dd4cd87ce7c.rmeta --cap-lints allow`
4172024-12-04T00:08:52.018Z Compiling pin-utils v0.1.0
4182024-12-04T00:08:52.021Z 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`
4192024-12-04T00:08:52.031Z Compiling futures-io v0.3.31
4202024-12-04T00:08:52.033Z 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`
4212024-12-04T00:08:52.102Z Compiling equivalent v1.0.0
4222024-12-04T00:08:52.104Z 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`
4232024-12-04T00:08:52.205Z Compiling futures-task v0.3.31
4242024-12-04T00:08:52.208Z 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`
4252024-12-04T00:08:52.226Z Compiling httparse v1.8.0
4262024-12-04T00:08:52.229Z 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`
4272024-12-04T00:08:52.376Z Compiling quote v1.0.37
4282024-12-04T00:08:52.378Z 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`
4292024-12-04T00:08:52.526Z Compiling rustls-pki-types v1.10.0
4302024-12-04T00:08:52.530Z 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`
4312024-12-04T00:08:52.691Z Compiling getrandom v0.2.11
4322024-12-04T00:08:52.695Z 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=cf1b4f79a98a7c29 -C extra-filename=-cf1b4f79a98a7c29 --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
4332024-12-04T00:08:52.880Z Compiling syn v2.0.90
4342024-12-04T00:08:52.883Z 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.90/src/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=95fb14f9dd58e10d -C extra-filename=-95fb14f9dd58e10d --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`
4352024-12-04T00:08:53.117Z 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=1fc0db0ef1260cc2 -C extra-filename=-1fc0db0ef1260cc2 --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-e5cb610c7ca69e90.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --cap-lints allow`
4362024-12-04T00:08:53.187Z Compiling signal-hook-registry v1.4.0
4372024-12-04T00:08:53.189Z 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=566100c9539038c3 -C extra-filename=-566100c9539038c3 --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
4382024-12-04T00:08:53.203Z Compiling mio v1.0.3
4392024-12-04T00:08:53.206Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=0d1163ff7da86724 -C extra-filename=-0d1163ff7da86724 --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
4402024-12-04T00:08:53.383Z Compiling socket2 v0.5.5
4412024-12-04T00:08:53.396Z 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=a9ccbbb553e09bed -C extra-filename=-a9ccbbb553e09bed --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
4422024-12-04T00:08:53.754Z Compiling parking_lot v0.12.1
4432024-12-04T00:08:53.757Z 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=02ff1409b80e688b -C extra-filename=-02ff1409b80e688b --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-1fc0db0ef1260cc2.rmeta --cap-lints allow`
4442024-12-04T00:08:53.785Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-7e93688949a77053/build-script-build`
4452024-12-04T00:08:53.804Z Compiling spin v0.9.8
4462024-12-04T00:08:53.807Z 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`
4472024-12-04T00:08:54.054Z 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`
4482024-12-04T00:08:54.126Z Compiling tracing-core v0.1.32
4492024-12-04T00:08:54.130Z 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`
4502024-12-04T00:08:54.291Z Compiling ring v0.17.7
4512024-12-04T00:08:54.294Z 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=33e768aa6d8d467b -C extra-filename=-33e768aa6d8d467b --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-33e768aa6d8d467b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-dc20a54c13291b13.rlib --cap-lints allow`
4522024-12-04T00:08:54.441Z Compiling ucd-trie v0.1.6
4532024-12-04T00:08:54.444Z 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`
4542024-12-04T00:08:54.467Z Compiling byteorder v1.4.3
4552024-12-04T00:08:54.470Z 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`
4562024-12-04T00:08:54.560Z Compiling untrusted v0.9.0
4572024-12-04T00:08:54.563Z 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`
4582024-12-04T00:08:54.739Z Compiling atomic-waker v1.1.1
4592024-12-04T00:08:54.742Z 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`
4602024-12-04T00:08:54.761Z Compiling pkg-config v0.3.31
4612024-12-04T00:08:54.764Z 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`
4622024-12-04T00:08:54.774Z Compiling typenum v1.14.0
4632024-12-04T00:08:54.777Z 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`
4642024-12-04T00:08:54.926Z Compiling tracing v0.1.40
4652024-12-04T00:08:54.926Z 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`
4662024-12-04T00:08:54.964Z Compiling vcpkg v0.2.15
4672024-12-04T00:08:54.967Z 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`
4682024-12-04T00:08:55.125Z Compiling http-body v1.0.1
4692024-12-04T00:08:55.129Z 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`
4702024-12-04T00:08:55.329Z Compiling generic-array v0.14.5
4712024-12-04T00:08:55.329Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-33e768aa6d8d467b/build-script-build`
4722024-12-04T00:08:55.332Z 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`
4732024-12-04T00:08:55.354Z Compiling crossbeam-utils v0.8.15
4742024-12-04T00:08:55.357Z 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`
4752024-12-04T00:08:55.653Z Compiling try-lock v0.2.3
4762024-12-04T00:08:55.655Z 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`
4772024-12-04T00:08:55.655Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-b1ee6e45757ca8a0/build-script-build`
4782024-12-04T00:08:55.709Z Compiling httpdate v1.0.1
4792024-12-04T00:08:55.712Z 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`
4802024-12-04T00:08:55.720Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-e4d4dd3ced0061f4/build-script-main`
4812024-12-04T00:08:55.782Z Compiling want v0.3.0
4822024-12-04T00:08:55.785Z 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`
4832024-12-04T00:08:55.836Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-00da5ed24b64f559/build-script-build`
4842024-12-04T00:08:55.836Z Compiling powerfmt v0.2.0
4852024-12-04T00:08:55.839Z Compiling zeroize v1.7.0
4862024-12-04T00:08:55.839Z 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`
4872024-12-04T00:08:55.850Z 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`
4882024-12-04T00:08:55.937Z 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`
4892024-12-04T00:08:56.079Z Compiling num-conv v0.1.0
4902024-12-04T00:08:56.081Z 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`
4912024-12-04T00:08:56.168Z Compiling subtle v2.5.0
4922024-12-04T00:08:56.176Z 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`
4932024-12-04T00:08:56.221Z Compiling time-core v0.1.2
4942024-12-04T00:08:56.224Z 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`
4952024-12-04T00:08:56.239Z Compiling deranged v0.3.11
4962024-12-04T00:08:56.242Z 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`
4972024-12-04T00:08:56.363Z 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`
4982024-12-04T00:08:56.376Z Compiling time-macros v0.2.18
4992024-12-04T00:08:56.379Z 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-04T00:08:56.613Z Compiling bitflags v2.4.0
5012024-12-04T00:08:56.624Z 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`
5022024-12-04T00:08:56.624Z Compiling openssl-sys v0.9.103
5032024-12-04T00:08:56.624Z 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=65d3fb4405796ada -C extra-filename=-65d3fb4405796ada --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-65d3fb4405796ada -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-dc20a54c13291b13.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`
5042024-12-04T00:08:56.757Z Compiling num_threads v0.1.3
5052024-12-04T00:08:56.760Z 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`
5062024-12-04T00:08:56.850Z Compiling base64 v0.22.1
5072024-12-04T00:08:56.853Z 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`
5082024-12-04T00:08:57.218Z 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`
5092024-12-04T00:08:57.303Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-65d3fb4405796ada/build-script-main`
5102024-12-04T00:08:57.556Z Compiling slog v2.7.0
5112024-12-04T00:08:57.560Z 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`
5122024-12-04T00:08:57.616Z Compiling usdt-impl v0.5.0
5132024-12-04T00:08:57.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/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`
5142024-12-04T00:08:57.932Z Compiling unicase v2.6.0
5152024-12-04T00:08:57.936Z 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`
5162024-12-04T00:08:57.967Z Compiling openssl v0.10.66
5172024-12-04T00:08:57.969Z 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`
5182024-12-04T00:08:57.980Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-7c37cc8491317074/build-script-build`
5192024-12-04T00:08:58.029Z Compiling tower-service v0.3.1
5202024-12-04T00:08:58.032Z 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`
5212024-12-04T00:08:58.136Z Compiling paste v1.0.15
5222024-12-04T00:08:58.139Z 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-04T00:08:58.208Z Compiling openssl-probe v0.1.4
5242024-12-04T00:08:58.211Z 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`
5252024-12-04T00:08:58.354Z Compiling percent-encoding v2.3.1
5262024-12-04T00:08:58.357Z 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`
5272024-12-04T00:08:58.386Z Compiling foreign-types-shared v0.1.1
5282024-12-04T00:08:58.389Z 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`
5292024-12-04T00:08:58.476Z Compiling tinyvec_macros v0.1.0
5302024-12-04T00:08:58.479Z 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-04T00:08:58.529Z Compiling foreign-types v0.3.2
5322024-12-04T00:08:58.532Z 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`
5332024-12-04T00:08:58.546Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75740250ed219447/build-script-build`
5342024-12-04T00:08:58.559Z Compiling form_urlencoded v1.2.1
5352024-12-04T00:08:58.562Z 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`
5362024-12-04T00:08:58.596Z Compiling tinyvec v1.5.1
5372024-12-04T00:08:58.599Z 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`
5382024-12-04T00:08:58.609Z Compiling crypto-common v0.1.6
5392024-12-04T00:08:58.612Z 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-04T00:08:58.684Z Compiling block-buffer v0.10.2
5412024-12-04T00:08:58.687Z 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-04T00:08:58.762Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-819ce48d520558b5/build-script-build`
5432024-12-04T00:08:58.811Z 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`
5442024-12-04T00:08:58.833Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-803f4cb2b64df2fd/build-script-build`
5452024-12-04T00:08:58.904Z Compiling rand_core v0.6.3
5462024-12-04T00:08:58.907Z 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=78378047b0bd594d -C extra-filename=-78378047b0bd594d --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-cf1b4f79a98a7c29.rmeta --cap-lints allow`
5472024-12-04T00:08:58.949Z Compiling thread-id v4.0.0
5482024-12-04T00:08:58.952Z 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=91c610e3500632b4 -C extra-filename=-91c610e3500632b4 --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-3fce8dd4cd87ce7c.rmeta --cap-lints allow`
5492024-12-04T00:08:59.033Z Compiling num-traits v0.2.14
5502024-12-04T00:08:59.035Z 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`
5512024-12-04T00:08:59.254Z Compiling time v0.3.36
5522024-12-04T00:08:59.257Z 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=b994db6d66eee6e2 -C extra-filename=-b994db6d66eee6e2 --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-e5cb610c7ca69e90.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`
5532024-12-04T00:08:59.303Z Compiling rustls v0.23.13
5542024-12-04T00:08:59.305Z 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`
5552024-12-04T00:08:59.345Z Compiling rustls v0.22.4
5562024-12-04T00:08:59.347Z 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`
5572024-12-04T00:08:59.488Z Compiling native-tls v0.2.12
5582024-12-04T00:08:59.490Z 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`
5592024-12-04T00:08:59.590Z Compiling mime v0.3.16
5602024-12-04T00:08:59.592Z 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`
5612024-12-04T00:08:59.613Z Compiling ppv-lite86 v0.2.15
5622024-12-04T00:08:59.616Z 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`
5632024-12-04T00:08:59.839Z Compiling semver v1.0.23
5642024-12-04T00:08:59.841Z 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`
5652024-12-04T00:08:59.860Z Compiling plain v0.2.3
5662024-12-04T00:08:59.863Z 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`
5672024-12-04T00:09:00.008Z Compiling unicode-width v0.1.9
5682024-12-04T00:09:00.011Z 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`
5692024-12-04T00:09:00.128Z Compiling lazy_static v1.5.0
5702024-12-04T00:09:00.131Z 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`
5712024-12-04T00:09:00.150Z Compiling unicode-normalization v0.1.24
5722024-12-04T00:09:00.153Z 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`
5732024-12-04T00:09:00.218Z Compiling rand_chacha v0.3.1
5742024-12-04T00:09:00.221Z 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=ba88b5615c9f7437 -C extra-filename=-ba88b5615c9f7437 --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-78378047b0bd594d.rmeta --cap-lints allow`
5752024-12-04T00:09:00.231Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fc705c99a25feaa7/build-script-build`
5762024-12-04T00:09:00.288Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-9bafc270b7e4bdba/build-script-build`
5772024-12-04T00:09:00.346Z 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`
5782024-12-04T00:09:00.474Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-8e22270e3198d420/build-script-build`
5792024-12-04T00:09:00.494Z 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=1300ef79126eef80 -C extra-filename=-1300ef79126eef80 --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-e5cb610c7ca69e90.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)'`
5802024-12-04T00:09:00.504Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-16d913dc6d0b4258/build-script-build`
5812024-12-04T00:09:00.521Z Compiling digest v0.10.7
5822024-12-04T00:09:00.524Z 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`
5832024-12-04T00:09:00.710Z 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"))'`
5842024-12-04T00:09:00.892Z Compiling rustls-pemfile v2.1.3
5852024-12-04T00:09:00.894Z 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`
5862024-12-04T00:09:01.167Z Compiling dirs-sys-next v0.1.2
5872024-12-04T00:09:01.169Z 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=beca1a3b2f33cc70 -C extra-filename=-beca1a3b2f33cc70 --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
5882024-12-04T00:09:01.317Z 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`
5892024-12-04T00:09:01.330Z Compiling unicode-segmentation v1.10.0
5902024-12-04T00:09:01.332Z 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`
5912024-12-04T00:09:01.682Z Compiling unicode-bidi v0.3.15
5922024-12-04T00:09:01.685Z 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`
5932024-12-04T00:09:01.746Z Compiling pretty-hex v0.4.1
5942024-12-04T00:09:01.749Z 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`
5952024-12-04T00:09:01.769Z Compiling cpufeatures v0.2.2
5962024-12-04T00:09:01.772Z 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`
5972024-12-04T00:09:01.851Z Compiling winnow v0.6.18
5982024-12-04T00:09:01.854Z Compiling sha1 v0.10.6
5992024-12-04T00:09:01.854Z 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`
6002024-12-04T00:09:01.854Z 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-04T00:09:01.936Z Compiling newline-converter v0.3.0
6022024-12-04T00:09:01.939Z 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`
6032024-12-04T00:09:02.046Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build`
6042024-12-04T00:09:02.085Z Compiling dirs-next v2.0.0
6052024-12-04T00:09:02.087Z 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=b08e433dbbc6a10a -C extra-filename=-b08e433dbbc6a10a --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-beca1a3b2f33cc70.rmeta --cap-lints allow`
6062024-12-04T00:09:02.182Z Compiling mime_guess v2.0.5
6072024-12-04T00:09:02.184Z 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`
6082024-12-04T00:09:02.251Z Compiling rand v0.8.4
6092024-12-04T00:09:02.254Z 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=8c40c199d1ffaf6d -C extra-filename=-8c40c199d1ffaf6d --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-e5cb610c7ca69e90.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-ba88b5615c9f7437.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-78378047b0bd594d.rmeta --cap-lints allow`
6102024-12-04T00:09:02.264Z 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`
6112024-12-04T00:09:02.918Z Compiling idna v0.5.0
6122024-12-04T00:09:02.921Z 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`
6132024-12-04T00:09:03.180Z 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)'`
6142024-12-04T00:09:03.206Z Compiling serde_derive_internals v0.29.0
6152024-12-04T00:09:03.210Z 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=7183f0a88ee4179e -C extra-filename=-7183f0a88ee4179e --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-95fb14f9dd58e10d.rmeta --cap-lints allow`
6162024-12-04T00:09:03.573Z Compiling serde_derive v1.0.215
6172024-12-04T00:09:03.576Z 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=715a216b66961b0d -C extra-filename=-715a216b66961b0d --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
6182024-12-04T00:09:03.721Z Compiling thiserror-impl v1.0.69
6192024-12-04T00:09:03.724Z 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=4002c7d886a1d333 -C extra-filename=-4002c7d886a1d333 --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
6202024-12-04T00:09:03.832Z Compiling tokio-macros v2.4.0
6212024-12-04T00:09:03.835Z 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.4.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=0682af8e94728f0d -C extra-filename=-0682af8e94728f0d --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
6222024-12-04T00:09:03.929Z Compiling futures-macro v0.3.31
6232024-12-04T00:09:03.932Z 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=2aecab29d7b43bad -C extra-filename=-2aecab29d7b43bad --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
6242024-12-04T00:09:04.643Z Compiling zerocopy-derive v0.7.32
6252024-12-04T00:09:04.647Z 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=5e3d189dbbd08bde -C extra-filename=-5e3d189dbbd08bde --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
6262024-12-04T00:09:05.155Z Compiling scroll_derive v0.12.0
6272024-12-04T00:09:05.158Z 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=33fcb0a67dde7425 -C extra-filename=-33fcb0a67dde7425 --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
6282024-12-04T00:09:05.277Z Compiling tokio v1.41.1
6292024-12-04T00:09:05.280Z 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.41.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="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", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=699da11246f16cdf -C extra-filename=-699da11246f16cdf --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-e5cb610c7ca69e90.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0d1163ff7da86724.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-02ff1409b80e688b.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-566100c9539038c3.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-a9ccbbb553e09bed.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-0682af8e94728f0d.so --cap-lints allow`
6302024-12-04T00:09:05.607Z Compiling openssl-macros v0.1.1
6312024-12-04T00:09:05.611Z 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=e135b0927aafead1 -C extra-filename=-e135b0927aafead1 --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
6322024-12-04T00:09:05.723Z Compiling futures-util v0.3.31
6332024-12-04T00:09:05.726Z 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=b305596667746d75 -C extra-filename=-b305596667746d75 --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-2aecab29d7b43bad.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`
6342024-12-04T00:09:06.394Z 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=0aaea96c34cef114 -C extra-filename=-0aaea96c34cef114 --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-4002c7d886a1d333.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6352024-12-04T00:09:06.417Z 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=e70c0979b85f7751 -C extra-filename=-e70c0979b85f7751 --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-e5cb610c7ca69e90.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-e135b0927aafead1.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-1300ef79126eef80.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)'`
6362024-12-04T00:09:06.492Z Compiling pest v2.7.6
6372024-12-04T00:09:06.495Z 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=2eef3194dc6ba9a9 -C extra-filename=-2eef3194dc6ba9a9 --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-0aaea96c34cef114.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-42742a2a22fa8aa3.rmeta --cap-lints allow`
6382024-12-04T00:09:06.509Z Compiling scroll v0.12.0
6392024-12-04T00:09:06.512Z 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=dcc771c00eedc6cc -C extra-filename=-dcc771c00eedc6cc --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-33fcb0a67dde7425.so --cap-lints allow`
6402024-12-04T00:09:06.553Z Compiling zerocopy v0.7.32
6412024-12-04T00:09:06.556Z 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=443946e5ab94bd94 -C extra-filename=-443946e5ab94bd94 --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-5e3d189dbbd08bde.so --cap-lints allow`
6422024-12-04T00:09:07.059Z Compiling goblin v0.8.0
6432024-12-04T00:09:07.063Z 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=e614d54054cfb84e -C extra-filename=-e614d54054cfb84e --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-dcc771c00eedc6cc.rmeta --cap-lints allow`
6442024-12-04T00:09:08.113Z Compiling concurrent-queue v2.5.0
6452024-12-04T00:09:08.116Z 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`
6462024-12-04T00:09:08.467Z 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.90/src/lib.rs --error-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=6e2bffb1ff0631a8 -C extra-filename=-6e2bffb1ff0631a8 --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`
6472024-12-04T00:09:09.148Z Compiling pest_meta v2.7.6
6482024-12-04T00:09:09.151Z 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=72368f55a4b6813d -C extra-filename=-72368f55a4b6813d --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-2eef3194dc6ba9a9.rmeta --cap-lints allow`
6492024-12-04T00:09:09.468Z 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=9ade8965e9aa113a -C extra-filename=-9ade8965e9aa113a --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-cf1b4f79a98a7c29.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-2b9c3f9b8064e8be/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
6502024-12-04T00:09:10.699Z 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=286d99e12a9aaf0a -C extra-filename=-286d99e12a9aaf0a --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-715a216b66961b0d.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)'`
6512024-12-04T00:09:12.104Z Compiling rustls-webpki v0.102.8
6522024-12-04T00:09:12.108Z 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=95a02480c0e44845 -C extra-filename=-95a02480c0e44845 --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-9ade8965e9aa113a.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-2b9c3f9b8064e8be/out`
6532024-12-04T00:09:12.978Z Compiling pest_generator v2.7.6
6542024-12-04T00:09:12.981Z 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=606e4b2a56562082 -C extra-filename=-606e4b2a56562082 --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-2eef3194dc6ba9a9.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-72368f55a4b6813d.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-95fb14f9dd58e10d.rmeta --cap-lints allow`
6552024-12-04T00:09:13.564Z Compiling tokio-util v0.7.7
6562024-12-04T00:09:13.567Z 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=9099db10dea8f7bd -C extra-filename=-9099db10dea8f7bd --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-699da11246f16cdf.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow`
6572024-12-04T00:09:14.429Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build`
6582024-12-04T00:09:14.449Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build`
6592024-12-04T00:09:14.468Z 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=114f625e5ae784d5 -C extra-filename=-114f625e5ae784d5 --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-9ade8965e9aa113a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-95a02480c0e44845.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-2b9c3f9b8064e8be/out`
6602024-12-04T00:09:14.637Z Compiling pest_derive v2.7.6
6612024-12-04T00:09:14.640Z 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=6d6f967c014cfed5 -C extra-filename=-6d6f967c014cfed5 --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-2eef3194dc6ba9a9.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-606e4b2a56562082.rlib --extern proc_macro --cap-lints allow`
6622024-12-04T00:09:15.015Z 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=3da0bb7b6c3e57d0 -C extra-filename=-3da0bb7b6c3e57d0 --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-9ade8965e9aa113a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-95a02480c0e44845.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-2b9c3f9b8064e8be/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6632024-12-04T00:09:15.533Z 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=584088b9bb42395f -C extra-filename=-584088b9bb42395f --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-e70c0979b85f7751.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-1300ef79126eef80.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6642024-12-04T00:09:15.622Z Compiling dtrace-parser v0.2.0
6652024-12-04T00:09:15.625Z 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=87b246bf901cb4a8 -C extra-filename=-87b246bf901cb4a8 --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-2eef3194dc6ba9a9.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-6d6f967c014cfed5.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --cap-lints allow`
6662024-12-04T00:09:16.187Z Compiling http-body-util v0.1.2
6672024-12-04T00:09:16.198Z 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=38326b8782ab3333 -C extra-filename=-38326b8782ab3333 --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-b305596667746d75.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`
6682024-12-04T00:09:16.702Z 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=bc302a82a811c21e -C extra-filename=-bc302a82a811c21e --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-286d99e12a9aaf0a.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6692024-12-04T00:09:17.108Z Compiling indexmap v2.7.0
6702024-12-04T00:09:17.110Z 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.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 '--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=f5ae170035e5292b -C extra-filename=-f5ae170035e5292b --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-286d99e12a9aaf0a.rmeta --cap-lints allow`
6712024-12-04T00:09:17.814Z Compiling serde_tokenstream v0.2.2
6722024-12-04T00:09:17.817Z 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=99827c599c2fff1c -C extra-filename=-99827c599c2fff1c --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-286d99e12a9aaf0a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --cap-lints allow`
6732024-12-04T00:09:18.281Z Compiling serde_spanned v0.6.7
6742024-12-04T00:09:18.284Z 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=8b7829529fbd2ca5 -C extra-filename=-8b7829529fbd2ca5 --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-286d99e12a9aaf0a.rmeta --cap-lints allow`
6752024-12-04T00:09:18.358Z Compiling toml_datetime v0.6.8
6762024-12-04T00:09:18.361Z 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=0afc841415c49b15 -C extra-filename=-0afc841415c49b15 --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-286d99e12a9aaf0a.rmeta --cap-lints allow`
6772024-12-04T00:09:18.505Z Compiling h2 v0.4.6
6782024-12-04T00:09:18.507Z 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=3d204705d88c02bc -C extra-filename=-3d204705d88c02bc --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-f5ae170035e5292b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5191d0578b3449a2.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-9099db10dea8f7bd.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow`
6792024-12-04T00:09:18.547Z 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=cdeff804394df1fc -C extra-filename=-cdeff804394df1fc --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
6802024-12-04T00:09:18.650Z Compiling dof v0.3.0
6812024-12-04T00:09:18.653Z 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=e004b382ed32ce97 -C extra-filename=-e004b382ed32ce97 --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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-443946e5ab94bd94.rmeta --cap-lints allow`
6822024-12-04T00:09:18.903Z Compiling toml_edit v0.22.20
6832024-12-04T00:09:18.906Z 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=105914d4c2538e31 -C extra-filename=-105914d4c2538e31 --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-f5ae170035e5292b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-8b7829529fbd2ca5.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0afc841415c49b15.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d01edbdc2e5a52f4.rmeta --cap-lints allow`
6842024-12-04T00:09:19.535Z 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=d4bcb48293a50998 -C extra-filename=-d4bcb48293a50998 --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-e004b382ed32ce97.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-3fce8dd4cd87ce7c.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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-91c610e3500632b4.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
6852024-12-04T00:09:19.898Z 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=9780e4b903f9a47e -C extra-filename=-9780e4b903f9a47e --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-e614d54054cfb84e.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ad75c1db41af3142.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-443946e5ab94bd94.rmeta --cap-lints allow`
6862024-12-04T00:09:20.903Z Compiling multer v3.1.0
6872024-12-04T00:09:20.906Z 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`
6882024-12-04T00:09:21.262Z Compiling thread_local v1.1.4
6892024-12-04T00:09:21.264Z 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`
6902024-12-04T00:09:21.838Z Compiling encoding_rs v0.8.32
6912024-12-04T00:09:21.843Z 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`
6922024-12-04T00:09:21.855Z Compiling parking v2.2.0
6932024-12-04T00:09:21.857Z 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`
6942024-12-04T00:09:22.229Z Compiling thiserror v2.0.3
6952024-12-04T00:09:22.232Z 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`
6962024-12-04T00:09:22.307Z Compiling rustix v0.38.40
6972024-12-04T00:09:22.310Z 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`
6982024-12-04T00:09:22.821Z Compiling heck v0.5.0
6992024-12-04T00:09:22.824Z 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`
7002024-12-04T00:09:23.015Z Compiling target-triple v0.1.3
7012024-12-04T00:09:23.017Z 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`
7022024-12-04T00:09:23.136Z Compiling match_cfg v0.1.0
7032024-12-04T00:09:23.139Z 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`
7042024-12-04T00:09:23.226Z Compiling camino v1.1.9
7052024-12-04T00:09:23.229Z 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`
7062024-12-04T00:09:23.262Z Compiling hyper v1.5.1
7072024-12-04T00:09:23.265Z 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=d603e575084d4cd2 -C extra-filename=-d603e575084d4cd2 --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-b305596667746d75.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-3d204705d88c02bc.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-699da11246f16cdf.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-5233a237641b7492.rmeta --cap-lints allow`
7082024-12-04T00:09:23.516Z Compiling schemars v0.8.21
7092024-12-04T00:09:23.519Z 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`
7102024-12-04T00:09:23.805Z Compiling similar v2.2.1
7112024-12-04T00:09:23.808Z 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`
7122024-12-04T00:09:23.888Z Compiling slog-async v2.8.0
7132024-12-04T00:09:23.891Z 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`
7142024-12-04T00:09:24.400Z Compiling iana-time-zone v0.1.47
7152024-12-04T00:09:24.403Z 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`
7162024-12-04T00:09:24.937Z Compiling chrono v0.4.38
7172024-12-04T00:09:24.939Z 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=d37d4721ad12f540 -C extra-filename=-d37d4721ad12f540 --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-286d99e12a9aaf0a.rmeta --cap-lints allow`
7182024-12-04T00:09:25.767Z Compiling hyper-util v0.1.10
7192024-12-04T00:09:25.770Z 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=9f7890a11b263d51 -C extra-filename=-9f7890a11b263d51 --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-b305596667746d75.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-d603e575084d4cd2.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-a9ccbbb553e09bed.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.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`
7202024-12-04T00:09:26.476Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-030021f3cd14cece/build-script-build`
7212024-12-04T00:09:26.490Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-c5375a892673d5a9/build-script-build`
7222024-12-04T00:09:26.503Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-09afcb09feb91121/build-script-build`
7232024-12-04T00:09:26.520Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-c3b862f14b893039/build-script-build`
7242024-12-04T00:09:26.534Z Compiling hostname v0.3.1
7252024-12-04T00:09:26.537Z 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=b49f2ee15ca8b107 -C extra-filename=-b49f2ee15ca8b107 --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-e5cb610c7ca69e90.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-97b440040956074b.rmeta --cap-lints allow`
7262024-12-04T00:09:26.552Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-b9a3ff3d700174d0/build-script-build`
7272024-12-04T00:09:26.566Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-b258834876d74811/build-script-build`
7282024-12-04T00:09:26.667Z Compiling toml v0.8.19
7292024-12-04T00:09:26.670Z 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=1a11f278b5a12dd4 -C extra-filename=-1a11f278b5a12dd4 --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-286d99e12a9aaf0a.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-8b7829529fbd2ca5.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0afc841415c49b15.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-105914d4c2538e31.rmeta --cap-lints allow`
7302024-12-04T00:09:26.813Z Compiling event-listener v5.0.0
7312024-12-04T00:09:26.816Z 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`
7322024-12-04T00:09:26.904Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-5c817e893026d061/build-script-build`
7332024-12-04T00:09:26.964Z Compiling tokio-rustls v0.26.0
7342024-12-04T00:09:26.966Z 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=c61062f0cdb525d4 -C extra-filename=-c61062f0cdb525d4 --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-3da0bb7b6c3e57d0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out`
7352024-12-04T00:09:27.428Z Compiling usdt-macro v0.5.0
7362024-12-04T00:09:27.430Z 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=e6c19f7cda97c364 -C extra-filename=-e6c19f7cda97c364 --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-87b246bf901cb4a8.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-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-d4bcb48293a50998.rlib --extern proc_macro --cap-lints allow`
7372024-12-04T00:09:27.441Z Compiling usdt-attr-macro v0.5.0
7382024-12-04T00:09:27.444Z 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=daf2705b80c5f618 -C extra-filename=-daf2705b80c5f618 --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-87b246bf901cb4a8.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-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-d4bcb48293a50998.rlib --extern proc_macro --cap-lints allow`
7392024-12-04T00:09:27.776Z 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=a7434486cfe7cde6 -C extra-filename=-a7434486cfe7cde6 --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-9780e4b903f9a47e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6e2bffb1ff0631a8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-cdeff804394df1fc.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7402024-12-04T00:09:28.144Z Compiling tokio-rustls v0.25.0
7412024-12-04T00:09:28.149Z 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=261684e3954b4db4 -C extra-filename=-261684e3954b4db4 --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-114f625e5ae784d5.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out`
7422024-12-04T00:09:28.520Z Compiling slog-json v2.6.1
7432024-12-04T00:09:28.525Z 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=174544b94d5dfd32 -C extra-filename=-174544b94d5dfd32 --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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --cap-lints allow`
7442024-12-04T00:09:28.561Z Compiling serde_urlencoded v0.7.1
7452024-12-04T00:09:28.564Z 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=7330373093722a56 -C extra-filename=-7330373093722a56 --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-286d99e12a9aaf0a.rmeta --cap-lints allow`
7462024-12-04T00:09:28.875Z Compiling uuid v1.11.0
7472024-12-04T00:09:28.878Z 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=498c1649ef0e09ad -C extra-filename=-498c1649ef0e09ad --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-cf1b4f79a98a7c29.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --cap-lints allow`
7482024-12-04T00:09:28.889Z Compiling tokio-native-tls v0.3.1
7492024-12-04T00:09:28.889Z 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=9f5d7e915df8af88 -C extra-filename=-9f5d7e915df8af88 --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-584088b9bb42395f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7502024-12-04T00:09:28.902Z Compiling futures-executor v0.3.31
7512024-12-04T00:09:28.905Z 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=d908c9cb640c5ace -C extra-filename=-d908c9cb640c5ace --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-b305596667746d75.rmeta --cap-lints allow`
7522024-12-04T00:09:28.928Z Compiling schemars_derive v0.8.21
7532024-12-04T00:09:28.932Z 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=092a45c4e3be2e9a -C extra-filename=-092a45c4e3be2e9a --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-7183f0a88ee4179e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
7542024-12-04T00:09:29.032Z Compiling url v2.5.2
7552024-12-04T00:09:29.035Z 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`
7562024-12-04T00:09:29.110Z Compiling thiserror-impl v2.0.3
7572024-12-04T00:09:29.113Z 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=48e8be1d1c2723c3 -C extra-filename=-48e8be1d1c2723c3 --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
7582024-12-04T00:09:29.149Z Compiling async-stream-impl v0.3.6
7592024-12-04T00:09:29.151Z 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=62fb7d036b71b6b6 -C extra-filename=-62fb7d036b71b6b6 --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
7602024-12-04T00:09:29.533Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-fd0a2951d1cbaeb6/build-script-build`
7612024-12-04T00:09:29.568Z Compiling term v0.7.0
7622024-12-04T00:09:29.570Z 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=6eed646087c4d0d4 -C extra-filename=-6eed646087c4d0d4 --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-b08e433dbbc6a10a.rmeta --cap-lints allow`
7632024-12-04T00:09:29.602Z Compiling crossbeam-channel v0.5.1
7642024-12-04T00:09:29.605Z 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`
7652024-12-04T00:09:29.699Z Compiling webpki-roots v0.26.5
7662024-12-04T00:09:29.702Z 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`
7672024-12-04T00:09:29.784Z Compiling errno v0.3.8
7682024-12-04T00:09:29.786Z 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=3213011574471753 -C extra-filename=-3213011574471753 --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
7692024-12-04T00:09:29.908Z Compiling memmap v0.7.0
7702024-12-04T00:09:29.911Z 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=70545e52819acffa -C extra-filename=-70545e52819acffa --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
7712024-12-04T00:09:30.016Z Compiling is-terminal v0.4.12
7722024-12-04T00:09:30.019Z 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=74ca92b174abbfaf -C extra-filename=-74ca92b174abbfaf --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
7732024-12-04T00:09:30.138Z Compiling dropshot v0.14.0 (/work/oxidecomputer/dropshot/dropshot)
7742024-12-04T00:09:30.141Z 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=8a97e02cde3d27b1 -C extra-filename=-8a97e02cde3d27b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-8a97e02cde3d27b1 -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`
7752024-12-04T00:09:30.283Z Compiling utf-8 v0.7.6
7762024-12-04T00:09:30.285Z 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`
7772024-12-04T00:09:30.463Z Compiling anyhow v1.0.93
7782024-12-04T00:09:30.466Z 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`
7792024-12-04T00:09:30.489Z Compiling buf-list v1.0.3
7802024-12-04T00:09:30.492Z 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`
7812024-12-04T00:09:30.614Z Compiling take_mut v0.2.2
7822024-12-04T00:09:30.618Z 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`
7832024-12-04T00:09:30.750Z Compiling data-encoding v2.4.0
7842024-12-04T00:09:30.768Z 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`
7852024-12-04T00:09:30.772Z Compiling dyn-clone v1.0.4
7862024-12-04T00:09:30.772Z 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`
7872024-12-04T00:09:30.938Z 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`
7882024-12-04T00:09:31.058Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-8a97e02cde3d27b1/build-script-build`
7892024-12-04T00:09:31.080Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-d4cfbbab8d1a0c77/build-script-build`
7902024-12-04T00:09:31.097Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-7b9a22e698183de5/build-script-build`
7912024-12-04T00:09:31.117Z Compiling async-stream v0.3.6
7922024-12-04T00:09:31.120Z 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=9c0d4e6667c268b2 -C extra-filename=-9c0d4e6667c268b2 --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-62fb7d036b71b6b6.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`
7932024-12-04T00:09:31.143Z Compiling slog-term v2.9.1
7942024-12-04T00:09:31.146Z 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=0f72be3958f0cafc -C extra-filename=-0f72be3958f0cafc --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-74ca92b174abbfaf.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6eed646087c4d0d4.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-4dae1bbed52207db.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --cap-lints allow`
7952024-12-04T00:09:31.272Z Compiling usdt v0.5.0
7962024-12-04T00:09:31.275Z 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=00025b0d74ec197b -C extra-filename=-00025b0d74ec197b --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-9780e4b903f9a47e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e614d54054cfb84e.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-70545e52819acffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-daf2705b80c5f618.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a7434486cfe7cde6.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-e6c19f7cda97c364.so --cap-lints allow`
7972024-12-04T00:09:31.413Z 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=c86ee934ee1397a8 -C extra-filename=-c86ee934ee1397a8 --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-3213011574471753.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7982024-12-04T00:09:31.443Z Compiling hyper-rustls v0.27.3
7992024-12-04T00:09:31.446Z 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=00632a09d71275bb -C extra-filename=-00632a09d71275bb --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-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3da0bb7b6c3e57d0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c61062f0cdb525d4.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-2b9c3f9b8064e8be/out`
8002024-12-04T00:09:31.836Z Compiling tungstenite v0.24.0
8012024-12-04T00:09:31.839Z 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=f261c837c93f3707 -C extra-filename=-f261c837c93f3707 --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-8c40c199d1ffaf6d.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-38ee3b2062c0dce3.rmeta --cap-lints allow`
8022024-12-04T00:09:31.941Z 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=a299d5fdfbff4099 -C extra-filename=-a299d5fdfbff4099 --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-d37d4721ad12f540.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-092a45c4e3be2e9a.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
8032024-12-04T00:09:32.098Z 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`
8042024-12-04T00:09:32.221Z Compiling futures v0.3.31
8052024-12-04T00:09:32.225Z 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=d4d1e1b8a1fc9253 -C extra-filename=-d4d1e1b8a1fc9253 --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-d908c9cb640c5ace.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-b305596667746d75.rmeta --cap-lints allow`
8062024-12-04T00:09:32.237Z 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=a8ba3893ad58a173 -C extra-filename=-a8ba3893ad58a173 --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-48e8be1d1c2723c3.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
8072024-12-04T00:09:32.329Z Compiling hyper-tls v0.6.0
8082024-12-04T00:09:32.332Z 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=0845b7a28f38565c -C extra-filename=-0845b7a28f38565c --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-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-584088b9bb42395f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-9f5d7e915df8af88.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8092024-12-04T00:09:32.375Z Compiling slog-bunyan v2.5.0
8102024-12-04T00:09:32.378Z 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=f08b30356ebeac93 -C extra-filename=-f08b30356ebeac93 --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-b49f2ee15ca8b107.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --cap-lints allow`
8112024-12-04T00:09:32.430Z Compiling event-listener-strategy v0.5.2
8122024-12-04T00:09:32.433Z 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`
8132024-12-04T00:09:32.578Z 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=31d65fcd4edff98d -C extra-filename=-31d65fcd4edff98d --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-b305596667746d75.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`
8142024-12-04T00:09:32.635Z 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=24455bca1c15cdda -C extra-filename=-24455bca1c15cdda --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-286d99e12a9aaf0a.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)'`
8152024-12-04T00:09:32.743Z 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-04T00:09:32.845Z Compiling dropshot_endpoint v0.14.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
8172024-12-04T00:09:32.848Z 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=da0de2743d7e246b -C extra-filename=-da0de2743d7e246b --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-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro`
8182024-12-04T00:09:33.151Z Compiling openapiv3 v2.0.0
8192024-12-04T00:09:33.153Z 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=605e1eeb5fd6835a -C extra-filename=-605e1eeb5fd6835a --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-f5ae170035e5292b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --cap-lints allow`
8202024-12-04T00:09:33.332Z Compiling serde_path_to_error v0.1.16
8212024-12-04T00:09:33.335Z 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=d4b58fab2711e574 -C extra-filename=-d4b58fab2711e574 --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-286d99e12a9aaf0a.rmeta --cap-lints allow`
8222024-12-04T00:09:33.716Z Compiling async-trait v0.1.83
8232024-12-04T00:09:33.719Z 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=2baac0c8e25d16e0 -C extra-filename=-2baac0c8e25d16e0 --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
8242024-12-04T00:09:33.757Z Compiling rustls-native-certs v0.7.0
8252024-12-04T00:09:33.761Z 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`
8262024-12-04T00:09:33.841Z Compiling yasna v0.5.2
8272024-12-04T00:09:33.844Z 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=9d47881a7d382a4d -C extra-filename=-9d47881a7d382a4d --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-b994db6d66eee6e2.rmeta --cap-lints allow`
8282024-12-04T00:09:34.210Z Compiling console v0.15.7
8292024-12-04T00:09:34.213Z 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=4395bccb5998f745 -C extra-filename=-4395bccb5998f745 --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-e5cb610c7ca69e90.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow`
8302024-12-04T00:09:34.224Z Compiling pem v3.0.4
8312024-12-04T00:09:34.226Z 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`
8322024-12-04T00:09:34.317Z Compiling waitgroup v0.1.2
8332024-12-04T00:09:34.319Z 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`
8342024-12-04T00:09:34.551Z Compiling hostname v0.4.0
8352024-12-04T00:09:34.554Z 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=f8c0515fc5f648fe -C extra-filename=-f8c0515fc5f648fe --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
8362024-12-04T00:09:34.832Z Compiling sync_wrapper v1.0.1
8372024-12-04T00:09:34.835Z 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`
8382024-12-04T00:09:34.979Z Compiling termcolor v1.1.2
8392024-12-04T00:09:34.982Z 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`
8402024-12-04T00:09:35.115Z Compiling debug-ignore v1.0.5
8412024-12-04T00:09:35.117Z 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`
8422024-12-04T00:09:35.255Z Compiling http-range v0.1.4
8432024-12-04T00:09:35.259Z 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`
8442024-12-04T00:09:35.622Z Compiling ipnet v2.10.0
8452024-12-04T00:09:35.624Z 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`
8462024-12-04T00:09:35.651Z Compiling simple-mermaid v0.1.1
8472024-12-04T00:09:35.654Z 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`
8482024-12-04T00:09:35.744Z Compiling glob v0.3.0
8492024-12-04T00:09:35.746Z 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`
8502024-12-04T00:09:35.816Z Compiling fastrand v2.1.1
8512024-12-04T00:09:35.819Z 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`
8522024-12-04T00:09:35.891Z Compiling hyper-staticfile v0.10.1
8532024-12-04T00:09:35.894Z 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=41f6affb57852796 -C extra-filename=-41f6affb57852796 --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-b305596667746d75.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-d603e575084d4cd2.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-8c40c199d1ffaf6d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-913803c8d6c21733.rmeta --cap-lints allow`
8542024-12-04T00:09:36.085Z Compiling expectorate v1.1.0
8552024-12-04T00:09:36.088Z 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=c66df1b5bceb0ad2 -C extra-filename=-c66df1b5bceb0ad2 --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-4395bccb5998f745.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`
8562024-12-04T00:09:36.149Z Compiling trybuild v1.0.101
8572024-12-04T00:09:36.152Z 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=a1765e5dac7c51ed -C extra-filename=-a1765e5dac7c51ed --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-286d99e12a9aaf0a.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-715a216b66961b0d.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.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-1a11f278b5a12dd4.rmeta --cap-lints allow`
8582024-12-04T00:09:36.241Z Compiling tempfile v3.14.0
8592024-12-04T00:09:36.244Z 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=542f3def27b988ef -C extra-filename=-542f3def27b988ef --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-c86ee934ee1397a8.rmeta --cap-lints allow`
8602024-12-04T00:09:36.426Z Compiling reqwest v0.12.9
8612024-12-04T00:09:36.428Z 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=70c6d85dddae1f2f -C extra-filename=-70c6d85dddae1f2f --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-b305596667746d75.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-3d204705d88c02bc.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-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-00632a09d71275bb.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-0845b7a28f38565c.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.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-584088b9bb42395f.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-3da0bb7b6c3e57d0.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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-29b218de4e496fc8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-9f5d7e915df8af88.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c61062f0cdb525d4.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-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8622024-12-04T00:09:36.881Z Compiling rcgen v0.13.1
8632024-12-04T00:09:36.884Z 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=0e27c55f56d58982 -C extra-filename=-0e27c55f56d58982 --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-9ade8965e9aa113a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-9d47881a7d382a4d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out`
8642024-12-04T00:09:37.041Z Compiling hyper-rustls v0.26.0
8652024-12-04T00:09:37.045Z 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=9b8fb4367008baf9 -C extra-filename=-9b8fb4367008baf9 --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-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.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-2b9c3f9b8064e8be/out`
8662024-12-04T00:09:37.203Z Compiling tokio-tungstenite v0.24.0
8672024-12-04T00:09:37.203Z Compiling async-channel v2.3.1
8682024-12-04T00:09:37.205Z 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=c66ec27ca8bde895 -C extra-filename=-c66ec27ca8bde895 --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-b305596667746d75.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-f261c837c93f3707.rmeta --cap-lints allow`
8692024-12-04T00:09:37.205Z 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`
8702024-12-04T00:09:37.545Z 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)'`
8712024-12-04T00:09:37.606Z 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`
8722024-12-04T00:09:37.653Z Compiling subprocess v0.2.9
8732024-12-04T00:09:37.656Z 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=1442251075c6c00a -C extra-filename=-1442251075c6c00a --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-e5cb610c7ca69e90.rmeta --cap-lints allow`
8742024-12-04T00:09:37.754Z Compiling prettyplease v0.2.25
8752024-12-04T00:09:37.757Z 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`
8762024-12-04T00:09:38.137Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-f0d9d5cc17bf1772/build-script-build`
8772024-12-04T00:09:38.150Z Compiling schema-derive v0.1.0
8782024-12-04T00:09:38.154Z 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=966bc3211550751b -C extra-filename=-966bc3211550751b --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-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow`
8792024-12-04T00:09:38.167Z 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=7632bed3be682f72 -C extra-filename=-7632bed3be682f72 --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-3fce8dd4cd87ce7c.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow`
8802024-12-04T00:09:38.525Z 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=3260d1ae9a5ddbcb -C extra-filename=-3260d1ae9a5ddbcb --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-95fb14f9dd58e10d.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8812024-12-04T00:09:39.781Z 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=63d3e8e6520526ae -C extra-filename=-63d3e8e6520526ae --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-7632bed3be682f72.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`
8822024-12-04T00:09:40.309Z 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=ea790563c1bcade6 -C extra-filename=-ea790563c1bcade6 --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-9c0d4e6667c268b2.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.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-da0de2743d7e246b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-114f625e5ae784d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out`
8832024-12-04T00:09:40.336Z Compiling schema v0.1.0
8842024-12-04T00:09:40.339Z 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=6ead4e278f4ae52d -C extra-filename=-6ead4e278f4ae52d --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-966bc3211550751b.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --cap-lints allow`
8852024-12-04T00:09:40.426Z 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=eb13bd2a6578fc15 -C extra-filename=-eb13bd2a6578fc15 --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-63d3e8e6520526ae.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-3260d1ae9a5ddbcb.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-6ead4e278f4ae52d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro`
8862024-12-04T00:09:43.378Z 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=16b28f8306517c42 -C extra-filename=-16b28f8306517c42 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.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-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8872024-12-04T00:09:48.384Z 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=594a55d40cbbaf99 -C extra-filename=-594a55d40cbbaf99 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8882024-12-04T00:09:48.392Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.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=6025907c7c2efd0e -C extra-filename=-6025907c7c2efd0e --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8892024-12-04T00:09:48.392Z 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=5652cb84411e0295 -C extra-filename=-5652cb84411e0295 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8902024-12-04T00:09:48.394Z 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=fb9ad5c7e96af1f4 -C extra-filename=-fb9ad5c7e96af1f4 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8912024-12-04T00:09:48.401Z 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=e4fea9c7c5394b23 -C extra-filename=-e4fea9c7c5394b23 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8922024-12-04T00:09:48.403Z 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=c5d199f4b9eb00b5 -C extra-filename=-c5d199f4b9eb00b5 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8932024-12-04T00:09:48.403Z 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=7f2561f443bfa129 -C extra-filename=-7f2561f443bfa129 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8942024-12-04T00:10:03.389Z 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=ca5b1e1670c46369 -C extra-filename=-ca5b1e1670c46369 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8952024-12-04T00:10:06.464Z 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=7cff0b889060be6a -C extra-filename=-7cff0b889060be6a --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8962024-12-04T00:10:09.319Z 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=4679887192b14f12 -C extra-filename=-4679887192b14f12 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8972024-12-04T00:10:09.674Z 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=166c992593a7eca3 -C extra-filename=-166c992593a7eca3 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8982024-12-04T00:10:10.866Z 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=4220b3312c6caa5e -C extra-filename=-4220b3312c6caa5e --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
8992024-12-04T00:10:14.802Z 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=ef8c2620d453362a -C extra-filename=-ef8c2620d453362a --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9002024-12-04T00:10:15.766Z 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=de0dcde43d657ac6 -C extra-filename=-de0dcde43d657ac6 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9012024-12-04T00:10:24.947Z 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=9ee9b3f95f9ff258 -C extra-filename=-9ee9b3f95f9ff258 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9022024-12-04T00:10:29.114Z 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=bb279c2060dcdb0b -C extra-filename=-bb279c2060dcdb0b --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9032024-12-04T00:10:32.139Z 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=1d15a43249a04059 -C extra-filename=-1d15a43249a04059 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9042024-12-04T00:10:33.720Z 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=28948f05b851a33f -C extra-filename=-28948f05b851a33f --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9052024-12-04T00:10:37.917Z 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=56e9dd7ce0fdccf9 -C extra-filename=-56e9dd7ce0fdccf9 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9062024-12-04T00:10:38.273Z 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=31477e630c4b3cad -C extra-filename=-31477e630c4b3cad --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9072024-12-04T00:10:38.564Z 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=acfdda318083b188 -C extra-filename=-acfdda318083b188 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9082024-12-04T00:10:40.451Z 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=af4df9b57387a87a -C extra-filename=-af4df9b57387a87a --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9092024-12-04T00:10:50.464Z 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=67d6544123a244d8 -C extra-filename=-67d6544123a244d8 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9102024-12-04T00:10:55.260Z 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=ea2bfe01875c2835 -C extra-filename=-ea2bfe01875c2835 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
9112024-12-04T00:11:17.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
9122024-12-04T00:11:17.238Z
9132024-12-04T00:11:17.238Zreal 2:30.792771121
9142024-12-04T00:11:17.238Zuser 14:45.223971549
9152024-12-04T00:11:17.240Zsys 2:27.345252474
9162024-12-04T00:11:17.240Ztrap 0.659803396
9172024-12-04T00:11:17.240Ztflt 7.587206691
9182024-12-04T00:11:17.240Zdflt 7.074141099
9192024-12-04T00:11:17.240Zkflt 0.017384154
9202024-12-04T00:11:17.240Zlock 30:30.275132184
9212024-12-04T00:11:17.240Zslp 1:12:32.500483439
9222024-12-04T00:11:17.240Zlat 38.102166252
9232024-12-04T00:11:17.240Zstop 56.720948414
9242024-12-04T00:11:17.240Z+ banner test
9252024-12-04T00:11:17.243Z
9262024-12-04T00:11:17.243Z ##### ###### #### #####
9272024-12-04T00:11:17.243Z # # # #
9282024-12-04T00:11:17.243Z # ##### #### #
9292024-12-04T00:11:17.243Z # # # #
9302024-12-04T00:11:17.243Z # # # # #
9312024-12-04T00:11:17.243Z # ###### #### #
9322024-12-04T00:11:17.243Z
9332024-12-04T00:11:17.244Z+ ptime -m cargo test --all-features --locked --verbose
9342024-12-04T00:11:17.501Z Fresh unicode-ident v1.0.12
9352024-12-04T00:11:17.501Z Fresh cfg-if v1.0.0
9362024-12-04T00:11:17.501Z Fresh itoa v1.0.1
9372024-12-04T00:11:17.501Z Fresh memchr v2.6.0
9382024-12-04T00:11:17.504Z Fresh proc-macro2 v1.0.92
9392024-12-04T00:11:17.505Z Fresh version_check v0.9.5
9402024-12-04T00:11:17.505Z Fresh once_cell v1.20.1
9412024-12-04T00:11:17.505Z Fresh pin-project-lite v0.2.12
9422024-12-04T00:11:17.505Z Fresh autocfg v1.1.0
9432024-12-04T00:11:17.505Z Fresh quote v1.0.37
9442024-12-04T00:11:17.505Z Fresh libc v0.2.167
9452024-12-04T00:11:17.505Z Fresh bytes v1.9.0
9462024-12-04T00:11:17.505Z Fresh futures-core v0.3.31
9472024-12-04T00:11:17.505Z Fresh cc v1.0.83
9482024-12-04T00:11:17.505Z Fresh getrandom v0.2.11
9492024-12-04T00:11:17.505Z Fresh futures-sink v0.3.31
9502024-12-04T00:11:17.505Z Fresh serde_derive v1.0.215
9512024-12-04T00:11:17.505Z Fresh log v0.4.17
9522024-12-04T00:11:17.505Z Fresh scopeguard v1.2.0
9532024-12-04T00:11:17.507Z Fresh smallvec v1.13.2
9542024-12-04T00:11:17.507Z Fresh ryu v1.0.5
9552024-12-04T00:11:17.507Z Fresh thiserror-impl v1.0.69
9562024-12-04T00:11:17.507Z Fresh serde v1.0.215
9572024-12-04T00:11:17.507Z Fresh lock_api v0.4.6
9582024-12-04T00:11:17.507Z Fresh parking_lot_core v0.9.4
9592024-12-04T00:11:17.507Z Fresh slab v0.4.9
9602024-12-04T00:11:17.507Z Fresh tokio-macros v2.4.0
9612024-12-04T00:11:17.507Z Fresh signal-hook-registry v1.4.0
9622024-12-04T00:11:17.507Z Fresh parking_lot v0.12.1
9632024-12-04T00:11:17.507Z Fresh thiserror v1.0.69
9642024-12-04T00:11:17.507Z Fresh socket2 v0.5.5
9652024-12-04T00:11:17.507Z Fresh mio v1.0.3
9662024-12-04T00:11:17.507Z Fresh fnv v1.0.7
9672024-12-04T00:11:17.507Z Fresh futures-channel v0.3.31
9682024-12-04T00:11:17.507Z Fresh http v1.1.0
9692024-12-04T00:11:17.507Z Fresh serde_json v1.0.133
9702024-12-04T00:11:17.507Z Fresh tokio v1.41.1
9712024-12-04T00:11:17.507Z Fresh futures-macro v0.3.31
9722024-12-04T00:11:17.507Z Fresh hashbrown v0.15.0
9732024-12-04T00:11:17.507Z Fresh futures-io v0.3.31
9742024-12-04T00:11:17.507Z Fresh pin-utils v0.1.0
9752024-12-04T00:11:17.507Z Fresh futures-task v0.3.31
9762024-12-04T00:11:17.507Z Fresh equivalent v1.0.0
9772024-12-04T00:11:17.507Z Fresh futures-util v0.3.31
9782024-12-04T00:11:17.507Z Fresh rustls-pki-types v1.10.0
9792024-12-04T00:11:17.507Z Fresh spin v0.9.8
9802024-12-04T00:11:17.507Z Fresh tracing-core v0.1.32
9812024-12-04T00:11:17.508Z Fresh ucd-trie v0.1.6
9822024-12-04T00:11:17.508Z Fresh indexmap v2.7.0
9832024-12-04T00:11:17.508Z Fresh untrusted v0.9.0
9842024-12-04T00:11:17.508Z Fresh byteorder v1.4.3
9852024-12-04T00:11:17.508Z Fresh tracing v0.1.40
9862024-12-04T00:11:17.508Z Fresh pest v2.7.6
9872024-12-04T00:11:17.508Z Fresh pkg-config v0.3.31
9882024-12-04T00:11:17.508Z Fresh httparse v1.8.0
9892024-12-04T00:11:17.508Z Fresh ring v0.17.7
9902024-12-04T00:11:17.508Z Fresh atomic-waker v1.1.1
9912024-12-04T00:11:17.508Z Fresh vcpkg v0.2.15
9922024-12-04T00:11:17.508Z Fresh tokio-util v0.7.7
9932024-12-04T00:11:17.508Z Fresh pest_meta v2.7.6
9942024-12-04T00:11:17.508Z Fresh http-body v1.0.1
9952024-12-04T00:11:17.508Z Fresh zerocopy-derive v0.7.32
9962024-12-04T00:11:17.508Z Fresh try-lock v0.2.3
9972024-12-04T00:11:17.508Z Fresh pest_generator v2.7.6
9982024-12-04T00:11:17.509Z Fresh h2 v0.4.6
9992024-12-04T00:11:17.509Z Fresh rustls-webpki v0.102.8
10002024-12-04T00:11:17.509Z Fresh want v0.3.0
10012024-12-04T00:11:17.509Z Fresh zerocopy v0.7.32
10022024-12-04T00:11:17.509Z Fresh typenum v1.14.0
10032024-12-04T00:11:17.509Z Fresh httpdate v1.0.1
10042024-12-04T00:11:17.509Z Fresh powerfmt v0.2.0
10052024-12-04T00:11:17.509Z Fresh num-conv v0.1.0
10062024-12-04T00:11:17.509Z Fresh zeroize v1.7.0
10072024-12-04T00:11:17.509Z Fresh time-core v0.1.2
10082024-12-04T00:11:17.509Z Fresh subtle v2.5.0
10092024-12-04T00:11:17.509Z Fresh hyper v1.5.1
10102024-12-04T00:11:17.509Z Fresh crossbeam-utils v0.8.15
10112024-12-04T00:11:17.509Z Fresh deranged v0.3.11
10122024-12-04T00:11:17.509Z Fresh generic-array v0.14.5
10132024-12-04T00:11:17.509Z Fresh time-macros v0.2.18
10142024-12-04T00:11:17.509Z Fresh pest_derive v2.7.6
10152024-12-04T00:11:17.509Z Fresh serde_tokenstream v0.2.2
10162024-12-04T00:11:17.509Z Fresh base64 v0.22.1
10172024-12-04T00:11:17.509Z Fresh num_threads v0.1.3
10182024-12-04T00:11:17.509Z Fresh bitflags v2.4.0
10192024-12-04T00:11:17.509Z Fresh time v0.3.36
10202024-12-04T00:11:17.510Z Fresh dtrace-parser v0.2.0
10212024-12-04T00:11:17.510Z Fresh scroll_derive v0.12.0
10222024-12-04T00:11:17.510Z Fresh openssl-probe v0.1.4
10232024-12-04T00:11:17.510Z Fresh percent-encoding v2.3.1
10242024-12-04T00:11:17.510Z Fresh foreign-types-shared v0.1.1
10252024-12-04T00:11:17.510Z Fresh lazy_static v1.5.0
10262024-12-04T00:11:17.510Z Fresh tower-service v0.3.1
10272024-12-04T00:11:17.510Z Fresh unicode-width v0.1.9
10282024-12-04T00:11:17.510Z Fresh tinyvec_macros v0.1.0
10292024-12-04T00:11:17.510Z Fresh tinyvec v1.5.1
10302024-12-04T00:11:17.510Z Fresh hyper-util v0.1.10
10312024-12-04T00:11:17.510Z Fresh foreign-types v0.3.2
10322024-12-04T00:11:17.510Z Fresh form_urlencoded v1.2.1
10332024-12-04T00:11:17.510Z Fresh slog v2.7.0
10342024-12-04T00:11:17.510Z Fresh scroll v0.12.0
10352024-12-04T00:11:17.510Z Fresh paste v1.0.15
10362024-12-04T00:11:17.510Z Fresh block-buffer v0.10.2
10372024-12-04T00:11:17.510Z Fresh crypto-common v0.1.6
10382024-12-04T00:11:17.517Z Fresh openssl-sys v0.9.103
10392024-12-04T00:11:17.517Z Fresh rand_core v0.6.3
10402024-12-04T00:11:17.517Z Fresh openssl-macros v0.1.1
10412024-12-04T00:11:17.517Z Fresh unicode-segmentation v1.10.0
10422024-12-04T00:11:17.517Z Fresh mime v0.3.16
10432024-12-04T00:11:17.517Z Fresh plain v0.2.3
10442024-12-04T00:11:17.517Z Fresh ppv-lite86 v0.2.15
10452024-12-04T00:11:17.517Z Fresh openssl v0.10.66
10462024-12-04T00:11:17.517Z Fresh newline-converter v0.3.0
10472024-12-04T00:11:17.517Z Fresh goblin v0.8.0
10482024-12-04T00:11:17.517Z Fresh rand_chacha v0.3.1
10492024-12-04T00:11:17.517Z Fresh unicase v2.6.0
10502024-12-04T00:11:17.517Z Fresh digest v0.10.7
10512024-12-04T00:11:17.517Z Fresh semver v1.0.23
10522024-12-04T00:11:17.517Z Fresh unicode-normalization v0.1.24
10532024-12-04T00:11:17.517Z Fresh rustls-pemfile v2.1.3
10542024-12-04T00:11:17.517Z Fresh toml_datetime v0.6.8
10552024-12-04T00:11:17.517Z Fresh serde_spanned v0.6.7
10562024-12-04T00:11:17.517Z Fresh dirs-sys-next v0.1.2
10572024-12-04T00:11:17.517Z Fresh heck v0.5.0
10582024-12-04T00:11:17.517Z Fresh unicode-bidi v0.3.15
10592024-12-04T00:11:17.517Z Fresh winnow v0.6.18
10602024-12-04T00:11:17.517Z Fresh pretty-hex v0.4.1
10612024-12-04T00:11:17.517Z Fresh cpufeatures v0.2.2
10622024-12-04T00:11:17.517Z Fresh similar v2.2.1
10632024-12-04T00:11:17.517Z Fresh toml_edit v0.22.20
10642024-12-04T00:11:17.518Z Fresh dof v0.3.0
10652024-12-04T00:11:17.518Z Fresh dirs-next v2.0.0
10662024-12-04T00:11:17.518Z Fresh idna v0.5.0
10672024-12-04T00:11:17.518Z Fresh num-traits v0.2.14
10682024-12-04T00:11:17.518Z Fresh sha1 v0.10.6
10692024-12-04T00:11:17.518Z Fresh native-tls v0.2.12
10702024-12-04T00:11:17.518Z Fresh rand v0.8.4
10712024-12-04T00:11:17.518Z Fresh rustls v0.23.13
10722024-12-04T00:11:17.518Z Fresh rustls v0.22.4
10732024-12-04T00:11:17.518Z Fresh concurrent-queue v2.5.0
10742024-12-04T00:11:17.518Z Fresh http-body-util v0.1.2
10752024-12-04T00:11:17.519Z Fresh serde_derive_internals v0.29.0
10762024-12-04T00:11:17.519Z Fresh thread-id v4.0.0
10772024-12-04T00:11:17.519Z Fresh syn v2.0.90
10782024-12-04T00:11:17.519Z Fresh thread_local v1.1.4
10792024-12-04T00:11:17.519Z Fresh encoding_rs v0.8.32
10802024-12-04T00:11:17.519Z Fresh match_cfg v0.1.0
10812024-12-04T00:11:17.519Z Fresh parking v2.2.0
10822024-12-04T00:11:17.519Z Fresh iana-time-zone v0.1.47
10832024-12-04T00:11:17.519Z Fresh event-listener v5.0.0
10842024-12-04T00:11:17.519Z Fresh chrono v0.4.38
10852024-12-04T00:11:17.519Z Fresh schemars_derive v0.8.21
10862024-12-04T00:11:17.519Z Fresh usdt-impl v0.5.0
10872024-12-04T00:11:17.519Z Fresh hostname v0.3.1
10882024-12-04T00:11:17.519Z Fresh tokio-native-tls v0.3.1
10892024-12-04T00:11:17.519Z Fresh tokio-rustls v0.26.0
10902024-12-04T00:11:17.519Z Fresh tokio-rustls v0.25.0
10912024-12-04T00:11:17.519Z Fresh term v0.7.0
10922024-12-04T00:11:17.519Z Fresh url v2.5.2
10932024-12-04T00:11:17.519Z Fresh toml v0.8.19
10942024-12-04T00:11:17.519Z Compiling dropshot_endpoint v0.14.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
10952024-12-04T00:11:17.519Z Fresh usdt-macro v0.5.0
10962024-12-04T00:11:17.519Z Fresh usdt-attr-macro v0.5.0
10972024-12-04T00:11:17.519Z Fresh slog-json v2.6.1
10982024-12-04T00:11:17.519Z Fresh serde_urlencoded v0.7.1
10992024-12-04T00:11:17.519Z Fresh crossbeam-channel v0.5.1
11002024-12-04T00:11:17.519Z 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=42893e4f51b345d4 -C extra-filename=-42893e4f51b345d4 --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-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro`
11012024-12-04T00:11:17.519Z Fresh futures-executor v0.3.31
11022024-12-04T00:11:17.519Z Fresh webpki-roots v0.26.5
11032024-12-04T00:11:17.519Z Fresh uuid v1.11.0
11042024-12-04T00:11:17.519Z Fresh async-stream-impl v0.3.6
11052024-12-04T00:11:17.519Z Fresh thiserror-impl v2.0.3
11062024-12-04T00:11:17.520Z Fresh is-terminal v0.4.12
11072024-12-04T00:11:17.520Z Fresh errno v0.3.8
11082024-12-04T00:11:17.520Z Fresh memmap v0.7.0
11092024-12-04T00:11:17.520Z Fresh dyn-clone v1.0.4
11102024-12-04T00:11:17.541Z Fresh take_mut v0.2.2
11112024-12-04T00:11:17.544Z Fresh utf-8 v0.7.6
11122024-12-04T00:11:17.544Z Fresh data-encoding v2.4.0
11132024-12-04T00:11:17.544Z Fresh slog-async v2.8.0
11142024-12-04T00:11:17.544Z Fresh tungstenite v0.24.0
11152024-12-04T00:11:17.544Z Fresh usdt v0.5.0
11162024-12-04T00:11:17.544Z Fresh schemars v0.8.21
11172024-12-04T00:11:17.544Z Fresh slog-term v2.9.1
11182024-12-04T00:11:17.544Z Fresh async-stream v0.3.6
11192024-12-04T00:11:17.544Z Fresh rustix v0.38.40
11202024-12-04T00:11:17.544Z Fresh hyper-rustls v0.27.3
11212024-12-04T00:11:17.544Z Fresh futures v0.3.31
11222024-12-04T00:11:17.544Z Fresh thiserror v2.0.3
11232024-12-04T00:11:17.544Z Fresh slog-bunyan v2.5.0
11242024-12-04T00:11:17.544Z Fresh mime_guess v2.0.5
11252024-12-04T00:11:17.544Z Fresh hyper-tls v0.6.0
11262024-12-04T00:11:17.544Z Fresh multer v3.1.0
11272024-12-04T00:11:17.545Z Fresh camino v1.1.9
11282024-12-04T00:11:17.545Z Fresh target-triple v0.1.3
11292024-12-04T00:11:17.545Z Fresh event-listener-strategy v0.5.2
11302024-12-04T00:11:17.545Z Fresh rustls-native-certs v0.7.0
11312024-12-04T00:11:17.545Z Fresh yasna v0.5.2
11322024-12-04T00:11:17.545Z Fresh pem v3.0.4
11332024-12-04T00:11:17.545Z Fresh waitgroup v0.1.2
11342024-12-04T00:11:17.545Z Fresh openapiv3 v2.0.0
11352024-12-04T00:11:17.545Z Fresh serde_path_to_error v0.1.16
11362024-12-04T00:11:17.545Z Fresh async-trait v0.1.83
11372024-12-04T00:11:17.545Z Fresh sync_wrapper v1.0.1
11382024-12-04T00:11:17.545Z Fresh hostname v0.4.0
11392024-12-04T00:11:17.545Z Fresh http-range v0.1.4
11402024-12-04T00:11:17.545Z Fresh simple-mermaid v0.1.1
11412024-12-04T00:11:17.545Z Fresh debug-ignore v1.0.5
11422024-12-04T00:11:17.545Z Fresh glob v0.3.0
11432024-12-04T00:11:17.545Z Fresh termcolor v1.1.2
11442024-12-04T00:11:17.545Z Fresh fastrand v2.1.1
11452024-12-04T00:11:17.545Z Fresh ipnet v2.10.0
11462024-12-04T00:11:17.545Z Fresh hyper-staticfile v0.10.1
11472024-12-04T00:11:17.545Z Fresh rcgen v0.13.1
11482024-12-04T00:11:17.546Z Fresh hyper-rustls v0.26.0
11492024-12-04T00:11:17.546Z Fresh trybuild v1.0.101
11502024-12-04T00:11:17.546Z Fresh tempfile v3.14.0
11512024-12-04T00:11:17.546Z Fresh reqwest v0.12.9
11522024-12-04T00:11:17.546Z Fresh async-channel v2.3.1
11532024-12-04T00:11:17.546Z Fresh buf-list v1.0.3
11542024-12-04T00:11:17.546Z Fresh tokio-tungstenite v0.24.0
11552024-12-04T00:11:17.546Z Fresh anyhow v1.0.93
11562024-12-04T00:11:17.546Z Fresh subprocess v0.2.9
11572024-12-04T00:11:17.546Z Fresh schema-derive v0.1.0
11582024-12-04T00:11:17.546Z Fresh console v0.15.7
11592024-12-04T00:11:17.546Z Fresh schema v0.1.0
11602024-12-04T00:11:17.546Z Fresh expectorate v1.1.0
11612024-12-04T00:11:17.546Z Fresh prettyplease v0.2.25
11622024-12-04T00:11:19.843Z Compiling dropshot v0.14.0 (/work/oxidecomputer/dropshot/dropshot)
11632024-12-04T00:11:19.847Z 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=0847b9e6a59eb3ff -C extra-filename=-0847b9e6a59eb3ff --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-9c0d4e6667c268b2.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.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-42893e4f51b345d4.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-114f625e5ae784d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out`
11642024-12-04T00:11:19.848Z 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=0223bb144f23b304 -C extra-filename=-0223bb144f23b304 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.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-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11652024-12-04T00:11:26.676Z 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=4b4433e77e380189 -C extra-filename=-4b4433e77e380189 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11662024-12-04T00:11:26.679Z 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=9951fcc876b588d0 -C extra-filename=-9951fcc876b588d0 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11672024-12-04T00:11:26.688Z 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=8730581e4baeb280 -C extra-filename=-8730581e4baeb280 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11682024-12-04T00:11:26.688Z 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=aab11adfda8be22b -C extra-filename=-aab11adfda8be22b --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11692024-12-04T00:11:26.689Z 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=392c89adb2096c09 -C extra-filename=-392c89adb2096c09 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11702024-12-04T00:11:26.690Z 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=970cd5b04054410d -C extra-filename=-970cd5b04054410d --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11712024-12-04T00:11:26.693Z 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=e3370fe7c70339ee -C extra-filename=-e3370fe7c70339ee --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11722024-12-04T00:11:28.329Z 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=b775a528ab02a043 -C extra-filename=-b775a528ab02a043 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11732024-12-04T00:11:48.258Z 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=bde04dee80677131 -C extra-filename=-bde04dee80677131 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11742024-12-04T00:11:48.951Z 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=f88135e00d43a43c -C extra-filename=-f88135e00d43a43c --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11752024-12-04T00:11:49.270Z 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=98d67e5db635b92f -C extra-filename=-98d67e5db635b92f --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11762024-12-04T00:11:49.327Z 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=cc3ac25e0747cd78 -C extra-filename=-cc3ac25e0747cd78 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11772024-12-04T00:11:52.140Z 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=a86a0a41581072fe -C extra-filename=-a86a0a41581072fe --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11782024-12-04T00:11:53.839Z 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=cebe055dba8bb44d -C extra-filename=-cebe055dba8bb44d --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11792024-12-04T00:11:54.617Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.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=2cf69357d5e593a9 -C extra-filename=-2cf69357d5e593a9 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11802024-12-04T00:12:07.841Z 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=0a6301ce72225c26 -C extra-filename=-0a6301ce72225c26 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11812024-12-04T00:12:08.826Z 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=d7107186e7ce8de2 -C extra-filename=-d7107186e7ce8de2 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11822024-12-04T00:12:11.153Z 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=5a5ce844f90c8018 -C extra-filename=-5a5ce844f90c8018 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11832024-12-04T00:12:12.440Z 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=79b2bc8bc82303b0 -C extra-filename=-79b2bc8bc82303b0 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11842024-12-04T00:12:14.821Z 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=ab0105c6e2bc4116 -C extra-filename=-ab0105c6e2bc4116 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11852024-12-04T00:12:16.214Z 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=094cf703cb242041 -C extra-filename=-094cf703cb242041 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11862024-12-04T00:12:21.095Z 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=877ffc72acdd97f9 -C extra-filename=-877ffc72acdd97f9 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11872024-12-04T00:12:21.175Z 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=97d5e8a3460c9758 -C extra-filename=-97d5e8a3460c9758 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11882024-12-04T00:12:30.091Z 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=ee7800eecb534b92 -C extra-filename=-ee7800eecb534b92 --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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64`
11892024-12-04T00:12:58.957Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 41s
11902024-12-04T00:12:59.003Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-0223bb144f23b304`
11912024-12-04T00:12:59.028Z
11922024-12-04T00:12:59.028Zrunning 104 tests
11932024-12-04T00:12:59.031Ztest api_description::test::test_endpoint_versions_range ... ok
11942024-12-04T00:12:59.031Ztest api_description::test::test_endpoint_versions_overlaps ... ok
11952024-12-04T00:12:59.031Ztest api_description::test::test_endpoint_versions_matches ... ok
11962024-12-04T00:12:59.031Ztest api_description::test::test_badpath4 - should panic ... ok
11972024-12-04T00:12:59.031Ztest api_description::test::test_dup_names ... ok
11982024-12-04T00:12:59.031Ztest api_description::test::test_badpath3 ... ok
11992024-12-04T00:12:59.031Ztest api_description::test::test_badpath2 ... ok
12002024-12-04T00:12:59.031Ztest api_description::test::test_badpath1 ... ok
12012024-12-04T00:12:59.031Ztest api_description::test::test_tags_need_one ... ok
12022024-12-04T00:12:59.031Ztest api_description::test::test_tag_config_deserialize_old ... ok
12032024-12-04T00:12:59.031Ztest api_description::test::test_tags_too_many ... ok
12042024-12-04T00:12:59.031Ztest api_description::test::test_tags_just_right ... ok
12052024-12-04T00:12:59.031Ztest error::test::test_serialize_error_response_body ... ok
12062024-12-04T00:12:59.031Ztest from_map::test::test_lone_literal ... ok
12072024-12-04T00:12:59.031Ztest extractor::metadata::test::test_metadata_flattened ... ok
12082024-12-04T00:12:59.031Ztest extractor::metadata::test::test_metadata_simple ... ok
12092024-12-04T00:12:59.031Ztest from_map::test::test_deep ... ok
12102024-12-04T00:12:59.031Ztest from_map::test::test_missing_data1 ... ok
12112024-12-04T00:12:59.031Ztest from_map::test::test_missing_data2 ... ok
12122024-12-04T00:12:59.031Ztest extractor::metadata::test::test_metadata_pagination ... ok
12132024-12-04T00:12:59.031Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
12142024-12-04T00:12:59.031Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
12152024-12-04T00:12:59.031Ztest from_map::test::test_types ... ok
12162024-12-04T00:12:59.034Ztest logging::test::test_config_bad_terminal_no_level ... ok
12172024-12-04T00:12:59.034Ztest logging::test::test_config_bad_terminal_bad_level ... ok
12182024-12-04T00:12:59.034Ztest logging::test::test_config_bad_file_no_level ... ok
12192024-12-04T00:12:59.034Ztest logging::test::test_config_bad_file_no_file ... ok
12202024-12-04T00:12:59.034Ztest logging::test::test_config_bad_log_mode ... ok
12212024-12-04T00:12:59.034Ztest logging::test::test_config_bad_file_bad_path_type ... ok
12222024-12-04T00:12:59.034Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
12232024-12-04T00:12:59.034Ztest pagination::test::test_pagination_schema ... ok
12242024-12-04T00:12:59.034Ztest pagination::test::test_results_page ... ok
12252024-12-04T00:12:59.034Ztest router::test::test_bad_path_segment1 - should panic ... ok
12262024-12-04T00:12:59.034Ztest router::test::test_bad_path_segment2 - should panic ... ok
12272024-12-04T00:12:59.034Ztest router::test::test_bad_path_segment3 - should panic ... ok
12282024-12-04T00:12:59.034Znote: configured to log to "/tmp/dropshot-0223bb144f23b304.2035.file_dir/log.out"
12292024-12-04T00:12:59.034Ztest pagination::test::test_page_token_serialization ... ok
12302024-12-04T00:12:59.034Ztest pagination::test::test_pagparams_parsing ... ok
12312024-12-04T00:12:59.034Ztest router::test::test_bad_path_segment4 - should panic ... ok
12322024-12-04T00:12:59.034Ztest router::test::test_duplicate_route1 - should panic ... ok
12332024-12-04T00:12:59.034Ztest router::test::test_bogus_regex - should panic ... ok
12342024-12-04T00:12:59.034Ztest logging::test::test_config_stderr_terminal ... ok
12352024-12-04T00:12:59.034Ztest router::test::test_duplicate_route2 - should panic ... ok
12362024-12-04T00:12:59.034Ztest router::test::test_duplicate_route3 - should panic ... ok
12372024-12-04T00:12:59.034Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
12382024-12-04T00:12:59.034Ztest router::test::test_duplicate_route_same_version - should panic ... ok
12392024-12-04T00:12:59.034Ztest router::test::test_duplicate_varname - should panic ... ok
12402024-12-04T00:12:59.034Ztest router::test::test_embedded_non_variable ... ok
12412024-12-04T00:12:59.034Ztest router::test::test_empty_variable ... ok
12422024-12-04T00:12:59.034Ztest router::test::test_inconsistent_varname - should panic ... ok
12432024-12-04T00:12:59.034Ztest router::test::test_iter_null ... ok
12442024-12-04T00:12:59.034Ztest router::test::test_iter2 ... ok
12452024-12-04T00:12:59.034Ztest router::test::test_error_cases ... ok
12462024-12-04T00:12:59.035Ztest router::test::test_iter ... ok
12472024-12-04T00:12:59.035Ztest router::test::test_literal_after_regex - should panic ... ok
12482024-12-04T00:12:59.035Ztest router::test::test_map ... ok
12492024-12-04T00:12:59.035Ztest router::test::test_map_bad_seq ... ok
12502024-12-04T00:12:59.035Ztest api_description::test::test_tags_set ... ok
12512024-12-04T00:12:59.035Ztest router::test::test_literal_after_variable - should panic ... ok
12522024-12-04T00:12:59.035Ztest router::test::test_map_bad_value ... ok
12532024-12-04T00:12:59.035Znote: configured to log to "/tmp/dropshot-0223bb144f23b304.2035.file_dir/log.out"
12542024-12-04T00:12:59.035Ztest router::test::test_more_after_regex - should panic ... ok
12552024-12-04T00:12:59.035Ztest router::test::test_path_segment ... ok
12562024-12-04T00:12:59.035Ztest router::test::test_segments ... ok
12572024-12-04T00:12:59.035Ztest router::test::test_router_basic ... ok
12582024-12-04T00:12:59.035Ztest router::test::test_router_versioned ... ok
12592024-12-04T00:12:59.035Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
12602024-12-04T00:12:59.035Ztest router::test::test_variable_after_literal - should panic ... ok
12612024-12-04T00:12:59.035Ztest router::test::test_variable_name_bad_end - should panic ... ok
12622024-12-04T00:12:59.035Ztest router::test::test_variable_name_empty - should panic ... ok
12632024-12-04T00:12:59.035Ztest router::test::test_variable_rename ... ok
12642024-12-04T00:12:59.035Ztest router::test::test_variable_name_bad_start - should panic ... ok
12652024-12-04T00:12:59.035Ztest router::test::test_variables_basic ... ok
12662024-12-04T00:12:59.035Ztest router::test::test_variables_glob ... ok
12672024-12-04T00:12:59.035Ztest router::test::test_variables_multi ... ok
12682024-12-04T00:12:59.035Ztest schema_util::test::test_empty_struct ... ok
12692024-12-04T00:12:59.035Ztest schema_util::test::test_additional_properties ... ok
12702024-12-04T00:12:59.035Ztest schema_util::test::test_nullable ... ok
12712024-12-04T00:12:59.035Znote: configured to log to "/tmp/dropshot-0223bb144f23b304.2035.file_dir/log.out"
12722024-12-04T00:12:59.035Ztest schema_util::test::test_extension_conversion ... ok
12732024-12-04T00:12:59.035Ztest schema_util::test::test_bad_schema - should panic ... ok
12742024-12-04T00:12:59.038Ztest schema_util::test::test_two_types - should panic ... ok
12752024-12-04T00:12:59.038Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
12762024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
12772024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
12782024-12-04T00:12:59.038Ztest logging::test::test_config_file ... ok
12792024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
12802024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_easy_cases ... ok
12812024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
12822024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
12832024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
12842024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
12852024-12-04T00:12:59.038Ztest to_map::test::test_to_map_enum ... ok
12862024-12-04T00:12:59.038Ztest to_map::test::test_to_map_num ... ok
12872024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
12882024-12-04T00:12:59.038Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
12892024-12-04T00:12:59.038Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
12902024-12-04T00:12:59.039Ztest to_map::test::test_to_map_seq ... ok
12912024-12-04T00:12:59.039Ztest to_map::test::test_to_map_valid ... ok
12922024-12-04T00:12:59.039Ztest to_map::test::test_to_map_vec ... ok
12932024-12-04T00:12:59.039Ztest type_util::tests::test_commented_ref ... ok
12942024-12-04T00:12:59.039Ztest type_util::tests::test_reflexive_type - should panic ... ok
12952024-12-04T00:12:59.039Ztest type_util::tests::test_recursive_type - should panic ... ok
12962024-12-04T00:12:59.039Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
12972024-12-04T00:12:59.039Ztest server::test::test_drop_server_without_close_okay ... ok
12982024-12-04T00:12:59.039Ztest server::test::test_server_run_then_close ... ok
12992024-12-04T00:12:59.042Ztest server::test::test_http_acceptor_happy_path ... ok
13002024-12-04T00:12:59.042Z
13012024-12-04T00:12:59.042Ztest result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
13022024-12-04T00:12:59.042Z
13032024-12-04T00:12:59.042Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-e3370fe7c70339ee`
13042024-12-04T00:12:59.049Z
13052024-12-04T00:12:59.049Zrunning 1 test
13062024-12-04T00:12:59.251Z Locking 1 package to latest compatible version
13072024-12-04T00:12:59.274Z Adding dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13082024-12-04T00:12:59.909Z Compiling proc-macro2 v1.0.92
13092024-12-04T00:12:59.910Z Compiling unicode-ident v1.0.12
13102024-12-04T00:12:59.913Z Compiling libc v0.2.167
13112024-12-04T00:12:59.913Z Checking cfg-if v1.0.0
13122024-12-04T00:12:59.913Z Compiling serde v1.0.215
13132024-12-04T00:12:59.913Z Compiling version_check v0.9.5
13142024-12-04T00:12:59.928Z Checking itoa v1.0.1
13152024-12-04T00:13:00.061Z Checking pin-project-lite v0.2.12
13162024-12-04T00:13:00.103Z Checking memchr v2.6.0
13172024-12-04T00:13:00.131Z Compiling autocfg v1.1.0
13182024-12-04T00:13:00.180Z Compiling log v0.4.17
13192024-12-04T00:13:00.624Z Compiling thiserror v1.0.69
13202024-12-04T00:13:00.751Z Checking once_cell v1.20.1
13212024-12-04T00:13:00.948Z Checking bytes v1.9.0
13222024-12-04T00:13:01.061Z Compiling ryu v1.0.5
13232024-12-04T00:13:01.082Z Checking futures-core v0.3.31
13242024-12-04T00:13:01.268Z Compiling parking_lot_core v0.9.4
13252024-12-04T00:13:01.366Z Compiling slab v0.4.9
13262024-12-04T00:13:01.381Z Checking scopeguard v1.2.0
13272024-12-04T00:13:01.538Z Checking futures-sink v0.3.31
13282024-12-04T00:13:01.679Z Compiling serde_json v1.0.133
13292024-12-04T00:13:01.750Z Compiling cc v1.0.83
13302024-12-04T00:13:01.753Z Checking smallvec v1.13.2
13312024-12-04T00:13:01.829Z Compiling quote v1.0.37
13322024-12-04T00:13:01.891Z Checking lock_api v0.4.6
13332024-12-04T00:13:02.085Z Checking fnv v1.0.7
13342024-12-04T00:13:02.104Z Checking futures-channel v0.3.31
13352024-12-04T00:13:02.210Z Compiling syn v2.0.90
13362024-12-04T00:13:02.292Z Checking getrandom v0.2.11
13372024-12-04T00:13:02.457Z Checking socket2 v0.5.5
13382024-12-04T00:13:02.526Z Checking mio v1.0.3
13392024-12-04T00:13:02.543Z Checking signal-hook-registry v1.4.0
13402024-12-04T00:13:02.595Z Checking http v1.1.0
13412024-12-04T00:13:02.620Z Checking parking_lot v0.12.1
13422024-12-04T00:13:02.787Z Checking futures-task v0.3.31
13432024-12-04T00:13:02.904Z Checking pin-utils v0.1.0
13442024-12-04T00:13:02.945Z Checking futures-io v0.3.31
13452024-12-04T00:13:02.995Z Checking rustls-pki-types v1.10.0
13462024-12-04T00:13:03.022Z Compiling httparse v1.8.0
13472024-12-04T00:13:03.131Z Checking hashbrown v0.15.0
13482024-12-04T00:13:03.153Z Checking equivalent v1.0.0
13492024-12-04T00:13:03.332Z Checking spin v0.9.8
13502024-12-04T00:13:03.564Z Compiling ucd-trie v0.1.6
13512024-12-04T00:13:03.837Z Checking tracing-core v0.1.32
13522024-12-04T00:13:04.054Z Checking untrusted v0.9.0
13532024-12-04T00:13:04.214Z Compiling vcpkg v0.2.15
13542024-12-04T00:13:04.269Z Compiling pkg-config v0.3.31
13552024-12-04T00:13:04.316Z Checking atomic-waker v1.1.1
13562024-12-04T00:13:04.389Z Compiling typenum v1.14.0
13572024-12-04T00:13:04.450Z Checking http-body v1.0.1
13582024-12-04T00:13:04.530Z Checking tracing v0.1.40
13592024-12-04T00:13:04.804Z Compiling generic-array v0.14.5
13602024-12-04T00:13:04.892Z Checking try-lock v0.2.3
13612024-12-04T00:13:05.027Z Compiling crossbeam-utils v0.8.15
13622024-12-04T00:13:05.040Z Checking want v0.3.0
13632024-12-04T00:13:05.150Z Compiling ring v0.17.7
13642024-12-04T00:13:05.286Z Compiling unicase v2.6.0
13652024-12-04T00:13:05.314Z Checking httpdate v1.0.1
13662024-12-04T00:13:05.545Z Checking zeroize v1.7.0
13672024-12-04T00:13:05.673Z Checking subtle v2.5.0
13682024-12-04T00:13:05.731Z Compiling num-conv v0.1.0
13692024-12-04T00:13:05.780Z Compiling time-core v0.1.2
13702024-12-04T00:13:05.917Z Checking powerfmt v0.2.0
13712024-12-04T00:13:06.017Z Compiling time-macros v0.2.18
13722024-12-04T00:13:06.192Z Checking deranged v0.3.11
13732024-12-04T00:13:06.508Z Checking byteorder v1.4.3
13742024-12-04T00:13:06.776Z Compiling slog v2.7.0
13752024-12-04T00:13:06.869Z Compiling openssl-sys v0.9.103
13762024-12-04T00:13:07.451Z Checking base64 v0.22.1
13772024-12-04T00:13:07.630Z Checking bitflags v2.4.0
13782024-12-04T00:13:07.903Z Checking num_threads v0.1.3
13792024-12-04T00:13:08.014Z Compiling usdt-impl v0.5.0
13802024-12-04T00:13:08.181Z Checking tinyvec_macros v0.1.0
13812024-12-04T00:13:08.267Z Compiling openssl v0.10.66
13822024-12-04T00:13:08.411Z Checking openssl-probe v0.1.4
13832024-12-04T00:13:08.440Z Checking foreign-types-shared v0.1.1
13842024-12-04T00:13:08.453Z Checking percent-encoding v2.3.1
13852024-12-04T00:13:08.540Z Checking tower-service v0.3.1
13862024-12-04T00:13:08.554Z Compiling semver v1.0.23
13872024-12-04T00:13:08.657Z Checking foreign-types v0.3.2
13882024-12-04T00:13:08.671Z Checking form_urlencoded v1.2.1
13892024-12-04T00:13:08.802Z Checking crypto-common v0.1.6
13902024-12-04T00:13:08.857Z Checking block-buffer v0.10.2
13912024-12-04T00:13:08.970Z Checking tinyvec v1.5.1
13922024-12-04T00:13:09.272Z Checking rand_core v0.6.3
13932024-12-04T00:13:09.425Z Compiling thread-id v4.0.0
13942024-12-04T00:13:09.525Z Compiling num-traits v0.2.14
13952024-12-04T00:13:09.549Z Checking mime v0.3.16
13962024-12-04T00:13:09.582Z Compiling rustls v0.23.13
13972024-12-04T00:13:09.719Z Checking time v0.3.36
13982024-12-04T00:13:09.853Z Checking ppv-lite86 v0.2.15
13992024-12-04T00:13:09.957Z Checking plain v0.2.3
14002024-12-04T00:13:09.972Z Compiling native-tls v0.2.12
14012024-12-04T00:13:10.192Z Compiling rustls v0.22.4
14022024-12-04T00:13:10.318Z Checking unicode-normalization v0.1.24
14032024-12-04T00:13:10.584Z Checking rand_chacha v0.3.1
14042024-12-04T00:13:10.646Z Checking digest v0.10.7
14052024-12-04T00:13:10.851Z Checking rustls-pemfile v2.1.3
14062024-12-04T00:13:10.930Z Checking dirs-sys-next v0.1.2
14072024-12-04T00:13:10.958Z Checking pretty-hex v0.4.1
14082024-12-04T00:13:11.107Z Checking cpufeatures v0.2.2
14092024-12-04T00:13:11.123Z Checking unicode-bidi v0.3.15
14102024-12-04T00:13:11.136Z Checking dirs-next v2.0.0
14112024-12-04T00:13:11.203Z Checking sha1 v0.10.6
14122024-12-04T00:13:11.236Z Checking rand v0.8.4
14132024-12-04T00:13:11.403Z Checking rustls-webpki v0.102.8
14142024-12-04T00:13:11.458Z Compiling mime_guess v2.0.5
14152024-12-04T00:13:11.659Z Compiling serde_derive_internals v0.29.0
14162024-12-04T00:13:11.748Z Checking idna v0.5.0
14172024-12-04T00:13:12.666Z Checking concurrent-queue v2.5.0
14182024-12-04T00:13:13.077Z Checking thread_local v1.1.4
14192024-12-04T00:13:13.105Z Compiling multer v3.1.0
14202024-12-04T00:13:13.157Z Checking encoding_rs v0.8.32
14212024-12-04T00:13:13.373Z Compiling schemars v0.8.21
14222024-12-04T00:13:13.473Z Compiling rustix v0.38.40
14232024-12-04T00:13:13.813Z Compiling camino v1.1.9
14242024-12-04T00:13:14.466Z Compiling thiserror v2.0.3
14252024-12-04T00:13:14.706Z Checking match_cfg v0.1.0
14262024-12-04T00:13:14.807Z Checking iana-time-zone v0.1.47
14272024-12-04T00:13:14.960Z Checking parking v2.2.0
14282024-12-04T00:13:15.009Z Compiling slog-async v2.8.0
14292024-12-04T00:13:15.135Z Checking winnow v0.6.18
14302024-12-04T00:13:15.295Z Compiling paste v1.0.15
14312024-12-04T00:13:15.734Z Checking event-listener v5.0.0
14322024-12-04T00:13:15.925Z Checking hostname v0.3.1
14332024-12-04T00:13:16.170Z Checking url v2.5.2
14342024-12-04T00:13:16.200Z Checking term v0.7.0
14352024-12-04T00:13:16.488Z Checking crossbeam-channel v0.5.1
14362024-12-04T00:13:16.586Z Checking webpki-roots v0.26.5
14372024-12-04T00:13:16.646Z Checking memmap v0.7.0
14382024-12-04T00:13:16.812Z Checking is-terminal v0.4.12
14392024-12-04T00:13:16.853Z Checking errno v0.3.8
14402024-12-04T00:13:16.946Z Compiling dropshot v0.14.0 (/work/oxidecomputer/dropshot/dropshot)
14412024-12-04T00:13:16.986Z Compiling buf-list v1.0.3
14422024-12-04T00:13:17.008Z Compiling anyhow v1.0.93
14432024-12-04T00:13:17.029Z Checking lazy_static v1.5.0
14442024-12-04T00:13:17.168Z Compiling heck v0.5.0
14452024-12-04T00:13:17.255Z Checking data-encoding v2.4.0
14462024-12-04T00:13:17.307Z Checking dyn-clone v1.0.4
14472024-12-04T00:13:17.369Z Compiling serde_derive v1.0.215
14482024-12-04T00:13:17.427Z Compiling thiserror-impl v1.0.69
14492024-12-04T00:13:17.695Z Compiling tokio-macros v2.4.0
14502024-12-04T00:13:17.743Z Compiling futures-macro v0.3.31
14512024-12-04T00:13:17.776Z Compiling zerocopy-derive v0.7.32
14522024-12-04T00:13:17.779Z Compiling scroll_derive v0.12.0
14532024-12-04T00:13:17.877Z Compiling openssl-macros v0.1.1
14542024-12-04T00:13:18.203Z Compiling schemars_derive v0.8.21
14552024-12-04T00:13:19.905Z Checking scroll v0.12.0
14562024-12-04T00:13:20.074Z Checking tokio v1.41.1
14572024-12-04T00:13:20.384Z Checking goblin v0.8.0
14582024-12-04T00:13:20.501Z Checking futures-util v0.3.31
14592024-12-04T00:13:20.952Z Compiling zerocopy v0.7.32
14602024-12-04T00:13:22.332Z Compiling pest v2.7.6
14612024-12-04T00:13:24.393Z Compiling thiserror-impl v2.0.3
14622024-12-04T00:13:24.821Z Compiling pest_meta v2.7.6
14632024-12-04T00:13:25.392Z Compiling async-stream-impl v0.3.6
14642024-12-04T00:13:25.534Z Checking utf-8 v0.7.6
14652024-12-04T00:13:25.642Z Checking take_mut v0.2.2
14662024-12-04T00:13:25.716Z Checking http-body-util v0.1.2
14672024-12-04T00:13:25.743Z Checking futures-executor v0.3.31
14682024-12-04T00:13:25.794Z Checking unicode-width v0.1.9
14692024-12-04T00:13:25.954Z Checking unicode-segmentation v1.10.0
14702024-12-04T00:13:25.981Z Checking futures v0.3.31
14712024-12-04T00:13:26.100Z Compiling pest_generator v2.7.6
14722024-12-04T00:13:26.180Z Checking console v0.15.7
14732024-12-04T00:13:26.600Z Checking newline-converter v0.3.0
14742024-12-04T00:13:26.757Z Checking tungstenite v0.24.0
14752024-12-04T00:13:27.413Z Checking async-stream v0.3.6
14762024-12-04T00:13:27.608Z Compiling async-trait v0.1.83
14772024-12-04T00:13:27.749Z Checking tokio-util v0.7.7
14782024-12-04T00:13:27.926Z Checking tokio-rustls v0.26.0
14792024-12-04T00:13:28.299Z Checking tokio-native-tls v0.3.1
14802024-12-04T00:13:28.335Z Checking tokio-rustls v0.25.0
14812024-12-04T00:13:28.631Z Checking slog-term v2.9.1
14822024-12-04T00:13:29.145Z Checking event-listener-strategy v0.5.2
14832024-12-04T00:13:29.604Z Checking yasna v0.5.2
14842024-12-04T00:13:29.910Z Checking rustls-native-certs v0.7.0
14852024-12-04T00:13:30.071Z Checking pem v3.0.4
14862024-12-04T00:13:30.142Z Compiling pest_derive v2.7.6
14872024-12-04T00:13:30.266Z Checking waitgroup v0.1.2
14882024-12-04T00:13:30.343Z Checking hostname v0.4.0
14892024-12-04T00:13:30.415Z Checking sync_wrapper v1.0.1
14902024-12-04T00:13:30.479Z Checking simple-mermaid v0.1.1
14912024-12-04T00:13:30.557Z Checking debug-ignore v1.0.5
14922024-12-04T00:13:30.572Z Checking http-range v0.1.4
14932024-12-04T00:13:30.599Z Checking fastrand v2.1.1
14942024-12-04T00:13:30.692Z Checking similar v2.2.1
14952024-12-04T00:13:30.745Z Checking ipnet v2.10.0
14962024-12-04T00:13:30.925Z Checking rcgen v0.13.1
14972024-12-04T00:13:30.942Z Checking tempfile v3.14.0
14982024-12-04T00:13:31.206Z Checking async-channel v2.3.1
14992024-12-04T00:13:31.410Z Checking expectorate v1.1.0
15002024-12-04T00:13:31.545Z Checking tokio-tungstenite v0.24.0
15012024-12-04T00:13:31.574Z Checking subprocess v0.2.9
15022024-12-04T00:13:31.697Z Compiling dtrace-parser v0.2.0
15032024-12-04T00:13:32.578Z Checking indexmap v2.7.0
15042024-12-04T00:13:32.578Z Checking toml_datetime v0.6.8
15052024-12-04T00:13:32.580Z Checking serde_spanned v0.6.7
15062024-12-04T00:13:32.608Z Checking chrono v0.4.38
15072024-12-04T00:13:32.610Z Checking uuid v1.11.0
15082024-12-04T00:13:32.808Z Checking serde_urlencoded v0.7.1
15092024-12-04T00:13:32.897Z Checking serde_path_to_error v0.1.16
15102024-12-04T00:13:33.324Z Compiling serde_tokenstream v0.2.2
15112024-12-04T00:13:33.784Z Checking h2 v0.4.6
15122024-12-04T00:13:33.784Z Checking toml_edit v0.22.20
15132024-12-04T00:13:33.943Z Compiling dropshot_endpoint v0.14.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
15142024-12-04T00:13:34.061Z Checking dof v0.3.0
15152024-12-04T00:13:34.061Z Checking slog-json v2.6.1
15162024-12-04T00:13:34.064Z Checking openapiv3 v2.0.0
15172024-12-04T00:13:34.345Z Checking slog-bunyan v2.5.0
15182024-12-04T00:13:36.481Z Checking toml v0.8.19
15192024-12-04T00:13:37.527Z Compiling usdt-macro v0.5.0
15202024-12-04T00:13:37.527Z Compiling usdt-attr-macro v0.5.0
15212024-12-04T00:13:37.963Z Checking hyper v1.5.1
15222024-12-04T00:13:39.131Z Checking usdt v0.5.0
15232024-12-04T00:13:39.483Z Checking hyper-util v0.1.10
15242024-12-04T00:13:39.483Z Checking hyper-staticfile v0.10.1
15252024-12-04T00:13:40.653Z Checking hyper-rustls v0.27.3
15262024-12-04T00:13:40.653Z Checking hyper-tls v0.6.0
15272024-12-04T00:13:40.655Z Checking hyper-rustls v0.26.0
15282024-12-04T00:13:40.871Z Checking reqwest v0.12.9
15292024-12-04T00:13:43.370Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
15302024-12-04T00:13:43.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.34s
15312024-12-04T00:13:43.835Z
15322024-12-04T00:13:43.835Z
15332024-12-04T00:13:53.427Ztest tests/fail/bad_channel10.rs ... ok
15342024-12-04T00:13:53.427Ztest tests/fail/bad_channel11.rs ... ok
15352024-12-04T00:13:53.432Ztest tests/fail/bad_channel12.rs ... ok
15362024-12-04T00:13:53.432Ztest tests/fail/bad_channel13.rs ... ok
15372024-12-04T00:13:53.432Ztest tests/fail/bad_channel14.rs ... ok
15382024-12-04T00:13:53.432Ztest tests/fail/bad_channel15.rs ... ok
15392024-12-04T00:13:53.432Ztest tests/fail/bad_channel17.rs ... ok
15402024-12-04T00:13:53.432Ztest tests/fail/bad_channel18.rs ... ok
15412024-12-04T00:13:53.432Ztest tests/fail/bad_channel19.rs ... ok
15422024-12-04T00:13:53.432Ztest tests/fail/bad_channel1a.rs ... ok
15432024-12-04T00:13:53.432Ztest tests/fail/bad_channel1b.rs ... ok
15442024-12-04T00:13:53.433Ztest tests/fail/bad_channel2.rs ... ok
15452024-12-04T00:13:53.433Ztest tests/fail/bad_channel20.rs ... ok
15462024-12-04T00:13:53.433Ztest tests/fail/bad_channel21.rs ... ok
15472024-12-04T00:13:53.433Ztest tests/fail/bad_channel22.rs ... ok
15482024-12-04T00:13:53.433Ztest tests/fail/bad_channel23.rs ... ok
15492024-12-04T00:13:53.433Ztest tests/fail/bad_channel24.rs ... ok
15502024-12-04T00:13:53.433Ztest tests/fail/bad_channel25.rs ... ok
15512024-12-04T00:13:53.433Ztest tests/fail/bad_channel26.rs ... ok
15522024-12-04T00:13:53.433Ztest tests/fail/bad_channel27.rs ... ok
15532024-12-04T00:13:53.433Ztest tests/fail/bad_channel28.rs ... ok
15542024-12-04T00:13:53.433Ztest tests/fail/bad_channel3.rs ... ok
15552024-12-04T00:13:53.433Ztest tests/fail/bad_channel4.rs ... ok
15562024-12-04T00:13:53.433Ztest tests/fail/bad_channel5.rs ... ok
15572024-12-04T00:13:53.433Ztest tests/fail/bad_channel6.rs ... ok
15582024-12-04T00:13:53.433Ztest tests/fail/bad_channel8.rs ... ok
15592024-12-04T00:13:53.433Ztest tests/fail/bad_channel9.rs ... ok
15602024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint1.rs ... ok
15612024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint10.rs ... ok
15622024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint11.rs ... ok
15632024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint12.rs ... ok
15642024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint13.rs ... ok
15652024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint14.rs ... ok
15662024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint15.rs ... ok
15672024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint16.rs ... ok
15682024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint17.rs ... ok
15692024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint18.rs ... ok
15702024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint19.rs ... ok
15712024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint2.rs ... ok
15722024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint20.rs ... ok
15732024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint21.rs ... ok
15742024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint22.rs ... ok
15752024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint23.rs ... ok
15762024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint24.rs ... ok
15772024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint25.rs ... ok
15782024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint26.rs ... ok
15792024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint27.rs ... ok
15802024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint28.rs ... ok
15812024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint3.rs ... ok
15822024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint4.rs ... ok
15832024-12-04T00:13:53.433Ztest tests/fail/bad_endpoint5.rs ... ok
15842024-12-04T00:13:53.434Ztest tests/fail/bad_endpoint6.rs ... ok
15852024-12-04T00:13:53.434Ztest tests/fail/bad_endpoint7.rs ... ok
15862024-12-04T00:13:53.434Ztest tests/fail/bad_endpoint8.rs ... ok
15872024-12-04T00:13:53.434Ztest tests/fail/bad_endpoint9.rs ... ok
15882024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel10.rs ... ok
15892024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel11.rs ... ok
15902024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel12.rs ... ok
15912024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel13.rs ... ok
15922024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel14.rs ... ok
15932024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel15.rs ... ok
15942024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel17.rs ... ok
15952024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel18.rs ... ok
15962024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel19.rs ... ok
15972024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel1a.rs ... ok
15982024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel1b.rs ... ok
15992024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel2.rs ... ok
16002024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel20.rs ... ok
16012024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel21.rs ... ok
16022024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel22.rs ... ok
16032024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel23.rs ... ok
16042024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel24.rs ... ok
16052024-12-04T00:13:53.434Ztest tests/fail/bad_trait_channel25.rs ... ok
16062024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel26.rs ... ok
16072024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel28.rs ... ok
16082024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel3.rs ... ok
16092024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel4.rs ... ok
16102024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel5.rs ... ok
16112024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel6.rs ... ok
16122024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel8.rs ... ok
16132024-12-04T00:13:53.435Ztest tests/fail/bad_trait_channel9.rs ... ok
16142024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint1.rs ... ok
16152024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint10.rs ... ok
16162024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint11.rs ... ok
16172024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint12.rs ... ok
16182024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint13.rs ... ok
16192024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint14.rs ... ok
16202024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint15.rs ... ok
16212024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint16.rs ... ok
16222024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint17.rs ... ok
16232024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint18.rs ... ok
16242024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint19.rs ... ok
16252024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint2.rs ... ok
16262024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint20.rs ... ok
16272024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint21.rs ... ok
16282024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint22.rs ... ok
16292024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint23.rs ... ok
16302024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint24.rs ... ok
16312024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint25.rs ... ok
16322024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint26.rs ... ok
16332024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint27.rs ... ok
16342024-12-04T00:13:53.435Ztest tests/fail/bad_trait_endpoint28.rs ... ok
16352024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint3.rs ... ok
16362024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint4.rs ... ok
16372024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint5.rs ... ok
16382024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint6.rs ... ok
16392024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint7.rs ... ok
16402024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint8.rs ... ok
16412024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint9.rs ... ok
16422024-12-04T00:13:53.438Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
16432024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only1.rs ... ok
16442024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only10.rs ... ok
16452024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only11.rs ... ok
16462024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only12.rs ... ok
16472024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only13.rs ... ok
16482024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only14.rs ... ok
16492024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only15.rs ... ok
16502024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only16.rs ... ok
16512024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only17.rs ... ok
16522024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only18.rs ... ok
16532024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only19.rs ... ok
16542024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only2.rs ... ok
16552024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only20.rs ... ok
16562024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only21.rs ... ok
16572024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only22.rs ... ok
16582024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only3.rs ... ok
16592024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only4.rs ... ok
16602024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only5.rs ... ok
16612024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only6.rs ... ok
16622024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only7.rs ... ok
16632024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only8.rs ... ok
16642024-12-04T00:13:53.439Ztest tests/fail/bad_trait_only9.rs ... ok
16652024-12-04T00:13:53.439Ztest tests/fail/bad_version_backwards.rs ... ok
16662024-12-04T00:13:53.440Ztest tests/fail/unused_endpoint.rs ... ok
16672024-12-04T00:13:53.440Z
16682024-12-04T00:13:53.440Z
16692024-12-04T00:13:53.440Ztest fail ... ok
16702024-12-04T00:13:53.440Z
16712024-12-04T00:13:53.440Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.38s
16722024-12-04T00:13:53.440Z
16732024-12-04T00:13:53.442Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-5a5ce844f90c8018`
16742024-12-04T00:13:53.448Z
16752024-12-04T00:13:53.448Zrunning 82 tests
16762024-12-04T00:13:53.451Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
16772024-12-04T00:13:53.451Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
16782024-12-04T00:13:53.451Ztest api_trait::test_api_trait_with_complex_tags ... ok
16792024-12-04T00:13:53.451Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
16802024-12-04T00:13:53.451Ztest config::test_config_bad_bind_address_port_too_small ... ok
16812024-12-04T00:13:53.451Ztest config::test_config_bad_bind_address_garbage ... ok
16822024-12-04T00:13:53.451Ztest config::test_config_bad_bind_address_port_too_large ... ok
16832024-12-04T00:13:53.451Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
16842024-12-04T00:13:53.451Ztest config::test_config_deprecated_request_body_max_bytes ... ok
16852024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-api_trait_basic.2817.0.log"
16862024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_bind_address_https.2817.2.log"
16872024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_bind_address_https_buffer.2817.3.log"
16882024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_handler_task_mode_detached.2817.6.log"
16892024-12-04T00:13:53.454Ztest config::test_valid_config_all_settings ... ok
16902024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_handler_task_mode_cancel.2817.5.log"
16912024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_bind_address_http.2817.1.log"
16922024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_unversioned_servers_with_versioned_routes.2817.4.log"
16932024-12-04T00:13:53.454Ztest config::test_valid_config_basic ... ok
16942024-12-04T00:13:53.454Ztest config::test_valid_config_empty ... ok
16952024-12-04T00:13:53.454Ztest config::test_unversioned_servers_with_versioned_routes ... ok
16962024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_enum_extractor_error.2817.7.log"
16972024-12-04T00:13:53.454Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_enum_user_error.2817.8.log"
16982024-12-04T00:13:53.457Ztest config::test_config_handler_task_mode_detached ... ok
16992024-12-04T00:13:53.457Ztest config::test_config_handler_task_mode_cancel ... ok
17002024-12-04T00:13:53.457Ztest custom_errors::test_enum_user_error ... ok
17012024-12-04T00:13:53.457Ztest custom_errors::test_enum_extractor_error ... ok
17022024-12-04T00:13:53.460Ztest api_trait::test_api_trait_basic ... ok
17032024-12-04T00:13:53.460Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_struct_extractor_error.2817.9.log"
17042024-12-04T00:13:53.460Ztest custom_errors::test_trait_based_api ... ok
17052024-12-04T00:13:53.460Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_struct_user_error.2817.10.log"
17062024-12-04T00:13:53.460Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_trait_enum_user_error.2817.11.log"
17072024-12-04T00:13:53.460Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_trait_struct_user_error.2817.12.log"
17082024-12-04T00:13:53.460Ztest config::test_config_bind_address_http ... ok
17092024-12-04T00:13:53.460Ztest custom_errors::test_struct_extractor_error ... ok
17102024-12-04T00:13:53.460Ztest custom_errors::test_struct_user_error ... ok
17112024-12-04T00:13:53.460Ztest custom_errors::test_trait_enum_user_error ... ok
17122024-12-04T00:13:53.460Ztest custom_errors::test_trait_struct_user_error ... ok
17132024-12-04T00:13:53.463Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_302_bogus.2817.13.log"
17142024-12-04T00:13:53.463Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_302_found.2817.14.log"
17152024-12-04T00:13:53.463Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_307_temporary_redirect.2817.15.log"
17162024-12-04T00:13:53.463Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_303_see_other.2817.16.log"
17172024-12-04T00:13:53.463Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo1.2817.17.log"
17182024-12-04T00:13:53.467Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_delete_request.2817.18.log"
17192024-12-04T00:13:53.467Ztest demo::test_302_bogus ... ok
17202024-12-04T00:13:53.467Ztest demo::test_302_found ... ok
17212024-12-04T00:13:53.467Ztest demo::test_307_temporary_redirect ... ok
17222024-12-04T00:13:53.467Ztest demo::test_303_see_other ... ok
17232024-12-04T00:13:53.467Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo2query.2817.19.log"
17242024-12-04T00:13:53.467Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo2json.2817.20.log"
17252024-12-04T00:13:53.467Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo2urlencoded.2817.21.log"
17262024-12-04T00:13:53.467Ztest demo::test_demo1 ... ok
17272024-12-04T00:13:53.467Ztest demo::test_delete_request ... ok
17282024-12-04T00:13:53.467Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo3json.2817.22.log"
17292024-12-04T00:13:53.467Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_path_param_string.2817.23.log"
17302024-12-04T00:13:53.475Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_path_param_u32.2817.24.log"
17312024-12-04T00:13:53.475Ztest demo::test_demo2query ... ok
17322024-12-04T00:13:53.482Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_path_param_uuid.2817.25.log"
17332024-12-04T00:13:53.485Ztest demo::test_demo_path_param_uuid ... ok
17342024-12-04T00:13:53.488Ztest demo::test_demo_path_param_u32 ... ok
17352024-12-04T00:13:53.488Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_websocket.2817.26.log"
17362024-12-04T00:13:53.488Ztest demo::test_demo2urlencoded ... ok
17372024-12-04T00:13:53.488Ztest demo::test_demo2json ... ok
17382024-12-04T00:13:53.488Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_head_request.2817.27.log"
17392024-12-04T00:13:53.488Ztest demo::test_demo3json ... ok
17402024-12-04T00:13:53.488Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_header_request.2817.28.log"
17412024-12-04T00:13:53.488Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_large_typed_body.2817.29.log"
17422024-12-04T00:13:53.491Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-tet_raw_request.2817.30.log"
17432024-12-04T00:13:53.491Ztest config::test_config_bind_address_https ... ok
17442024-12-04T00:13:53.491Ztest config::test_config_bind_address_https_buffer ... ok
17452024-12-04T00:13:53.491Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_request_compat.2817.31.log"
17462024-12-04T00:13:53.491Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_request_remote_addr.2817.32.log"
17472024-12-04T00:13:53.497Ztest demo::test_header_request ... ok
17482024-12-04T00:13:53.497Ztest demo::test_raw_request ... ok
17492024-12-04T00:13:53.499Ztest demo::test_request_remote_addr ... ok
17502024-12-04T00:13:53.499Ztest demo::test_head_request ... ok
17512024-12-04T00:13:53.499Ztest demo::test_request_compat ... ok
17522024-12-04T00:13:53.499Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.34.log"
17532024-12-04T00:13:53.499Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-graceful_shutdown_with_detached_handler.2817.33.log"
17542024-12-04T00:13:53.499Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.35.log"
17552024-12-04T00:13:53.499Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_untyped_body.2817.36.log"
17562024-12-04T00:13:53.499Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_streaming_body.2817.37.log"
17572024-12-04T00:13:53.500Ztest demo::test_large_typed_body ... ok
17582024-12-04T00:13:53.500Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.38.log"
17592024-12-04T00:13:53.502Ztest multipart::no_content_type ... ok
17602024-12-04T00:13:53.502Ztest multipart::missing_boundary ... ok
17612024-12-04T00:13:53.503Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.39.log"
17622024-12-04T00:13:53.503Ztest demo::test_demo_websocket ... ok
17632024-12-04T00:13:53.503Ztest multipart::test_multipart_client ... ok
17642024-12-04T00:13:53.503Ztest multipart::weird_content_type ... ok
17652024-12-04T00:13:53.505Ztest demo::test_demo_path_param_string ... ok
17662024-12-04T00:13:53.505Ztest demo::test_streaming_body ... ok
17672024-12-04T00:13:53.506Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-pagination-basic.2817.40.log"
17682024-12-04T00:13:53.506Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-pagination-multiple-resources.2817.41.log"
17692024-12-04T00:13:53.506Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
17702024-12-04T00:13:53.506Ztest openapi::test_openapi_custom_error_types ... ok
17712024-12-04T00:13:53.506Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-pagination-multiple-sorts.2817.42.log"
17722024-12-04T00:13:53.515Ztest demo::test_untyped_body ... ok
17732024-12-04T00:13:53.520Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-basic.2817.43.log"
17742024-12-04T00:13:53.520Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-dictionary.2817.44.log"
17752024-12-04T00:13:53.526Ztest openapi::test_openapi ... ok
17762024-12-04T00:13:53.529Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-empty.2817.45.log"
17772024-12-04T00:13:53.531Ztest openapi::test_openapi_fuller ... ok
17782024-12-04T00:13:53.531Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-errors.2817.46.log"
17792024-12-04T00:13:53.542Ztest pagination::test_paginate_empty ... ok
17802024-12-04T00:13:53.545Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-extra_params.2817.47.log"
17812024-12-04T00:13:53.567Ztest pagination::test_paginate_errors ... ok
17822024-12-04T00:13:53.568Ztest pagination::test_paginate_extra_params ... ok
17832024-12-04T00:13:53.570Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-required_params.2817.48.log"
17842024-12-04T00:13:53.570Ztest pagination_schema::test_pagination_schema ... ok
17852024-12-04T00:13:53.570Ztest path_names::test_path_names ... ok
17862024-12-04T00:13:53.570Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_no_tls.2817.49.log"
17872024-12-04T00:13:53.578Ztest starter::test_no_tls ... ok
17882024-12-04T00:13:53.581Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_with_tls.2817.50.log"
17892024-12-04T00:13:53.588Ztest pagination::test_paginate_with_required_params ... ok
17902024-12-04T00:13:53.590Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-non_streaming_servers_do_not_use_transfer_encoding.2817.51.log"
17912024-12-04T00:13:53.597Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
17922024-12-04T00:13:53.600Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-streaming_server_buffered_client.2817.52.log"
17932024-12-04T00:13:53.632Ztest streaming::test_streaming_server_buffered_client ... ok
17942024-12-04T00:13:53.634Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-streaming_server_streaming_client.2817.53.log"
17952024-12-04T00:13:53.646Ztest pagination::test_paginate_basic ... ok
17962024-12-04T00:13:53.650Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_server_is_http.2817.54.log"
17972024-12-04T00:13:53.655Ztest tls::test_server_is_http ... ok
17982024-12-04T00:13:53.657Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_server_is_https.2817.55.log"
17992024-12-04T00:13:53.664Ztest streaming::test_streaming_server_streaming_client ... ok
18002024-12-04T00:13:53.666Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_aborted_negotiation.2817.56.log"
18012024-12-04T00:13:53.935Ztest starter::test_with_tls ... ok
18022024-12-04T00:13:53.938Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_certificate_loading.2817.57.log"
18032024-12-04T00:13:53.985Ztest tls::test_server_is_https ... ok
18042024-12-04T00:13:53.988Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_only.2817.58.log"
18052024-12-04T00:13:54.261Ztest tls::test_tls_certificate_loading ... ok
18062024-12-04T00:13:54.263Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_refresh_certificates.2817.59.log"
18072024-12-04T00:13:54.315Ztest tls::test_tls_aborted_negotiation ... ok
18082024-12-04T00:13:54.318Znote: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_versions.2817.60.log"
18092024-12-04T00:13:54.379Ztest versions::test_versions ... ok
18102024-12-04T00:13:54.382Ztest versions::test_versions_openapi ... ok
18112024-12-04T00:13:54.386Ztest versions::test_versions_openapi_same_names ... ok
18122024-12-04T00:13:54.627Ztest tls::test_tls_only ... ok
18132024-12-04T00:13:54.629Ztest tls::test_tls_refresh_certificates ... ok
18142024-12-04T00:13:55.501Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
18152024-12-04T00:13:56.284Ztest pagination::test_example_basic ... ok
18162024-12-04T00:13:56.395Ztest pagination::test_paginate_dictionary ... ok
18172024-12-04T00:13:59.782Ztest pagination::test_example_multiple_sorts ... ok
18182024-12-04T00:14:00.244Ztest pagination::test_example_multiple_resources ... ok
18192024-12-04T00:14:00.244Z
18202024-12-04T00:14:00.244Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.80s
18212024-12-04T00:14:00.244Z
18222024-12-04T00:14:00.253Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-eb13bd2a6578fc15`
18232024-12-04T00:14:00.262Z
18242024-12-04T00:14:00.262Zrunning 35 tests
18252024-12-04T00:14:00.268Ztest channel::tests::test_channel_operation_id ... ok
18262024-12-04T00:14:00.268Ztest channel::tests::test_channel_with_versions ... ok
18272024-12-04T00:14:00.270Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
18282024-12-04T00:14:00.270Ztest doc::tests::test_extract_summary_description ... ok
18292024-12-04T00:14:00.270Ztest channel::tests::test_channel_with_unnamed_params ... ok
18302024-12-04T00:14:00.270Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
18312024-12-04T00:14:00.270Ztest endpoint::tests::test_endpoint_bad_string ... ok
18322024-12-04T00:14:00.270Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
18332024-12-04T00:14:00.270Ztest endpoint::tests::test_endpoint_bad_versions ... ok
18342024-12-04T00:14:00.270Ztest endpoint::tests::test_endpoint_invalid_item ... ok
18352024-12-04T00:14:00.270Ztest endpoint::tests::test_endpoint_no_arguments ... ok
18362024-12-04T00:14:00.273Ztest endpoint::tests::test_endpoint_not_async ... ok
18372024-12-04T00:14:00.273Ztest channel::tests::test_channel_with_custom_params ... ok
18382024-12-04T00:14:00.273Ztest endpoint::tests::test_endpoint_basic ... ok
18392024-12-04T00:14:00.273Ztest endpoint::tests::test_endpoint_content_type ... ok
18402024-12-04T00:14:00.273Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
18412024-12-04T00:14:00.275Ztest api_trait::tests::test_api_trait_operation_id ... ok
18422024-12-04T00:14:00.276Ztest endpoint::tests::test_endpoint_pub_crate ... ok
18432024-12-04T00:14:00.276Ztest api_trait::tests::test_api_trait_basic ... ok
18442024-12-04T00:14:00.276Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
18452024-12-04T00:14:00.276Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
18462024-12-04T00:14:00.276Ztest endpoint::tests::test_endpoint_with_doc ... ok
18472024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
18482024-12-04T00:14:00.279Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
18492024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_tags ... ok
18502024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
18512024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_query ... ok
18522024-12-04T00:14:00.279Ztest syn_parsing::tests::test_busted_function ... ok
18532024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
18542024-12-04T00:14:00.279Ztest params::tests::test_extract_rqctx_ty_param ... ok
18552024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
18562024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
18572024-12-04T00:14:00.279Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
18582024-12-04T00:14:00.281Ztest endpoint::tests::test_operation_id ... ok
18592024-12-04T00:14:00.281Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
18602024-12-04T00:14:00.281Z
18612024-12-04T00:14:00.281Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
18622024-12-04T00:14:00.281Z
18632024-12-04T00:14:00.286Z Doc-tests dropshot
18642024-12-04T00:14:00.287Z 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-2b9c3f9b8064e8be/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-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.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-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.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-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.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-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.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-a299d5fdfbff4099.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-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.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-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.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`
18652024-12-04T00:14:00.842Z
18662024-12-04T00:14:00.842Zrunning 23 tests
18672024-12-04T00:14:02.835Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
18682024-12-04T00:14:02.841Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
18692024-12-04T00:14:02.841Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
18702024-12-04T00:14:02.944Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
18712024-12-04T00:14:07.657Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok
18722024-12-04T00:14:07.657Ztest dropshot/src/lib.rs - (line 322) ... ignored
18732024-12-04T00:14:07.727Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok
18742024-12-04T00:14:07.959Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
18752024-12-04T00:14:07.994Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
18762024-12-04T00:14:08.099Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
18772024-12-04T00:14:08.417Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
18782024-12-04T00:14:08.434Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok
18792024-12-04T00:14:08.436Ztest dropshot/src/lib.rs - channel (line 1139) ... ignored
18802024-12-04T00:14:08.436Ztest dropshot/src/lib.rs - endpoint (line 1184) ... ignored
18812024-12-04T00:14:09.685Ztest dropshot/src/lib.rs - (line 372) ... ok
18822024-12-04T00:14:10.117Ztest dropshot/src/lib.rs - (line 635) ... ok
18832024-12-04T00:14:10.120Ztest dropshot/src/lib.rs - api_description (line 1004) ... ok
18842024-12-04T00:14:10.343Ztest dropshot/src/lib.rs - api_description (line 1065) ... ok
18852024-12-04T00:14:10.411Ztest dropshot/src/lib.rs - (line 110) ... ok
18862024-12-04T00:14:10.580Ztest dropshot/src/lib.rs - (line 189) ... ok
18872024-12-04T00:14:11.284Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
18882024-12-04T00:14:13.697Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
18892024-12-04T00:14:15.225Ztest dropshot/src/lib.rs - (line 471) ... ok
18902024-12-04T00:14:15.227Z
18912024-12-04T00:14:15.227Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.38s
18922024-12-04T00:14:15.227Z
18932024-12-04T00:14:15.250Z Doc-tests dropshot_endpoint
18942024-12-04T00:14:15.253Z 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-2b9c3f9b8064e8be/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-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-63d3e8e6520526ae.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-3260d1ae9a5ddbcb.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-6ead4e278f4ae52d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.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`
18952024-12-04T00:14:15.478Z
18962024-12-04T00:14:15.478Zrunning 0 tests
18972024-12-04T00:14:15.478Z
18982024-12-04T00:14:15.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
18992024-12-04T00:14:15.478Z
19002024-12-04T00:14:15.506Z
19012024-12-04T00:14:15.509Zreal 2:58.239814697
19022024-12-04T00:14:15.509Zuser 15:03.933469153
19032024-12-04T00:14:15.510Zsys 3:07.809645432
19042024-12-04T00:14:15.510Ztrap 0.654563703
19052024-12-04T00:14:15.510Ztflt 0.667962740
19062024-12-04T00:14:15.510Zdflt 0.493726135
19072024-12-04T00:14:15.510Zkflt 0.000071536
19082024-12-04T00:14:15.510Zlock 34:45.193755575
19092024-12-04T00:14:15.510Zslp 1:16:48.427299089
19102024-12-04T00:14:15.510Zlat 49.256952218
19112024-12-04T00:14:15.510Zstop 1:27.348719164
19122024-12-04T00:14:15.510Zprocess exited: duration 351402 ms, exit code 0
 
19132024-12-04T00:14:15.516Zfound 0 output files