01JC3W7VEVR0EQ213S5SC4856M: build-and-test / illumos

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

Buildomat Job: 01JC3W84RQN3T1MDTNBRRS63FV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-07T17:56:00.981Zjob assigned to worker 01JC3W8A4KBVC5JQ18T9Y510JR (queued for 50 s)
 
22024-11-07T17:56:07.937Zstarting task 0: "setup"
32024-11-07T17:56:07.950Z++ uname -s
42024-11-07T17:56:07.952Z+ kern=SunOS
52024-11-07T17:56:07.952Z+ case "$kern" in
62024-11-07T17:56:07.952Z+ groupadd -g 12345 build
72024-11-07T17:56:07.955Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-07T17:56:09.967Z+ zfs create -o mountpoint=/work rpool/work
92024-11-07T17:56:10.179Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-07T17:56:10.182Z+ home_fs=zfs
112024-11-07T17:56:10.182Z+ [[ zfs == autofs ]]
122024-11-07T17:56:10.182Z+ mkdir -p /home/build
132024-11-07T17:56:10.185Z+ chown build:build /home/build /work
142024-11-07T17:56:12.187Z+ chmod 0700 /home/build /work
152024-11-07T17:56:12.189Zprocess exited: duration 4252 ms, exit code 0
 
162024-11-07T17:56:12.195Zstarting task 1: "rust-toolchain"
172024-11-07T17:56:12.201Z+ printf ' * toolchain channel = "%s"
182024-11-07T17:56:12.201Z' stable
192024-11-07T17:56:12.203Z * toolchain channel = "stable"
202024-11-07T17:56:12.203Z+ printf ' * toolchain profile = "%s"
212024-11-07T17:56:12.203Z' default
222024-11-07T17:56:12.203Z * toolchain profile = "default"
232024-11-07T17:56:12.203Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-07T17:56:12.203Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-07T17:56:12.321Zinfo: downloading installer
262024-11-07T17:56:13.808Zinfo: profile set to 'default'
272024-11-07T17:56:13.808Zinfo: default host triple is x86_64-unknown-illumos
282024-11-07T17:56:13.811Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-07T17:56:13.966Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-07T17:56:13.967Zinfo: downloading component 'cargo'
312024-11-07T17:56:14.798Zinfo: downloading component 'clippy'
322024-11-07T17:56:15.112Zinfo: downloading component 'rust-docs'
332024-11-07T17:56:16.273Zinfo: downloading component 'rust-std'
342024-11-07T17:56:18.132Zinfo: downloading component 'rustc'
352024-11-07T17:56:24.853Zinfo: downloading component 'rustfmt'
362024-11-07T17:56:25.092Zinfo: installing component 'cargo'
372024-11-07T17:56:25.921Zinfo: installing component 'clippy'
382024-11-07T17:56:26.403Zinfo: installing component 'rust-docs'
392024-11-07T17:56:28.142Zinfo: installing component 'rust-std'
402024-11-07T17:56:30.018Zinfo: installing component 'rustc'
412024-11-07T17:56:36.015Zinfo: installing component 'rustfmt'
422024-11-07T17:56:36.350Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-07T17:56:36.350Z
442024-11-07T17:56:36.730Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-07T17:56:36.731Z
462024-11-07T17:56:36.733Z
472024-11-07T17:56:36.733ZRust is installed now. Great!
482024-11-07T17:56:36.733Z
492024-11-07T17:56:36.733ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-07T17:56:36.733Zenvironment variable. This has not been done automatically.
512024-11-07T17:56:36.733Z
522024-11-07T17:56:36.733ZTo configure your current shell, you need to source
532024-11-07T17:56:36.733Zthe corresponding env file under $HOME/.cargo.
542024-11-07T17:56:36.733Z
552024-11-07T17:56:36.733ZThis is usually done by running one of the following (note the leading DOT):
562024-11-07T17:56:36.733Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-07T17:56:36.733Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-07T17:56:36.808Z+ rustc --version
592024-11-07T17:56:36.878Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-07T17:56:36.886Zprocess exited: duration 24680 ms, exit code 0
 
612024-11-07T17:56:36.892Zstarting task 2: "authentication"
622024-11-07T17:56:36.913Zprocess exited: duration 20 ms, exit code 0
 
632024-11-07T17:56:36.918Zstarting task 3: "clone repository"
642024-11-07T17:56:36.923Z+ mkdir -p /work/oxidecomputer/dropshot
652024-11-07T17:56:36.926Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662024-11-07T17:56:36.971ZCloning into '/work/oxidecomputer/dropshot'...
672024-11-07T17:56:38.009Z+ cd /work/oxidecomputer/dropshot
682024-11-07T17:56:38.011Z+ git fetch origin bfadc03a42fe383014a528b6dc0b0f2eb13882c1
692024-11-07T17:56:38.287ZFrom https://github.com/oxidecomputer/dropshot
702024-11-07T17:56:38.287Z * branch bfadc03a42fe383014a528b6dc0b0f2eb13882c1 -> FETCH_HEAD
712024-11-07T17:56:38.295Z+ [[ -n eliza/no-string-methods ]]
722024-11-07T17:56:38.297Z++ git branch --show-current
732024-11-07T17:56:38.300Z+ current=main
742024-11-07T17:56:38.300Z+ [[ main != eliza/no-string-methods ]]
752024-11-07T17:56:38.300Z+ git branch -f eliza/no-string-methods bfadc03a42fe383014a528b6dc0b0f2eb13882c1
762024-11-07T17:56:38.302Z+ git checkout -f eliza/no-string-methods
772024-11-07T17:56:38.321ZSwitched to branch 'eliza/no-string-methods'
782024-11-07T17:56:38.324Z+ git reset --hard bfadc03a42fe383014a528b6dc0b0f2eb13882c1
792024-11-07T17:56:38.341ZHEAD is now at bfadc03 router: Reduce string copies in path traversal
802024-11-07T17:56:38.343Zprocess exited: duration 1422 ms, exit code 0
 
812024-11-07T17:56:38.348Zstarting task 4: "build"
822024-11-07T17:56:38.355Z+ cargo --version
832024-11-07T17:56:38.358Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-07T17:56:38.531Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-07T17:56:38.531Zinfo: downloading component 'cargo'
862024-11-07T17:56:39.476Zinfo: downloading component 'clippy'
872024-11-07T17:56:39.829Zinfo: downloading component 'rust-docs'
882024-11-07T17:56:41.151Zinfo: downloading component 'rust-std'
892024-11-07T17:56:43.209Zinfo: downloading component 'rustc'
902024-11-07T17:56:50.621Zinfo: downloading component 'rustfmt'
912024-11-07T17:56:50.900Zinfo: installing component 'cargo'
922024-11-07T17:56:51.730Zinfo: installing component 'clippy'
932024-11-07T17:56:52.112Zinfo: installing component 'rust-docs'
942024-11-07T17:56:53.716Zinfo: installing component 'rust-std'
952024-11-07T17:56:55.534Zinfo: installing component 'rustc'
962024-11-07T17:57:01.281Zinfo: installing component 'rustfmt'
972024-11-07T17:57:01.701Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-07T17:57:01.704Z+ rustc --version
992024-11-07T17:57:01.775Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-07T17:57:01.778Z+ banner build
1012024-11-07T17:57:01.782Z
1022024-11-07T17:57:01.782Z ##### # # # # #####
1032024-11-07T17:57:01.782Z # # # # # # # #
1042024-11-07T17:57:01.782Z ##### # # # # # #
1052024-11-07T17:57:01.782Z # # # # # # # #
1062024-11-07T17:57:01.782Z # # # # # # # #
1072024-11-07T17:57:01.782Z ##### #### # ###### #####
1082024-11-07T17:57:01.782Z
1092024-11-07T17:57:01.784Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102024-11-07T17:57:01.944Z Updating crates.io index
1112024-11-07T17:57:02.773Z Downloading crates ...
1122024-11-07T17:57:02.844Z Downloaded digest v0.10.7
1132024-11-07T17:57:02.847Z Downloaded buf-list v1.0.3
1142024-11-07T17:57:02.849Z Downloaded async-trait v0.1.83
1152024-11-07T17:57:02.860Z Downloaded openssl-macros v0.1.1
1162024-11-07T17:57:02.865Z Downloaded num_threads v0.1.3
1172024-11-07T17:57:02.865Z Downloaded num-conv v0.1.0
1182024-11-07T17:57:02.865Z Downloaded dof v0.3.0
1192024-11-07T17:57:02.869Z Downloaded lazy_static v1.5.0
1202024-11-07T17:57:02.869Z Downloaded futures-core v0.3.31
1212024-11-07T17:57:02.869Z Downloaded fnv v1.0.7
1222024-11-07T17:57:02.872Z Downloaded futures-sink v0.3.31
1232024-11-07T17:57:02.872Z Downloaded iana-time-zone v0.1.47
1242024-11-07T17:57:02.876Z Downloaded httpdate v1.0.1
1252024-11-07T17:57:02.876Z Downloaded http-body-util v0.1.2
1262024-11-07T17:57:02.876Z Downloaded async-stream-impl v0.3.6
1272024-11-07T17:57:02.876Z Downloaded futures-macro v0.3.31
1282024-11-07T17:57:02.878Z Downloaded waitgroup v0.1.2
1292024-11-07T17:57:02.880Z Downloaded hostname v0.4.0
1302024-11-07T17:57:02.880Z Downloaded openssl-probe v0.1.4
1312024-11-07T17:57:02.882Z Downloaded data-encoding v2.4.0
1322024-11-07T17:57:02.882Z Downloaded mime v0.3.16
1332024-11-07T17:57:02.885Z Downloaded hyper-staticfile v0.10.1
1342024-11-07T17:57:02.885Z Downloaded zeroize v1.7.0
1352024-11-07T17:57:02.887Z Downloaded ipnet v2.10.0
1362024-11-07T17:57:02.890Z Downloaded crossbeam-channel v0.5.1
1372024-11-07T17:57:02.893Z Downloaded pkg-config v0.3.31
1382024-11-07T17:57:02.896Z Downloaded log v0.4.17
1392024-11-07T17:57:02.899Z Downloaded yasna v0.5.2
1402024-11-07T17:57:02.899Z Downloaded pretty-hex v0.4.1
1412024-11-07T17:57:02.901Z Downloaded native-tls v0.2.12
1422024-11-07T17:57:02.903Z Downloaded async-channel v2.3.1
1432024-11-07T17:57:02.904Z Downloaded pest_meta v2.7.6
1442024-11-07T17:57:02.907Z Downloaded event-listener v5.0.0
1452024-11-07T17:57:02.909Z Downloaded console v0.15.7
1462024-11-07T17:57:02.912Z Downloaded take_mut v0.2.2
1472024-11-07T17:57:02.912Z Downloaded scopeguard v1.2.0
1482024-11-07T17:57:02.915Z Downloaded base64 v0.22.1
1492024-11-07T17:57:02.917Z Downloaded powerfmt v0.2.0
1502024-11-07T17:57:02.920Z Downloaded hyper-rustls v0.26.0
1512024-11-07T17:57:02.923Z Downloaded paste v1.0.15
1522024-11-07T17:57:02.927Z Downloaded http-body v1.0.1
1532024-11-07T17:57:02.927Z Downloaded equivalent v1.0.0
1542024-11-07T17:57:02.927Z Downloaded serde_tokenstream v0.2.2
1552024-11-07T17:57:02.930Z Downloaded autocfg v1.1.0
1562024-11-07T17:57:02.930Z Downloaded atomic-waker v1.1.1
1572024-11-07T17:57:02.930Z Downloaded subtle v2.5.0
1582024-11-07T17:57:02.933Z Downloaded crypto-common v0.1.6
1592024-11-07T17:57:02.933Z Downloaded dirs-sys-next v0.1.2
1602024-11-07T17:57:02.935Z Downloaded anyhow v1.0.91
1612024-11-07T17:57:02.937Z Downloaded slog-json v2.6.1
1622024-11-07T17:57:02.948Z Downloaded match_cfg v0.1.0
1632024-11-07T17:57:02.949Z Downloaded rustls-native-certs v0.7.0
1642024-11-07T17:57:02.951Z Downloaded http-range v0.1.4
1652024-11-07T17:57:02.951Z Downloaded is-terminal v0.4.12
1662024-11-07T17:57:02.951Z Downloaded dirs-next v2.0.0
1672024-11-07T17:57:02.951Z Downloaded debug-ignore v1.0.5
1682024-11-07T17:57:02.952Z Downloaded cpufeatures v0.2.2
1692024-11-07T17:57:02.952Z Downloaded newline-converter v0.3.0
1702024-11-07T17:57:02.952Z Downloaded thiserror-impl v1.0.67
1712024-11-07T17:57:02.952Z Downloaded tempfile v3.13.0
1722024-11-07T17:57:02.954Z Downloaded usdt-macro v0.5.0
1732024-11-07T17:57:02.954Z Downloaded try-lock v0.2.3
1742024-11-07T17:57:02.954Z Downloaded usdt-attr-macro v0.5.0
1752024-11-07T17:57:02.958Z Downloaded cfg-if v1.0.0
1762024-11-07T17:57:02.958Z Downloaded byteorder v1.4.3
1772024-11-07T17:57:02.958Z Downloaded errno v0.3.8
1782024-11-07T17:57:02.961Z Downloaded sha2 v0.10.8
1792024-11-07T17:57:02.961Z Downloaded futures-task v0.3.31
1802024-11-07T17:57:02.964Z Downloaded futures-executor v0.3.31
1812024-11-07T17:57:02.964Z Downloaded concurrent-queue v2.5.0
1822024-11-07T17:57:02.967Z Downloaded block-buffer v0.10.2
1832024-11-07T17:57:02.967Z Downloaded rand_core v0.6.3
1842024-11-07T17:57:02.969Z Downloaded parking_lot v0.12.1
1852024-11-07T17:57:02.971Z Downloaded futures-io v0.3.31
1862024-11-07T17:57:02.975Z Downloaded socket2 v0.5.5
1872024-11-07T17:57:02.975Z Downloaded slog v2.7.0
1882024-11-07T17:57:02.977Z Downloaded hostname v0.3.1
1892024-11-07T17:57:02.980Z Downloaded version_check v0.9.5
1902024-11-07T17:57:02.980Z Downloaded similar v2.2.1
1912024-11-07T17:57:02.984Z Downloaded want v0.3.0
1922024-11-07T17:57:02.986Z Downloaded memmap v0.7.0
1932024-11-07T17:57:02.987Z Downloaded num_cpus v1.13.0
1942024-11-07T17:57:02.989Z Downloaded tokio-macros v2.3.0
1952024-11-07T17:57:02.991Z Downloaded dyn-clone v1.0.4
1962024-11-07T17:57:02.991Z Downloaded crossbeam-utils v0.8.15
1972024-11-07T17:57:02.994Z Downloaded unicase v2.6.0
1982024-11-07T17:57:02.996Z Downloaded itoa v1.0.1
1992024-11-07T17:57:02.998Z Downloaded futures-channel v0.3.31
2002024-11-07T17:57:03.001Z Downloaded expectorate v1.1.0
2012024-11-07T17:57:03.001Z Downloaded untrusted v0.9.0
2022024-11-07T17:57:03.004Z Downloaded usdt v0.5.0
2032024-11-07T17:57:03.004Z Downloaded glob v0.3.0
2042024-11-07T17:57:03.006Z Downloaded getrandom v0.2.11
2052024-11-07T17:57:03.009Z Downloaded schema-derive v0.1.0
2062024-11-07T17:57:03.009Z Downloaded schema v0.1.0
2072024-11-07T17:57:03.009Z Downloaded hyper-tls v0.6.0
2082024-11-07T17:57:03.011Z Downloaded mime_guess v2.0.5
2092024-11-07T17:57:03.011Z Downloaded heck v0.5.0
2102024-11-07T17:57:03.014Z Downloaded fastrand v2.1.1
2112024-11-07T17:57:03.014Z Downloaded toml_datetime v0.6.8
2122024-11-07T17:57:03.016Z Downloaded tokio-native-tls v0.3.1
2132024-11-07T17:57:03.019Z Downloaded unicode-width v0.1.9
2142024-11-07T17:57:03.019Z Downloaded simple-mermaid v0.1.1
2152024-11-07T17:57:03.021Z Downloaded httparse v1.8.0
2162024-11-07T17:57:03.023Z Downloaded multer v3.1.0
2172024-11-07T17:57:03.026Z Downloaded once_cell v1.20.1
2182024-11-07T17:57:03.026Z Downloaded utf-8 v0.7.6
2192024-11-07T17:57:03.028Z Downloaded pin-utils v0.1.0
2202024-11-07T17:57:03.028Z Downloaded tokio-rustls v0.25.0
2212024-11-07T17:57:03.031Z Downloaded trybuild v1.0.101
2222024-11-07T17:57:03.034Z Downloaded plain v0.2.3
2232024-11-07T17:57:03.043Z Downloaded pem v3.0.4
2242024-11-07T17:57:03.043Z Downloaded quinn v0.11.4
2252024-11-07T17:57:03.043Z Downloaded tower-service v0.3.1
2262024-11-07T17:57:03.043Z Downloaded cc v1.0.83
2272024-11-07T17:57:03.043Z Downloaded tinyvec v1.5.1
2282024-11-07T17:57:03.052Z Downloaded tokio-rustls v0.26.0
2292024-11-07T17:57:03.052Z Downloaded tinyvec_macros v0.1.0
2302024-11-07T17:57:03.052Z Downloaded thread-id v4.0.0
2312024-11-07T17:57:03.052Z Downloaded scroll_derive v0.12.0
2322024-11-07T17:57:03.052Z Downloaded num-traits v0.2.14
2332024-11-07T17:57:03.063Z Downloaded ppv-lite86 v0.2.15
2342024-11-07T17:57:03.063Z Downloaded pest_generator v2.7.6
2352024-11-07T17:57:03.063Z Downloaded ucd-trie v0.1.6
2362024-11-07T17:57:03.063Z Downloaded quinn-udp v0.5.5
2372024-11-07T17:57:03.063Z Downloaded percent-encoding v2.3.1
2382024-11-07T17:57:03.063Z Downloaded futures v0.3.31
2392024-11-07T17:57:03.075Z Downloaded rustc-hash v2.0.0
2402024-11-07T17:57:03.075Z Downloaded rand_chacha v0.3.1
2412024-11-07T17:57:03.075Z Downloaded unicode-ident v1.0.12
2422024-11-07T17:57:03.075Z Downloaded typenum v1.14.0
2432024-11-07T17:57:03.075Z Downloaded hyper-rustls v0.27.3
2442024-11-07T17:57:03.075Z Downloaded schemars_derive v0.8.21
2452024-11-07T17:57:03.075Z Downloaded unicode-bidi v0.3.15
2462024-11-07T17:57:03.088Z Downloaded sha1 v0.10.6
2472024-11-07T17:57:03.089Z Downloaded signal-hook-registry v1.4.0
2482024-11-07T17:57:03.089Z Downloaded goblin v0.8.0
2492024-11-07T17:57:03.089Z Downloaded slab v0.4.9
2502024-11-07T17:57:03.089Z Downloaded uuid v1.11.0
2512024-11-07T17:57:03.092Z Downloaded serde_urlencoded v0.7.1
2522024-11-07T17:57:03.092Z Downloaded pin-project-lite v0.2.12
2532024-11-07T17:57:03.095Z Downloaded toml v0.8.19
2542024-11-07T17:57:03.098Z Downloaded memchr v2.6.0
2552024-11-07T17:57:03.110Z Downloaded slog-bunyan v2.5.0
2562024-11-07T17:57:03.110Z Downloaded thread_local v1.1.4
2572024-11-07T17:57:03.110Z Downloaded thiserror v1.0.67
2582024-11-07T17:57:03.110Z Downloaded unicode-segmentation v1.10.0
2592024-11-07T17:57:03.124Z Downloaded termcolor v1.1.2
2602024-11-07T17:57:03.124Z Downloaded zerocopy-derive v0.7.32
2612024-11-07T17:57:03.124Z Downloaded toml_edit v0.22.20
2622024-11-07T17:57:03.138Z Downloaded url v2.5.2
2632024-11-07T17:57:03.147Z Downloaded pest v2.7.6
2642024-11-07T17:57:03.147Z Downloaded parking v2.2.0
2652024-11-07T17:57:03.147Z Downloaded chrono v0.4.38
2662024-11-07T17:57:03.153Z Downloaded time-macros v0.2.18
2672024-11-07T17:57:03.155Z Downloaded term v0.7.0
2682024-11-07T17:57:03.157Z Downloaded proc-macro2 v1.0.89
2692024-11-07T17:57:03.161Z Downloaded rustls-pki-types v1.10.0
2702024-11-07T17:57:03.164Z Downloaded openssl v0.10.66
2712024-11-07T17:57:03.172Z Downloaded serde_derive v1.0.214
2722024-11-07T17:57:03.174Z Downloaded openssl-sys v0.9.103
2732024-11-07T17:57:03.179Z Downloaded subprocess v0.2.9
2742024-11-07T17:57:03.181Z Downloaded idna v0.5.0
2752024-11-07T17:57:03.188Z Downloaded quote v1.0.37
2762024-11-07T17:57:03.195Z Downloaded schemars v0.8.21
2772024-11-07T17:57:03.201Z Downloaded time v0.3.36
2782024-11-07T17:57:03.207Z Downloaded tracing-core v0.1.32
2792024-11-07T17:57:03.210Z Downloaded serde v1.0.214
2802024-11-07T17:57:03.212Z Downloaded ryu v1.0.5
2812024-11-07T17:57:03.216Z Downloaded rcgen v0.13.1
2822024-11-07T17:57:03.219Z Downloaded serde_json v1.0.132
2832024-11-07T17:57:03.224Z Downloaded prettyplease v0.2.25
2842024-11-07T17:57:03.228Z Downloaded rand v0.8.4
2852024-11-07T17:57:03.231Z Downloaded openapiv3 v2.0.0
2862024-11-07T17:57:03.242Z Downloaded h2 v0.4.6
2872024-11-07T17:57:03.248Z Downloaded futures-util v0.3.31
2882024-11-07T17:57:03.259Z Downloaded winnow v0.6.18
2892024-11-07T17:57:03.266Z Downloaded quinn-proto v0.11.8
2902024-11-07T17:57:03.273Z Downloaded spin v0.9.8
2912024-11-07T17:57:03.275Z Downloaded unicode-normalization v0.1.24
2922024-11-07T17:57:03.278Z Downloaded zerocopy v0.7.32
2932024-11-07T17:57:03.293Z Downloaded rustls-webpki v0.102.8
2942024-11-07T17:57:03.309Z Downloaded smallvec v1.13.2
2952024-11-07T17:57:03.313Z Downloaded reqwest v0.12.9
2962024-11-07T17:57:03.319Z Downloaded slog-term v2.9.1
2972024-11-07T17:57:03.323Z Downloaded serde_derive_internals v0.29.0
2982024-11-07T17:57:03.327Z Downloaded portable-atomic v1.9.0
2992024-11-07T17:57:03.330Z Downloaded vcpkg v0.2.15
3002024-11-07T17:57:03.364Z Downloaded scroll v0.12.0
3012024-11-07T17:57:03.367Z Downloaded rustls-pemfile v2.1.3
3022024-11-07T17:57:03.371Z Downloaded hyper v1.5.0
3032024-11-07T17:57:03.374Z Downloaded webpki-roots v0.26.5
3042024-11-07T17:57:03.378Z Downloaded tokio-util v0.7.7
3052024-11-07T17:57:03.383Z Downloaded mio v0.8.11
3062024-11-07T17:57:03.388Z Downloaded syn v2.0.87
3072024-11-07T17:57:03.399Z Downloaded tracing v0.1.40
3082024-11-07T17:57:03.403Z Downloaded rustix v0.38.37
3092024-11-07T17:57:03.423Z Downloaded http v1.1.0
3102024-11-07T17:57:03.432Z Downloaded slog-async v2.8.0
3112024-11-07T17:57:03.432Z Downloaded rustls v0.23.13
3122024-11-07T17:57:03.438Z Downloaded tokio v1.38.1
3132024-11-07T17:57:03.473Z Downloaded rustls v0.22.4
3142024-11-07T17:57:03.484Z Downloaded libc v0.2.161
3152024-11-07T17:57:03.510Z Downloaded usdt-impl v0.5.0
3162024-11-07T17:57:03.512Z Downloaded parking_lot_core v0.9.4
3172024-11-07T17:57:03.515Z Downloaded pest_derive v2.7.6
3182024-11-07T17:57:03.515Z Downloaded indexmap v2.6.0
3192024-11-07T17:57:03.518Z Downloaded hashbrown v0.15.0
3202024-11-07T17:57:03.522Z Downloaded serde_spanned v0.6.7
3212024-11-07T17:57:03.525Z Downloaded serde_path_to_error v0.1.16
3222024-11-07T17:57:03.525Z Downloaded tungstenite v0.24.0
3232024-11-07T17:57:03.528Z Downloaded hyper-util v0.1.10
3242024-11-07T17:57:03.531Z Downloaded time-core v0.1.2
3252024-11-07T17:57:03.534Z Downloaded target-triple v0.1.3
3262024-11-07T17:57:03.534Z Downloaded sync_wrapper v1.0.1
3272024-11-07T17:57:03.534Z Downloaded bytes v1.8.0
3282024-11-07T17:57:03.537Z Downloaded tokio-tungstenite v0.24.0
3292024-11-07T17:57:03.539Z Downloaded lock_api v0.4.6
3302024-11-07T17:57:03.542Z Downloaded deranged v0.3.11
3312024-11-07T17:57:03.542Z Downloaded event-listener-strategy v0.5.2
3322024-11-07T17:57:03.545Z Downloaded bitflags v2.4.0
3332024-11-07T17:57:03.545Z Downloaded foreign-types-shared v0.1.1
3342024-11-07T17:57:03.547Z Downloaded foreign-types v0.3.2
3352024-11-07T17:57:03.547Z Downloaded dtrace-parser v0.2.0
3362024-11-07T17:57:03.547Z Downloaded generic-array v0.14.5
3372024-11-07T17:57:03.550Z Downloaded form_urlencoded v1.2.1
3382024-11-07T17:57:03.550Z Downloaded camino v1.1.9
3392024-11-07T17:57:03.552Z Downloaded async-stream v0.3.6
3402024-11-07T17:57:03.553Z Downloaded encoding_rs v0.8.32
3412024-11-07T17:57:03.803Z Downloaded ring v0.17.7
3422024-11-07T17:57:04.074Z Compiling proc-macro2 v1.0.89
3432024-11-07T17:57:04.074Z Compiling unicode-ident v1.0.12
3442024-11-07T17:57:04.078Z Compiling libc v0.2.161
3452024-11-07T17:57:04.078Z Compiling cfg-if v1.0.0
3462024-11-07T17:57:04.078Z Compiling serde v1.0.214
3472024-11-07T17:57:04.078Z Compiling itoa v1.0.1
3482024-11-07T17:57:04.078Z Compiling memchr v2.6.0
3492024-11-07T17:57:04.094Z Running `/home/build/.rustup/toolchains/1.81.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=d592258ebcf7c237 -C extra-filename=-d592258ebcf7c237 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3502024-11-07T17:57:04.094Z Running `/home/build/.rustup/toolchains/1.81.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.89/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=d77fa8c953dbe580 -C extra-filename=-d77fa8c953dbe580 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3512024-11-07T17:57:04.094Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/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=a1d81b6f1f9d3669 -C extra-filename=-a1d81b6f1f9d3669 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-a1d81b6f1f9d3669 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3522024-11-07T17:57:04.097Z Running `/home/build/.rustup/toolchains/1.81.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=10fb9dc3f074cb65 -C extra-filename=-10fb9dc3f074cb65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3532024-11-07T17:57:04.097Z Running `/home/build/.rustup/toolchains/1.81.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.214/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=40f6e2d5ce8fcc00 -C extra-filename=-40f6e2d5ce8fcc00 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3542024-11-07T17:57:04.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/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=b5a2b904b2609bc8 -C extra-filename=-b5a2b904b2609bc8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b5a2b904b2609bc8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552024-11-07T17:57:04.102Z Running `/home/build/.rustup/toolchains/1.81.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=742f3ff0f8260524 -C extra-filename=-742f3ff0f8260524 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3562024-11-07T17:57:04.105Z Running `/home/build/.rustup/toolchains/1.81.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=8e2c2bc259d34136 -C extra-filename=-8e2c2bc259d34136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572024-11-07T17:57:04.207Z Compiling version_check v0.9.5
3582024-11-07T17:57:04.246Z Running `/home/build/.rustup/toolchains/1.81.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=9f3f0c5e860299ef -C extra-filename=-9f3f0c5e860299ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3592024-11-07T17:57:04.266Z Compiling once_cell v1.20.1
3602024-11-07T17:57:04.282Z Running `/home/build/.rustup/toolchains/1.81.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=d7ac4481582c0a9f -C extra-filename=-d7ac4481582c0a9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3612024-11-07T17:57:04.301Z Compiling pin-project-lite v0.2.12
3622024-11-07T17:57:04.321Z Running `/home/build/.rustup/toolchains/1.81.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=cd29b7cb1c9afaae -C extra-filename=-cd29b7cb1c9afaae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3632024-11-07T17:57:04.424Z Compiling autocfg v1.1.0
3642024-11-07T17:57:04.446Z Running `/home/build/.rustup/toolchains/1.81.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=fd5f01342e792914 -C extra-filename=-fd5f01342e792914 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3652024-11-07T17:57:04.702Z Compiling bytes v1.8.0
3662024-11-07T17:57:04.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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", "serde", "std"))' -C metadata=f2b3f54863545c90 -C extra-filename=-f2b3f54863545c90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3672024-11-07T17:57:04.705Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00/build-script-build`
3682024-11-07T17:57:04.727Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580/build-script-build`
3692024-11-07T17:57:04.767Z Compiling log v0.4.17
3702024-11-07T17:57:04.770Z Running `/home/build/.rustup/toolchains/1.81.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=3098963cfac5c8fc -C extra-filename=-3098963cfac5c8fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3712024-11-07T17:57:04.789Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b5a2b904b2609bc8/build-script-build`
3722024-11-07T17:57:04.803Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-a1d81b6f1f9d3669/build-script-build`
3732024-11-07T17:57:04.834Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/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=e5943fbacbe52995 -C extra-filename=-e5943fbacbe52995 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3742024-11-07T17:57:04.859Z Compiling futures-core v0.3.31
3752024-11-07T17:57:04.861Z Running `/home/build/.rustup/toolchains/1.81.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=a0a2bff85b2c71f0 -C extra-filename=-a0a2bff85b2c71f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3762024-11-07T17:57:04.871Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --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=ca874094c6118f1f -C extra-filename=-ca874094c6118f1f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3772024-11-07T17:57:05.049Z Running `/home/build/.rustup/toolchains/1.81.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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1aebac1d143003a7 -C extra-filename=-1aebac1d143003a7 --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-d592258ebcf7c237.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)'`
3782024-11-07T17:57:05.095Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc/build-script-build`
3792024-11-07T17:57:05.098Z Compiling parking_lot_core v0.9.4
3802024-11-07T17:57:05.098Z Running `/home/build/.rustup/toolchains/1.81.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=6f166d9ac5501971 -C extra-filename=-6f166d9ac5501971 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3812024-11-07T17:57:05.110Z Running `/home/build/.rustup/toolchains/1.81.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=31376c1d09ce4e9e -C extra-filename=-31376c1d09ce4e9e --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-10fb9dc3f074cb65.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3822024-11-07T17:57:05.146Z Compiling ryu v1.0.5
3832024-11-07T17:57:05.148Z Running `/home/build/.rustup/toolchains/1.81.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=cde4168d92f0a2c0 -C extra-filename=-cde4168d92f0a2c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3842024-11-07T17:57:05.517Z Compiling cc v1.0.83
3852024-11-07T17:57:05.520Z Running `/home/build/.rustup/toolchains/1.81.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=d8cb059bc5b112d4 -C extra-filename=-d8cb059bc5b112d4 --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-e5943fbacbe52995.rmeta --cap-lints allow`
3862024-11-07T17:57:05.530Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971/build-script-build`
3872024-11-07T17:57:05.547Z Compiling slab v0.4.9
3882024-11-07T17:57:05.550Z Running `/home/build/.rustup/toolchains/1.81.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=600b0e5d850152ec -C extra-filename=-600b0e5d850152ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow`
3892024-11-07T17:57:05.593Z Compiling thiserror v1.0.67
3902024-11-07T17:57:05.597Z Running `/home/build/.rustup/toolchains/1.81.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.67/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=f3efa22e1258f464 -C extra-filename=-f3efa22e1258f464 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3912024-11-07T17:57:05.614Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0/build-script-build`
3922024-11-07T17:57:05.671Z Compiling futures-sink v0.3.31
3932024-11-07T17:57:05.674Z Running `/home/build/.rustup/toolchains/1.81.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=06ca36b4bf42871e -C extra-filename=-06ca36b4bf42871e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3942024-11-07T17:57:05.821Z Compiling quote v1.0.37
3952024-11-07T17:57:05.824Z Running `/home/build/.rustup/toolchains/1.81.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=30226bfb34090ffa -C extra-filename=-30226bfb34090ffa --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-1aebac1d143003a7.rmeta --cap-lints allow`
3962024-11-07T17:57:05.875Z Compiling smallvec v1.13.2
3972024-11-07T17:57:05.879Z Running `/home/build/.rustup/toolchains/1.81.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=8d0122e48b5f9f17 -C extra-filename=-8d0122e48b5f9f17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3982024-11-07T17:57:06.050Z Compiling scopeguard v1.2.0
3992024-11-07T17:57:06.053Z Running `/home/build/.rustup/toolchains/1.81.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=e95e5544793ebeaa -C extra-filename=-e95e5544793ebeaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4002024-11-07T17:57:06.088Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec/build-script-build`
4012024-11-07T17:57:06.146Z Compiling getrandom v0.2.11
4022024-11-07T17:57:06.149Z Running `/home/build/.rustup/toolchains/1.81.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=c055ad56e078b2bf -C extra-filename=-c055ad56e078b2bf --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow`
4032024-11-07T17:57:06.202Z Compiling syn v2.0.87
4042024-11-07T17:57:06.209Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/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=0ce93571f1bf7dd8 -C extra-filename=-0ce93571f1bf7dd8 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow`
4052024-11-07T17:57:06.220Z Running `/home/build/.rustup/toolchains/1.81.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=47a296f3e2408ec3 -C extra-filename=-47a296f3e2408ec3 --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --cap-lints allow`
4062024-11-07T17:57:06.263Z Compiling lock_api v0.4.6
4072024-11-07T17:57:06.266Z Running `/home/build/.rustup/toolchains/1.81.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=3978900608dbb478 -C extra-filename=-3978900608dbb478 --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-e95e5544793ebeaa.rmeta --cap-lints allow`
4082024-11-07T17:57:06.479Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464/build-script-build`
4092024-11-07T17:57:06.539Z Running `/home/build/.rustup/toolchains/1.81.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=b8f88142944b046a -C extra-filename=-b8f88142944b046a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4102024-11-07T17:57:06.590Z Compiling serde_json v1.0.132
4112024-11-07T17:57:06.593Z Running `/home/build/.rustup/toolchains/1.81.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.132/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=8cc29e2bfb4a4448 -C extra-filename=-8cc29e2bfb4a4448 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122024-11-07T17:57:06.746Z Compiling parking_lot v0.12.1
4132024-11-07T17:57:06.749Z Running `/home/build/.rustup/toolchains/1.81.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=9e633496c747d984 -C extra-filename=-9e633496c747d984 --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-3978900608dbb478.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-47a296f3e2408ec3.rmeta --cap-lints allow`
4142024-11-07T17:57:06.845Z Running `/home/build/.rustup/toolchains/1.81.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=a501e22f7eccc2a1 -C extra-filename=-a501e22f7eccc2a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152024-11-07T17:57:06.985Z Compiling socket2 v0.5.5
4162024-11-07T17:57:06.988Z Running `/home/build/.rustup/toolchains/1.81.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=c48d7082ea039fbe -C extra-filename=-c48d7082ea039fbe --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-ca874094c6118f1f.rmeta --cap-lints allow`
4172024-11-07T17:57:07.002Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448/build-script-build`
4182024-11-07T17:57:07.015Z Compiling mio v0.8.11
4192024-11-07T17:57:07.018Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ef534fbc7263eded -C extra-filename=-ef534fbc7263eded --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-ca874094c6118f1f.rmeta --cap-lints allow`
4202024-11-07T17:57:07.029Z Compiling num_cpus v1.13.0
4212024-11-07T17:57:07.032Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04cd0766ccd27b2b -C extra-filename=-04cd0766ccd27b2b --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-ca874094c6118f1f.rmeta --cap-lints allow`
4222024-11-07T17:57:07.136Z Compiling signal-hook-registry v1.4.0
4232024-11-07T17:57:07.138Z Running `/home/build/.rustup/toolchains/1.81.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=13ed113a032c516c -C extra-filename=-13ed113a032c516c --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-ca874094c6118f1f.rmeta --cap-lints allow`
4242024-11-07T17:57:07.158Z Compiling fnv v1.0.7
4252024-11-07T17:57:07.161Z Running `/home/build/.rustup/toolchains/1.81.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=2bd24fb3df166c6c -C extra-filename=-2bd24fb3df166c6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262024-11-07T17:57:07.198Z Compiling futures-channel v0.3.31
4272024-11-07T17:57:07.200Z Running `/home/build/.rustup/toolchains/1.81.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=82ca570e4520d2e1 -C extra-filename=-82ca570e4520d2e1 --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-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --cap-lints allow`
4282024-11-07T17:57:07.281Z Compiling http v1.1.0
4292024-11-07T17:57:07.284Z Running `/home/build/.rustup/toolchains/1.81.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=e96a4e16ea84585e -C extra-filename=-e96a4e16ea84585e --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-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --cap-lints allow`
4302024-11-07T17:57:07.656Z Compiling hashbrown v0.15.0
4312024-11-07T17:57:07.658Z Running `/home/build/.rustup/toolchains/1.81.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=ece8df7fce8a126f -C extra-filename=-ece8df7fce8a126f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322024-11-07T17:57:07.881Z Compiling equivalent v1.0.0
4332024-11-07T17:57:07.891Z Running `/home/build/.rustup/toolchains/1.81.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=26cd1883cd3a3190 -C extra-filename=-26cd1883cd3a3190 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342024-11-07T17:57:07.976Z Compiling ring v0.17.7
4352024-11-07T17:57:07.979Z Running `/home/build/.rustup/toolchains/1.81.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=d471ea9a500f0519 -C extra-filename=-d471ea9a500f0519 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-d471ea9a500f0519 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-d8cb059bc5b112d4.rlib --cap-lints allow`
4362024-11-07T17:57:07.988Z Compiling futures-io v0.3.31
4372024-11-07T17:57:07.991Z Running `/home/build/.rustup/toolchains/1.81.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=84ebde06aaab058c -C extra-filename=-84ebde06aaab058c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382024-11-07T17:57:08.141Z Compiling futures-task v0.3.31
4392024-11-07T17:57:08.144Z Running `/home/build/.rustup/toolchains/1.81.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=9291dca7b9bcdf87 -C extra-filename=-9291dca7b9bcdf87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402024-11-07T17:57:08.162Z Compiling pin-utils v0.1.0
4412024-11-07T17:57:08.165Z Running `/home/build/.rustup/toolchains/1.81.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=841cd30071337bce -C extra-filename=-841cd30071337bce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422024-11-07T17:57:08.251Z Compiling httparse v1.8.0
4432024-11-07T17:57:08.254Z Running `/home/build/.rustup/toolchains/1.81.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=dc1b216898c51762 -C extra-filename=-dc1b216898c51762 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442024-11-07T17:57:08.347Z Compiling rustls-pki-types v1.10.0
4452024-11-07T17:57:08.350Z Running `/home/build/.rustup/toolchains/1.81.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=82528c2ed6c34833 -C extra-filename=-82528c2ed6c34833 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462024-11-07T17:57:08.454Z Compiling spin v0.9.8
4472024-11-07T17:57:08.457Z Running `/home/build/.rustup/toolchains/1.81.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=069da3410e3c132f -C extra-filename=-069da3410e3c132f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482024-11-07T17:57:08.537Z Compiling tracing-core v0.1.32
4492024-11-07T17:57:08.540Z Running `/home/build/.rustup/toolchains/1.81.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=558686ac403bb3f5 -C extra-filename=-558686ac403bb3f5 --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-d7ac4481582c0a9f.rmeta --cap-lints allow`
4502024-11-07T17:57:08.673Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762/build-script-build`
4512024-11-07T17:57:08.685Z Compiling ucd-trie v0.1.6
4522024-11-07T17:57:08.688Z Running `/home/build/.rustup/toolchains/1.81.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=d3746a03a1ec9fda -C extra-filename=-d3746a03a1ec9fda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532024-11-07T17:57:08.699Z Running `/home/build/.rustup/toolchains/1.81.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=21a13ad74cc5c7c6 -C extra-filename=-21a13ad74cc5c7c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4542024-11-07T17:57:08.928Z Compiling byteorder v1.4.3
4552024-11-07T17:57:08.930Z Running `/home/build/.rustup/toolchains/1.81.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=c621ca04176e8253 -C extra-filename=-c621ca04176e8253 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562024-11-07T17:57:09.059Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-d471ea9a500f0519/build-script-build`
4572024-11-07T17:57:09.417Z Compiling untrusted v0.9.0
4582024-11-07T17:57:09.419Z Running `/home/build/.rustup/toolchains/1.81.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=5b41e9fb8926b435 -C extra-filename=-5b41e9fb8926b435 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4592024-11-07T17:57:09.469Z Compiling tracing v0.1.40
4602024-11-07T17:57:09.472Z Running `/home/build/.rustup/toolchains/1.81.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=010fd3ac9d9d5716 -C extra-filename=-010fd3ac9d9d5716 --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-cd29b7cb1c9afaae.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-558686ac403bb3f5.rmeta --cap-lints allow`
4612024-11-07T17:57:09.472Z Compiling atomic-waker v1.1.1
4622024-11-07T17:57:09.483Z Running `/home/build/.rustup/toolchains/1.81.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=ebb90767da02de40 -C extra-filename=-ebb90767da02de40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4632024-11-07T17:57:09.589Z Compiling pkg-config v0.3.31
4642024-11-07T17:57:09.592Z Running `/home/build/.rustup/toolchains/1.81.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=9a629b4764ab89dc -C extra-filename=-9a629b4764ab89dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4652024-11-07T17:57:09.666Z Compiling typenum v1.14.0
4662024-11-07T17:57:09.676Z Running `/home/build/.rustup/toolchains/1.81.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=1c4a279d732f1fa0 -C extra-filename=-1c4a279d732f1fa0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672024-11-07T17:57:09.711Z Compiling vcpkg v0.2.15
4682024-11-07T17:57:09.714Z Running `/home/build/.rustup/toolchains/1.81.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=52b6766bfbb6e521 -C extra-filename=-52b6766bfbb6e521 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692024-11-07T17:57:09.928Z Compiling http-body v1.0.1
4702024-11-07T17:57:09.931Z Running `/home/build/.rustup/toolchains/1.81.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=f7ab71ef414804f8 -C extra-filename=-f7ab71ef414804f8 --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-f2b3f54863545c90.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --cap-lints allow`
4712024-11-07T17:57:10.075Z Compiling generic-array v0.14.5
4722024-11-07T17:57:10.078Z Running `/home/build/.rustup/toolchains/1.81.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=299a563514fbfa52 -C extra-filename=-299a563514fbfa52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
4732024-11-07T17:57:10.151Z Compiling try-lock v0.2.3
4742024-11-07T17:57:10.154Z Running `/home/build/.rustup/toolchains/1.81.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=a889aadfcff4b159 -C extra-filename=-a889aadfcff4b159 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752024-11-07T17:57:10.185Z Compiling crossbeam-utils v0.8.15
4762024-11-07T17:57:10.196Z Running `/home/build/.rustup/toolchains/1.81.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=439bf7cf0b71f291 -C extra-filename=-439bf7cf0b71f291 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772024-11-07T17:57:10.294Z Compiling want v0.3.0
4782024-11-07T17:57:10.297Z Running `/home/build/.rustup/toolchains/1.81.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=ca787da9a6952171 -C extra-filename=-ca787da9a6952171 --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-31376c1d09ce4e9e.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-a889aadfcff4b159.rmeta --cap-lints allow`
4792024-11-07T17:57:10.392Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52/build-script-build`
4802024-11-07T17:57:10.453Z Compiling zeroize v1.7.0
4812024-11-07T17:57:10.456Z Running `/home/build/.rustup/toolchains/1.81.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=8e6474ef58ffc2ce -C extra-filename=-8e6474ef58ffc2ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822024-11-07T17:57:10.605Z Compiling subtle v2.5.0
4832024-11-07T17:57:10.607Z Running `/home/build/.rustup/toolchains/1.81.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=c47f07b88d3eacd6 -C extra-filename=-c47f07b88d3eacd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4842024-11-07T17:57:10.650Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0/build-script-main`
4852024-11-07T17:57:10.662Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291/build-script-build`
4862024-11-07T17:57:10.679Z Compiling time-core v0.1.2
4872024-11-07T17:57:10.682Z Running `/home/build/.rustup/toolchains/1.81.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=1b86199d291ebaea -C extra-filename=-1b86199d291ebaea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882024-11-07T17:57:10.779Z Compiling powerfmt v0.2.0
4892024-11-07T17:57:10.782Z Running `/home/build/.rustup/toolchains/1.81.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=79a4c9960552dc37 -C extra-filename=-79a4c9960552dc37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902024-11-07T17:57:10.811Z Compiling num-conv v0.1.0
4912024-11-07T17:57:10.814Z Running `/home/build/.rustup/toolchains/1.81.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=a4e311a2ece97e7c -C extra-filename=-a4e311a2ece97e7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922024-11-07T17:57:10.841Z Compiling httpdate v1.0.1
4932024-11-07T17:57:10.843Z Running `/home/build/.rustup/toolchains/1.81.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=3710a5097de34c68 -C extra-filename=-3710a5097de34c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942024-11-07T17:57:10.854Z Running `/home/build/.rustup/toolchains/1.81.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=466998a3bae240f6 -C extra-filename=-466998a3bae240f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952024-11-07T17:57:10.875Z Running `/home/build/.rustup/toolchains/1.81.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=eb6361ac66ca6ff3 -C extra-filename=-eb6361ac66ca6ff3 --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-10fb9dc3f074cb65.rmeta --cap-lints allow`
4962024-11-07T17:57:11.101Z Compiling time-macros v0.2.18
4972024-11-07T17:57:11.104Z Running `/home/build/.rustup/toolchains/1.81.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=f584f758ed4531cd -C extra-filename=-f584f758ed4531cd --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-a4e311a2ece97e7c.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rlib --extern proc_macro --cap-lints allow`
4982024-11-07T17:57:11.191Z Compiling deranged v0.3.11
4992024-11-07T17:57:11.193Z Running `/home/build/.rustup/toolchains/1.81.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=a8bb5173d15b53e0 -C extra-filename=-a8bb5173d15b53e0 --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-79a4c9960552dc37.rmeta --cap-lints allow`
5002024-11-07T17:57:11.335Z Compiling openssl-sys v0.9.103
5012024-11-07T17:57:11.338Z Running `/home/build/.rustup/toolchains/1.81.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=e156154600de7b4d -C extra-filename=-e156154600de7b4d --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-e156154600de7b4d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-d8cb059bc5b112d4.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-9a629b4764ab89dc.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-52b6766bfbb6e521.rlib --cap-lints allow`
5022024-11-07T17:57:11.363Z Compiling bitflags v2.4.0
5032024-11-07T17:57:11.367Z Running `/home/build/.rustup/toolchains/1.81.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=51bfd2bc27ffb933 -C extra-filename=-51bfd2bc27ffb933 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042024-11-07T17:57:11.851Z Compiling base64 v0.22.1
5052024-11-07T17:57:11.854Z Running `/home/build/.rustup/toolchains/1.81.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=d2813238a13a4e3d -C extra-filename=-d2813238a13a4e3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062024-11-07T17:57:12.224Z Running `/home/build/.rustup/toolchains/1.81.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=322ed2f0e912b7cf -C extra-filename=-322ed2f0e912b7cf --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-466998a3bae240f6.rmeta --cap-lints allow --cfg relaxed_coherence`
5072024-11-07T17:57:12.236Z Compiling num_threads v0.1.3
5082024-11-07T17:57:12.239Z Running `/home/build/.rustup/toolchains/1.81.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=a2e6b58fe65205cb -C extra-filename=-a2e6b58fe65205cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092024-11-07T17:57:12.316Z Running `/home/build/.rustup/toolchains/1.81.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=d5f1b0f4a32ed81a -C extra-filename=-d5f1b0f4a32ed81a --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-c055ad56e078b2bf.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
5102024-11-07T17:57:12.337Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-e156154600de7b4d/build-script-main`
5112024-11-07T17:57:12.357Z Compiling slog v2.7.0
5122024-11-07T17:57:12.360Z Running `/home/build/.rustup/toolchains/1.81.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=c06fe7155cc4b3f8 -C extra-filename=-c06fe7155cc4b3f8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132024-11-07T17:57:12.409Z Compiling unicase v2.6.0
5142024-11-07T17:57:12.411Z Running `/home/build/.rustup/toolchains/1.81.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=70918463facf3828 -C extra-filename=-70918463facf3828 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
5152024-11-07T17:57:12.663Z Compiling usdt-impl v0.5.0
5162024-11-07T17:57:12.668Z Running `/home/build/.rustup/toolchains/1.81.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=aaea62d936c84ae6 -C extra-filename=-aaea62d936c84ae6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
5172024-11-07T17:57:12.724Z Compiling openssl v0.10.66
5182024-11-07T17:57:12.727Z Running `/home/build/.rustup/toolchains/1.81.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=26b884f4547cf128 -C extra-filename=-26b884f4547cf128 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192024-11-07T17:57:12.836Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8/build-script-build`
5202024-11-07T17:57:12.895Z Compiling tower-service v0.3.1
5212024-11-07T17:57:12.898Z Running `/home/build/.rustup/toolchains/1.81.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=e1ab31e38443a730 -C extra-filename=-e1ab31e38443a730 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222024-11-07T17:57:13.009Z Compiling paste v1.0.15
5232024-11-07T17:57:13.012Z Running `/home/build/.rustup/toolchains/1.81.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=df432ca69b43752f -C extra-filename=-df432ca69b43752f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242024-11-07T17:57:13.022Z Compiling tinyvec_macros v0.1.0
5252024-11-07T17:57:13.025Z Running `/home/build/.rustup/toolchains/1.81.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=10d0ec1ac640557d -C extra-filename=-10d0ec1ac640557d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262024-11-07T17:57:13.100Z Compiling foreign-types-shared v0.1.1
5272024-11-07T17:57:13.103Z Running `/home/build/.rustup/toolchains/1.81.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=96392c29a5a90b25 -C extra-filename=-96392c29a5a90b25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282024-11-07T17:57:13.146Z Compiling openssl-probe v0.1.4
5292024-11-07T17:57:13.150Z Running `/home/build/.rustup/toolchains/1.81.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=ccb254a8c8a5a664 -C extra-filename=-ccb254a8c8a5a664 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302024-11-07T17:57:13.200Z Compiling percent-encoding v2.3.1
5312024-11-07T17:57:13.203Z Running `/home/build/.rustup/toolchains/1.81.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=2a227dfef3facbb6 -C extra-filename=-2a227dfef3facbb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322024-11-07T17:57:13.213Z Compiling foreign-types v0.3.2
5332024-11-07T17:57:13.216Z Running `/home/build/.rustup/toolchains/1.81.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=a65327a67759dbf6 -C extra-filename=-a65327a67759dbf6 --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-96392c29a5a90b25.rmeta --cap-lints allow`
5342024-11-07T17:57:13.300Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128/build-script-build`
5352024-11-07T17:57:13.318Z Compiling tinyvec v1.5.1
5362024-11-07T17:57:13.321Z Running `/home/build/.rustup/toolchains/1.81.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=1bab1612e8c89308 -C extra-filename=-1bab1612e8c89308 --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-10d0ec1ac640557d.rmeta --cap-lints allow`
5372024-11-07T17:57:13.501Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f/build-script-build`
5382024-11-07T17:57:13.530Z Compiling block-buffer v0.10.2
5392024-11-07T17:57:13.533Z Running `/home/build/.rustup/toolchains/1.81.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=b87da4e74dd8a8b8 -C extra-filename=-b87da4e74dd8a8b8 --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-322ed2f0e912b7cf.rmeta --cap-lints allow`
5402024-11-07T17:57:13.542Z Compiling crypto-common v0.1.6
5412024-11-07T17:57:13.544Z Running `/home/build/.rustup/toolchains/1.81.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=7d4adb005fe15275 -C extra-filename=-7d4adb005fe15275 --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-322ed2f0e912b7cf.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-466998a3bae240f6.rmeta --cap-lints allow`
5422024-11-07T17:57:13.557Z Compiling form_urlencoded v1.2.1
5432024-11-07T17:57:13.560Z Running `/home/build/.rustup/toolchains/1.81.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=6034213675609ae9 -C extra-filename=-6034213675609ae9 --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-2a227dfef3facbb6.rmeta --cap-lints allow`
5442024-11-07T17:57:13.606Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6/build-script-build`
5452024-11-07T17:57:13.726Z Running `/home/build/.rustup/toolchains/1.81.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=623b7fd74a090828 -C extra-filename=-623b7fd74a090828 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
5462024-11-07T17:57:13.739Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828/build-script-build`
5472024-11-07T17:57:13.776Z Running `/home/build/.rustup/toolchains/1.81.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=becd1163796dae0f -C extra-filename=-becd1163796dae0f --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-ca874094c6118f1f.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)'`
5482024-11-07T17:57:13.899Z Compiling rand_core v0.6.3
5492024-11-07T17:57:13.903Z Running `/home/build/.rustup/toolchains/1.81.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=ae94a90411442bec -C extra-filename=-ae94a90411442bec --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-c055ad56e078b2bf.rmeta --cap-lints allow`
5502024-11-07T17:57:13.912Z Compiling thread-id v4.0.0
5512024-11-07T17:57:13.914Z Running `/home/build/.rustup/toolchains/1.81.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=9beae9bdd3554305 -C extra-filename=-9beae9bdd3554305 --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-e5943fbacbe52995.rmeta --cap-lints allow`
5522024-11-07T17:57:14.016Z Compiling num-traits v0.2.14
5532024-11-07T17:57:14.019Z Running `/home/build/.rustup/toolchains/1.81.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=25d1f796f5ffb973 -C extra-filename=-25d1f796f5ffb973 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow`
5542024-11-07T17:57:14.112Z Compiling time v0.3.36
5552024-11-07T17:57:14.115Z Running `/home/build/.rustup/toolchains/1.81.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=7b5dadbc485090a9 -C extra-filename=-7b5dadbc485090a9 --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-a8bb5173d15b53e0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-a4e311a2ece97e7c.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a2e6b58fe65205cb.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-79a4c9960552dc37.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-f584f758ed4531cd.so --cap-lints allow`
5562024-11-07T17:57:14.294Z Compiling rustls-webpki v0.102.8
5572024-11-07T17:57:14.297Z Running `/home/build/.rustup/toolchains/1.81.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=facf6b7d6eb24a50 -C extra-filename=-facf6b7d6eb24a50 --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-d5f1b0f4a32ed81a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
5582024-11-07T17:57:14.353Z Compiling ppv-lite86 v0.2.15
5592024-11-07T17:57:14.356Z Running `/home/build/.rustup/toolchains/1.81.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=074a345acd155266 -C extra-filename=-074a345acd155266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602024-11-07T17:57:14.625Z Compiling native-tls v0.2.12
5612024-11-07T17:57:14.628Z Running `/home/build/.rustup/toolchains/1.81.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=9fc3009cc773601b -C extra-filename=-9fc3009cc773601b --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622024-11-07T17:57:14.811Z Compiling plain v0.2.3
5632024-11-07T17:57:14.814Z Running `/home/build/.rustup/toolchains/1.81.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=06bf14483863a4cc -C extra-filename=-06bf14483863a4cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642024-11-07T17:57:14.965Z Compiling rustls v0.22.4
5652024-11-07T17:57:14.965Z Running `/home/build/.rustup/toolchains/1.81.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=d4f820822ead4abe -C extra-filename=-d4f820822ead4abe --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d4f820822ead4abe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662024-11-07T17:57:14.990Z Compiling unicode-width v0.1.9
5672024-11-07T17:57:14.993Z Running `/home/build/.rustup/toolchains/1.81.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=1ebcc729e8c939ba -C extra-filename=-1ebcc729e8c939ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682024-11-07T17:57:15.110Z Compiling lazy_static v1.5.0
5692024-11-07T17:57:15.110Z Compiling mime v0.3.16
5702024-11-07T17:57:15.113Z Running `/home/build/.rustup/toolchains/1.81.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=e347a48c6c373223 -C extra-filename=-e347a48c6c373223 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712024-11-07T17:57:15.113Z Running `/home/build/.rustup/toolchains/1.81.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=407c4e666a8d0b2a -C extra-filename=-407c4e666a8d0b2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722024-11-07T17:57:15.135Z Compiling rustls v0.23.13
5732024-11-07T17:57:15.137Z Running `/home/build/.rustup/toolchains/1.81.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=55657060099610ca -C extra-filename=-55657060099610ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-55657060099610ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742024-11-07T17:57:15.237Z Compiling rand_chacha v0.3.1
5752024-11-07T17:57:15.249Z Running `/home/build/.rustup/toolchains/1.81.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=a8fc308e63cab52a -C extra-filename=-a8fc308e63cab52a --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-074a345acd155266.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-ae94a90411442bec.rmeta --cap-lints allow`
5762024-11-07T17:57:15.273Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4f820822ead4abe/build-script-build`
5772024-11-07T17:57:15.291Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b/build-script-build`
5782024-11-07T17:57:15.308Z Compiling unicode-normalization v0.1.24
5792024-11-07T17:57:15.311Z Running `/home/build/.rustup/toolchains/1.81.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=2656c349509caf9a -C extra-filename=-2656c349509caf9a --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-1bab1612e8c89308.rmeta --cap-lints allow`
5802024-11-07T17:57:15.451Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-55657060099610ca/build-script-build`
5812024-11-07T17:57:15.469Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973/build-script-build`
5822024-11-07T17:57:15.764Z Running `/home/build/.rustup/toolchains/1.81.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=cc7bef60130e4d67 -C extra-filename=-cc7bef60130e4d67 --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`
5832024-11-07T17:57:15.776Z Compiling digest v0.10.7
5842024-11-07T17:57:15.779Z Running `/home/build/.rustup/toolchains/1.81.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=0d6220f30712722c -C extra-filename=-0d6220f30712722c --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-b87da4e74dd8a8b8.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-7d4adb005fe15275.rmeta --cap-lints allow`
5852024-11-07T17:57:16.121Z Running `/home/build/.rustup/toolchains/1.81.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=f3b9ce85cb7f52b1 -C extra-filename=-f3b9ce85cb7f52b1 --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"))'`
5862024-11-07T17:57:16.146Z Compiling rustls-pemfile v2.1.3
5872024-11-07T17:57:16.157Z Running `/home/build/.rustup/toolchains/1.81.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=0f2546683030a139 -C extra-filename=-0f2546683030a139 --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-d2813238a13a4e3d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --cap-lints allow`
5882024-11-07T17:57:16.452Z Compiling dirs-sys-next v0.1.2
5892024-11-07T17:57:16.454Z Running `/home/build/.rustup/toolchains/1.81.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=37d565d9ed934cb6 -C extra-filename=-37d565d9ed934cb6 --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-ca874094c6118f1f.rmeta --cap-lints allow`
5902024-11-07T17:57:16.487Z Running `/home/build/.rustup/toolchains/1.81.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=79e0ca589ca36422 -C extra-filename=-79e0ca589ca36422 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
5912024-11-07T17:57:16.506Z Compiling pretty-hex v0.4.1
5922024-11-07T17:57:16.509Z Running `/home/build/.rustup/toolchains/1.81.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=81da656db6704c19 -C extra-filename=-81da656db6704c19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932024-11-07T17:57:16.577Z Compiling unicode-segmentation v1.10.0
5942024-11-07T17:57:16.580Z Running `/home/build/.rustup/toolchains/1.81.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=e4c8a52d2f6c8711 -C extra-filename=-e4c8a52d2f6c8711 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952024-11-07T17:57:16.738Z Compiling unicode-bidi v0.3.15
5962024-11-07T17:57:16.741Z Running `/home/build/.rustup/toolchains/1.81.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=fe4489388b786375 -C extra-filename=-fe4489388b786375 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972024-11-07T17:57:16.750Z Compiling winnow v0.6.18
5982024-11-07T17:57:16.761Z Running `/home/build/.rustup/toolchains/1.81.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=928300a19a06ba7e -C extra-filename=-928300a19a06ba7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992024-11-07T17:57:16.886Z Compiling cpufeatures v0.2.2
6002024-11-07T17:57:16.889Z Running `/home/build/.rustup/toolchains/1.81.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=a449e1214a22e7ab -C extra-filename=-a449e1214a22e7ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012024-11-07T17:57:16.974Z Compiling sha1 v0.10.6
6022024-11-07T17:57:16.984Z Running `/home/build/.rustup/toolchains/1.81.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=8bcb558f7ff41031 -C extra-filename=-8bcb558f7ff41031 --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-10fb9dc3f074cb65.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a449e1214a22e7ab.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0d6220f30712722c.rmeta --cap-lints allow`
6032024-11-07T17:57:17.241Z Compiling newline-converter v0.3.0
6042024-11-07T17:57:17.245Z Running `/home/build/.rustup/toolchains/1.81.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=46b7faa0d6af7b50 -C extra-filename=-46b7faa0d6af7b50 --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-e4c8a52d2f6c8711.rmeta --cap-lints allow`
6052024-11-07T17:57:17.282Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422/build-script-build`
6062024-11-07T17:57:17.392Z Compiling dirs-next v2.0.0
6072024-11-07T17:57:17.392Z Running `/home/build/.rustup/toolchains/1.81.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=4c58f6b61574b781 -C extra-filename=-4c58f6b61574b781 --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-10fb9dc3f074cb65.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-37d565d9ed934cb6.rmeta --cap-lints allow`
6082024-11-07T17:57:17.402Z Compiling mime_guess v2.0.5
6092024-11-07T17:57:17.404Z Running `/home/build/.rustup/toolchains/1.81.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=72394a1914bdbe8a -C extra-filename=-72394a1914bdbe8a --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-72394a1914bdbe8a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-cc7bef60130e4d67.rlib --cap-lints allow`
6102024-11-07T17:57:17.417Z Running `/home/build/.rustup/toolchains/1.81.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=8b61e336c22f2100 -C extra-filename=-8b61e336c22f2100 --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-11-07T17:57:17.428Z Compiling idna v0.5.0
6122024-11-07T17:57:17.432Z Running `/home/build/.rustup/toolchains/1.81.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=a3fccb11a7fb733a -C extra-filename=-a3fccb11a7fb733a --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-fe4489388b786375.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2656c349509caf9a.rmeta --cap-lints allow`
6132024-11-07T17:57:17.588Z Compiling rand v0.8.4
6142024-11-07T17:57:17.592Z Running `/home/build/.rustup/toolchains/1.81.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=1ec4cc3723c13e51 -C extra-filename=-1ec4cc3723c13e51 --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-ca874094c6118f1f.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-a8fc308e63cab52a.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-ae94a90411442bec.rmeta --cap-lints allow`
6152024-11-07T17:57:18.367Z Running `/home/build/.rustup/toolchains/1.81.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=55cf5aae750a42c8 -C extra-filename=-55cf5aae750a42c8 --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-d7ac4481582c0a9f.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d5f1b0f4a32ed81a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-facf6b7d6eb24a50.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c47f07b88d3eacd6.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-8e6474ef58ffc2ce.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6162024-11-07T17:57:18.427Z Running `/home/build/.rustup/toolchains/1.81.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=f98a9fd2e3469539 -C extra-filename=-f98a9fd2e3469539 --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-31376c1d09ce4e9e.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d5f1b0f4a32ed81a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-facf6b7d6eb24a50.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c47f07b88d3eacd6.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-8e6474ef58ffc2ce.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
6172024-11-07T17:57:18.513Z Compiling serde_derive_internals v0.29.0
6182024-11-07T17:57:18.516Z Running `/home/build/.rustup/toolchains/1.81.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=edbdf443f0ba3996 -C extra-filename=-edbdf443f0ba3996 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow`
6192024-11-07T17:57:19.106Z Compiling concurrent-queue v2.5.0
6202024-11-07T17:57:19.108Z Running `/home/build/.rustup/toolchains/1.81.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=82249b45a9b6b084 -C extra-filename=-82249b45a9b6b084 --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-eb6361ac66ca6ff3.rmeta --cap-lints allow`
6212024-11-07T17:57:19.108Z Compiling serde_derive v1.0.214
6222024-11-07T17:57:19.119Z Running `/home/build/.rustup/toolchains/1.81.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.214/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=59a97fe3b8ae5440 -C extra-filename=-59a97fe3b8ae5440 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6232024-11-07T17:57:19.229Z Compiling thiserror-impl v1.0.67
6242024-11-07T17:57:19.232Z Running `/home/build/.rustup/toolchains/1.81.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.67/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=0ea36a7f1d75489b -C extra-filename=-0ea36a7f1d75489b --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6252024-11-07T17:57:19.346Z Compiling tokio-macros v2.3.0
6262024-11-07T17:57:19.349Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac6acb7b23dcb8c5 -C extra-filename=-ac6acb7b23dcb8c5 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6272024-11-07T17:57:19.463Z Compiling futures-macro v0.3.31
6282024-11-07T17:57:19.479Z Running `/home/build/.rustup/toolchains/1.81.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=33427da0771a88e4 -C extra-filename=-33427da0771a88e4 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6292024-11-07T17:57:20.734Z Compiling zerocopy-derive v0.7.32
6302024-11-07T17:57:20.737Z Running `/home/build/.rustup/toolchains/1.81.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=50f663da3d369feb -C extra-filename=-50f663da3d369feb --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6312024-11-07T17:57:20.754Z Compiling scroll_derive v0.12.0
6322024-11-07T17:57:20.756Z Running `/home/build/.rustup/toolchains/1.81.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=6717533838172126 -C extra-filename=-6717533838172126 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6332024-11-07T17:57:20.872Z Compiling tokio v1.38.1
6342024-11-07T17:57:20.875Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=cc04e4a561731354 -C extra-filename=-cc04e4a561731354 --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-f2b3f54863545c90.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-ef534fbc7263eded.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-04cd0766ccd27b2b.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-9e633496c747d984.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-13ed113a032c516c.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c48d7082ea039fbe.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ac6acb7b23dcb8c5.so --cap-lints allow`
6352024-11-07T17:57:21.400Z Compiling futures-util v0.3.31
6362024-11-07T17:57:21.404Z Running `/home/build/.rustup/toolchains/1.81.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=33f8bee5b6233595 -C extra-filename=-33f8bee5b6233595 --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-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-33427da0771a88e4.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-841cd30071337bce.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --cap-lints allow`
6372024-11-07T17:57:22.232Z Compiling scroll v0.12.0
6382024-11-07T17:57:22.235Z Running `/home/build/.rustup/toolchains/1.81.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=061eb752c8b1ddca -C extra-filename=-061eb752c8b1ddca --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-6717533838172126.so --cap-lints allow`
6392024-11-07T17:57:22.259Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.67/src/lib.rs --error-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=6fea0e5a5cab7755 -C extra-filename=-6fea0e5a5cab7755 --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-0ea36a7f1d75489b.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
6402024-11-07T17:57:22.403Z Compiling pest v2.7.6
6412024-11-07T17:57:22.406Z Running `/home/build/.rustup/toolchains/1.81.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=a86ac4d8ba8146fd -C extra-filename=-a86ac4d8ba8146fd --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-8e2c2bc259d34136.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d3746a03a1ec9fda.rmeta --cap-lints allow`
6422024-11-07T17:57:22.787Z Compiling openssl-macros v0.1.1
6432024-11-07T17:57:22.789Z Running `/home/build/.rustup/toolchains/1.81.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=a54f0e0fede78147 -C extra-filename=-a54f0e0fede78147 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
6442024-11-07T17:57:22.912Z Compiling zerocopy v0.7.32
6452024-11-07T17:57:22.915Z Running `/home/build/.rustup/toolchains/1.81.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=cfc391119453d12a -C extra-filename=-cfc391119453d12a --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-c621ca04176e8253.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-50f663da3d369feb.so --cap-lints allow`
6462024-11-07T17:57:23.674Z Running `/home/build/.rustup/toolchains/1.81.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=a90447a2babb319e -C extra-filename=-a90447a2babb319e --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-51bfd2bc27ffb933.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-a65327a67759dbf6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-a54f0e0fede78147.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-becd1163796dae0f.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)'`
6472024-11-07T17:57:24.481Z Compiling goblin v0.8.0
6482024-11-07T17:57:24.485Z Running `/home/build/.rustup/toolchains/1.81.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=1d10f0cbe2772d2c -C extra-filename=-1d10f0cbe2772d2c --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-31376c1d09ce4e9e.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-06bf14483863a4cc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-061eb752c8b1ddca.rmeta --cap-lints allow`
6492024-11-07T17:57:25.391Z Compiling pest_meta v2.7.6
6502024-11-07T17:57:25.394Z Running `/home/build/.rustup/toolchains/1.81.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=2ca99550ce223985 -C extra-filename=-2ca99550ce223985 --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-d7ac4481582c0a9f.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --cap-lints allow`
6512024-11-07T17:57:26.617Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/src/lib.rs --error-format=json --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=b894757e4bbb2d8f -C extra-filename=-b894757e4bbb2d8f --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-59a97fe3b8ae5440.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)'`
6522024-11-07T17:57:27.887Z Compiling pest_generator v2.7.6
6532024-11-07T17:57:27.889Z Running `/home/build/.rustup/toolchains/1.81.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=b18ff40a7e90e36b -C extra-filename=-b18ff40a7e90e36b --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-a86ac4d8ba8146fd.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2ca99550ce223985.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow`
6542024-11-07T17:57:29.399Z Compiling tokio-util v0.7.7
6552024-11-07T17:57:29.402Z Running `/home/build/.rustup/toolchains/1.81.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=2aa975dae4a002bf -C extra-filename=-2aa975dae4a002bf --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-f2b3f54863545c90.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
6562024-11-07T17:57:29.637Z Compiling pest_derive v2.7.6
6572024-11-07T17:57:29.641Z Running `/home/build/.rustup/toolchains/1.81.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=7ab723e941b27af1 -C extra-filename=-7ab723e941b27af1 --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-a86ac4d8ba8146fd.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-b18ff40a7e90e36b.rlib --extern proc_macro --cap-lints allow`
6582024-11-07T17:57:30.535Z Compiling dtrace-parser v0.2.0
6592024-11-07T17:57:30.538Z Running `/home/build/.rustup/toolchains/1.81.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=d029f76f2070d533 -C extra-filename=-d029f76f2070d533 --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-a86ac4d8ba8146fd.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-7ab723e941b27af1.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --cap-lints allow`
6602024-11-07T17:57:30.616Z Running `/home/build/.rustup/toolchains/1.81.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=7189ad7c1578dc78 -C extra-filename=-7189ad7c1578dc78 --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-31376c1d09ce4e9e.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-a90447a2babb319e.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-ccb254a8c8a5a664.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-becd1163796dae0f.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6612024-11-07T17:57:30.858Z Compiling http-body-util v0.1.2
6622024-11-07T17:57:30.860Z Running `/home/build/.rustup/toolchains/1.81.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=11eeda3b2d1bf6e6 -C extra-filename=-11eeda3b2d1bf6e6 --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-f2b3f54863545c90.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
6632024-11-07T17:57:31.302Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/lib.rs --error-format=json --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=226c7c3c4ec14513 -C extra-filename=-226c7c3c4ec14513 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow`
6642024-11-07T17:57:31.388Z Running `/home/build/.rustup/toolchains/1.81.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=7bfcb34d419b213b -C extra-filename=-7bfcb34d419b213b --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-ca874094c6118f1f.rmeta --cap-lints allow`
6652024-11-07T17:57:31.492Z Compiling multer v3.1.0
6662024-11-07T17:57:31.494Z Running `/home/build/.rustup/toolchains/1.81.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=ca4e400bb5aa7b87 -C extra-filename=-ca4e400bb5aa7b87 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-ca4e400bb5aa7b87 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow`
6672024-11-07T17:57:31.832Z Compiling thread_local v1.1.4
6682024-11-07T17:57:31.835Z Running `/home/build/.rustup/toolchains/1.81.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=ff6a742419345a68 -C extra-filename=-ff6a742419345a68 --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-d7ac4481582c0a9f.rmeta --cap-lints allow`
6692024-11-07T17:57:32.461Z Compiling encoding_rs v0.8.32
6702024-11-07T17:57:32.465Z Running `/home/build/.rustup/toolchains/1.81.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=f36c748f9a2c7f7f -C extra-filename=-f36c748f9a2c7f7f --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-10fb9dc3f074cb65.rmeta --cap-lints allow`
6712024-11-07T17:57:32.918Z Running `/home/build/.rustup/toolchains/1.81.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.132/src/lib.rs --error-format=json --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=da4001afbcea7b86 -C extra-filename=-da4001afbcea7b86 --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-742f3ff0f8260524.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6722024-11-07T17:57:33.137Z Compiling indexmap v2.6.0
6732024-11-07T17:57:33.143Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=3ea7e3523b53acdc -C extra-filename=-3ea7e3523b53acdc --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-26cd1883cd3a3190.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ece8df7fce8a126f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow`
6742024-11-07T17:57:33.406Z Compiling serde_tokenstream v0.2.2
6752024-11-07T17:57:33.408Z Running `/home/build/.rustup/toolchains/1.81.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=7fb28d2646fe96f9 -C extra-filename=-7fb28d2646fe96f9 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow`
6762024-11-07T17:57:33.953Z Compiling serde_spanned v0.6.7
6772024-11-07T17:57:33.956Z Running `/home/build/.rustup/toolchains/1.81.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=e081415c54c2c6f1 -C extra-filename=-e081415c54c2c6f1 --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-b894757e4bbb2d8f.rmeta --cap-lints allow`
6782024-11-07T17:57:34.190Z Compiling toml_datetime v0.6.8
6792024-11-07T17:57:34.193Z Running `/home/build/.rustup/toolchains/1.81.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=2563f087d732dc26 -C extra-filename=-2563f087d732dc26 --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-b894757e4bbb2d8f.rmeta --cap-lints allow`
6802024-11-07T17:57:34.204Z Compiling heck v0.5.0
6812024-11-07T17:57:34.206Z Running `/home/build/.rustup/toolchains/1.81.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=bb98e02a6d0ef36d -C extra-filename=-bb98e02a6d0ef36d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6822024-11-07T17:57:34.638Z Compiling h2 v0.4.6
6832024-11-07T17:57:34.642Z Running `/home/build/.rustup/toolchains/1.81.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=67c5bab9a018a81d -C extra-filename=-67c5bab9a018a81d --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-ebb90767da02de40.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-2aa975dae4a002bf.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
6842024-11-07T17:57:34.653Z Compiling toml_edit v0.22.20
6852024-11-07T17:57:34.653Z Running `/home/build/.rustup/toolchains/1.81.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=12a77bd1ea855db8 -C extra-filename=-12a77bd1ea855db8 --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-3ea7e3523b53acdc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-e081415c54c2c6f1.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2563f087d732dc26.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-928300a19a06ba7e.rmeta --cap-lints allow`
6862024-11-07T17:57:34.748Z Compiling dof v0.3.0
6872024-11-07T17:57:34.753Z Running `/home/build/.rustup/toolchains/1.81.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=7e7418e65cbcc4b1 -C extra-filename=-7e7418e65cbcc4b1 --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-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow`
6882024-11-07T17:57:35.653Z Running `/home/build/.rustup/toolchains/1.81.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=3e9d107d8d222e4f -C extra-filename=-3e9d107d8d222e4f --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-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-7e7418e65cbcc4b1.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5943fbacbe52995.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9beae9bdd3554305.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
6892024-11-07T17:57:36.103Z Running `/home/build/.rustup/toolchains/1.81.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=f5b0996199b811bd -C extra-filename=-f5b0996199b811bd --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-1d10f0cbe2772d2c.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-81da656db6704c19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow`
6902024-11-07T17:57:36.680Z Compiling iana-time-zone v0.1.47
6912024-11-07T17:57:36.686Z Running `/home/build/.rustup/toolchains/1.81.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=d34c1efd5ce91050 -C extra-filename=-d34c1efd5ce91050 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922024-11-07T17:57:37.046Z Compiling rustix v0.38.37
6932024-11-07T17:57:37.049Z Running `/home/build/.rustup/toolchains/1.81.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.37/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=4b2300114c47d46c -C extra-filename=-4b2300114c47d46c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-4b2300114c47d46c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942024-11-07T17:57:37.256Z Compiling schemars v0.8.21
6952024-11-07T17:57:37.259Z Running `/home/build/.rustup/toolchains/1.81.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=f0e447064b65240b -C extra-filename=-f0e447064b65240b --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-f0e447064b65240b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962024-11-07T17:57:37.482Z Compiling slog-async v2.8.0
6972024-11-07T17:57:37.486Z Running `/home/build/.rustup/toolchains/1.81.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=3871fc268e179617 -C extra-filename=-3871fc268e179617 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-3871fc268e179617 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6982024-11-07T17:57:37.619Z Compiling camino v1.1.9
6992024-11-07T17:57:37.626Z Running `/home/build/.rustup/toolchains/1.81.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=75c1ab2676a89d4a -C extra-filename=-75c1ab2676a89d4a --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-75c1ab2676a89d4a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7002024-11-07T17:57:37.741Z Compiling match_cfg v0.1.0
7012024-11-07T17:57:37.744Z Running `/home/build/.rustup/toolchains/1.81.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=dec3f83c083bb282 -C extra-filename=-dec3f83c083bb282 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022024-11-07T17:57:37.836Z Compiling target-triple v0.1.3
7032024-11-07T17:57:37.838Z Running `/home/build/.rustup/toolchains/1.81.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=09758ef9afc08de4 -C extra-filename=-09758ef9afc08de4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-09758ef9afc08de4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7042024-11-07T17:57:37.986Z Compiling similar v2.2.1
7052024-11-07T17:57:37.989Z Running `/home/build/.rustup/toolchains/1.81.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=70d50c9a3f1d696c -C extra-filename=-70d50c9a3f1d696c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7062024-11-07T17:57:38.223Z Compiling parking v2.2.0
7072024-11-07T17:57:38.226Z Running `/home/build/.rustup/toolchains/1.81.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=559478ccaa5d9766 -C extra-filename=-559478ccaa5d9766 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7082024-11-07T17:57:38.330Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-09758ef9afc08de4/build-script-build`
7092024-11-07T17:57:38.350Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-75c1ab2676a89d4a/build-script-build`
7102024-11-07T17:57:38.411Z Compiling event-listener v5.0.0
7112024-11-07T17:57:38.415Z Running `/home/build/.rustup/toolchains/1.81.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=a8507f45a4cfa240 -C extra-filename=-a8507f45a4cfa240 --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-82249b45a9b6b084.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-559478ccaa5d9766.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
7122024-11-07T17:57:38.619Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-3871fc268e179617/build-script-build`
7132024-11-07T17:57:38.634Z Running `/home/build/.rustup/toolchains/1.81.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=941263f3940c97eb -C extra-filename=-941263f3940c97eb --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-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f5b0996199b811bd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-226c7c3c4ec14513.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-7bfcb34d419b213b.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7142024-11-07T17:57:38.678Z Compiling toml v0.8.19
7152024-11-07T17:57:38.681Z Running `/home/build/.rustup/toolchains/1.81.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=c99f47ad8ee9ec17 -C extra-filename=-c99f47ad8ee9ec17 --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-b894757e4bbb2d8f.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-e081415c54c2c6f1.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2563f087d732dc26.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-12a77bd1ea855db8.rmeta --cap-lints allow`
7162024-11-07T17:57:38.786Z Compiling hostname v0.3.1
7172024-11-07T17:57:38.796Z Running `/home/build/.rustup/toolchains/1.81.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=d143849e504a15f9 -C extra-filename=-d143849e504a15f9 --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-ca874094c6118f1f.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-dec3f83c083bb282.rmeta --cap-lints allow`
7182024-11-07T17:57:39.036Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-4b2300114c47d46c/build-script-build`
7192024-11-07T17:57:39.065Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f0e447064b65240b/build-script-build`
7202024-11-07T17:57:39.083Z Compiling usdt-macro v0.5.0
7212024-11-07T17:57:39.086Z Running `/home/build/.rustup/toolchains/1.81.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=50078fb5ad1bc5b3 -C extra-filename=-50078fb5ad1bc5b3 --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-d029f76f2070d533.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-3e9d107d8d222e4f.rlib --extern proc_macro --cap-lints allow`
7222024-11-07T17:57:39.149Z Compiling usdt-attr-macro v0.5.0
7232024-11-07T17:57:39.152Z Running `/home/build/.rustup/toolchains/1.81.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=2494eda628c65715 -C extra-filename=-2494eda628c65715 --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-d029f76f2070d533.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-3e9d107d8d222e4f.rlib --extern proc_macro --cap-lints allow`
7242024-11-07T17:57:40.610Z Compiling hyper v1.5.0
7252024-11-07T17:57:40.614Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --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=50a8854526f3b276 -C extra-filename=-50a8854526f3b276 --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-f2b3f54863545c90.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-67c5bab9a018a81d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-ca787da9a6952171.rmeta --cap-lints allow`
7262024-11-07T17:57:40.640Z Compiling chrono v0.4.38
7272024-11-07T17:57:40.643Z Running `/home/build/.rustup/toolchains/1.81.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=0b7c4de8323e169f -C extra-filename=-0b7c4de8323e169f --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-d34c1efd5ce91050.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8b61e336c22f2100.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow`
7282024-11-07T17:57:40.658Z Compiling slog-json v2.6.1
7292024-11-07T17:57:40.661Z Running `/home/build/.rustup/toolchains/1.81.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=a113d75cf42db9db -C extra-filename=-a113d75cf42db9db --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-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7b5dadbc485090a9.rmeta --cap-lints allow`
7302024-11-07T17:57:40.784Z Compiling serde_urlencoded v0.7.1
7312024-11-07T17:57:40.787Z Running `/home/build/.rustup/toolchains/1.81.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=244fe596c7dec875 -C extra-filename=-244fe596c7dec875 --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-6034213675609ae9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow`
7322024-11-07T17:57:40.821Z Compiling uuid v1.11.0
7332024-11-07T17:57:40.824Z Running `/home/build/.rustup/toolchains/1.81.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=bd4fa91ade0edae2 -C extra-filename=-bd4fa91ade0edae2 --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-c055ad56e078b2bf.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow`
7342024-11-07T17:57:41.060Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-ca4e400bb5aa7b87/build-script-build`
7352024-11-07T17:57:41.121Z Compiling tokio-native-tls v0.3.1
7362024-11-07T17:57:41.124Z Running `/home/build/.rustup/toolchains/1.81.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=6588b0b91b748421 -C extra-filename=-6588b0b91b748421 --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-7189ad7c1578dc78.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7372024-11-07T17:57:41.345Z Compiling tokio-rustls v0.25.0
7382024-11-07T17:57:41.349Z Running `/home/build/.rustup/toolchains/1.81.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=4b0b7352a28409d2 -C extra-filename=-4b0b7352a28409d2 --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-f98a9fd2e3469539.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
7392024-11-07T17:57:41.388Z Compiling tokio-rustls v0.26.0
7402024-11-07T17:57:41.391Z Running `/home/build/.rustup/toolchains/1.81.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=8a3290b256f41ebd -C extra-filename=-8a3290b256f41ebd --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-55cf5aae750a42c8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
7412024-11-07T17:57:41.776Z Compiling futures-executor v0.3.31
7422024-11-07T17:57:41.779Z Running `/home/build/.rustup/toolchains/1.81.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=f643d896e3b135dc -C extra-filename=-f643d896e3b135dc --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-a0a2bff85b2c71f0.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --cap-lints allow`
7432024-11-07T17:57:41.796Z Compiling schemars_derive v0.8.21
7442024-11-07T17:57:41.798Z Running `/home/build/.rustup/toolchains/1.81.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=6402fe40ceb18983 -C extra-filename=-6402fe40ceb18983 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-edbdf443f0ba3996.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
7452024-11-07T17:57:41.901Z Compiling async-stream-impl v0.3.6
7462024-11-07T17:57:41.906Z Running `/home/build/.rustup/toolchains/1.81.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=286a1b35a9b22e0e -C extra-filename=-286a1b35a9b22e0e --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
7472024-11-07T17:57:42.469Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-72394a1914bdbe8a/build-script-build`
7482024-11-07T17:57:42.493Z Compiling url v2.5.2
7492024-11-07T17:57:42.499Z Running `/home/build/.rustup/toolchains/1.81.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=a8ade3ec4438d82a -C extra-filename=-a8ade3ec4438d82a --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-6034213675609ae9.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a3fccb11a7fb733a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --cap-lints allow`
7502024-11-07T17:57:42.939Z Compiling term v0.7.0
7512024-11-07T17:57:42.942Z Running `/home/build/.rustup/toolchains/1.81.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=c0e6b7409069752e -C extra-filename=-c0e6b7409069752e --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-4c58f6b61574b781.rmeta --cap-lints allow`
7522024-11-07T17:57:43.308Z Compiling hyper-util v0.1.10
7532024-11-07T17:57:43.313Z Running `/home/build/.rustup/toolchains/1.81.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=ef03d929ac9581f4 -C extra-filename=-ef03d929ac9581f4 --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-f2b3f54863545c90.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c48d7082ea039fbe.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
7542024-11-07T17:57:44.597Z Compiling crossbeam-channel v0.5.1
7552024-11-07T17:57:44.601Z Running `/home/build/.rustup/toolchains/1.81.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=c1c0e7364fb015ec -C extra-filename=-c1c0e7364fb015ec --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-10fb9dc3f074cb65.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-eb6361ac66ca6ff3.rmeta --cap-lints allow`
7562024-11-07T17:57:44.610Z Compiling webpki-roots v0.26.5
7572024-11-07T17:57:44.613Z Running `/home/build/.rustup/toolchains/1.81.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=5a173083876d288a -C extra-filename=-5a173083876d288a --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-82528c2ed6c34833.rmeta --cap-lints allow`
7582024-11-07T17:57:44.810Z Compiling memmap v0.7.0
7592024-11-07T17:57:44.813Z Running `/home/build/.rustup/toolchains/1.81.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=a99b5fcb8c15cc1a -C extra-filename=-a99b5fcb8c15cc1a --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-ca874094c6118f1f.rmeta --cap-lints allow`
7602024-11-07T17:57:44.825Z Compiling is-terminal v0.4.12
7612024-11-07T17:57:44.825Z Running `/home/build/.rustup/toolchains/1.81.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=3ab3a140001f4cf1 -C extra-filename=-3ab3a140001f4cf1 --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-ca874094c6118f1f.rmeta --cap-lints allow`
7622024-11-07T17:57:44.839Z Compiling errno v0.3.8
7632024-11-07T17:57:44.841Z Running `/home/build/.rustup/toolchains/1.81.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=ef72ee92fe4f22fd -C extra-filename=-ef72ee92fe4f22fd --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-ca874094c6118f1f.rmeta --cap-lints allow`
7642024-11-07T17:57:44.887Z Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot)
7652024-11-07T17:57:44.889Z Running `/home/build/.rustup/toolchains/1.81.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=65ed69b788ffa4f2 -C extra-filename=-65ed69b788ffa4f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-65ed69b788ffa4f2 -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-9f3f0c5e860299ef.rlib`
7662024-11-07T17:57:44.935Z Compiling anyhow v1.0.91
7672024-11-07T17:57:44.940Z Running `/home/build/.rustup/toolchains/1.81.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.91/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=c56a9d8e51bbad34 -C extra-filename=-c56a9d8e51bbad34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-c56a9d8e51bbad34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682024-11-07T17:57:45.075Z Compiling dyn-clone v1.0.4
7692024-11-07T17:57:45.078Z Running `/home/build/.rustup/toolchains/1.81.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=542882571363b762 -C extra-filename=-542882571363b762 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702024-11-07T17:57:45.197Z Compiling take_mut v0.2.2
7712024-11-07T17:57:45.199Z Running `/home/build/.rustup/toolchains/1.81.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=d4af846d3fc33c2e -C extra-filename=-d4af846d3fc33c2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722024-11-07T17:57:45.212Z Compiling utf-8 v0.7.6
7732024-11-07T17:57:45.212Z Running `/home/build/.rustup/toolchains/1.81.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=c11433f03abfe393 -C extra-filename=-c11433f03abfe393 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742024-11-07T17:57:45.243Z Compiling data-encoding v2.4.0
7752024-11-07T17:57:45.247Z Running `/home/build/.rustup/toolchains/1.81.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=df1f794fc3ac218c -C extra-filename=-df1f794fc3ac218c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762024-11-07T17:57:45.340Z Compiling buf-list v1.0.3
7772024-11-07T17:57:45.343Z Running `/home/build/.rustup/toolchains/1.81.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=304dae053e391bd3 -C extra-filename=-304dae053e391bd3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-304dae053e391bd3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782024-11-07T17:57:45.381Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-65ed69b788ffa4f2/build-script-build`
7792024-11-07T17:57:45.452Z Running `/home/build/.rustup/toolchains/1.81.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=d4739def605b204f -C extra-filename=-d4739def605b204f --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-c1c0e7364fb015ec.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-d4af846d3fc33c2e.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ff6a742419345a68.rmeta --cap-lints allow --cfg integer128`
7802024-11-07T17:57:45.535Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-c56a9d8e51bbad34/build-script-build`
7812024-11-07T17:57:45.577Z Running `/home/build/.rustup/toolchains/1.81.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=c713a7678ab6a37e -C extra-filename=-c713a7678ab6a37e --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-0b7c4de8323e169f.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-542882571363b762.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-6402fe40ceb18983.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7822024-11-07T17:57:45.782Z Compiling hyper-rustls v0.27.3
7832024-11-07T17:57:45.785Z Running `/home/build/.rustup/toolchains/1.81.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=e66fd62eefea01d6 -C extra-filename=-e66fd62eefea01d6 --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-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55cf5aae750a42c8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8a3290b256f41ebd.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-5a173083876d288a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
7842024-11-07T17:57:45.880Z Compiling hyper-tls v0.6.0
7852024-11-07T17:57:45.883Z Running `/home/build/.rustup/toolchains/1.81.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=d640171a165eda48 -C extra-filename=-d640171a165eda48 --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-f2b3f54863545c90.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-7189ad7c1578dc78.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-6588b0b91b748421.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7862024-11-07T17:57:45.924Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-304dae053e391bd3/build-script-build`
7872024-11-07T17:57:45.984Z Compiling tungstenite v0.24.0
7882024-11-07T17:57:45.987Z Running `/home/build/.rustup/toolchains/1.81.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=75137d93ebf7f9ec -C extra-filename=-75137d93ebf7f9ec --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-c621ca04176e8253.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-df1f794fc3ac218c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-1ec4cc3723c13e51.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-c11433f03abfe393.rmeta --cap-lints allow`
7892024-11-07T17:57:46.255Z Compiling usdt v0.5.0
7902024-11-07T17:57:46.257Z Running `/home/build/.rustup/toolchains/1.81.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=61920ed06c387c15 -C extra-filename=-61920ed06c387c15 --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-f5b0996199b811bd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1d10f0cbe2772d2c.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-a99b5fcb8c15cc1a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-2494eda628c65715.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-941263f3940c97eb.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-50078fb5ad1bc5b3.so --cap-lints allow`
7912024-11-07T17:57:46.305Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --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=ee08f933eddd9938 -C extra-filename=-ee08f933eddd9938 --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-51bfd2bc27ffb933.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-ef72ee92fe4f22fd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7922024-11-07T17:57:46.481Z Compiling slog-term v2.9.1
7932024-11-07T17:57:46.484Z Running `/home/build/.rustup/toolchains/1.81.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=b2db1fc3d3a03db4 -C extra-filename=-b2db1fc3d3a03db4 --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-3ab3a140001f4cf1.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-c0e6b7409069752e.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ff6a742419345a68.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7b5dadbc485090a9.rmeta --cap-lints allow`
7942024-11-07T17:57:46.876Z Compiling async-stream v0.3.6
7952024-11-07T17:57:46.880Z Running `/home/build/.rustup/toolchains/1.81.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=e1ce7034e3d3232f -C extra-filename=-e1ce7034e3d3232f --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-286a1b35a9b22e0e.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
7962024-11-07T17:57:46.880Z Running `/home/build/.rustup/toolchains/1.81.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=5afe55f051ae4c10 -C extra-filename=-5afe55f051ae4c10 --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-407c4e666a8d0b2a.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-cc7bef60130e4d67.rmeta --cap-lints allow`
7972024-11-07T17:57:47.222Z Compiling futures v0.3.31
7982024-11-07T17:57:47.225Z Running `/home/build/.rustup/toolchains/1.81.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=a3bab880bedc0fbf -C extra-filename=-a3bab880bedc0fbf --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-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-f643d896e3b135dc.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --cap-lints allow`
7992024-11-07T17:57:47.339Z Running `/home/build/.rustup/toolchains/1.81.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=2d3ea284b8b0dd8c -C extra-filename=-2d3ea284b8b0dd8c --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-f2b3f54863545c90.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f36c748f9a2c7f7f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-407c4e666a8d0b2a.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --cap-lints allow`
8002024-11-07T17:57:47.391Z Compiling slog-bunyan v2.5.0
8012024-11-07T17:57:47.395Z Running `/home/build/.rustup/toolchains/1.81.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=9fe43542c4d3e0ec -C extra-filename=-9fe43542c4d3e0ec --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-d143849e504a15f9.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7b5dadbc485090a9.rmeta --cap-lints allow`
8022024-11-07T17:57:47.614Z Compiling event-listener-strategy v0.5.2
8032024-11-07T17:57:47.617Z Running `/home/build/.rustup/toolchains/1.81.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=6b934a56ab8cf1a3 -C extra-filename=-6b934a56ab8cf1a3 --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-a8507f45a4cfa240.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
8042024-11-07T17:57:47.824Z Running `/home/build/.rustup/toolchains/1.81.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=6fa02977dcb20df3 -C extra-filename=-6fa02977dcb20df3 --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-b894757e4bbb2d8f.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)'`
8052024-11-07T17:57:47.918Z Running `/home/build/.rustup/toolchains/1.81.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=69b4193d3d70ead6 -C extra-filename=-69b4193d3d70ead6 --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"))'`
8062024-11-07T17:57:47.944Z Compiling openapiv3 v2.0.0
8072024-11-07T17:57:47.947Z Running `/home/build/.rustup/toolchains/1.81.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=36dfb93551b544cb -C extra-filename=-36dfb93551b544cb --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-3ea7e3523b53acdc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --cap-lints allow`
8082024-11-07T17:57:48.022Z Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
8092024-11-07T17:57:48.022Z Compiling serde_path_to_error v0.1.16
8102024-11-07T17:57:48.026Z Running `/home/build/.rustup/toolchains/1.81.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=c9b257fd26502bc2 -C extra-filename=-c9b257fd26502bc2 --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-bb98e02a6d0ef36d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro`
8112024-11-07T17:57:48.026Z Running `/home/build/.rustup/toolchains/1.81.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=4fdd654c36ced866 -C extra-filename=-4fdd654c36ced866 --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-742f3ff0f8260524.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow`
8122024-11-07T17:57:48.611Z Compiling async-trait v0.1.83
8132024-11-07T17:57:48.618Z Running `/home/build/.rustup/toolchains/1.81.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=db6ef9231d4cc189 -C extra-filename=-db6ef9231d4cc189 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
8142024-11-07T17:57:48.625Z Compiling rustls-native-certs v0.7.0
8152024-11-07T17:57:48.627Z Running `/home/build/.rustup/toolchains/1.81.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=3b7896b80fbdccde -C extra-filename=-3b7896b80fbdccde --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-ccb254a8c8a5a664.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --cap-lints allow`
8162024-11-07T17:57:48.716Z Compiling yasna v0.5.2
8172024-11-07T17:57:48.719Z Running `/home/build/.rustup/toolchains/1.81.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=7c9e657ea6340b93 -C extra-filename=-7c9e657ea6340b93 --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-7b5dadbc485090a9.rmeta --cap-lints allow`
8182024-11-07T17:57:48.957Z Compiling console v0.15.7
8192024-11-07T17:57:48.959Z Running `/home/build/.rustup/toolchains/1.81.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=6bfdef2d9f1229a0 -C extra-filename=-6bfdef2d9f1229a0 --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-e347a48c6c373223.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow`
8202024-11-07T17:57:48.985Z Compiling pem v3.0.4
8212024-11-07T17:57:48.987Z Running `/home/build/.rustup/toolchains/1.81.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=f1935e7b7c34a91b -C extra-filename=-f1935e7b7c34a91b --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-d2813238a13a4e3d.rmeta --cap-lints allow`
8222024-11-07T17:57:49.149Z Compiling waitgroup v0.1.2
8232024-11-07T17:57:49.152Z Running `/home/build/.rustup/toolchains/1.81.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=3a229a6884d8fdd0 -C extra-filename=-3a229a6884d8fdd0 --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-ebb90767da02de40.rmeta --cap-lints allow`
8242024-11-07T17:57:49.399Z Compiling hostname v0.4.0
8252024-11-07T17:57:49.401Z Running `/home/build/.rustup/toolchains/1.81.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=89c657a80f2a371d -C extra-filename=-89c657a80f2a371d --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rmeta --cap-lints allow`
8262024-11-07T17:57:49.686Z Compiling sync_wrapper v1.0.1
8272024-11-07T17:57:49.688Z Running `/home/build/.rustup/toolchains/1.81.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=c7a3878bf6e19f24 -C extra-filename=-c7a3878bf6e19f24 --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-a0a2bff85b2c71f0.rmeta --cap-lints allow`
8282024-11-07T17:57:49.833Z Compiling ipnet v2.10.0
8292024-11-07T17:57:49.840Z Running `/home/build/.rustup/toolchains/1.81.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=e7c20efba4ca2732 -C extra-filename=-e7c20efba4ca2732 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302024-11-07T17:57:49.981Z Compiling termcolor v1.1.2
8312024-11-07T17:57:49.984Z Running `/home/build/.rustup/toolchains/1.81.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=ba0b9ae268051772 -C extra-filename=-ba0b9ae268051772 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322024-11-07T17:57:50.129Z Compiling simple-mermaid v0.1.1
8332024-11-07T17:57:50.133Z Running `/home/build/.rustup/toolchains/1.81.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=56e82a490b48ce7a -C extra-filename=-56e82a490b48ce7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342024-11-07T17:57:50.221Z Compiling glob v0.3.0
8352024-11-07T17:57:50.225Z Running `/home/build/.rustup/toolchains/1.81.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=20ad84b14bb5f485 -C extra-filename=-20ad84b14bb5f485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362024-11-07T17:57:50.607Z Compiling http-range v0.1.4
8372024-11-07T17:57:50.610Z Running `/home/build/.rustup/toolchains/1.81.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=137c81223126df7d -C extra-filename=-137c81223126df7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382024-11-07T17:57:50.648Z Compiling fastrand v2.1.1
8392024-11-07T17:57:50.651Z Running `/home/build/.rustup/toolchains/1.81.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=47d692aed41e165a -C extra-filename=-47d692aed41e165a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402024-11-07T17:57:50.939Z Compiling debug-ignore v1.0.5
8412024-11-07T17:57:50.942Z Running `/home/build/.rustup/toolchains/1.81.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=5b6b618c0c74b983 -C extra-filename=-5b6b618c0c74b983 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422024-11-07T17:57:51.006Z Compiling tempfile v3.13.0
8432024-11-07T17:57:51.009Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5ae46d4776aba2d4 -C extra-filename=-5ae46d4776aba2d4 --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-10fb9dc3f074cb65.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-47d692aed41e165a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-ee08f933eddd9938.rmeta --cap-lints allow`
8442024-11-07T17:57:51.073Z Compiling hyper-staticfile v0.10.1
8452024-11-07T17:57:51.073Z Running `/home/build/.rustup/toolchains/1.81.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=0e7fdeddfb34bc04 -C extra-filename=-0e7fdeddfb34bc04 --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-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-137c81223126df7d.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-1ec4cc3723c13e51.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a8ade3ec4438d82a.rmeta --cap-lints allow`
8462024-11-07T17:57:51.084Z Compiling trybuild v1.0.101
8472024-11-07T17:57:51.095Z Running `/home/build/.rustup/toolchains/1.81.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=26874b8e79a69964 -C extra-filename=-26874b8e79a69964 --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-20ad84b14bb5f485.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-59a97fe3b8ae5440.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-69b4193d3d70ead6.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-ba0b9ae268051772.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rmeta --cap-lints allow`
8482024-11-07T17:57:51.259Z Compiling reqwest v0.12.9
8492024-11-07T17:57:51.264Z Running `/home/build/.rustup/toolchains/1.81.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=55e070383f15edbe -C extra-filename=-55e070383f15edbe --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-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f36c748f9a2c7f7f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-67c5bab9a018a81d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e66fd62eefea01d6.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-d640171a165eda48.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e7c20efba4ca2732.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-407c4e666a8d0b2a.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-7189ad7c1578dc78.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-55cf5aae750a42c8.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c7a3878bf6e19f24.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-6588b0b91b748421.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8a3290b256f41ebd.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a8ade3ec4438d82a.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-5a173083876d288a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8502024-11-07T17:57:51.298Z Compiling rcgen v0.13.1
8512024-11-07T17:57:51.302Z Running `/home/build/.rustup/toolchains/1.81.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=ba1d45d402e2c519 -C extra-filename=-ba1d45d402e2c519 --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-f1935e7b7c34a91b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d5f1b0f4a32ed81a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7b5dadbc485090a9.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-7c9e657ea6340b93.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
8522024-11-07T17:57:51.457Z Compiling expectorate v1.1.0
8532024-11-07T17:57:51.460Z Running `/home/build/.rustup/toolchains/1.81.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=993a647af69eb72e -C extra-filename=-993a647af69eb72e --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-6bfdef2d9f1229a0.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-46b7faa0d6af7b50.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-70d50c9a3f1d696c.rmeta --cap-lints allow`
8542024-11-07T17:57:51.629Z Compiling hyper-rustls v0.26.0
8552024-11-07T17:57:51.632Z Running `/home/build/.rustup/toolchains/1.81.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=3ec7b01313f1fd3e -C extra-filename=-3ec7b01313f1fd3e --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-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-3b7896b80fbdccde.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
8562024-11-07T17:57:52.039Z Compiling async-channel v2.3.1
8572024-11-07T17:57:52.042Z Running `/home/build/.rustup/toolchains/1.81.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=0c1d479864e8cd09 -C extra-filename=-0c1d479864e8cd09 --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-82249b45a9b6b084.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-6b934a56ab8cf1a3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow`
8582024-11-07T17:57:52.263Z Compiling tokio-tungstenite v0.24.0
8592024-11-07T17:57:52.265Z Running `/home/build/.rustup/toolchains/1.81.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=d2fff1bb7dab5c76 -C extra-filename=-d2fff1bb7dab5c76 --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-33f8bee5b6233595.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-75137d93ebf7f9ec.rmeta --cap-lints allow`
8602024-11-07T17:57:52.395Z Running `/home/build/.rustup/toolchains/1.81.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=68d28e75ebd36f59 -C extra-filename=-68d28e75ebd36f59 --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-f2b3f54863545c90.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
8612024-11-07T17:57:52.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.91/src/lib.rs --error-format=json --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=638915eab0487ad9 -C extra-filename=-638915eab0487ad9 --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)'`
8622024-11-07T17:57:52.412Z Compiling subprocess v0.2.9
8632024-11-07T17:57:52.412Z Running `/home/build/.rustup/toolchains/1.81.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=2efd18dfc4a4728c -C extra-filename=-2efd18dfc4a4728c --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-ca874094c6118f1f.rmeta --cap-lints allow`
8642024-11-07T17:57:52.839Z Compiling prettyplease v0.2.25
8652024-11-07T17:57:52.842Z Running `/home/build/.rustup/toolchains/1.81.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=4d75af3bac5fcbee -C extra-filename=-4d75af3bac5fcbee --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-4d75af3bac5fcbee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8662024-11-07T17:57:52.996Z Compiling schema-derive v0.1.0
8672024-11-07T17:57:53.000Z Running `/home/build/.rustup/toolchains/1.81.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=d95d0e167ade28b1 -C extra-filename=-d95d0e167ade28b1 --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-f3b9ce85cb7f52b1.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow`
8682024-11-07T17:57:53.193Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-4d75af3bac5fcbee/build-script-build`
8692024-11-07T17:57:53.211Z Running `/home/build/.rustup/toolchains/1.81.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=49371e1ff2110f6f -C extra-filename=-49371e1ff2110f6f --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-e347a48c6c373223.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5943fbacbe52995.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow`
8702024-11-07T17:57:53.432Z Running `/home/build/.rustup/toolchains/1.81.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=6355195a1177e48a -C extra-filename=-6355195a1177e48a --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-1aebac1d143003a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8712024-11-07T17:57:54.640Z Running `/home/build/.rustup/toolchains/1.81.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=4adc2cea42313e0f -C extra-filename=-4adc2cea42313e0f --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-49371e1ff2110f6f.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-46b7faa0d6af7b50.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-70d50c9a3f1d696c.rmeta --cap-lints allow`
8722024-11-07T17:57:55.323Z Compiling schema v0.1.0
8732024-11-07T17:57:55.326Z Running `/home/build/.rustup/toolchains/1.81.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=c922a8311770cc90 -C extra-filename=-c922a8311770cc90 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-d95d0e167ade28b1.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow`
8742024-11-07T17:57:55.437Z Running `/home/build/.rustup/toolchains/1.81.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=ac075388227121ab -C extra-filename=-ac075388227121ab --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-4adc2cea42313e0f.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-bb98e02a6d0ef36d.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-6355195a1177e48a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c922a8311770cc90.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro`
8752024-11-07T17:57:55.593Z Running `/home/build/.rustup/toolchains/1.81.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=7144a2a2ac676e9b -C extra-filename=-7144a2a2ac676e9b --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-e1ce7034e3d3232f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
8762024-11-07T17:57:58.741Z Running `/home/build/.rustup/toolchains/1.81.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=4c56a12b4f521789 -C extra-filename=-4c56a12b4f521789 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8772024-11-07T17:58:03.169Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2021 dropshot/tests/test_demo.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=da21eb13e2aa5fa6 -C extra-filename=-da21eb13e2aa5fa6 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8782024-11-07T17:58:03.175Z Running `/home/build/.rustup/toolchains/1.81.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=90a3624ad8aac031 -C extra-filename=-90a3624ad8aac031 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8792024-11-07T17:58:03.175Z Running `/home/build/.rustup/toolchains/1.81.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=e5f51a53d6c29572 -C extra-filename=-e5f51a53d6c29572 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8802024-11-07T17:58:03.175Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2021 dropshot/tests/test_path_names.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=c909f7db9a95b7a6 -C extra-filename=-c909f7db9a95b7a6 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8812024-11-07T17:58:03.179Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2021 dropshot/tests/test_config.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=2fa9d749937b1132 -C extra-filename=-2fa9d749937b1132 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8822024-11-07T17:58:03.182Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2021 dropshot/tests/test_tls.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=a4afecc9360fff04 -C extra-filename=-a4afecc9360fff04 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8832024-11-07T17:58:03.182Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2021 dropshot/tests/test_pagination_schema.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=ab415bebdfd5bada -C extra-filename=-ab415bebdfd5bada --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8842024-11-07T17:58:13.874Z Running `/home/build/.rustup/toolchains/1.81.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=26e23cf490288110 -C extra-filename=-26e23cf490288110 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8852024-11-07T17:58:20.195Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_starter --edition=2021 dropshot/tests/test_starter.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=c4f85210f4bc2581 -C extra-filename=-c4f85210f4bc2581 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8862024-11-07T17:58:24.821Z Running `/home/build/.rustup/toolchains/1.81.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=27c1da0908d80598 -C extra-filename=-27c1da0908d80598 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8872024-11-07T17:58:31.974Z Running `/home/build/.rustup/toolchains/1.81.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=dbe86c819a80d7eb -C extra-filename=-dbe86c819a80d7eb --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8882024-11-07T17:58:37.443Z Running `/home/build/.rustup/toolchains/1.81.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=c4312935990e2043 -C extra-filename=-c4312935990e2043 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8892024-11-07T17:58:39.062Z Running `/home/build/.rustup/toolchains/1.81.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=c8f6f442a6ed43ea -C extra-filename=-c8f6f442a6ed43ea --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8902024-11-07T17:58:41.141Z Running `/home/build/.rustup/toolchains/1.81.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=6a446e82eb4f5a01 -C extra-filename=-6a446e82eb4f5a01 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8912024-11-07T17:58:41.926Z Running `/home/build/.rustup/toolchains/1.81.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=b1159d010b211a42 -C extra-filename=-b1159d010b211a42 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8922024-11-07T17:58:46.913Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2021 dropshot/tests/test_openapi.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=66ed0b7c1fff1cfb -C extra-filename=-66ed0b7c1fff1cfb --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8932024-11-07T17:58:47.702Z Running `/home/build/.rustup/toolchains/1.81.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=0d4c4ae7960b000a -C extra-filename=-0d4c4ae7960b000a --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8942024-11-07T17:58:55.436Z Running `/home/build/.rustup/toolchains/1.81.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=f65f2c29f60fc531 -C extra-filename=-f65f2c29f60fc531 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8952024-11-07T17:58:56.807Z Running `/home/build/.rustup/toolchains/1.81.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=07d21fe8b714f5d9 -C extra-filename=-07d21fe8b714f5d9 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8962024-11-07T17:58:58.585Z Running `/home/build/.rustup/toolchains/1.81.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=c9a059e344fc40f4 -C extra-filename=-c9a059e344fc40f4 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8972024-11-07T17:59:01.688Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2021 dropshot/tests/test_streaming.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=d0d059a6028f3e2f -C extra-filename=-d0d059a6028f3e2f --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8982024-11-07T17:59:02.879Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2021 dropshot/tests/test_pagination.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=4e9cd78d5377320b -C extra-filename=-4e9cd78d5377320b --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
8992024-11-07T17:59:05.507Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2021 dropshot/tests/test_multipart.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=329386a5438cb821 -C extra-filename=-329386a5438cb821 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9002024-11-07T17:59:11.084Z Running `/home/build/.rustup/toolchains/1.81.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=35f8e110b0f28e60 -C extra-filename=-35f8e110b0f28e60 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9012024-11-07T17:59:12.208Z Running `/home/build/.rustup/toolchains/1.81.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=80cdff4efc202a5f -C extra-filename=-80cdff4efc202a5f --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9022024-11-07T17:59:17.190Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_api_trait --edition=2021 dropshot/tests/test_api_trait.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=fa96af2970ce4fc4 -C extra-filename=-fa96af2970ce4fc4 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9032024-11-07T17:59:20.177Z Running `/home/build/.rustup/toolchains/1.81.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=625296226ae1c43d -C extra-filename=-625296226ae1c43d --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9042024-11-07T17:59:22.378Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2021 dropshot/tests/test_detached_shutdown.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=83182789bf1f585a -C extra-filename=-83182789bf1f585a --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9052024-11-07T17:59:28.006Z Running `/home/build/.rustup/toolchains/1.81.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=8ec8fba7881dde74 -C extra-filename=-8ec8fba7881dde74 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9062024-11-07T17:59:29.488Z Running `/home/build/.rustup/toolchains/1.81.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=b3f0edc5bd3df5b6 -C extra-filename=-b3f0edc5bd3df5b6 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9072024-11-07T17:59:33.066Z Running `/home/build/.rustup/toolchains/1.81.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=6ac1da0b1a8c6336 -C extra-filename=-6ac1da0b1a8c6336 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9082024-11-07T17:59:35.379Z Running `/home/build/.rustup/toolchains/1.81.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=f76cd7aa6c4162ec -C extra-filename=-f76cd7aa6c4162ec --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9092024-11-07T17:59:36.489Z Running `/home/build/.rustup/toolchains/1.81.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=09e82451726d5263 -C extra-filename=-09e82451726d5263 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7144a2a2ac676e9b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c9b257fd26502bc2.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
9102024-11-07T17:59:50.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
9112024-11-07T17:59:50.579Z
9122024-11-07T17:59:50.582Zreal 2:48.747991043
9132024-11-07T17:59:50.582Zuser 17:44.177587081
9142024-11-07T17:59:50.582Zsys 2:58.562081984
9152024-11-07T17:59:50.582Ztrap 0.807387917
9162024-11-07T17:59:50.582Ztflt 0.716889893
9172024-11-07T17:59:50.582Zdflt 0.373834088
9182024-11-07T17:59:50.582Zkflt 0.006162387
9192024-11-07T17:59:50.582Zlock 38:15.958655931
9202024-11-07T17:59:50.582Zslp 1:28:21.072398092
9212024-11-07T17:59:50.582Zlat 52.617285040
9222024-11-07T17:59:50.583Zstop 1:03.037200255
9232024-11-07T17:59:50.583Z+ banner test
9242024-11-07T17:59:50.583Z
9252024-11-07T17:59:50.583Z ##### ###### #### #####
9262024-11-07T17:59:50.583Z # # # #
9272024-11-07T17:59:50.583Z # ##### #### #
9282024-11-07T17:59:50.583Z # # # #
9292024-11-07T17:59:50.583Z # # # # #
9302024-11-07T17:59:50.583Z # ###### #### #
9312024-11-07T17:59:50.583Z
9322024-11-07T17:59:50.586Z+ ptime -m cargo test --all-features --locked --verbose
9332024-11-07T17:59:50.850Z Fresh unicode-ident v1.0.12
9342024-11-07T17:59:50.850Z Fresh cfg-if v1.0.0
9352024-11-07T17:59:50.850Z Fresh itoa v1.0.1
9362024-11-07T17:59:50.850Z Fresh memchr v2.6.0
9372024-11-07T17:59:50.853Z Fresh proc-macro2 v1.0.89
9382024-11-07T17:59:50.853Z Fresh version_check v0.9.5
9392024-11-07T17:59:50.853Z Fresh once_cell v1.20.1
9402024-11-07T17:59:50.853Z Fresh pin-project-lite v0.2.12
9412024-11-07T17:59:50.853Z Fresh autocfg v1.1.0
9422024-11-07T17:59:50.853Z Fresh quote v1.0.37
9432024-11-07T17:59:50.853Z Fresh libc v0.2.161
9442024-11-07T17:59:50.853Z Fresh bytes v1.8.0
9452024-11-07T17:59:50.853Z Fresh futures-core v0.3.31
9462024-11-07T17:59:50.853Z Fresh cc v1.0.83
9472024-11-07T17:59:50.853Z Fresh getrandom v0.2.11
9482024-11-07T17:59:50.853Z Fresh futures-sink v0.3.31
9492024-11-07T17:59:50.853Z Fresh serde_derive v1.0.214
9502024-11-07T17:59:50.853Z Fresh log v0.4.17
9512024-11-07T17:59:50.853Z Fresh smallvec v1.13.2
9522024-11-07T17:59:50.853Z Fresh scopeguard v1.2.0
9532024-11-07T17:59:50.854Z Fresh thiserror-impl v1.0.67
9542024-11-07T17:59:50.854Z Fresh ryu v1.0.5
9552024-11-07T17:59:50.854Z Fresh serde v1.0.214
9562024-11-07T17:59:50.854Z Fresh parking_lot_core v0.9.4
9572024-11-07T17:59:50.854Z Fresh lock_api v0.4.6
9582024-11-07T17:59:50.854Z Fresh slab v0.4.9
9592024-11-07T17:59:50.854Z Fresh tokio-macros v2.3.0
9602024-11-07T17:59:50.854Z Fresh signal-hook-registry v1.4.0
9612024-11-07T17:59:50.854Z Fresh parking_lot v0.12.1
9622024-11-07T17:59:50.854Z Fresh thiserror v1.0.67
9632024-11-07T17:59:50.854Z Fresh socket2 v0.5.5
9642024-11-07T17:59:50.854Z Fresh num_cpus v1.13.0
9652024-11-07T17:59:50.854Z Fresh mio v0.8.11
9662024-11-07T17:59:50.854Z Fresh fnv v1.0.7
9672024-11-07T17:59:50.854Z Fresh tokio v1.38.1
9682024-11-07T17:59:50.854Z Fresh http v1.1.0
9692024-11-07T17:59:50.854Z Fresh serde_json v1.0.132
9702024-11-07T17:59:50.854Z Fresh futures-macro v0.3.31
9712024-11-07T17:59:50.854Z Fresh futures-channel v0.3.31
9722024-11-07T17:59:50.854Z Fresh futures-io v0.3.31
9732024-11-07T17:59:50.854Z Fresh futures-task v0.3.31
9742024-11-07T17:59:50.854Z Fresh equivalent v1.0.0
9752024-11-07T17:59:50.854Z Fresh pin-utils v0.1.0
9762024-11-07T17:59:50.854Z Fresh hashbrown v0.15.0
9772024-11-07T17:59:50.854Z Fresh rustls-pki-types v1.10.0
9782024-11-07T17:59:50.854Z Fresh spin v0.9.8
9792024-11-07T17:59:50.854Z Fresh tracing-core v0.1.32
9802024-11-07T17:59:50.854Z Fresh byteorder v1.4.3
9812024-11-07T17:59:50.854Z Fresh indexmap v2.6.0
9822024-11-07T17:59:50.854Z Fresh futures-util v0.3.31
9832024-11-07T17:59:50.854Z Fresh untrusted v0.9.0
9842024-11-07T17:59:50.854Z Fresh ucd-trie v0.1.6
9852024-11-07T17:59:50.854Z Fresh tracing v0.1.40
9862024-11-07T17:59:50.854Z Fresh atomic-waker v1.1.1
9872024-11-07T17:59:50.854Z Fresh httparse v1.8.0
9882024-11-07T17:59:50.854Z Fresh ring v0.17.7
9892024-11-07T17:59:50.854Z Fresh pest v2.7.6
9902024-11-07T17:59:50.855Z Fresh pkg-config v0.3.31
9912024-11-07T17:59:50.855Z Fresh vcpkg v0.2.15
9922024-11-07T17:59:50.855Z Fresh tokio-util v0.7.7
9932024-11-07T17:59:50.855Z Fresh http-body v1.0.1
9942024-11-07T17:59:50.855Z Fresh pest_meta v2.7.6
9952024-11-07T17:59:50.855Z Fresh zerocopy-derive v0.7.32
9962024-11-07T17:59:50.855Z Fresh try-lock v0.2.3
9972024-11-07T17:59:50.855Z Fresh h2 v0.4.6
9982024-11-07T17:59:50.855Z Fresh typenum v1.14.0
9992024-11-07T17:59:50.855Z Fresh zerocopy v0.7.32
10002024-11-07T17:59:50.855Z Fresh pest_generator v2.7.6
10012024-11-07T17:59:50.855Z Fresh want v0.3.0
10022024-11-07T17:59:50.855Z Fresh rustls-webpki v0.102.8
10032024-11-07T17:59:50.855Z Fresh subtle v2.5.0
10042024-11-07T17:59:50.855Z Fresh time-core v0.1.2
10052024-11-07T17:59:50.855Z Fresh zeroize v1.7.0
10062024-11-07T17:59:50.855Z Fresh powerfmt v0.2.0
10072024-11-07T17:59:50.855Z Fresh num-conv v0.1.0
10082024-11-07T17:59:50.855Z Fresh httpdate v1.0.1
10092024-11-07T17:59:50.855Z Fresh pest_derive v2.7.6
10102024-11-07T17:59:50.855Z Fresh crossbeam-utils v0.8.15
10112024-11-07T17:59:50.855Z Fresh generic-array v0.14.5
10122024-11-07T17:59:50.855Z Fresh time-macros v0.2.18
10132024-11-07T17:59:50.855Z Fresh deranged v0.3.11
10142024-11-07T17:59:50.855Z Fresh hyper v1.5.0
10152024-11-07T17:59:50.855Z Fresh serde_tokenstream v0.2.2
10162024-11-07T17:59:50.855Z Fresh num_threads v0.1.3
10172024-11-07T17:59:50.855Z Fresh bitflags v2.4.0
10182024-11-07T17:59:50.855Z Fresh base64 v0.22.1
10192024-11-07T17:59:50.855Z Fresh time v0.3.36
10202024-11-07T17:59:50.855Z Fresh dtrace-parser v0.2.0
10212024-11-07T17:59:50.855Z Fresh scroll_derive v0.12.0
10222024-11-07T17:59:50.855Z Fresh unicode-width v0.1.9
10232024-11-07T17:59:50.855Z Fresh percent-encoding v2.3.1
10242024-11-07T17:59:50.855Z Fresh lazy_static v1.5.0
10252024-11-07T17:59:50.855Z Fresh tower-service v0.3.1
10262024-11-07T17:59:50.855Z Fresh foreign-types-shared v0.1.1
10272024-11-07T17:59:50.855Z Fresh tinyvec_macros v0.1.0
10282024-11-07T17:59:50.855Z Fresh openssl-probe v0.1.4
10292024-11-07T17:59:50.856Z Fresh foreign-types v0.3.2
10302024-11-07T17:59:50.856Z Fresh form_urlencoded v1.2.1
10312024-11-07T17:59:50.856Z Fresh hyper-util v0.1.10
10322024-11-07T17:59:50.856Z Fresh tinyvec v1.5.1
10332024-11-07T17:59:50.856Z Fresh slog v2.7.0
10342024-11-07T17:59:50.856Z Fresh scroll v0.12.0
10352024-11-07T17:59:50.856Z Fresh paste v1.0.15
10362024-11-07T17:59:50.856Z Fresh crypto-common v0.1.6
10372024-11-07T17:59:50.859Z Fresh block-buffer v0.10.2
10382024-11-07T17:59:50.859Z Fresh openssl-sys v0.9.103
10392024-11-07T17:59:50.859Z Fresh rand_core v0.6.3
10402024-11-07T17:59:50.859Z Fresh openssl-macros v0.1.1
10412024-11-07T17:59:50.859Z Fresh unicode-segmentation v1.10.0
10422024-11-07T17:59:50.859Z Fresh plain v0.2.3
10432024-11-07T17:59:50.859Z Fresh ppv-lite86 v0.2.15
10442024-11-07T17:59:50.859Z Fresh mime v0.3.16
10452024-11-07T17:59:50.859Z Fresh rand_chacha v0.3.1
10462024-11-07T17:59:50.859Z Fresh newline-converter v0.3.0
10472024-11-07T17:59:50.859Z Fresh goblin v0.8.0
10482024-11-07T17:59:50.859Z Fresh openssl v0.10.66
10492024-11-07T17:59:50.859Z Fresh digest v0.10.7
10502024-11-07T17:59:50.859Z Fresh unicode-normalization v0.1.24
10512024-11-07T17:59:50.859Z Fresh unicase v2.6.0
10522024-11-07T17:59:50.859Z Fresh rustls-pemfile v2.1.3
10532024-11-07T17:59:50.860Z Fresh serde_spanned v0.6.7
10542024-11-07T17:59:50.860Z Fresh toml_datetime v0.6.8
10552024-11-07T17:59:50.860Z Fresh dirs-sys-next v0.1.2
10562024-11-07T17:59:50.860Z Fresh winnow v0.6.18
10572024-11-07T17:59:50.860Z Fresh unicode-bidi v0.3.15
10582024-11-07T17:59:50.860Z Fresh pretty-hex v0.4.1
10592024-11-07T17:59:50.860Z Fresh heck v0.5.0
10602024-11-07T17:59:50.860Z Fresh similar v2.2.1
10612024-11-07T17:59:50.860Z Fresh cpufeatures v0.2.2
10622024-11-07T17:59:50.860Z Fresh idna v0.5.0
10632024-11-07T17:59:50.860Z Fresh dof v0.3.0
10642024-11-07T17:59:50.860Z Fresh dirs-next v2.0.0
10652024-11-07T17:59:50.860Z Fresh sha1 v0.10.6
10662024-11-07T17:59:50.860Z Fresh toml_edit v0.22.20
10672024-11-07T17:59:50.860Z Fresh native-tls v0.2.12
10682024-11-07T17:59:50.860Z Fresh rustls v0.22.4
10692024-11-07T17:59:50.860Z Fresh num-traits v0.2.14
10702024-11-07T17:59:50.860Z Fresh rustls v0.23.13
10712024-11-07T17:59:50.860Z Fresh rand v0.8.4
10722024-11-07T17:59:50.860Z Fresh concurrent-queue v2.5.0
10732024-11-07T17:59:50.860Z Fresh http-body-util v0.1.2
10742024-11-07T17:59:50.860Z Fresh serde_derive_internals v0.29.0
10752024-11-07T17:59:50.860Z Fresh syn v2.0.87
10762024-11-07T17:59:50.860Z Fresh thread-id v4.0.0
10772024-11-07T17:59:50.860Z Fresh thread_local v1.1.4
10782024-11-07T17:59:50.860Z Fresh encoding_rs v0.8.32
10792024-11-07T17:59:50.860Z Fresh match_cfg v0.1.0
10802024-11-07T17:59:50.860Z Fresh iana-time-zone v0.1.47
10812024-11-07T17:59:50.860Z Fresh parking v2.2.0
10822024-11-07T17:59:50.860Z Fresh hostname v0.3.1
10832024-11-07T17:59:50.860Z Fresh chrono v0.4.38
10842024-11-07T17:59:50.860Z Fresh event-listener v5.0.0
10852024-11-07T17:59:50.860Z Fresh usdt-impl v0.5.0
10862024-11-07T17:59:50.860Z Fresh tokio-rustls v0.25.0
10872024-11-07T17:59:50.860Z Fresh tokio-rustls v0.26.0
10882024-11-07T17:59:50.860Z Fresh schemars_derive v0.8.21
10892024-11-07T17:59:50.860Z Fresh tokio-native-tls v0.3.1
10902024-11-07T17:59:50.861Z Fresh toml v0.8.19
10912024-11-07T17:59:50.861Z Fresh term v0.7.0
10922024-11-07T17:59:50.861Z Fresh url v2.5.2
10932024-11-07T17:59:50.861Z Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
10942024-11-07T17:59:50.861Z Fresh usdt-macro v0.5.0
10952024-11-07T17:59:50.861Z Fresh usdt-attr-macro v0.5.0
10962024-11-07T17:59:50.861Z Fresh slog-json v2.6.1
10972024-11-07T17:59:50.861Z Fresh serde_urlencoded v0.7.1
10982024-11-07T17:59:50.861Z Fresh crossbeam-channel v0.5.1
10992024-11-07T17:59:50.861Z Fresh futures-executor v0.3.31
11002024-11-07T17:59:50.861Z Fresh webpki-roots v0.26.5
11012024-11-07T17:59:50.861Z Fresh uuid v1.11.0
11022024-11-07T17:59:50.861Z Running `/home/build/.rustup/toolchains/1.81.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=23e8a2dc138dc9b6 -C extra-filename=-23e8a2dc138dc9b6 --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-bb98e02a6d0ef36d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro`
11032024-11-07T17:59:50.861Z Fresh async-stream-impl v0.3.6
11042024-11-07T17:59:50.861Z Fresh is-terminal v0.4.12
11052024-11-07T17:59:50.861Z Fresh memmap v0.7.0
11062024-11-07T17:59:50.861Z Fresh errno v0.3.8
11072024-11-07T17:59:50.894Z Fresh take_mut v0.2.2
11082024-11-07T17:59:50.896Z Fresh data-encoding v2.4.0
11092024-11-07T17:59:50.897Z Fresh utf-8 v0.7.6
11102024-11-07T17:59:50.897Z Fresh dyn-clone v1.0.4
11112024-11-07T17:59:50.897Z Fresh rustix v0.38.37
11122024-11-07T17:59:50.897Z Fresh slog-term v2.9.1
11132024-11-07T17:59:50.897Z Fresh slog-async v2.8.0
11142024-11-07T17:59:50.897Z Fresh schemars v0.8.21
11152024-11-07T17:59:50.897Z Fresh tungstenite v0.24.0
11162024-11-07T17:59:50.897Z Fresh usdt v0.5.0
11172024-11-07T17:59:50.897Z Fresh async-stream v0.3.6
11182024-11-07T17:59:50.897Z Fresh hyper-rustls v0.27.3
11192024-11-07T17:59:50.897Z Fresh futures v0.3.31
11202024-11-07T17:59:50.897Z Fresh slog-bunyan v2.5.0
11212024-11-07T17:59:50.897Z Fresh mime_guess v2.0.5
11222024-11-07T17:59:50.897Z Fresh hyper-tls v0.6.0
11232024-11-07T17:59:50.897Z Fresh camino v1.1.9
11242024-11-07T17:59:50.897Z Fresh target-triple v0.1.3
11252024-11-07T17:59:50.897Z Fresh event-listener-strategy v0.5.2
11262024-11-07T17:59:50.897Z Fresh multer v3.1.0
11272024-11-07T17:59:50.897Z Fresh rustls-native-certs v0.7.0
11282024-11-07T17:59:50.897Z Fresh pem v3.0.4
11292024-11-07T17:59:50.897Z Fresh yasna v0.5.2
11302024-11-07T17:59:50.897Z Fresh waitgroup v0.1.2
11312024-11-07T17:59:50.897Z Fresh openapiv3 v2.0.0
11322024-11-07T17:59:50.897Z Fresh serde_path_to_error v0.1.16
11332024-11-07T17:59:50.897Z Fresh async-trait v0.1.83
11342024-11-07T17:59:50.897Z Fresh sync_wrapper v1.0.1
11352024-11-07T17:59:50.897Z Fresh hostname v0.4.0
11362024-11-07T17:59:50.897Z Fresh glob v0.3.0
11372024-11-07T17:59:50.897Z Fresh http-range v0.1.4
11382024-11-07T17:59:50.897Z Fresh fastrand v2.1.1
11392024-11-07T17:59:50.897Z Fresh termcolor v1.1.2
11402024-11-07T17:59:50.897Z Fresh debug-ignore v1.0.5
11412024-11-07T17:59:50.897Z Fresh ipnet v2.10.0
11422024-11-07T17:59:50.897Z Fresh simple-mermaid v0.1.1
11432024-11-07T17:59:50.897Z Fresh hyper-staticfile v0.10.1
11442024-11-07T17:59:50.897Z Fresh async-channel v2.3.1
11452024-11-07T17:59:50.898Z Fresh trybuild v1.0.101
11462024-11-07T17:59:50.898Z Fresh reqwest v0.12.9
11472024-11-07T17:59:50.898Z Fresh tempfile v3.13.0
11482024-11-07T17:59:50.900Z Fresh rcgen v0.13.1
11492024-11-07T17:59:50.900Z Fresh hyper-rustls v0.26.0
11502024-11-07T17:59:50.900Z Fresh buf-list v1.0.3
11512024-11-07T17:59:50.900Z Fresh anyhow v1.0.91
11522024-11-07T17:59:50.900Z Fresh tokio-tungstenite v0.24.0
11532024-11-07T17:59:50.900Z Fresh subprocess v0.2.9
11542024-11-07T17:59:50.900Z Fresh schema-derive v0.1.0
11552024-11-07T17:59:50.900Z Fresh console v0.15.7
11562024-11-07T17:59:50.901Z Fresh schema v0.1.0
11572024-11-07T17:59:50.901Z Fresh expectorate v1.1.0
11582024-11-07T17:59:50.901Z Fresh prettyplease v0.2.25
11592024-11-07T17:59:53.251Z Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot)
11602024-11-07T17:59:53.255Z Running `/home/build/.rustup/toolchains/1.81.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=8625ce02bde9377c -C extra-filename=-8625ce02bde9377c --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-e1ce7034e3d3232f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out`
11612024-11-07T17:59:53.255Z Running `/home/build/.rustup/toolchains/1.81.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=de43f3ed2a6c3e3d -C extra-filename=-de43f3ed2a6c3e3d --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11622024-11-07T17:59:59.842Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2021 dropshot/tests/test_multipart.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=78fda1a74546cf7f -C extra-filename=-78fda1a74546cf7f --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11632024-11-07T17:59:59.842Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2021 dropshot/tests/test_path_names.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=cc43cfc236dd6603 -C extra-filename=-cc43cfc236dd6603 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11642024-11-07T17:59:59.847Z Running `/home/build/.rustup/toolchains/1.81.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=0588b884c01c560a -C extra-filename=-0588b884c01c560a --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11652024-11-07T17:59:59.847Z Running `/home/build/.rustup/toolchains/1.81.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=f136abee2159ce5c -C extra-filename=-f136abee2159ce5c --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11662024-11-07T17:59:59.847Z Running `/home/build/.rustup/toolchains/1.81.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=d3d125329abb9efb -C extra-filename=-d3d125329abb9efb --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11672024-11-07T17:59:59.850Z Running `/home/build/.rustup/toolchains/1.81.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=76b433b00beffd45 -C extra-filename=-76b433b00beffd45 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11682024-11-07T17:59:59.850Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2021 dropshot/tests/test_streaming.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=b3a7022ce9a20e5d -C extra-filename=-b3a7022ce9a20e5d --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11692024-11-07T18:00:10.636Z Running `/home/build/.rustup/toolchains/1.81.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=1f34983bbb4de40f -C extra-filename=-1f34983bbb4de40f --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11702024-11-07T18:00:21.519Z Running `/home/build/.rustup/toolchains/1.81.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=c1c5a5eea7c1ff94 -C extra-filename=-c1c5a5eea7c1ff94 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11712024-11-07T18:00:22.208Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2021 dropshot/tests/test_demo.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=e00959c8456f0411 -C extra-filename=-e00959c8456f0411 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11722024-11-07T18:00:22.427Z Running `/home/build/.rustup/toolchains/1.81.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=6002c05447b94e98 -C extra-filename=-6002c05447b94e98 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11732024-11-07T18:00:23.169Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_starter --edition=2021 dropshot/tests/test_starter.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=07adc7f10219b0e7 -C extra-filename=-07adc7f10219b0e7 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11742024-11-07T18:00:27.118Z Running `/home/build/.rustup/toolchains/1.81.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=3c5367170c932d59 -C extra-filename=-3c5367170c932d59 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11752024-11-07T18:00:27.634Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2021 dropshot/tests/test_openapi.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=a20399d4815c48c3 -C extra-filename=-a20399d4815c48c3 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11762024-11-07T18:00:33.453Z Running `/home/build/.rustup/toolchains/1.81.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=239a6c8caed807db -C extra-filename=-239a6c8caed807db --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11772024-11-07T18:00:40.401Z Running `/home/build/.rustup/toolchains/1.81.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=0f7fc33821977187 -C extra-filename=-0f7fc33821977187 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11782024-11-07T18:00:44.867Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2021 dropshot/tests/test_pagination.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=a5f70183b311207b -C extra-filename=-a5f70183b311207b --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11792024-11-07T18:00:51.334Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2021 dropshot/tests/test_tls.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=59f2e02c21cd169f -C extra-filename=-59f2e02c21cd169f --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11802024-11-07T18:00:51.445Z Running `/home/build/.rustup/toolchains/1.81.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=79f71de8161b51a0 -C extra-filename=-79f71de8161b51a0 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11812024-11-07T18:00:51.670Z Running `/home/build/.rustup/toolchains/1.81.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=aeff450f6b72a344 -C extra-filename=-aeff450f6b72a344 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11822024-11-07T18:00:53.397Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2021 dropshot/tests/test_detached_shutdown.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=97e3a33370536f43 -C extra-filename=-97e3a33370536f43 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11832024-11-07T18:01:00.398Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2021 dropshot/tests/test_pagination_schema.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=f861016ecb0cae03 -C extra-filename=-f861016ecb0cae03 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11842024-11-07T18:01:01.333Z Running `/home/build/.rustup/toolchains/1.81.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=3154ed701d959b0e -C extra-filename=-3154ed701d959b0e --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11852024-11-07T18:01:06.084Z Running `/home/build/.rustup/toolchains/1.81.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=8171a110ee1265da -C extra-filename=-8171a110ee1265da --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11862024-11-07T18:01:06.547Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2021 dropshot/tests/test_config.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=447199d6a1f5eca6 -C extra-filename=-447199d6a1f5eca6 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11872024-11-07T18:01:17.755Z Running `/home/build/.rustup/toolchains/1.81.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=89b82722cd8dc15c -C extra-filename=-89b82722cd8dc15c --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11882024-11-07T18:01:18.394Z Running `/home/build/.rustup/toolchains/1.81.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=1a4bc2b07735943a -C extra-filename=-1a4bc2b07735943a --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11892024-11-07T18:01:19.197Z Running `/home/build/.rustup/toolchains/1.81.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=ab1dd1bb982520e2 -C extra-filename=-ab1dd1bb982520e2 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11902024-11-07T18:01:20.674Z Running `/home/build/.rustup/toolchains/1.81.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=aa4ef3520f3bca05 -C extra-filename=-aa4ef3520f3bca05 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11912024-11-07T18:01:22.217Z Running `/home/build/.rustup/toolchains/1.81.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=cb7baec21b4b88d4 -C extra-filename=-cb7baec21b4b88d4 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11922024-11-07T18:01:25.072Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_api_trait --edition=2021 dropshot/tests/test_api_trait.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=d0fa4f46b79500c5 -C extra-filename=-d0fa4f46b79500c5 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11932024-11-07T18:01:25.931Z Running `/home/build/.rustup/toolchains/1.81.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=619e760ea7c113e4 -C extra-filename=-619e760ea7c113e4 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11942024-11-07T18:01:28.460Z Running `/home/build/.rustup/toolchains/1.81.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=53b556c82bb62461 -C extra-filename=-53b556c82bb62461 --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-638915eab0487ad9.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-8625ce02bde9377c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23e8a2dc138dc9b6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-993a647af69eb72e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-89c657a80f2a371d.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-50a8854526f3b276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3ec7b01313f1fd3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0e7fdeddfb34bc04.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ef03d929ac9581f4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-ca874094c6118f1f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-ba1d45d402e2c519.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-55e070383f15edbe.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-f98a9fd2e3469539.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-c713a7678ab6a37e.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9fe43542c4d3e0ec.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a113d75cf42db9db.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-b2db1fc3d3a03db4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-2efd18dfc4a4728c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5ae46d4776aba2d4.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-cc04e4a561731354.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4b0b7352a28409d2.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d2fff1bb7dab5c76.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-61920ed06c387c15.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd4fa91ade0edae2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-718ab4838cf2ca20/out -L native=/usr/ssl-3/lib/amd64`
11952024-11-07T18:01:48.037Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 57s
11962024-11-07T18:01:48.084Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-de43f3ed2a6c3e3d`
11972024-11-07T18:01:48.110Z
11982024-11-07T18:01:48.110Zrunning 98 tests
11992024-11-07T18:01:48.114Ztest api_description::test::test_tag_config_deserialize_old ... ok
12002024-11-07T18:01:48.114Ztest api_description::test::test_badpath4 - should panic ... ok
12012024-11-07T18:01:48.114Ztest api_description::test::test_tags_need_one ... ok
12022024-11-07T18:01:48.114Ztest api_description::test::test_badpath3 ... ok
12032024-11-07T18:01:48.114Ztest api_description::test::test_badpath1 ... ok
12042024-11-07T18:01:48.114Ztest api_description::test::test_badpath2 ... ok
12052024-11-07T18:01:48.114Ztest api_description::test::test_dup_names ... ok
12062024-11-07T18:01:48.114Ztest error::test::test_serialize_error_response_body ... ok
12072024-11-07T18:01:48.114Ztest api_description::test::test_tags_just_right ... ok
12082024-11-07T18:01:48.114Ztest api_description::test::test_tags_too_many ... ok
12092024-11-07T18:01:48.115Ztest extractor::metadata::test::test_metadata_simple ... ok
12102024-11-07T18:01:48.115Ztest from_map::test::test_deep ... ok
12112024-11-07T18:01:48.115Ztest extractor::metadata::test::test_metadata_flattened ... ok
12122024-11-07T18:01:48.115Ztest from_map::test::test_missing_data1 ... ok
12132024-11-07T18:01:48.115Ztest from_map::test::test_lone_literal ... ok
12142024-11-07T18:01:48.115Ztest extractor::metadata::test::test_metadata_pagination ... ok
12152024-11-07T18:01:48.115Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
12162024-11-07T18:01:48.115Ztest from_map::test::test_missing_data2 ... ok
12172024-11-07T18:01:48.115Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
12182024-11-07T18:01:48.115Ztest from_map::test::test_types ... ok
12192024-11-07T18:01:48.115Ztest logging::test::test_config_bad_terminal_no_level ... ok
12202024-11-07T18:01:48.115Ztest logging::test::test_config_bad_terminal_bad_level ... ok
12212024-11-07T18:01:48.115Ztest logging::test::test_config_bad_file_no_file ... ok
12222024-11-07T18:01:48.115Ztest logging::test::test_config_bad_file_no_level ... ok
12232024-11-07T18:01:48.115Ztest logging::test::test_config_bad_log_mode ... ok
12242024-11-07T18:01:48.115Ztest logging::test::test_config_bad_file_bad_path_type ... ok
12252024-11-07T18:01:48.115Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
12262024-11-07T18:01:48.115Ztest pagination::test::test_pagination_schema ... ok
12272024-11-07T18:01:48.115Ztest router::test::test_bad_path_segment1 - should panic ... ok
12282024-11-07T18:01:48.115Ztest router::test::test_bad_path_segment2 - should panic ... ok
12292024-11-07T18:01:48.115Ztest pagination::test::test_results_page ... ok
12302024-11-07T18:01:48.115Ztest router::test::test_bad_path_segment3 - should panic ... ok
12312024-11-07T18:01:48.115Znote: configured to log to "/tmp/dropshot-de43f3ed2a6c3e3d.2089.file_dir/log.out"
12322024-11-07T18:01:48.115Ztest router::test::test_bad_path_segment4 - should panic ... ok
12332024-11-07T18:01:48.115Ztest pagination::test::test_pagparams_parsing ... ok
12342024-11-07T18:01:48.115Ztest pagination::test::test_page_token_serialization ... ok
12352024-11-07T18:01:48.115Ztest router::test::test_bogus_regex - should panic ... ok
12362024-11-07T18:01:48.115Ztest logging::test::test_config_stderr_terminal ... ok
12372024-11-07T18:01:48.115Ztest router::test::test_duplicate_route2 - should panic ... ok
12382024-11-07T18:01:48.115Ztest router::test::test_duplicate_route1 - should panic ... ok
12392024-11-07T18:01:48.115Ztest router::test::test_duplicate_route3 - should panic ... ok
12402024-11-07T18:01:48.115Ztest router::test::test_duplicate_varname - should panic ... ok
12412024-11-07T18:01:48.115Ztest router::test::test_embedded_non_variable ... ok
12422024-11-07T18:01:48.115Ztest router::test::test_error_cases ... ok
12432024-11-07T18:01:48.118Ztest router::test::test_inconsistent_varname - should panic ... ok
12442024-11-07T18:01:48.118Ztest router::test::test_iter_null ... ok
12452024-11-07T18:01:48.118Ztest router::test::test_empty_variable ... ok
12462024-11-07T18:01:48.118Ztest router::test::test_iter ... ok
12472024-11-07T18:01:48.118Ztest router::test::test_iter2 ... FAILED
12482024-11-07T18:01:48.118Ztest router::test::test_map_bad_seq ... ok
12492024-11-07T18:01:48.118Ztest router::test::test_map_bad_value ... ok
12502024-11-07T18:01:48.118Ztest router::test::test_map ... ok
12512024-11-07T18:01:48.119Ztest router::test::test_literal_after_regex - should panic ... ok
12522024-11-07T18:01:48.119Ztest router::test::test_path_segment ... ok
12532024-11-07T18:01:48.119Ztest router::test::test_literal_after_variable - should panic ... ok
12542024-11-07T18:01:48.119Ztest router::test::test_more_after_regex - should panic ... ok
12552024-11-07T18:01:48.119Ztest router::test::test_segments ... ok
12562024-11-07T18:01:48.119Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
12572024-11-07T18:01:48.119Ztest router::test::test_router_basic ... ok
12582024-11-07T18:01:48.119Ztest api_description::test::test_tags_set ... ok
12592024-11-07T18:01:48.119Ztest router::test::test_variable_name_empty - should panic ... ok
12602024-11-07T18:01:48.119Ztest router::test::test_variable_name_bad_end - should panic ... ok
12612024-11-07T18:01:48.119Znote: configured to log to "/tmp/dropshot-de43f3ed2a6c3e3d.2089.file_dir/log.out"
12622024-11-07T18:01:48.119Ztest router::test::test_variable_rename ... ok
12632024-11-07T18:01:48.119Ztest router::test::test_variable_after_literal - should panic ... ok
12642024-11-07T18:01:48.119Ztest router::test::test_variables_basic ... ok
12652024-11-07T18:01:48.119Ztest router::test::test_variable_name_bad_start - should panic ... ok
12662024-11-07T18:01:48.119Ztest router::test::test_variables_glob ... ok
12672024-11-07T18:01:48.119Ztest router::test::test_variables_multi ... ok
12682024-11-07T18:01:48.119Ztest schema_util::test::test_additional_properties ... ok
12692024-11-07T18:01:48.119Ztest schema_util::test::test_empty_struct ... ok
12702024-11-07T18:01:48.119Ztest schema_util::test::test_bad_schema - should panic ... ok
12712024-11-07T18:01:48.119Ztest schema_util::test::test_extension_conversion ... ok
12722024-11-07T18:01:48.119Ztest schema_util::test::test_nullable ... ok
12732024-11-07T18:01:48.119Ztest schema_util::test::test_two_types - should panic ... ok
12742024-11-07T18:01:48.119Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
12752024-11-07T18:01:48.119Znote: configured to log to "/tmp/dropshot-de43f3ed2a6c3e3d.2089.file_dir/log.out"
12762024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
12772024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
12782024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
12792024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
12802024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_easy_cases ... ok
12812024-11-07T18:01:48.119Ztest logging::test::test_config_file ... ok
12822024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
12832024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
12842024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
12852024-11-07T18:01:48.119Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
12862024-11-07T18:01:48.119Ztest to_map::test::test_to_map_num ... ok
12872024-11-07T18:01:48.119Ztest to_map::test::test_to_map_enum ... ok
12882024-11-07T18:01:48.119Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
12892024-11-07T18:01:48.119Ztest to_map::test::test_to_map_seq ... ok
12902024-11-07T18:01:48.120Ztest to_map::test::test_to_map_valid ... ok
12912024-11-07T18:01:48.120Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
12922024-11-07T18:01:48.120Ztest to_map::test::test_to_map_vec ... ok
12932024-11-07T18:01:48.120Ztest type_util::tests::test_commented_ref ... ok
12942024-11-07T18:01:48.120Ztest type_util::tests::test_recursive_type - should panic ... ok
12952024-11-07T18:01:48.120Ztest type_util::tests::test_reflexive_type - should panic ... ok
12962024-11-07T18:01:48.120Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
12972024-11-07T18:01:48.120Ztest server::test::test_drop_server_without_close_okay ... ok
12982024-11-07T18:01:48.124Ztest server::test::test_server_run_then_close ... ok
12992024-11-07T18:01:48.124Ztest server::test::test_http_acceptor_happy_path ... ok
13002024-11-07T18:01:48.124Z
13012024-11-07T18:01:48.124Zfailures:
13022024-11-07T18:01:48.124Z
13032024-11-07T18:01:48.124Z---- router::test::test_iter2 stdout ----
13042024-11-07T18:01:48.124Zthread 'router::test::test_iter2' panicked at dropshot/src/router.rs:1346:9:
13052024-11-07T18:01:48.124Zassertion `left == right` failed
13062024-11-07T18:01:48.124Z left: [("/", POST), ("/", GET)]
13072024-11-07T18:01:48.124Z right: [("/", GET), ("/", POST)]
13082024-11-07T18:01:48.124Z
13092024-11-07T18:01:48.124Z
13102024-11-07T18:01:48.124Zfailures:
13112024-11-07T18:01:48.124Z router::test::test_iter2
13122024-11-07T18:01:48.124Z
13132024-11-07T18:01:48.124Ztest result: FAILED. 97 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
13142024-11-07T18:01:48.124Z
13152024-11-07T18:01:48.127Zerror: test failed, to rerun pass `-p dropshot --lib`
13162024-11-07T18:01:48.139Z
13172024-11-07T18:01:48.142Zreal 1:57.531923190
13182024-11-07T18:01:48.142Zuser 12:02.654016364
13192024-11-07T18:01:48.142Zsys 1:50.104310966
13202024-11-07T18:01:48.142Ztrap 0.581361718
13212024-11-07T18:01:48.142Ztflt 0.011647127
13222024-11-07T18:01:48.143Zdflt 0.146243658
13232024-11-07T18:01:48.143Zkflt 0.000000000
13242024-11-07T18:01:48.143Zlock 30:49.847154274
13252024-11-07T18:01:48.143Zslp 1:05:57.315474012
13262024-11-07T18:01:48.143Zlat 30.467737625
13272024-11-07T18:01:48.143Zstop 19.384080192
13282024-11-07T18:01:48.143Zprocess exited: duration 309768 ms, exit code 101
 
13292024-11-07T18:01:48.149Zfound 0 output files