01JDB6AX5GCNGWV7V5VC5SW360: build-and-test / illumos

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

Buildomat Job: 01JDB6B3GNKRAPN9RDYD3W7BFX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-23T00:22:45.826Zjob assigned to worker 01JDB6B4H5J3C45P53555BX6B4 [factory aws, i-008ae0eaadfec2d82] (queued for 49 s)
 
22024-11-23T00:22:53.479Zstarting task 0: "setup"
32024-11-23T00:22:53.491Z++ uname -s
42024-11-23T00:22:53.493Z+ kern=SunOS
52024-11-23T00:22:53.493Z+ case "$kern" in
62024-11-23T00:22:53.493Z+ groupadd -g 12345 build
72024-11-23T00:22:53.496Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-23T00:22:55.502Z+ zfs create -o mountpoint=/work rpool/work
92024-11-23T00:22:55.640Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-23T00:22:55.643Z+ home_fs=zfs
112024-11-23T00:22:55.643Z+ [[ zfs == autofs ]]
122024-11-23T00:22:55.643Z+ mkdir -p /home/build
132024-11-23T00:22:55.645Z+ chown build:build /home/build /work
142024-11-23T00:22:57.646Z+ chmod 0700 /home/build /work
152024-11-23T00:22:57.648Zprocess exited: duration 4168 ms, exit code 0
 
162024-11-23T00:22:57.653Zstarting task 1: "rust-toolchain"
172024-11-23T00:22:57.658Z+ printf ' * toolchain channel = "%s"
182024-11-23T00:22:57.658Z' stable
192024-11-23T00:22:57.658Z * toolchain channel = "stable"
202024-11-23T00:22:57.658Z+ printf ' * toolchain profile = "%s"
212024-11-23T00:22:57.658Z * toolchain profile = "default"
222024-11-23T00:22:57.658Z' default
232024-11-23T00:22:57.661Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-23T00:22:57.661Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-23T00:22:57.815Zinfo: downloading installer
262024-11-23T00:22:59.249Zinfo: profile set to 'default'
272024-11-23T00:22:59.249Zinfo: default host triple is x86_64-unknown-illumos
282024-11-23T00:22:59.251Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-23T00:22:59.405Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-23T00:22:59.405Zinfo: downloading component 'cargo'
312024-11-23T00:23:00.298Zinfo: downloading component 'clippy'
322024-11-23T00:23:00.633Zinfo: downloading component 'rust-docs'
332024-11-23T00:23:01.884Zinfo: downloading component 'rust-std'
342024-11-23T00:23:03.868Zinfo: downloading component 'rustc'
352024-11-23T00:23:11.019Zinfo: downloading component 'rustfmt'
362024-11-23T00:23:11.272Zinfo: installing component 'cargo'
372024-11-23T00:23:12.055Zinfo: installing component 'clippy'
382024-11-23T00:23:12.419Zinfo: installing component 'rust-docs'
392024-11-23T00:23:14.092Zinfo: installing component 'rust-std'
402024-11-23T00:23:15.891Zinfo: installing component 'rustc'
412024-11-23T00:23:21.772Zinfo: installing component 'rustfmt'
422024-11-23T00:23:22.086Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-23T00:23:22.086Z
442024-11-23T00:23:22.463Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-23T00:23:22.463Z
462024-11-23T00:23:22.466Z
472024-11-23T00:23:22.466ZRust is installed now. Great!
482024-11-23T00:23:22.466Z
492024-11-23T00:23:22.466ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-23T00:23:22.466Zenvironment variable. This has not been done automatically.
512024-11-23T00:23:22.466Z
522024-11-23T00:23:22.466ZTo configure your current shell, you need to source
532024-11-23T00:23:22.466Zthe corresponding env file under $HOME/.cargo.
542024-11-23T00:23:22.466Z
552024-11-23T00:23:22.466ZThis is usually done by running one of the following (note the leading DOT):
562024-11-23T00:23:22.466Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-23T00:23:22.466Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-23T00:23:22.538Z+ rustc --version
592024-11-23T00:23:22.605Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-23T00:23:22.609Zprocess exited: duration 24953 ms, exit code 0
 
612024-11-23T00:23:22.613Zstarting task 2: "authentication"
622024-11-23T00:23:22.633Zprocess exited: duration 19 ms, exit code 0
 
632024-11-23T00:23:22.638Zstarting task 3: "clone repository"
642024-11-23T00:23:22.642Z+ mkdir -p /work/oxidecomputer/dropshot
652024-11-23T00:23:22.645Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
662024-11-23T00:23:22.684ZCloning into '/work/oxidecomputer/dropshot'...
672024-11-23T00:23:23.707Z+ cd /work/oxidecomputer/dropshot
682024-11-23T00:23:23.707Z+ git fetch origin 4c93e2e4b4698c24a422359c0836e9a4a6240580
692024-11-23T00:23:23.959ZFrom https://github.com/oxidecomputer/dropshot
702024-11-23T00:23:23.959Z * branch 4c93e2e4b4698c24a422359c0836e9a4a6240580 -> FETCH_HEAD
712024-11-23T00:23:23.968Z+ [[ -n eliza/custom-error-httpresponse-result ]]
722024-11-23T00:23:23.970Z++ git branch --show-current
732024-11-23T00:23:23.972Z+ current=main
742024-11-23T00:23:23.972Z+ [[ main != eliza/custom-error-httpresponse-result ]]
752024-11-23T00:23:23.972Z+ git branch -f eliza/custom-error-httpresponse-result 4c93e2e4b4698c24a422359c0836e9a4a6240580
762024-11-23T00:23:23.975Z+ git checkout -f eliza/custom-error-httpresponse-result
772024-11-23T00:23:23.997ZSwitched to branch 'eliza/custom-error-httpresponse-result'
782024-11-23T00:23:24.000Z+ git reset --hard 4c93e2e4b4698c24a422359c0836e9a4a6240580
792024-11-23T00:23:24.008ZHEAD is now at 4c93e2e reticulating implementation comments
802024-11-23T00:23:24.011Zprocess exited: duration 1370 ms, exit code 0
 
812024-11-23T00:23:24.018Zstarting task 4: "build"
822024-11-23T00:23:24.021Z+ cargo --version
832024-11-23T00:23:24.025Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-23T00:23:24.186Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-23T00:23:24.186Zinfo: downloading component 'cargo'
862024-11-23T00:23:25.063Zinfo: downloading component 'clippy'
872024-11-23T00:23:25.386Zinfo: downloading component 'rust-docs'
882024-11-23T00:23:26.602Zinfo: downloading component 'rust-std'
892024-11-23T00:23:28.605Zinfo: downloading component 'rustc'
902024-11-23T00:23:35.408Zinfo: downloading component 'rustfmt'
912024-11-23T00:23:35.665Zinfo: installing component 'cargo'
922024-11-23T00:23:36.452Zinfo: installing component 'clippy'
932024-11-23T00:23:36.807Zinfo: installing component 'rust-docs'
942024-11-23T00:23:38.381Zinfo: installing component 'rust-std'
952024-11-23T00:23:40.080Zinfo: installing component 'rustc'
962024-11-23T00:23:45.625Zinfo: installing component 'rustfmt'
972024-11-23T00:23:46.016Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-23T00:23:46.018Z+ rustc --version
992024-11-23T00:23:46.085Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-23T00:23:46.089Z+ banner build
1012024-11-23T00:23:46.093Z
1022024-11-23T00:23:46.093Z ##### # # # # #####
1032024-11-23T00:23:46.093Z # # # # # # # #
1042024-11-23T00:23:46.093Z ##### # # # # # #
1052024-11-23T00:23:46.093Z # # # # # # # #
1062024-11-23T00:23:46.093Z # # # # # # # #
1072024-11-23T00:23:46.093Z ##### #### # ###### #####
1082024-11-23T00:23:46.093Z
1092024-11-23T00:23:46.095Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1102024-11-23T00:23:46.250Z Updating crates.io index
1112024-11-23T00:23:47.269Z Downloading crates ...
1122024-11-23T00:23:47.343Z Downloaded async-channel v2.3.1
1132024-11-23T00:23:47.348Z Downloaded async-stream v0.3.6
1142024-11-23T00:23:47.350Z Downloaded autocfg v1.1.0
1152024-11-23T00:23:47.353Z Downloaded async-trait v0.1.83
1162024-11-23T00:23:47.355Z Downloaded atomic-waker v1.1.1
1172024-11-23T00:23:47.358Z Downloaded async-stream-impl v0.3.6
1182024-11-23T00:23:47.358Z Downloaded anyhow v1.0.93
1192024-11-23T00:23:47.373Z Downloaded usdt-impl v0.5.0
1202024-11-23T00:23:47.383Z Downloaded parking v2.2.0
1212024-11-23T00:23:47.390Z Downloaded webpki-roots v0.26.5
1222024-11-23T00:23:47.396Z Downloaded url v2.5.2
1232024-11-23T00:23:47.414Z Downloaded cpufeatures v0.2.2
1242024-11-23T00:23:47.417Z Downloaded dtrace-parser v0.2.0
1252024-11-23T00:23:47.420Z Downloaded cfg-if v1.0.0
1262024-11-23T00:23:47.422Z Downloaded openssl-probe v0.1.4
1272024-11-23T00:23:47.425Z Downloaded cc v1.0.83
1282024-11-23T00:23:47.427Z Downloaded camino v1.1.9
1292024-11-23T00:23:47.430Z Downloaded dof v0.3.0
1302024-11-23T00:23:47.430Z Downloaded digest v0.10.7
1312024-11-23T00:23:47.432Z Downloaded byteorder v1.4.3
1322024-11-23T00:23:47.436Z Downloaded base64 v0.22.1
1332024-11-23T00:23:47.440Z Downloaded dirs-sys-next v0.1.2
1342024-11-23T00:23:47.442Z Downloaded deranged v0.3.11
1352024-11-23T00:23:47.444Z Downloaded futures-channel v0.3.31
1362024-11-23T00:23:47.446Z Downloaded equivalent v1.0.0
1372024-11-23T00:23:47.446Z Downloaded debug-ignore v1.0.5
1382024-11-23T00:23:47.449Z Downloaded crossbeam-utils v0.8.15
1392024-11-23T00:23:47.451Z Downloaded buf-list v1.0.3
1402024-11-23T00:23:47.454Z Downloaded unicode-bidi v0.3.15
1412024-11-23T00:23:47.456Z Downloaded foreign-types-shared v0.1.1
1422024-11-23T00:23:47.456Z Downloaded dyn-clone v1.0.4
1432024-11-23T00:23:47.458Z Downloaded usdt v0.5.0
1442024-11-23T00:23:47.458Z Downloaded utf-8 v0.7.6
1452024-11-23T00:23:47.461Z Downloaded form_urlencoded v1.2.1
1462024-11-23T00:23:47.461Z Downloaded console v0.15.7
1472024-11-23T00:23:47.463Z Downloaded concurrent-queue v2.5.0
1482024-11-23T00:23:47.465Z Downloaded usdt-attr-macro v0.5.0
1492024-11-23T00:23:47.467Z Downloaded usdt-macro v0.5.0
1502024-11-23T00:23:47.467Z Downloaded unicode-segmentation v1.10.0
1512024-11-23T00:23:47.470Z Downloaded futures-sink v0.3.31
1522024-11-23T00:23:47.473Z Downloaded foreign-types v0.3.2
1532024-11-23T00:23:47.473Z Downloaded waitgroup v0.1.2
1542024-11-23T00:23:47.473Z Downloaded unicase v2.6.0
1552024-11-23T00:23:47.475Z Downloaded uuid v1.11.0
1562024-11-23T00:23:47.477Z Downloaded fnv v1.0.7
1572024-11-23T00:23:47.480Z Downloaded chrono v0.4.38
1582024-11-23T00:23:47.486Z Downloaded futures-task v0.3.31
1592024-11-23T00:23:47.488Z Downloaded want v0.3.0
1602024-11-23T00:23:47.490Z Downloaded sha2 v0.10.8
1612024-11-23T00:23:47.493Z Downloaded futures-macro v0.3.31
1622024-11-23T00:23:47.493Z Downloaded futures-executor v0.3.31
1632024-11-23T00:23:47.496Z Downloaded futures-core v0.3.31
1642024-11-23T00:23:47.496Z Downloaded tungstenite v0.24.0
1652024-11-23T00:23:47.499Z Downloaded newline-converter v0.3.0
1662024-11-23T00:23:47.501Z Downloaded is-terminal v0.4.12
1672024-11-23T00:23:47.501Z Downloaded http-range v0.1.4
1682024-11-23T00:23:47.503Z Downloaded dirs-next v2.0.0
1692024-11-23T00:23:47.503Z Downloaded num_threads v0.1.3
1702024-11-23T00:23:47.505Z Downloaded zerocopy v0.7.32
1712024-11-23T00:23:47.522Z Downloaded powerfmt v0.2.0
1722024-11-23T00:23:47.524Z Downloaded paste v1.0.15
1732024-11-23T00:23:47.526Z Downloaded zeroize v1.7.0
1742024-11-23T00:23:47.529Z Downloaded fastrand v2.1.1
1752024-11-23T00:23:47.529Z Downloaded lazy_static v1.5.0
1762024-11-23T00:23:47.531Z Downloaded data-encoding v2.4.0
1772024-11-23T00:23:47.533Z Downloaded iana-time-zone v0.1.47
1782024-11-23T00:23:47.536Z Downloaded httpdate v1.0.1
1792024-11-23T00:23:47.536Z Downloaded glob v0.3.0
1802024-11-23T00:23:47.538Z Downloaded target-triple v0.1.3
1812024-11-23T00:23:47.540Z Downloaded pin-utils v0.1.0
1822024-11-23T00:23:47.540Z Downloaded scroll_derive v0.12.0
1832024-11-23T00:23:47.542Z Downloaded pkg-config v0.3.31
1842024-11-23T00:23:47.542Z Downloaded pest_generator v2.7.6
1852024-11-23T00:23:47.544Z Downloaded pem v3.0.4
1862024-11-23T00:23:47.547Z Downloaded memmap v0.7.0
1872024-11-23T00:23:47.547Z Downloaded plain v0.2.3
1882024-11-23T00:23:47.549Z Downloaded itoa v1.0.1
1892024-11-23T00:23:47.549Z Downloaded hyper-staticfile v0.10.1
1902024-11-23T00:23:47.551Z Downloaded event-listener v5.0.0
1912024-11-23T00:23:47.553Z Downloaded schema-derive v0.1.0
1922024-11-23T00:23:47.556Z Downloaded zerocopy-derive v0.7.32
1932024-11-23T00:23:47.558Z Downloaded mime v0.3.16
1942024-11-23T00:23:47.560Z Downloaded try-lock v0.2.3
1952024-11-23T00:23:47.563Z Downloaded schema v0.1.0
1962024-11-23T00:23:47.563Z Downloaded sync_wrapper v1.0.1
1972024-11-23T00:23:47.563Z Downloaded take_mut v0.2.2
1982024-11-23T00:23:47.564Z Downloaded native-tls v0.2.12
1992024-11-23T00:23:47.566Z Downloaded lock_api v0.4.6
2002024-11-23T00:23:47.566Z Downloaded bitflags v2.4.0
2012024-11-23T00:23:47.568Z Downloaded tinyvec_macros v0.1.0
2022024-11-23T00:23:47.570Z Downloaded generic-array v0.14.5
2032024-11-23T00:23:47.573Z Downloaded time-core v0.1.2
2042024-11-23T00:23:47.573Z Downloaded tower-service v0.3.1
2052024-11-23T00:23:47.573Z Downloaded pretty-hex v0.4.1
2062024-11-23T00:23:47.575Z Downloaded quinn-udp v0.5.5
2072024-11-23T00:23:47.577Z Downloaded hyper-rustls v0.26.0
2082024-11-23T00:23:47.579Z Downloaded hyper-rustls v0.27.3
2092024-11-23T00:23:47.581Z Downloaded getrandom v0.2.11
2102024-11-23T00:23:47.584Z Downloaded tokio-macros v2.3.0
2112024-11-23T00:23:47.586Z Downloaded yasna v0.5.2
2122024-11-23T00:23:47.589Z Downloaded httparse v1.8.0
2132024-11-23T00:23:47.591Z Downloaded thiserror-impl v1.0.67
2142024-11-23T00:23:47.591Z Downloaded slab v0.4.9
2152024-11-23T00:23:47.594Z Downloaded simple-mermaid v0.1.1
2162024-11-23T00:23:47.594Z Downloaded pest_meta v2.7.6
2172024-11-23T00:23:47.596Z Downloaded once_cell v1.20.1
2182024-11-23T00:23:47.598Z Downloaded termcolor v1.1.2
2192024-11-23T00:23:47.600Z Downloaded tokio-native-tls v0.3.1
2202024-11-23T00:23:47.603Z Downloaded signal-hook-registry v1.4.0
2212024-11-23T00:23:47.603Z Downloaded sha1 v0.10.6
2222024-11-23T00:23:47.606Z Downloaded thread_local v1.1.4
2232024-11-23T00:23:47.606Z Downloaded subtle v2.5.0
2242024-11-23T00:23:47.608Z Downloaded multer v3.1.0
2252024-11-23T00:23:47.612Z Downloaded slog-json v2.6.1
2262024-11-23T00:23:47.612Z Downloaded slog-bunyan v2.5.0
2272024-11-23T00:23:47.614Z Downloaded slog-async v2.8.0
2282024-11-23T00:23:47.616Z Downloaded rustls-pemfile v2.1.3
2292024-11-23T00:23:47.617Z Downloaded serde_tokenstream v0.2.2
2302024-11-23T00:23:47.619Z Downloaded scroll v0.12.0
2312024-11-23T00:23:47.621Z Downloaded serde_urlencoded v0.7.1
2322024-11-23T00:23:47.623Z Downloaded toml_datetime v0.6.8
2332024-11-23T00:23:47.625Z Downloaded num-traits v0.2.14
2342024-11-23T00:23:47.627Z Downloaded thiserror v1.0.67
2352024-11-23T00:23:47.631Z Downloaded time-macros v0.2.18
2362024-11-23T00:23:47.634Z Downloaded term v0.7.0
2372024-11-23T00:23:47.637Z Downloaded slog v2.7.0
2382024-11-23T00:23:47.639Z Downloaded hyper-util v0.1.10
2392024-11-23T00:23:47.650Z Downloaded tempfile v3.14.0
2402024-11-23T00:23:47.652Z Downloaded toml v0.8.19
2412024-11-23T00:23:47.655Z Downloaded smallvec v1.13.2
2422024-11-23T00:23:47.658Z Downloaded serde_derive v1.0.215
2432024-11-23T00:23:47.660Z Downloaded slog-term v2.9.1
2442024-11-23T00:23:47.663Z Downloaded trybuild v1.0.101
2452024-11-23T00:23:47.667Z Downloaded ucd-trie v0.1.6
2462024-11-23T00:23:47.669Z Downloaded openssl-sys v0.9.103
2472024-11-23T00:23:47.674Z Downloaded subprocess v0.2.9
2482024-11-23T00:23:47.676Z Downloaded prettyplease v0.2.25
2492024-11-23T00:23:47.679Z Downloaded spin v0.9.8
2502024-11-23T00:23:47.682Z Downloaded tracing-core v0.1.32
2512024-11-23T00:23:47.684Z Downloaded expectorate v1.1.0
2522024-11-23T00:23:47.687Z Downloaded schemars v0.8.21
2532024-11-23T00:23:47.698Z Downloaded tracing v0.1.40
2542024-11-23T00:23:47.703Z Downloaded tokio-util v0.7.7
2552024-11-23T00:23:47.709Z Downloaded serde v1.0.215
2562024-11-23T00:23:47.711Z Downloaded hashbrown v0.15.0
2572024-11-23T00:23:47.717Z Downloaded toml_edit v0.22.20
2582024-11-23T00:23:47.738Z Downloaded rand v0.8.4
2592024-11-23T00:23:47.742Z Downloaded pest v2.7.6
2602024-11-23T00:23:47.746Z Downloaded h2 v0.4.6
2612024-11-23T00:23:47.753Z Downloaded time v0.3.36
2622024-11-23T00:23:47.759Z Downloaded winnow v0.6.18
2632024-11-23T00:23:47.767Z Downloaded serde_json v1.0.133
2642024-11-23T00:23:47.774Z Downloaded portable-atomic v1.9.0
2652024-11-23T00:23:47.781Z Downloaded hyper v1.5.0
2662024-11-23T00:23:47.786Z Downloaded goblin v0.8.0
2672024-11-23T00:23:47.792Z Downloaded reqwest v0.12.9
2682024-11-23T00:23:47.800Z Downloaded rustls-webpki v0.102.8
2692024-11-23T00:23:47.818Z Downloaded openssl v0.10.66
2702024-11-23T00:23:47.826Z Downloaded quinn-proto v0.11.8
2712024-11-23T00:23:47.832Z Downloaded idna v0.5.0
2722024-11-23T00:23:47.838Z Downloaded futures-util v0.3.31
2732024-11-23T00:23:47.850Z Downloaded openapiv3 v2.0.0
2742024-11-23T00:23:47.861Z Downloaded syn v2.0.87
2752024-11-23T00:23:47.871Z Downloaded rustls v0.22.4
2762024-11-23T00:23:47.884Z Downloaded quinn v0.11.4
2772024-11-23T00:23:47.887Z Downloaded rcgen v0.13.1
2782024-11-23T00:23:47.890Z Downloaded rustls v0.23.13
2792024-11-23T00:23:47.901Z Downloaded mio v0.8.11
2802024-11-23T00:23:47.906Z Downloaded memchr v2.6.0
2812024-11-23T00:23:47.911Z Downloaded rustix v0.38.40
2822024-11-23T00:23:47.932Z Downloaded rustls-pki-types v1.10.0
2832024-11-23T00:23:47.935Z Downloaded http v1.1.0
2842024-11-23T00:23:47.938Z Downloaded socket2 v0.5.5
2852024-11-23T00:23:47.941Z Downloaded similar v2.2.1
2862024-11-23T00:23:47.944Z Downloaded crossbeam-channel v0.5.1
2872024-11-23T00:23:47.948Z Downloaded typenum v1.14.0
2882024-11-23T00:23:47.950Z Downloaded tinyvec v1.5.1
2892024-11-23T00:23:47.953Z Downloaded ryu v1.0.5
2902024-11-23T00:23:47.955Z Downloaded indexmap v2.6.0
2912024-11-23T00:23:47.959Z Downloaded thread-id v4.0.0
2922024-11-23T00:23:47.961Z Downloaded tokio-rustls v0.26.0
2932024-11-23T00:23:47.964Z Downloaded tokio-rustls v0.25.0
2942024-11-23T00:23:47.964Z Downloaded tokio-tungstenite v0.24.0
2952024-11-23T00:23:47.967Z Downloaded serde_derive_internals v0.29.0
2962024-11-23T00:23:47.969Z Downloaded schemars_derive v0.8.21
2972024-11-23T00:23:47.969Z Downloaded rustls-native-certs v0.7.0
2982024-11-23T00:23:47.971Z Downloaded proc-macro2 v1.0.89
2992024-11-23T00:23:47.973Z Downloaded parking_lot v0.12.1
3002024-11-23T00:23:47.975Z Downloaded semver v1.0.23
3012024-11-23T00:23:47.978Z Downloaded serde_path_to_error v0.1.16
3022024-11-23T00:23:47.980Z Downloaded num_cpus v1.13.0
3032024-11-23T00:23:47.982Z Downloaded mime_guess v2.0.5
3042024-11-23T00:23:47.985Z Downloaded libc v0.2.164
3052024-11-23T00:23:48.009Z Downloaded futures v0.3.31
3062024-11-23T00:23:48.013Z Downloaded ppv-lite86 v0.2.15
3072024-11-23T00:23:48.015Z Downloaded tokio v1.38.1
3082024-11-23T00:23:48.048Z Downloaded pest_derive v2.7.6
3092024-11-23T00:23:48.050Z Downloaded parking_lot_core v0.9.4
3102024-11-23T00:23:48.054Z Downloaded log v0.4.17
3112024-11-23T00:23:48.055Z Downloaded serde_spanned v0.6.7
3122024-11-23T00:23:48.057Z Downloaded scopeguard v1.2.0
3132024-11-23T00:23:48.057Z Downloaded rustc-hash v2.0.0
3142024-11-23T00:23:48.059Z Downloaded rand_core v0.6.3
3152024-11-23T00:23:48.059Z Downloaded rand_chacha v0.3.1
3162024-11-23T00:23:48.062Z Downloaded quote v1.0.37
3172024-11-23T00:23:48.062Z Downloaded pin-project-lite v0.2.12
3182024-11-23T00:23:48.065Z Downloaded percent-encoding v2.3.1
3192024-11-23T00:23:48.068Z Downloaded ipnet v2.10.0
3202024-11-23T00:23:48.068Z Downloaded openssl-macros v0.1.1
3212024-11-23T00:23:48.070Z Downloaded num-conv v0.1.0
3222024-11-23T00:23:48.070Z Downloaded match_cfg v0.1.0
3232024-11-23T00:23:48.070Z Downloaded hyper-tls v0.6.0
3242024-11-23T00:23:48.073Z Downloaded http-body-util v0.1.2
3252024-11-23T00:23:48.073Z Downloaded hostname v0.4.0
3262024-11-23T00:23:48.075Z Downloaded hostname v0.3.1
3272024-11-23T00:23:48.077Z Downloaded heck v0.5.0
3282024-11-23T00:23:48.077Z Downloaded futures-io v0.3.31
3292024-11-23T00:23:48.079Z Downloaded errno v0.3.8
3302024-11-23T00:23:48.079Z Downloaded crypto-common v0.1.6
3312024-11-23T00:23:48.079Z Downloaded block-buffer v0.10.2
3322024-11-23T00:23:48.082Z Downloaded unicode-ident v1.0.12
3332024-11-23T00:23:48.084Z Downloaded version_check v0.9.5
3342024-11-23T00:23:48.084Z Downloaded vcpkg v0.2.15
3352024-11-23T00:23:48.121Z Downloaded event-listener-strategy v0.5.2
3362024-11-23T00:23:48.124Z Downloaded bytes v1.8.0
3372024-11-23T00:23:48.126Z Downloaded http-body v1.0.1
3382024-11-23T00:23:48.129Z Downloaded unicode-width v0.1.9
3392024-11-23T00:23:48.129Z Downloaded encoding_rs v0.8.32
3402024-11-23T00:23:48.146Z Downloaded unicode-normalization v0.1.24
3412024-11-23T00:23:48.149Z Downloaded untrusted v0.9.0
3422024-11-23T00:23:48.377Z Downloaded ring v0.17.7
3432024-11-23T00:23:48.642Z Compiling proc-macro2 v1.0.89
3442024-11-23T00:23:48.642Z Compiling unicode-ident v1.0.12
3452024-11-23T00:23:48.645Z Compiling libc v0.2.164
3462024-11-23T00:23:48.645Z Compiling cfg-if v1.0.0
3472024-11-23T00:23:48.645Z Compiling serde v1.0.215
3482024-11-23T00:23:48.645Z Compiling itoa v1.0.1
3492024-11-23T00:23:48.645Z Compiling memchr v2.6.0
3502024-11-23T00:23:48.669Z 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-23T00:23:48.671Z 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`
3522024-11-23T00:23:48.672Z 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.164/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e7110d778958dd09 -C extra-filename=-e7110d778958dd09 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-e7110d778958dd09 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3532024-11-23T00:23:48.672Z 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`
3542024-11-23T00:23:48.672Z 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.215/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=fd684ef03c758505 -C extra-filename=-fd684ef03c758505 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-fd684ef03c758505 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552024-11-23T00:23:48.677Z 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`
3562024-11-23T00:23:48.677Z 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.164/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8b55ea19e8b858e5 -C extra-filename=-8b55ea19e8b858e5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-8b55ea19e8b858e5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3572024-11-23T00:23:48.680Z 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`
3582024-11-23T00:23:48.748Z Compiling version_check v0.9.5
3592024-11-23T00:23:48.751Z 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`
3602024-11-23T00:23:48.842Z Compiling once_cell v1.20.1
3612024-11-23T00:23:48.845Z 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`
3622024-11-23T00:23:48.885Z Compiling pin-project-lite v0.2.12
3632024-11-23T00:23:48.887Z 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`
3642024-11-23T00:23:48.999Z Compiling autocfg v1.1.0
3652024-11-23T00:23:48.999Z 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`
3662024-11-23T00:23:49.241Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-fd684ef03c758505/build-script-build`
3672024-11-23T00:23:49.241Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580/build-script-build`
3682024-11-23T00:23:49.288Z Compiling log v0.4.17
3692024-11-23T00:23:49.291Z 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`
3702024-11-23T00:23:49.301Z Compiling bytes v1.8.0
3712024-11-23T00:23:49.303Z 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`
3722024-11-23T00:23:49.341Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-e7110d778958dd09/build-script-build`
3732024-11-23T00:23:49.382Z Compiling futures-core v0.3.31
3742024-11-23T00:23:49.384Z 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`
3752024-11-23T00:23:49.384Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-8b55ea19e8b858e5/build-script-build`
3762024-11-23T00:23:49.406Z 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.164/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=02d5f3c5035ab2bf -C extra-filename=-02d5f3c5035ab2bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3772024-11-23T00:23:49.448Z 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.164/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8fa1f1f1752b4c34 -C extra-filename=-8fa1f1f1752b4c34 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
3782024-11-23T00:23:49.566Z 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)'`
3792024-11-23T00:23:49.605Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc/build-script-build`
3802024-11-23T00:23:49.622Z Compiling parking_lot_core v0.9.4
3812024-11-23T00:23:49.624Z 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`
3822024-11-23T00:23:49.634Z 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`
3832024-11-23T00:23:49.691Z Compiling ryu v1.0.5
3842024-11-23T00:23:49.693Z 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`
3852024-11-23T00:23:50.035Z Compiling slab v0.4.9
3862024-11-23T00:23:50.038Z 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`
3872024-11-23T00:23:50.068Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971/build-script-build`
3882024-11-23T00:23:50.086Z Compiling smallvec v1.13.2
3892024-11-23T00:23:50.089Z 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`
3902024-11-23T00:23:50.186Z Compiling cc v1.0.83
3912024-11-23T00:23:50.189Z 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=982b63177adcd258 -C extra-filename=-982b63177adcd258 --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-8fa1f1f1752b4c34.rmeta --cap-lints allow`
3922024-11-23T00:23:50.226Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0/build-script-build`
3932024-11-23T00:23:50.285Z Compiling thiserror v1.0.67
3942024-11-23T00:23:50.287Z 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`
3952024-11-23T00:23:50.351Z Compiling quote v1.0.37
3962024-11-23T00:23:50.353Z 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`
3972024-11-23T00:23:50.481Z Compiling futures-sink v0.3.31
3982024-11-23T00:23:50.484Z 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`
3992024-11-23T00:23:50.634Z Compiling scopeguard v1.2.0
4002024-11-23T00:23:50.638Z 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`
4012024-11-23T00:23:50.646Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec/build-script-build`
4022024-11-23T00:23:50.659Z 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`
4032024-11-23T00:23:50.773Z Compiling syn v2.0.87
4042024-11-23T00:23:50.776Z 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-23T00:23:50.785Z Compiling getrandom v0.2.11
4062024-11-23T00:23:50.788Z 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=321573ba71617fbb -C extra-filename=-321573ba71617fbb --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
4072024-11-23T00:23:50.856Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464/build-script-build`
4082024-11-23T00:23:50.994Z Compiling lock_api v0.4.6
4092024-11-23T00:23:50.999Z 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`
4102024-11-23T00:23:51.073Z 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=ad14ad6a44e64f97 -C extra-filename=-ad14ad6a44e64f97 --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-02d5f3c5035ab2bf.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --cap-lints allow`
4112024-11-23T00:23:51.140Z Compiling serde_json v1.0.133
4122024-11-23T00:23:51.144Z 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.133/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=3627717251c88a11 -C extra-filename=-3627717251c88a11 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-3627717251c88a11 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132024-11-23T00:23:51.154Z 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`
4142024-11-23T00:23:51.186Z Compiling mio v0.8.11
4152024-11-23T00:23:51.188Z 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=90392333ed38e519 -C extra-filename=-90392333ed38e519 --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
4162024-11-23T00:23:51.433Z Compiling parking_lot v0.12.1
4172024-11-23T00:23:51.436Z 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=93ba71385d779216 -C extra-filename=-93ba71385d779216 --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-ad14ad6a44e64f97.rmeta --cap-lints allow`
4182024-11-23T00:23:51.446Z Compiling signal-hook-registry v1.4.0
4192024-11-23T00:23:51.449Z 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=9406927537795695 -C extra-filename=-9406927537795695 --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
4202024-11-23T00:23:51.484Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-3627717251c88a11/build-script-build`
4212024-11-23T00:23:51.503Z Compiling socket2 v0.5.5
4222024-11-23T00:23:51.505Z 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=427b3a9cc129e256 -C extra-filename=-427b3a9cc129e256 --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
4232024-11-23T00:23:51.544Z Compiling num_cpus v1.13.0
4242024-11-23T00:23:51.546Z 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=f8fad39b090f343d -C extra-filename=-f8fad39b090f343d --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
4252024-11-23T00:23:51.669Z Compiling fnv v1.0.7
4262024-11-23T00:23:51.672Z 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`
4272024-11-23T00:23:51.787Z Compiling http v1.1.0
4282024-11-23T00:23:51.789Z 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`
4292024-11-23T00:23:51.789Z Compiling futures-channel v0.3.31
4302024-11-23T00:23:51.799Z 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`
4312024-11-23T00:23:52.256Z Compiling hashbrown v0.15.0
4322024-11-23T00:23:52.259Z 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`
4332024-11-23T00:23:52.525Z Compiling pin-utils v0.1.0
4342024-11-23T00:23:52.527Z 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`
4352024-11-23T00:23:52.537Z Compiling futures-task v0.3.31
4362024-11-23T00:23:52.540Z 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`
4372024-11-23T00:23:52.622Z Compiling futures-io v0.3.31
4382024-11-23T00:23:52.625Z 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`
4392024-11-23T00:23:52.636Z Compiling ring v0.17.7
4402024-11-23T00:23:52.639Z 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=8fed3528f31de04d -C extra-filename=-8fed3528f31de04d --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-8fed3528f31de04d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-982b63177adcd258.rlib --cap-lints allow`
4412024-11-23T00:23:52.665Z Compiling equivalent v1.0.0
4422024-11-23T00:23:52.668Z 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`
4432024-11-23T00:23:52.699Z Compiling rustls-pki-types v1.10.0
4442024-11-23T00:23:52.701Z 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`
4452024-11-23T00:23:52.764Z Compiling httparse v1.8.0
4462024-11-23T00:23:52.767Z 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`
4472024-11-23T00:23:52.858Z Compiling spin v0.9.8
4482024-11-23T00:23:52.860Z 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`
4492024-11-23T00:23:53.010Z Compiling tracing-core v0.1.32
4502024-11-23T00:23:53.012Z 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`
4512024-11-23T00:23:53.132Z Compiling byteorder v1.4.3
4522024-11-23T00:23:53.135Z 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`
4532024-11-23T00:23:53.230Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762/build-script-build`
4542024-11-23T00:23:53.249Z 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`
4552024-11-23T00:23:53.618Z Compiling ucd-trie v0.1.6
4562024-11-23T00:23:53.620Z 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`
4572024-11-23T00:23:53.667Z Compiling untrusted v0.9.0
4582024-11-23T00:23:53.678Z 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-23T00:23:53.720Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-8fed3528f31de04d/build-script-build`
4602024-11-23T00:23:53.842Z Compiling tracing v0.1.40
4612024-11-23T00:23:53.844Z 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`
4622024-11-23T00:23:53.928Z Compiling atomic-waker v1.1.1
4632024-11-23T00:23:53.930Z 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`
4642024-11-23T00:23:54.032Z Compiling vcpkg v0.2.15
4652024-11-23T00:23:54.034Z 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`
4662024-11-23T00:23:54.118Z Compiling pkg-config v0.3.31
4672024-11-23T00:23:54.121Z 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`
4682024-11-23T00:23:54.280Z Compiling typenum v1.14.0
4692024-11-23T00:23:54.283Z 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`
4702024-11-23T00:23:54.349Z Compiling http-body v1.0.1
4712024-11-23T00:23:54.352Z 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`
4722024-11-23T00:23:54.574Z Compiling generic-array v0.14.5
4732024-11-23T00:23:54.577Z 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`
4742024-11-23T00:23:54.615Z Compiling crossbeam-utils v0.8.15
4752024-11-23T00:23:54.617Z 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`
4762024-11-23T00:23:54.693Z Compiling try-lock v0.2.3
4772024-11-23T00:23:54.696Z 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`
4782024-11-23T00:23:54.835Z Compiling want v0.3.0
4792024-11-23T00:23:54.837Z 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`
4802024-11-23T00:23:54.893Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52/build-script-build`
4812024-11-23T00:23:54.950Z Compiling zeroize v1.7.0
4822024-11-23T00:23:54.952Z 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`
4832024-11-23T00:23:55.081Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291/build-script-build`
4842024-11-23T00:23:55.099Z Compiling httpdate v1.0.1
4852024-11-23T00:23:55.102Z 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`
4862024-11-23T00:23:55.142Z Compiling time-core v0.1.2
4872024-11-23T00:23:55.144Z 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-23T00:23:55.241Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0/build-script-main`
4892024-11-23T00:23:55.281Z Compiling powerfmt v0.2.0
4902024-11-23T00:23:55.283Z 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`
4912024-11-23T00:23:55.299Z Compiling num-conv v0.1.0
4922024-11-23T00:23:55.299Z 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`
4932024-11-23T00:23:55.312Z Compiling subtle v2.5.0
4942024-11-23T00:23:55.315Z 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`
4952024-11-23T00:23:55.421Z 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`
4962024-11-23T00:23:55.577Z Compiling time-macros v0.2.18
4972024-11-23T00:23:55.577Z Compiling deranged v0.3.11
4982024-11-23T00:23:55.580Z 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`
4992024-11-23T00:23:55.580Z 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`
5002024-11-23T00:23:55.628Z Compiling openssl-sys v0.9.103
5012024-11-23T00:23:55.630Z 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=bb0dc1bf11dd4dd1 -C extra-filename=-bb0dc1bf11dd4dd1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-bb0dc1bf11dd4dd1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-982b63177adcd258.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-23T00:23:55.630Z 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`
5032024-11-23T00:23:55.666Z Compiling bitflags v2.4.0
5042024-11-23T00:23:55.668Z 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`
5052024-11-23T00:23:56.103Z Compiling slog v2.7.0
5062024-11-23T00:23:56.113Z 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`
5072024-11-23T00:23:56.585Z Compiling num_threads v0.1.3
5082024-11-23T00:23:56.588Z 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-23T00:23:56.626Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-bb0dc1bf11dd4dd1/build-script-main`
5102024-11-23T00:23:56.695Z Compiling base64 v0.22.1
5112024-11-23T00:23:56.698Z 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`
5122024-11-23T00:23:56.708Z 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`
5132024-11-23T00:23:56.774Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8/build-script-build`
5142024-11-23T00:23:56.833Z Compiling unicase v2.6.0
5152024-11-23T00:23:56.836Z 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`
5162024-11-23T00:23:56.927Z 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=940c481cd0c7065c -C extra-filename=-940c481cd0c7065c --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-321573ba71617fbb.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-47f457921842bee1/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
5172024-11-23T00:23:56.938Z Compiling usdt-impl v0.5.0
5182024-11-23T00:23:56.943Z 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`
5192024-11-23T00:23:57.185Z Compiling openssl-probe v0.1.4
5202024-11-23T00:23:57.187Z 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`
5212024-11-23T00:23:57.311Z Compiling tower-service v0.3.1
5222024-11-23T00:23:57.314Z 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`
5232024-11-23T00:23:57.439Z Compiling percent-encoding v2.3.1
5242024-11-23T00:23:57.441Z 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`
5252024-11-23T00:23:57.515Z Compiling openssl v0.10.66
5262024-11-23T00:23:57.517Z 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`
5272024-11-23T00:23:57.547Z Compiling paste v1.0.15
5282024-11-23T00:23:57.549Z 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`
5292024-11-23T00:23:57.590Z Compiling foreign-types-shared v0.1.1
5302024-11-23T00:23:57.593Z 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`
5312024-11-23T00:23:57.691Z Compiling tinyvec_macros v0.1.0
5322024-11-23T00:23:57.694Z 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`
5332024-11-23T00:23:57.777Z Compiling tinyvec v1.5.1
5342024-11-23T00:23:57.780Z 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`
5352024-11-23T00:23:57.841Z Compiling foreign-types v0.3.2
5362024-11-23T00:23:57.844Z 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`
5372024-11-23T00:23:57.925Z Compiling form_urlencoded v1.2.1
5382024-11-23T00:23:57.928Z 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`
5392024-11-23T00:23:57.953Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128/build-script-build`
5402024-11-23T00:23:57.970Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6/build-script-build`
5412024-11-23T00:23:58.041Z Compiling crypto-common v0.1.6
5422024-11-23T00:23:58.041Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f/build-script-build`
5432024-11-23T00:23:58.044Z 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`
5442024-11-23T00:23:58.098Z Compiling block-buffer v0.10.2
5452024-11-23T00:23:58.102Z 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`
5462024-11-23T00:23:58.112Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828/build-script-build`
5472024-11-23T00:23:58.208Z 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`
5482024-11-23T00:23:58.264Z 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=6106cbb7980159ff -C extra-filename=-6106cbb7980159ff --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-02d5f3c5035ab2bf.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)'`
5492024-11-23T00:23:58.279Z Compiling rand_core v0.6.3
5502024-11-23T00:23:58.283Z 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=b2fe10f463d80cb2 -C extra-filename=-b2fe10f463d80cb2 --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-321573ba71617fbb.rmeta --cap-lints allow`
5512024-11-23T00:23:58.294Z Compiling thread-id v4.0.0
5522024-11-23T00:23:58.296Z 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=0bfeeb6599b3cb62 -C extra-filename=-0bfeeb6599b3cb62 --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-8fa1f1f1752b4c34.rmeta --cap-lints allow`
5532024-11-23T00:23:58.391Z Compiling num-traits v0.2.14
5542024-11-23T00:23:58.393Z 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`
5552024-11-23T00:23:58.552Z Compiling time v0.3.36
5562024-11-23T00:23:58.554Z 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=d14c33bd73159de0 -C extra-filename=-d14c33bd73159de0 --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-02d5f3c5035ab2bf.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`
5572024-11-23T00:23:58.822Z Compiling plain v0.2.3
5582024-11-23T00:23:58.822Z Compiling ppv-lite86 v0.2.15
5592024-11-23T00:23:58.825Z 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`
5602024-11-23T00:23:58.825Z 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`
5612024-11-23T00:23:58.874Z Compiling mime v0.3.16
5622024-11-23T00:23:58.876Z 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`
5632024-11-23T00:23:59.051Z Compiling rustls-webpki v0.102.8
5642024-11-23T00:23:59.053Z 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=06f347fef2397df6 -C extra-filename=-06f347fef2397df6 --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-940c481cd0c7065c.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-47f457921842bee1/out`
5652024-11-23T00:23:59.268Z Compiling semver v1.0.23
5662024-11-23T00:23:59.270Z 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/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c315e0df7fea9e7a -C extra-filename=-c315e0df7fea9e7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-c315e0df7fea9e7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672024-11-23T00:23:59.541Z Compiling native-tls v0.2.12
5682024-11-23T00:23:59.541Z 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`
5692024-11-23T00:23:59.554Z Compiling rustls v0.23.13
5702024-11-23T00:23:59.556Z 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`
5712024-11-23T00:23:59.673Z Compiling lazy_static v1.5.0
5722024-11-23T00:23:59.675Z 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`
5732024-11-23T00:23:59.781Z Compiling rustls v0.22.4
5742024-11-23T00:23:59.784Z 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`
5752024-11-23T00:23:59.803Z Compiling unicode-width v0.1.9
5762024-11-23T00:23:59.806Z 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`
5772024-11-23T00:23:59.860Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-55657060099610ca/build-script-build`
5782024-11-23T00:23:59.879Z Running `/work/oxidecomputer/dropshot/target/debug/build/semver-c315e0df7fea9e7a/build-script-build`
5792024-11-23T00:23:59.892Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b/build-script-build`
5802024-11-23T00:23:59.910Z Compiling rand_chacha v0.3.1
5812024-11-23T00:23:59.918Z 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=af2b68c18d249250 -C extra-filename=-af2b68c18d249250 --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-b2fe10f463d80cb2.rmeta --cap-lints allow`
5822024-11-23T00:23:59.933Z Compiling unicode-normalization v0.1.24
5832024-11-23T00:23:59.941Z 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`
5842024-11-23T00:23:59.950Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973/build-script-build`
5852024-11-23T00:24:00.075Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4f820822ead4abe/build-script-build`
5862024-11-23T00:24:00.094Z 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`
5872024-11-23T00:24:00.244Z Compiling digest v0.10.7
5882024-11-23T00:24:00.247Z 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`
5892024-11-23T00:24:00.500Z 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"))'`
5902024-11-23T00:24:00.602Z Compiling rustls-pemfile v2.1.3
5912024-11-23T00:24:00.605Z 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`
5922024-11-23T00:24:01.030Z Compiling dirs-sys-next v0.1.2
5932024-11-23T00:24:01.032Z 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=c5e806b16ecd1081 -C extra-filename=-c5e806b16ecd1081 --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
5942024-11-23T00:24:01.081Z 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`
5952024-11-23T00:24:01.094Z Compiling pretty-hex v0.4.1
5962024-11-23T00:24:01.096Z 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`
5972024-11-23T00:24:01.215Z Compiling cpufeatures v0.2.2
5982024-11-23T00:24:01.225Z 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`
5992024-11-23T00:24:01.295Z Compiling unicode-segmentation v1.10.0
6002024-11-23T00:24:01.298Z 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`
6012024-11-23T00:24:01.308Z Compiling unicode-bidi v0.3.15
6022024-11-23T00:24:01.310Z 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`
6032024-11-23T00:24:01.444Z Compiling winnow v0.6.18
6042024-11-23T00:24:01.447Z 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`
6052024-11-23T00:24:01.459Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422/build-script-build`
6062024-11-23T00:24:01.553Z Compiling sha1 v0.10.6
6072024-11-23T00:24:01.556Z 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`
6082024-11-23T00:24:01.593Z Compiling dirs-next v2.0.0
6092024-11-23T00:24:01.596Z 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=71d911ef504f67bb -C extra-filename=-71d911ef504f67bb --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-c5e806b16ecd1081.rmeta --cap-lints allow`
6102024-11-23T00:24:01.795Z Compiling mime_guess v2.0.5
6112024-11-23T00:24:01.797Z 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`
6122024-11-23T00:24:01.807Z Compiling rand v0.8.4
6132024-11-23T00:24:01.810Z 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=8345160fa80f3fae -C extra-filename=-8345160fa80f3fae --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-02d5f3c5035ab2bf.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-af2b68c18d249250.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-b2fe10f463d80cb2.rmeta --cap-lints allow`
6142024-11-23T00:24:01.962Z Compiling newline-converter v0.3.0
6152024-11-23T00:24:01.965Z 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`
6162024-11-23T00:24:02.118Z Compiling idna v0.5.0
6172024-11-23T00:24:02.121Z 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`
6182024-11-23T00:24:02.130Z 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`
6192024-11-23T00:24:02.722Z 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=b96edb524bca03e2 -C extra-filename=-b96edb524bca03e2 --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-940c481cd0c7065c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-06f347fef2397df6.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-47f457921842bee1/out`
6202024-11-23T00:24:03.006Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2733e8f586633330 -C extra-filename=-2733e8f586633330 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
6212024-11-23T00:24:03.052Z 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=903ae8c13470abaf -C extra-filename=-903ae8c13470abaf --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-940c481cd0c7065c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-06f347fef2397df6.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-47f457921842bee1/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
6222024-11-23T00:24:03.426Z Compiling serde_derive v1.0.215
6232024-11-23T00:24:03.428Z 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.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=5b049c15edb0500f -C extra-filename=-5b049c15edb0500f --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`
6242024-11-23T00:24:03.454Z Compiling thiserror-impl v1.0.67
6252024-11-23T00:24:03.464Z 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`
6262024-11-23T00:24:03.800Z Compiling tokio-macros v2.3.0
6272024-11-23T00:24:03.802Z 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`
6282024-11-23T00:24:03.825Z Compiling futures-macro v0.3.31
6292024-11-23T00:24:03.828Z 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`
6302024-11-23T00:24:04.104Z Compiling zerocopy-derive v0.7.32
6312024-11-23T00:24:04.107Z 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`
6322024-11-23T00:24:05.340Z Compiling tokio v1.38.1
6332024-11-23T00:24:05.342Z 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=10407e07c3e2835b -C extra-filename=-10407e07c3e2835b --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-02d5f3c5035ab2bf.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-90392333ed38e519.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-f8fad39b090f343d.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-93ba71385d779216.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-9406927537795695.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-427b3a9cc129e256.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ac6acb7b23dcb8c5.so --cap-lints allow`
6342024-11-23T00:24:05.367Z Compiling scroll_derive v0.12.0
6352024-11-23T00:24:05.370Z 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`
6362024-11-23T00:24:05.776Z Compiling futures-util v0.3.31
6372024-11-23T00:24:05.778Z 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`
6382024-11-23T00:24:06.231Z Compiling zerocopy v0.7.32
6392024-11-23T00:24:06.234Z 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`
6402024-11-23T00:24:06.322Z 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)'`
6412024-11-23T00:24:06.452Z Compiling pest v2.7.6
6422024-11-23T00:24:06.454Z 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`
6432024-11-23T00:24:06.817Z Compiling scroll v0.12.0
6442024-11-23T00:24:06.820Z 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`
6452024-11-23T00:24:07.456Z Compiling openssl-macros v0.1.1
6462024-11-23T00:24:07.459Z 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`
6472024-11-23T00:24:07.851Z Compiling goblin v0.8.0
6482024-11-23T00:24:07.854Z 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-23T00:24:08.330Z 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=8a538bd377d42a11 -C extra-filename=-8a538bd377d42a11 --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-02d5f3c5035ab2bf.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-6106cbb7980159ff.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)'`
6502024-11-23T00:24:09.520Z Compiling pest_meta v2.7.6
6512024-11-23T00:24:09.522Z 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`
6522024-11-23T00:24:11.032Z 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.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=832fd0951551a020 -C extra-filename=-832fd0951551a020 --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-5b049c15edb0500f.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)'`
6532024-11-23T00:24:12.318Z Compiling pest_generator v2.7.6
6542024-11-23T00:24:12.320Z 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`
6552024-11-23T00:24:13.367Z Compiling tokio-util v0.7.7
6562024-11-23T00:24:13.369Z 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=eb0858554b2c894f -C extra-filename=-eb0858554b2c894f --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-10407e07c3e2835b.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
6572024-11-23T00:24:14.083Z Compiling pest_derive v2.7.6
6582024-11-23T00:24:14.085Z 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`
6592024-11-23T00:24:14.741Z 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=f2281b1ba6993f1d -C extra-filename=-f2281b1ba6993f1d --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-8a538bd377d42a11.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-6106cbb7980159ff.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
6602024-11-23T00:24:14.798Z Compiling http-body-util v0.1.2
6612024-11-23T00:24:14.801Z 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`
6622024-11-23T00:24:15.032Z Compiling dtrace-parser v0.2.0
6632024-11-23T00:24:15.035Z 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`
6642024-11-23T00:24:15.336Z Compiling serde_derive_internals v0.29.0
6652024-11-23T00:24:15.338Z 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`
6662024-11-23T00:24:15.429Z Compiling concurrent-queue v2.5.0
6672024-11-23T00:24:15.431Z 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`
6682024-11-23T00:24:15.808Z 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`
6692024-11-23T00:24:17.409Z 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.133/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ba807246aaca853b -C extra-filename=-ba807246aaca853b --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-832fd0951551a020.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6702024-11-23T00:24:17.509Z Compiling indexmap v2.6.0
6712024-11-23T00:24:17.511Z 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=9a4c3ce592e382ca -C extra-filename=-9a4c3ce592e382ca --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-832fd0951551a020.rmeta --cap-lints allow`
6722024-11-23T00:24:17.637Z Compiling serde_tokenstream v0.2.2
6732024-11-23T00:24:17.639Z 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=14ada89081ec2820 -C extra-filename=-14ada89081ec2820 --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-832fd0951551a020.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow`
6742024-11-23T00:24:17.852Z Compiling toml_datetime v0.6.8
6752024-11-23T00:24:17.855Z 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=d7e31bc13d11d50c -C extra-filename=-d7e31bc13d11d50c --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-832fd0951551a020.rmeta --cap-lints allow`
6762024-11-23T00:24:18.192Z Compiling serde_spanned v0.6.7
6772024-11-23T00:24:18.195Z 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=81719f07652dc583 -C extra-filename=-81719f07652dc583 --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-832fd0951551a020.rmeta --cap-lints allow`
6782024-11-23T00:24:18.442Z 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=a1ca8545eed97130 -C extra-filename=-a1ca8545eed97130 --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
6792024-11-23T00:24:18.455Z Compiling multer v3.1.0
6802024-11-23T00:24:18.457Z 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`
6812024-11-23T00:24:18.544Z Compiling thread_local v1.1.4
6822024-11-23T00:24:18.546Z 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`
6832024-11-23T00:24:18.777Z Compiling encoding_rs v0.8.32
6842024-11-23T00:24:18.780Z 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`
6852024-11-23T00:24:18.908Z Compiling h2 v0.4.6
6862024-11-23T00:24:18.911Z 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=a0d612d1824b7fc7 -C extra-filename=-a0d612d1824b7fc7 --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-9a4c3ce592e382ca.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-eb0858554b2c894f.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow`
6872024-11-23T00:24:18.970Z Compiling toml_edit v0.22.20
6882024-11-23T00:24:18.973Z 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=fa0b02a549e3f499 -C extra-filename=-fa0b02a549e3f499 --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-9a4c3ce592e382ca.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-81719f07652dc583.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-d7e31bc13d11d50c.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-928300a19a06ba7e.rmeta --cap-lints allow`
6892024-11-23T00:24:19.153Z Compiling rustix v0.38.40
6902024-11-23T00:24:19.156Z 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.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=baf80a0ab074acbd -C extra-filename=-baf80a0ab074acbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-baf80a0ab074acbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6912024-11-23T00:24:19.757Z Compiling dof v0.3.0
6922024-11-23T00:24:19.759Z 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=67dd1daf5d5d320a -C extra-filename=-67dd1daf5d5d320a --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-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.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`
6932024-11-23T00:24:19.837Z 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=8dc57e3870ea0f8d -C extra-filename=-8dc57e3870ea0f8d --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-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.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`
6942024-11-23T00:24:20.669Z 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=a3ef2d8fe232ac59 -C extra-filename=-a3ef2d8fe232ac59 --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-67dd1daf5d5d320a.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8fa1f1f1752b4c34.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-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.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-0bfeeb6599b3cb62.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
6952024-11-23T00:24:20.682Z Compiling schemars v0.8.21
6962024-11-23T00:24:20.685Z 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`
6972024-11-23T00:24:21.052Z Compiling heck v0.5.0
6982024-11-23T00:24:21.054Z 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`
6992024-11-23T00:24:21.514Z Compiling camino v1.1.9
7002024-11-23T00:24:21.516Z 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`
7012024-11-23T00:24:21.986Z Compiling slog-async v2.8.0
7022024-11-23T00:24:21.989Z 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`
7032024-11-23T00:24:22.116Z Compiling iana-time-zone v0.1.47
7042024-11-23T00:24:22.119Z 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`
7052024-11-23T00:24:22.527Z Compiling match_cfg v0.1.0
7062024-11-23T00:24:22.529Z 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`
7072024-11-23T00:24:22.563Z Compiling target-triple v0.1.3
7082024-11-23T00:24:22.565Z 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`
7092024-11-23T00:24:22.610Z Compiling parking v2.2.0
7102024-11-23T00:24:22.614Z 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`
7112024-11-23T00:24:22.696Z Compiling similar v2.2.1
7122024-11-23T00:24:22.698Z 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`
7132024-11-23T00:24:22.816Z Compiling event-listener v5.0.0
7142024-11-23T00:24:22.819Z 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`
7152024-11-23T00:24:23.012Z Compiling hostname v0.3.1
7162024-11-23T00:24:23.012Z 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=ae1efec0cbd06056 -C extra-filename=-ae1efec0cbd06056 --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-02d5f3c5035ab2bf.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-dec3f83c083bb282.rmeta --cap-lints allow`
7172024-11-23T00:24:23.054Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-09758ef9afc08de4/build-script-build`
7182024-11-23T00:24:23.073Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-3871fc268e179617/build-script-build`
7192024-11-23T00:24:23.133Z 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=4a7e0682e9afef07 -C extra-filename=-4a7e0682e9afef07 --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-8dc57e3870ea0f8d.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.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-a1ca8545eed97130.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7202024-11-23T00:24:23.288Z Compiling chrono v0.4.38
7212024-11-23T00:24:23.291Z 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=bb29075d8d84cbca -C extra-filename=-bb29075d8d84cbca --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-832fd0951551a020.rmeta --cap-lints allow`
7222024-11-23T00:24:23.424Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-75c1ab2676a89d4a/build-script-build`
7232024-11-23T00:24:23.484Z Compiling toml v0.8.19
7242024-11-23T00:24:23.486Z 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=76ec4722d9c97e3b -C extra-filename=-76ec4722d9c97e3b --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-832fd0951551a020.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-81719f07652dc583.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-d7e31bc13d11d50c.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-fa0b02a549e3f499.rmeta --cap-lints allow`
7252024-11-23T00:24:23.679Z Compiling hyper v1.5.0
7262024-11-23T00:24:23.682Z 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=2c0efb55cb3f6046 -C extra-filename=-2c0efb55cb3f6046 --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-a0d612d1824b7fc7.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-10407e07c3e2835b.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-ca787da9a6952171.rmeta --cap-lints allow`
7272024-11-23T00:24:25.177Z Compiling usdt-attr-macro v0.5.0
7282024-11-23T00:24:25.180Z 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=a6ab053150637a83 -C extra-filename=-a6ab053150637a83 --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-14ada89081ec2820.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a3ef2d8fe232ac59.rlib --extern proc_macro --cap-lints allow`
7292024-11-23T00:24:25.460Z Compiling usdt-macro v0.5.0
7302024-11-23T00:24:25.463Z 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=ca3f4d79be9d07de -C extra-filename=-ca3f4d79be9d07de --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-14ada89081ec2820.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a3ef2d8fe232ac59.rlib --extern proc_macro --cap-lints allow`
7312024-11-23T00:24:25.512Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f0e447064b65240b/build-script-build`
7322024-11-23T00:24:25.532Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-baf80a0ab074acbd/build-script-build`
7332024-11-23T00:24:25.650Z Compiling slog-json v2.6.1
7342024-11-23T00:24:25.653Z 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=2446c4af3436d9c6 -C extra-filename=-2446c4af3436d9c6 --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-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-d14c33bd73159de0.rmeta --cap-lints allow`
7352024-11-23T00:24:26.052Z Compiling hyper-util v0.1.10
7362024-11-23T00:24:26.055Z 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=1f3c66a8a908d45e -C extra-filename=-1f3c66a8a908d45e --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-2c0efb55cb3f6046.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-427b3a9cc129e256.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.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`
7372024-11-23T00:24:26.842Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-ca4e400bb5aa7b87/build-script-build`
7382024-11-23T00:24:26.907Z Compiling schemars_derive v0.8.21
7392024-11-23T00:24:26.907Z 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`
7402024-11-23T00:24:26.942Z Compiling uuid v1.11.0
7412024-11-23T00:24:26.945Z 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=a4b964f625b661c4 -C extra-filename=-a4b964f625b661c4 --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-321573ba71617fbb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rmeta --cap-lints allow`
7422024-11-23T00:24:27.096Z Compiling serde_urlencoded v0.7.1
7432024-11-23T00:24:27.103Z 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=dc11413479f56928 -C extra-filename=-dc11413479f56928 --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-832fd0951551a020.rmeta --cap-lints allow`
7442024-11-23T00:24:27.475Z Compiling tokio-native-tls v0.3.1
7452024-11-23T00:24:27.478Z 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=70408da5fac55383 -C extra-filename=-70408da5fac55383 --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-f2281b1ba6993f1d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
7462024-11-23T00:24:27.659Z Compiling tokio-rustls v0.26.0
7472024-11-23T00:24:27.661Z 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=e7c410f68ad7751f -C extra-filename=-e7c410f68ad7751f --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-903ae8c13470abaf.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out`
7482024-11-23T00:24:27.758Z Compiling tokio-rustls v0.25.0
7492024-11-23T00:24:27.760Z 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=8572c121d85cf64b -C extra-filename=-8572c121d85cf64b --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-b96edb524bca03e2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out`
7502024-11-23T00:24:27.912Z Compiling futures-executor v0.3.31
7512024-11-23T00:24:27.915Z 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`
7522024-11-23T00:24:28.135Z Compiling async-stream-impl v0.3.6
7532024-11-23T00:24:28.147Z 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`
7542024-11-23T00:24:28.180Z Compiling url v2.5.2
7552024-11-23T00:24:28.183Z 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`
7562024-11-23T00:24:28.394Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-72394a1914bdbe8a/build-script-build`
7572024-11-23T00:24:28.427Z Compiling term v0.7.0
7582024-11-23T00:24:28.430Z 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=cefce7eae742772d -C extra-filename=-cefce7eae742772d --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-71d911ef504f67bb.rmeta --cap-lints allow`
7592024-11-23T00:24:28.582Z Compiling crossbeam-channel v0.5.1
7602024-11-23T00:24:28.585Z 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`
7612024-11-23T00:24:28.756Z Compiling webpki-roots v0.26.5
7622024-11-23T00:24:28.759Z 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`
7632024-11-23T00:24:28.972Z Compiling memmap v0.7.0
7642024-11-23T00:24:28.974Z 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=2f87b1103ab9c940 -C extra-filename=-2f87b1103ab9c940 --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
7652024-11-23T00:24:29.085Z Compiling errno v0.3.8
7662024-11-23T00:24:29.087Z 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=12013ecd95d3f5f1 -C extra-filename=-12013ecd95d3f5f1 --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
7672024-11-23T00:24:29.332Z Compiling is-terminal v0.4.12
7682024-11-23T00:24:29.335Z 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=572d9792c8f24c2b -C extra-filename=-572d9792c8f24c2b --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
7692024-11-23T00:24:29.364Z Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot)
7702024-11-23T00:24:29.367Z 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=047437f236a82ca3 -C extra-filename=-047437f236a82ca3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-047437f236a82ca3 -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`
7712024-11-23T00:24:29.454Z Compiling utf-8 v0.7.6
7722024-11-23T00:24:29.457Z 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`
7732024-11-23T00:24:29.498Z Compiling dyn-clone v1.0.4
7742024-11-23T00:24:29.498Z 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`
7752024-11-23T00:24:29.622Z Compiling anyhow v1.0.93
7762024-11-23T00:24:29.625Z 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.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=07dae84f2839f563 -C extra-filename=-07dae84f2839f563 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-07dae84f2839f563 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772024-11-23T00:24:29.713Z Compiling buf-list v1.0.3
7782024-11-23T00:24:29.715Z 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`
7792024-11-23T00:24:29.767Z Compiling data-encoding v2.4.0
7802024-11-23T00:24:29.769Z 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`
7812024-11-23T00:24:29.814Z Compiling take_mut v0.2.2
7822024-11-23T00:24:29.817Z 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`
7832024-11-23T00:24:29.971Z 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`
7842024-11-23T00:24:30.035Z 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=590021f83181953c -C extra-filename=-590021f83181953c --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-bb29075d8d84cbca.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-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7852024-11-23T00:24:30.203Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-07dae84f2839f563/build-script-build`
7862024-11-23T00:24:30.237Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-047437f236a82ca3/build-script-build`
7872024-11-23T00:24:30.291Z Compiling async-stream v0.3.6
7882024-11-23T00:24:30.294Z 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`
7892024-11-23T00:24:30.304Z Compiling slog-term v2.9.1
7902024-11-23T00:24:30.306Z 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=24cca432df7c1b95 -C extra-filename=-24cca432df7c1b95 --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-572d9792c8f24c2b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-cefce7eae742772d.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ff6a742419345a68.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-d14c33bd73159de0.rmeta --cap-lints allow`
7912024-11-23T00:24:30.316Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-304dae053e391bd3/build-script-build`
7922024-11-23T00:24:30.376Z Compiling tungstenite v0.24.0
7932024-11-23T00:24:30.379Z 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=c19ba518ad4f4cc2 -C extra-filename=-c19ba518ad4f4cc2 --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-8345160fa80f3fae.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`
7942024-11-23T00:24:30.552Z 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.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=4ca8119a23057be0 -C extra-filename=-4ca8119a23057be0 --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-12013ecd95d3f5f1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7952024-11-23T00:24:30.644Z Compiling usdt v0.5.0
7962024-11-23T00:24:30.651Z 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=547b1c9e52109729 -C extra-filename=-547b1c9e52109729 --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-8dc57e3870ea0f8d.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-2f87b1103ab9c940.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-a6ab053150637a83.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-4a7e0682e9afef07.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-ca3f4d79be9d07de.so --cap-lints allow`
7972024-11-23T00:24:31.261Z Compiling hyper-rustls v0.27.3
7982024-11-23T00:24:31.265Z 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=9f1c7de22e3415d2 -C extra-filename=-9f1c7de22e3415d2 --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-2c0efb55cb3f6046.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-903ae8c13470abaf.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e7c410f68ad7751f.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-47f457921842bee1/out`
7992024-11-23T00:24:31.337Z 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`
8002024-11-23T00:24:31.520Z Compiling futures v0.3.31
8012024-11-23T00:24:31.523Z 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`
8022024-11-23T00:24:31.639Z Compiling hyper-tls v0.6.0
8032024-11-23T00:24:31.643Z 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=3b828b63239cf3cd -C extra-filename=-3b828b63239cf3cd --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-2c0efb55cb3f6046.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-f2281b1ba6993f1d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-70408da5fac55383.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8042024-11-23T00:24:31.728Z 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`
8052024-11-23T00:24:31.964Z Compiling slog-bunyan v2.5.0
8062024-11-23T00:24:31.966Z 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=bc3134fe6bf965d1 -C extra-filename=-bc3134fe6bf965d1 --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-ae1efec0cbd06056.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-d14c33bd73159de0.rmeta --cap-lints allow`
8072024-11-23T00:24:32.058Z 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=6eb151b9f4708e63 -C extra-filename=-6eb151b9f4708e63 --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-832fd0951551a020.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)'`
8082024-11-23T00:24:32.223Z Compiling event-listener-strategy v0.5.2
8092024-11-23T00:24:32.226Z 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`
8102024-11-23T00:24:32.354Z 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"))'`
8112024-11-23T00:24:32.432Z Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
8122024-11-23T00:24:32.443Z 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=c09be6092eeb0d91 -C extra-filename=-c09be6092eeb0d91 --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 semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-14ada89081ec2820.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro`
8132024-11-23T00:24:32.461Z Compiling openapiv3 v2.0.0
8142024-11-23T00:24:32.464Z 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=1287208f2bd31c1b -C extra-filename=-1287208f2bd31c1b --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-9a4c3ce592e382ca.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rmeta --cap-lints allow`
8152024-11-23T00:24:32.477Z Compiling serde_path_to_error v0.1.16
8162024-11-23T00:24:32.479Z 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=a68d6ebf15dc3d2b -C extra-filename=-a68d6ebf15dc3d2b --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-832fd0951551a020.rmeta --cap-lints allow`
8172024-11-23T00:24:33.013Z Compiling async-trait v0.1.83
8182024-11-23T00:24:33.015Z 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`
8192024-11-23T00:24:33.075Z Compiling rustls-native-certs v0.7.0
8202024-11-23T00:24:33.078Z 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`
8212024-11-23T00:24:33.089Z Compiling yasna v0.5.2
8222024-11-23T00:24:33.091Z 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=96c6b030183d064b -C extra-filename=-96c6b030183d064b --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-d14c33bd73159de0.rmeta --cap-lints allow`
8232024-11-23T00:24:33.232Z Compiling console v0.15.7
8242024-11-23T00:24:33.234Z 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=eb606e4846a16341 -C extra-filename=-eb606e4846a16341 --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-02d5f3c5035ab2bf.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow`
8252024-11-23T00:24:33.389Z Compiling pem v3.0.4
8262024-11-23T00:24:33.392Z 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`
8272024-11-23T00:24:33.589Z Compiling waitgroup v0.1.2
8282024-11-23T00:24:33.593Z 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`
8292024-11-23T00:24:33.833Z Compiling hostname v0.4.0
8302024-11-23T00:24:33.836Z 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=6aa73faa6974090a -C extra-filename=-6aa73faa6974090a --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
8312024-11-23T00:24:34.130Z Compiling sync_wrapper v1.0.1
8322024-11-23T00:24:34.134Z 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`
8332024-11-23T00:24:34.276Z Compiling simple-mermaid v0.1.1
8342024-11-23T00:24:34.278Z 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`
8352024-11-23T00:24:34.363Z Compiling ipnet v2.10.0
8362024-11-23T00:24:34.365Z 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`
8372024-11-23T00:24:34.376Z Compiling fastrand v2.1.1
8382024-11-23T00:24:34.378Z 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`
8392024-11-23T00:24:34.446Z Compiling glob v0.3.0
8402024-11-23T00:24:34.448Z 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`
8412024-11-23T00:24:34.919Z Compiling http-range v0.1.4
8422024-11-23T00:24:34.926Z 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`
8432024-11-23T00:24:34.944Z Compiling debug-ignore v1.0.5
8442024-11-23T00:24:34.947Z 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`
8452024-11-23T00:24:34.973Z Compiling termcolor v1.1.2
8462024-11-23T00:24:34.976Z 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`
8472024-11-23T00:24:35.080Z Compiling hyper-staticfile v0.10.1
8482024-11-23T00:24:35.083Z 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=d9f4e80a85954875 -C extra-filename=-d9f4e80a85954875 --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-2c0efb55cb3f6046.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-8345160fa80f3fae.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a8ade3ec4438d82a.rmeta --cap-lints allow`
8492024-11-23T00:24:35.312Z Compiling reqwest v0.12.9
8502024-11-23T00:24:35.315Z 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=477d6ccab42d4d03 -C extra-filename=-477d6ccab42d4d03 --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-a0d612d1824b7fc7.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-2c0efb55cb3f6046.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9f1c7de22e3415d2.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-3b828b63239cf3cd.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.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-f2281b1ba6993f1d.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-903ae8c13470abaf.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-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c7a3878bf6e19f24.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-70408da5fac55383.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e7c410f68ad7751f.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-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8512024-11-23T00:24:35.475Z Compiling trybuild v1.0.101
8522024-11-23T00:24:35.477Z 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=f6a8661c372ccbf6 -C extra-filename=-f6a8661c372ccbf6 --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-832fd0951551a020.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-5b049c15edb0500f.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.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-76ec4722d9c97e3b.rmeta --cap-lints allow`
8532024-11-23T00:24:35.655Z Compiling tempfile v3.14.0
8542024-11-23T00:24:35.657Z 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.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=26aefe417c398a0a -C extra-filename=-26aefe417c398a0a --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-4ca8119a23057be0.rmeta --cap-lints allow`
8552024-11-23T00:24:35.814Z Compiling rcgen v0.13.1
8562024-11-23T00:24:35.817Z 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=0df88e78a726333b -C extra-filename=-0df88e78a726333b --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-940c481cd0c7065c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-d14c33bd73159de0.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-96c6b030183d064b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out`
8572024-11-23T00:24:35.964Z Compiling expectorate v1.1.0
8582024-11-23T00:24:35.967Z 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=eba5c021dfbc6832 -C extra-filename=-eba5c021dfbc6832 --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-eb606e4846a16341.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`
8592024-11-23T00:24:36.123Z Compiling hyper-rustls v0.26.0
8602024-11-23T00:24:36.125Z 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=60502bff6776fce3 -C extra-filename=-60502bff6776fce3 --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-2c0efb55cb3f6046.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-10407e07c3e2835b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.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-47f457921842bee1/out`
8612024-11-23T00:24:36.378Z Compiling async-channel v2.3.1
8622024-11-23T00:24:36.380Z 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`
8632024-11-23T00:24:36.679Z Compiling tokio-tungstenite v0.24.0
8642024-11-23T00:24:36.682Z 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=d75d0b9dd2fdcce9 -C extra-filename=-d75d0b9dd2fdcce9 --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-10407e07c3e2835b.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-c19ba518ad4f4cc2.rmeta --cap-lints allow`
8652024-11-23T00:24:36.730Z 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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=44de4445ca2d3ac2 -C extra-filename=-44de4445ca2d3ac2 --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)'`
8662024-11-23T00:24:36.750Z 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`
8672024-11-23T00:24:36.945Z Compiling subprocess v0.2.9
8682024-11-23T00:24:36.948Z 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=f0f7fb4997a0e23a -C extra-filename=-f0f7fb4997a0e23a --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-02d5f3c5035ab2bf.rmeta --cap-lints allow`
8692024-11-23T00:24:37.223Z Compiling prettyplease v0.2.25
8702024-11-23T00:24:37.225Z 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`
8712024-11-23T00:24:37.388Z Compiling schema-derive v0.1.0
8722024-11-23T00:24:37.391Z 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`
8732024-11-23T00:24:37.597Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-4d75af3bac5fcbee/build-script-build`
8742024-11-23T00:24:37.616Z 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=3288d5ff704fed8a -C extra-filename=-3288d5ff704fed8a --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-8fa1f1f1752b4c34.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow`
8752024-11-23T00:24:37.783Z 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)'`
8762024-11-23T00:24:39.115Z 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=795f6ee86fa8638d -C extra-filename=-795f6ee86fa8638d --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-3288d5ff704fed8a.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`
8772024-11-23T00:24:39.696Z Compiling schema v0.1.0
8782024-11-23T00:24:39.698Z 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`
8792024-11-23T00:24:39.793Z 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=4c686e82bb4a6f1b -C extra-filename=-4c686e82bb4a6f1b --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-795f6ee86fa8638d.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 semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-14ada89081ec2820.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro`
8802024-11-23T00:24:40.031Z 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=0450b26d80ffc812 -C extra-filename=-0450b26d80ffc812 --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-6eb151b9f4708e63.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.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-c09be6092eeb0d91.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1287208f2bd31c1b.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-b96edb524bca03e2.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-590021f83181953c.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out`
8812024-11-23T00:24:42.787Z 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=cb579a0af5868bc8 -C extra-filename=-cb579a0af5868bc8 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.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-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8822024-11-23T00:24:48.020Z 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=f7db26382e6fb760 -C extra-filename=-f7db26382e6fb760 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8832024-11-23T00:24:48.020Z 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=fea4efaf2be6a3a8 -C extra-filename=-fea4efaf2be6a3a8 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8842024-11-23T00:24:48.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=5088599ee45dfc2e -C extra-filename=-5088599ee45dfc2e --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8852024-11-23T00:24:48.025Z 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=dea4b5151a06a86e -C extra-filename=-dea4b5151a06a86e --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8862024-11-23T00:24:48.029Z 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=cade100d803cd16d -C extra-filename=-cade100d803cd16d --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8872024-11-23T00:24:48.032Z 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=7bcb76aa19c535f4 -C extra-filename=-7bcb76aa19c535f4 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8882024-11-23T00:24:48.032Z 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=b6833b9da02d88ac -C extra-filename=-b6833b9da02d88ac --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8892024-11-23T00:25:10.502Z 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=0296ebf9a2a9539d -C extra-filename=-0296ebf9a2a9539d --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8902024-11-23T00:25:11.031Z 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=7f9ca80507a1ebd1 -C extra-filename=-7f9ca80507a1ebd1 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8912024-11-23T00:25:11.199Z 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=1536356b23684bb2 -C extra-filename=-1536356b23684bb2 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8922024-11-23T00:25:11.543Z 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=5b2248e769146a78 -C extra-filename=-5b2248e769146a78 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8932024-11-23T00:25:13.898Z 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=13bcc17025303749 -C extra-filename=-13bcc17025303749 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8942024-11-23T00:25:15.220Z 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=94217bd26a46534e -C extra-filename=-94217bd26a46534e --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8952024-11-23T00:25:15.260Z 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=486b3bebdb6d5301 -C extra-filename=-486b3bebdb6d5301 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8962024-11-23T00:25:33.377Z 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=9497cebee5c0d29a -C extra-filename=-9497cebee5c0d29a --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8972024-11-23T00:25:33.768Z 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=db2495e7f7546e8e -C extra-filename=-db2495e7f7546e8e --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8982024-11-23T00:25:35.299Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=15baa72ebeb51693 -C extra-filename=-15baa72ebeb51693 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
8992024-11-23T00:25:35.407Z 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=70de479e4fb1ec28 -C extra-filename=-70de479e4fb1ec28 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
9002024-11-23T00:25:36.080Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0094ab9e16a36038 -C extra-filename=-0094ab9e16a36038 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
9012024-11-23T00:25:37.319Z 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=6ad569ca0910e252 -C extra-filename=-6ad569ca0910e252 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
9022024-11-23T00:25:38.876Z 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=4007ceeb7ac06658 -C extra-filename=-4007ceeb7ac06658 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
9032024-11-23T00:25:42.553Z 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=2448b993907c25da -C extra-filename=-2448b993907c25da --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
9042024-11-23T00:25:43.125Z 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=07b09994173fbf13 -C extra-filename=-07b09994173fbf13 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
9052024-11-23T00:25:56.455Z 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=f6a52beaf736dcc4 -C extra-filename=-f6a52beaf736dcc4 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0450b26d80ffc812.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c09be6092eeb0d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
9062024-11-23T00:26:22.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
9072024-11-23T00:26:23.046Z
9082024-11-23T00:26:23.048Zreal 2:36.906080682
9092024-11-23T00:26:23.048Zuser 15:16.404185296
9102024-11-23T00:26:23.048Zsys 2:35.035294339
9112024-11-23T00:26:23.048Ztrap 0.661221672
9122024-11-23T00:26:23.048Ztflt 0.717162864
9132024-11-23T00:26:23.048Zdflt 0.448161812
9142024-11-23T00:26:23.048Zkflt 0.006714054
9152024-11-23T00:26:23.048Zlock 32:16.901734964
9162024-11-23T00:26:23.048Zslp 1:12:07.962536038
9172024-11-23T00:26:23.048Zlat 44.099443865
9182024-11-23T00:26:23.048Zstop 58.444781911
9192024-11-23T00:26:23.049Z+ banner test
9202024-11-23T00:26:23.051Z
9212024-11-23T00:26:23.052Z ##### ###### #### #####
9222024-11-23T00:26:23.052Z # # # #
9232024-11-23T00:26:23.052Z # ##### #### #
9242024-11-23T00:26:23.052Z # # # #
9252024-11-23T00:26:23.052Z # # # # #
9262024-11-23T00:26:23.052Z # ###### #### #
9272024-11-23T00:26:23.052Z
9282024-11-23T00:26:23.052Z+ ptime -m cargo test --all-features --locked --verbose
9292024-11-23T00:26:23.296Z Fresh unicode-ident v1.0.12
9302024-11-23T00:26:23.296Z Fresh cfg-if v1.0.0
9312024-11-23T00:26:23.296Z Fresh itoa v1.0.1
9322024-11-23T00:26:23.296Z Fresh memchr v2.6.0
9332024-11-23T00:26:23.299Z Fresh proc-macro2 v1.0.89
9342024-11-23T00:26:23.299Z Fresh version_check v0.9.5
9352024-11-23T00:26:23.300Z Fresh once_cell v1.20.1
9362024-11-23T00:26:23.300Z Fresh pin-project-lite v0.2.12
9372024-11-23T00:26:23.300Z Fresh autocfg v1.1.0
9382024-11-23T00:26:23.301Z Fresh quote v1.0.37
9392024-11-23T00:26:23.301Z Fresh libc v0.2.164
9402024-11-23T00:26:23.301Z Fresh bytes v1.8.0
9412024-11-23T00:26:23.301Z Fresh futures-core v0.3.31
9422024-11-23T00:26:23.301Z Fresh cc v1.0.83
9432024-11-23T00:26:23.301Z Fresh getrandom v0.2.11
9442024-11-23T00:26:23.301Z Fresh smallvec v1.13.2
9452024-11-23T00:26:23.301Z Fresh serde_derive v1.0.215
9462024-11-23T00:26:23.301Z Fresh log v0.4.17
9472024-11-23T00:26:23.301Z Fresh scopeguard v1.2.0
9482024-11-23T00:26:23.301Z Fresh futures-sink v0.3.31
9492024-11-23T00:26:23.301Z Fresh ryu v1.0.5
9502024-11-23T00:26:23.301Z Fresh thiserror-impl v1.0.67
9512024-11-23T00:26:23.301Z Fresh serde v1.0.215
9522024-11-23T00:26:23.301Z Fresh lock_api v0.4.6
9532024-11-23T00:26:23.302Z Fresh parking_lot_core v0.9.4
9542024-11-23T00:26:23.302Z Fresh slab v0.4.9
9552024-11-23T00:26:23.302Z Fresh tokio-macros v2.3.0
9562024-11-23T00:26:23.302Z Fresh signal-hook-registry v1.4.0
9572024-11-23T00:26:23.302Z Fresh thiserror v1.0.67
9582024-11-23T00:26:23.302Z Fresh parking_lot v0.12.1
9592024-11-23T00:26:23.302Z Fresh mio v0.8.11
9602024-11-23T00:26:23.302Z Fresh num_cpus v1.13.0
9612024-11-23T00:26:23.302Z Fresh socket2 v0.5.5
9622024-11-23T00:26:23.302Z Fresh fnv v1.0.7
9632024-11-23T00:26:23.302Z Fresh futures-channel v0.3.31
9642024-11-23T00:26:23.302Z Fresh http v1.1.0
9652024-11-23T00:26:23.302Z Fresh tokio v1.38.1
9662024-11-23T00:26:23.302Z Fresh serde_json v1.0.133
9672024-11-23T00:26:23.302Z Fresh futures-macro v0.3.31
9682024-11-23T00:26:23.302Z Fresh equivalent v1.0.0
9692024-11-23T00:26:23.302Z Fresh futures-task v0.3.31
9702024-11-23T00:26:23.302Z Fresh futures-io v0.3.31
9712024-11-23T00:26:23.302Z Fresh pin-utils v0.1.0
9722024-11-23T00:26:23.302Z Fresh hashbrown v0.15.0
9732024-11-23T00:26:23.302Z Fresh rustls-pki-types v1.10.0
9742024-11-23T00:26:23.302Z Fresh spin v0.9.8
9752024-11-23T00:26:23.302Z Fresh tracing-core v0.1.32
9762024-11-23T00:26:23.302Z Fresh untrusted v0.9.0
9772024-11-23T00:26:23.302Z Fresh indexmap v2.6.0
9782024-11-23T00:26:23.302Z Fresh futures-util v0.3.31
9792024-11-23T00:26:23.302Z Fresh byteorder v1.4.3
9802024-11-23T00:26:23.302Z Fresh ucd-trie v0.1.6
9812024-11-23T00:26:23.302Z Fresh tracing v0.1.40
9822024-11-23T00:26:23.302Z Fresh ring v0.17.7
9832024-11-23T00:26:23.302Z Fresh pkg-config v0.3.31
9842024-11-23T00:26:23.302Z Fresh httparse v1.8.0
9852024-11-23T00:26:23.302Z Fresh pest v2.7.6
9862024-11-23T00:26:23.302Z Fresh atomic-waker v1.1.1
9872024-11-23T00:26:23.302Z Fresh vcpkg v0.2.15
9882024-11-23T00:26:23.302Z Fresh tokio-util v0.7.7
9892024-11-23T00:26:23.303Z Fresh http-body v1.0.1
9902024-11-23T00:26:23.303Z Fresh zerocopy-derive v0.7.32
9912024-11-23T00:26:23.303Z Fresh pest_meta v2.7.6
9922024-11-23T00:26:23.303Z Fresh try-lock v0.2.3
9932024-11-23T00:26:23.303Z Fresh zerocopy v0.7.32
9942024-11-23T00:26:23.303Z Fresh h2 v0.4.6
9952024-11-23T00:26:23.303Z Fresh want v0.3.0
9962024-11-23T00:26:23.303Z Fresh typenum v1.14.0
9972024-11-23T00:26:23.303Z Fresh pest_generator v2.7.6
9982024-11-23T00:26:23.303Z Fresh rustls-webpki v0.102.8
9992024-11-23T00:26:23.303Z Fresh subtle v2.5.0
10002024-11-23T00:26:23.303Z Fresh httpdate v1.0.1
10012024-11-23T00:26:23.303Z Fresh zeroize v1.7.0
10022024-11-23T00:26:23.303Z Fresh powerfmt v0.2.0
10032024-11-23T00:26:23.303Z Fresh time-core v0.1.2
10042024-11-23T00:26:23.303Z Fresh num-conv v0.1.0
10052024-11-23T00:26:23.303Z Fresh pest_derive v2.7.6
10062024-11-23T00:26:23.303Z Fresh generic-array v0.14.5
10072024-11-23T00:26:23.303Z Fresh crossbeam-utils v0.8.15
10082024-11-23T00:26:23.303Z Fresh hyper v1.5.0
10092024-11-23T00:26:23.303Z Fresh deranged v0.3.11
10102024-11-23T00:26:23.303Z Fresh time-macros v0.2.18
10112024-11-23T00:26:23.303Z Fresh serde_tokenstream v0.2.2
10122024-11-23T00:26:23.303Z Fresh bitflags v2.4.0
10132024-11-23T00:26:23.303Z Fresh num_threads v0.1.3
10142024-11-23T00:26:23.303Z Fresh base64 v0.22.1
10152024-11-23T00:26:23.303Z Fresh time v0.3.36
10162024-11-23T00:26:23.303Z Fresh dtrace-parser v0.2.0
10172024-11-23T00:26:23.303Z Fresh scroll_derive v0.12.0
10182024-11-23T00:26:23.303Z Fresh lazy_static v1.5.0
10192024-11-23T00:26:23.303Z Fresh percent-encoding v2.3.1
10202024-11-23T00:26:23.303Z Fresh openssl-probe v0.1.4
10212024-11-23T00:26:23.303Z Fresh unicode-width v0.1.9
10222024-11-23T00:26:23.303Z Fresh tower-service v0.3.1
10232024-11-23T00:26:23.304Z Fresh foreign-types-shared v0.1.1
10242024-11-23T00:26:23.304Z Fresh tinyvec_macros v0.1.0
10252024-11-23T00:26:23.304Z Fresh hyper-util v0.1.10
10262024-11-23T00:26:23.304Z Fresh foreign-types v0.3.2
10272024-11-23T00:26:23.304Z Fresh form_urlencoded v1.2.1
10282024-11-23T00:26:23.304Z Fresh scroll v0.12.0
10292024-11-23T00:26:23.304Z Fresh tinyvec v1.5.1
10302024-11-23T00:26:23.304Z Fresh slog v2.7.0
10312024-11-23T00:26:23.304Z Fresh paste v1.0.15
10322024-11-23T00:26:23.304Z Fresh block-buffer v0.10.2
10332024-11-23T00:26:23.307Z Fresh crypto-common v0.1.6
10342024-11-23T00:26:23.307Z Fresh openssl-sys v0.9.103
10352024-11-23T00:26:23.307Z Fresh openssl-macros v0.1.1
10362024-11-23T00:26:23.307Z Fresh rand_core v0.6.3
10372024-11-23T00:26:23.307Z Fresh unicode-segmentation v1.10.0
10382024-11-23T00:26:23.307Z Fresh ppv-lite86 v0.2.15
10392024-11-23T00:26:23.307Z Fresh mime v0.3.16
10402024-11-23T00:26:23.307Z Fresh plain v0.2.3
10412024-11-23T00:26:23.307Z Fresh rand_chacha v0.3.1
10422024-11-23T00:26:23.307Z Fresh newline-converter v0.3.0
10432024-11-23T00:26:23.307Z Fresh goblin v0.8.0
10442024-11-23T00:26:23.307Z Fresh openssl v0.10.66
10452024-11-23T00:26:23.307Z Fresh digest v0.10.7
10462024-11-23T00:26:23.307Z Fresh unicase v2.6.0
10472024-11-23T00:26:23.307Z Fresh unicode-normalization v0.1.24
10482024-11-23T00:26:23.307Z Fresh semver v1.0.23
10492024-11-23T00:26:23.307Z Fresh rustls-pemfile v2.1.3
10502024-11-23T00:26:23.307Z Fresh serde_spanned v0.6.7
10512024-11-23T00:26:23.309Z Fresh toml_datetime v0.6.8
10522024-11-23T00:26:23.309Z Fresh dirs-sys-next v0.1.2
10532024-11-23T00:26:23.309Z Fresh similar v2.2.1
10542024-11-23T00:26:23.309Z Fresh heck v0.5.0
10552024-11-23T00:26:23.309Z Fresh pretty-hex v0.4.1
10562024-11-23T00:26:23.309Z Fresh winnow v0.6.18
10572024-11-23T00:26:23.309Z Fresh cpufeatures v0.2.2
10582024-11-23T00:26:23.309Z Fresh unicode-bidi v0.3.15
10592024-11-23T00:26:23.309Z Fresh dirs-next v2.0.0
10602024-11-23T00:26:23.309Z Fresh dof v0.3.0
10612024-11-23T00:26:23.309Z Fresh rustls v0.22.4
10622024-11-23T00:26:23.309Z Fresh toml_edit v0.22.20
10632024-11-23T00:26:23.309Z Fresh sha1 v0.10.6
10642024-11-23T00:26:23.309Z Fresh idna v0.5.0
10652024-11-23T00:26:23.309Z Fresh rustls v0.23.13
10662024-11-23T00:26:23.309Z Fresh native-tls v0.2.12
10672024-11-23T00:26:23.309Z Fresh num-traits v0.2.14
10682024-11-23T00:26:23.309Z Fresh rand v0.8.4
10692024-11-23T00:26:23.309Z Fresh concurrent-queue v2.5.0
10702024-11-23T00:26:23.309Z Fresh http-body-util v0.1.2
10712024-11-23T00:26:23.309Z Fresh serde_derive_internals v0.29.0
10722024-11-23T00:26:23.310Z Fresh thread-id v4.0.0
10732024-11-23T00:26:23.310Z Fresh syn v2.0.87
10742024-11-23T00:26:23.310Z Fresh thread_local v1.1.4
10752024-11-23T00:26:23.310Z Fresh encoding_rs v0.8.32
10762024-11-23T00:26:23.310Z Fresh match_cfg v0.1.0
10772024-11-23T00:26:23.310Z Fresh parking v2.2.0
10782024-11-23T00:26:23.310Z Fresh iana-time-zone v0.1.47
10792024-11-23T00:26:23.310Z Fresh chrono v0.4.38
10802024-11-23T00:26:23.310Z Fresh event-listener v5.0.0
10812024-11-23T00:26:23.310Z Fresh hostname v0.3.1
10822024-11-23T00:26:23.310Z Fresh schemars_derive v0.8.21
10832024-11-23T00:26:23.310Z Fresh usdt-impl v0.5.0
10842024-11-23T00:26:23.310Z Fresh url v2.5.2
10852024-11-23T00:26:23.310Z Fresh toml v0.8.19
10862024-11-23T00:26:23.310Z Fresh tokio-rustls v0.26.0
10872024-11-23T00:26:23.310Z Fresh tokio-native-tls v0.3.1
10882024-11-23T00:26:23.310Z Fresh tokio-rustls v0.25.0
10892024-11-23T00:26:23.310Z Fresh term v0.7.0
10902024-11-23T00:26:23.310Z Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
10912024-11-23T00:26:23.310Z Fresh usdt-macro v0.5.0
10922024-11-23T00:26:23.310Z Fresh usdt-attr-macro v0.5.0
10932024-11-23T00:26:23.310Z Fresh slog-json v2.6.1
10942024-11-23T00:26:23.310Z Fresh serde_urlencoded v0.7.1
10952024-11-23T00:26:23.310Z Fresh crossbeam-channel v0.5.1
10962024-11-23T00:26:23.310Z Fresh futures-executor v0.3.31
10972024-11-23T00:26:23.310Z 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=2dcbcbf35dd96067 -C extra-filename=-2dcbcbf35dd96067 --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 semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-14ada89081ec2820.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro`
10982024-11-23T00:26:23.311Z Fresh webpki-roots v0.26.5
10992024-11-23T00:26:23.311Z Fresh uuid v1.11.0
11002024-11-23T00:26:23.311Z Fresh async-stream-impl v0.3.6
11012024-11-23T00:26:23.311Z Fresh is-terminal v0.4.12
11022024-11-23T00:26:23.311Z Fresh errno v0.3.8
11032024-11-23T00:26:23.311Z Fresh memmap v0.7.0
11042024-11-23T00:26:23.311Z Fresh dyn-clone v1.0.4
11052024-11-23T00:26:23.311Z Fresh take_mut v0.2.2
11062024-11-23T00:26:23.338Z Fresh utf-8 v0.7.6
11072024-11-23T00:26:23.341Z Fresh data-encoding v2.4.0
11082024-11-23T00:26:23.341Z Fresh usdt v0.5.0
11092024-11-23T00:26:23.341Z Fresh schemars v0.8.21
11102024-11-23T00:26:23.341Z Fresh tungstenite v0.24.0
11112024-11-23T00:26:23.341Z Fresh slog-async v2.8.0
11122024-11-23T00:26:23.341Z Fresh rustix v0.38.40
11132024-11-23T00:26:23.341Z Fresh async-stream v0.3.6
11142024-11-23T00:26:23.341Z Fresh hyper-rustls v0.27.3
11152024-11-23T00:26:23.341Z Fresh slog-term v2.9.1
11162024-11-23T00:26:23.341Z Fresh futures v0.3.31
11172024-11-23T00:26:23.341Z Fresh mime_guess v2.0.5
11182024-11-23T00:26:23.341Z Fresh slog-bunyan v2.5.0
11192024-11-23T00:26:23.341Z Fresh hyper-tls v0.6.0
11202024-11-23T00:26:23.341Z Fresh multer v3.1.0
11212024-11-23T00:26:23.341Z Fresh target-triple v0.1.3
11222024-11-23T00:26:23.341Z Fresh camino v1.1.9
11232024-11-23T00:26:23.341Z Fresh event-listener-strategy v0.5.2
11242024-11-23T00:26:23.341Z Fresh rustls-native-certs v0.7.0
11252024-11-23T00:26:23.341Z Fresh yasna v0.5.2
11262024-11-23T00:26:23.341Z Fresh pem v3.0.4
11272024-11-23T00:26:23.341Z Fresh waitgroup v0.1.2
11282024-11-23T00:26:23.341Z Fresh openapiv3 v2.0.0
11292024-11-23T00:26:23.341Z Fresh serde_path_to_error v0.1.16
11302024-11-23T00:26:23.341Z Fresh async-trait v0.1.83
11312024-11-23T00:26:23.341Z Fresh hostname v0.4.0
11322024-11-23T00:26:23.341Z Fresh sync_wrapper v1.0.1
11332024-11-23T00:26:23.341Z Fresh glob v0.3.0
11342024-11-23T00:26:23.341Z Fresh fastrand v2.1.1
11352024-11-23T00:26:23.341Z Fresh debug-ignore v1.0.5
11362024-11-23T00:26:23.341Z Fresh simple-mermaid v0.1.1
11372024-11-23T00:26:23.341Z Fresh termcolor v1.1.2
11382024-11-23T00:26:23.341Z Fresh http-range v0.1.4
11392024-11-23T00:26:23.341Z Fresh ipnet v2.10.0
11402024-11-23T00:26:23.341Z Fresh reqwest v0.12.9
11412024-11-23T00:26:23.342Z Fresh hyper-staticfile v0.10.1
11422024-11-23T00:26:23.342Z Fresh trybuild v1.0.101
11432024-11-23T00:26:23.342Z Fresh tempfile v3.14.0
11442024-11-23T00:26:23.342Z Fresh rcgen v0.13.1
11452024-11-23T00:26:23.342Z Fresh hyper-rustls v0.26.0
11462024-11-23T00:26:23.342Z Fresh async-channel v2.3.1
11472024-11-23T00:26:23.342Z Fresh buf-list v1.0.3
11482024-11-23T00:26:23.342Z Fresh anyhow v1.0.93
11492024-11-23T00:26:23.342Z Fresh tokio-tungstenite v0.24.0
11502024-11-23T00:26:23.342Z Fresh subprocess v0.2.9
11512024-11-23T00:26:23.344Z Fresh schema-derive v0.1.0
11522024-11-23T00:26:23.344Z Fresh console v0.15.7
11532024-11-23T00:26:23.344Z Fresh schema v0.1.0
11542024-11-23T00:26:23.344Z Fresh expectorate v1.1.0
11552024-11-23T00:26:23.345Z Fresh prettyplease v0.2.25
11562024-11-23T00:26:25.681Z Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot)
11572024-11-23T00:26:25.685Z 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=4a3d6362ff41ef16 -C extra-filename=-4a3d6362ff41ef16 --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-6eb151b9f4708e63.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.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-2dcbcbf35dd96067.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1287208f2bd31c1b.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-b96edb524bca03e2.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-590021f83181953c.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out`
11582024-11-23T00:26:25.686Z 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=e29742954929211e -C extra-filename=-e29742954929211e --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.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-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11592024-11-23T00:26:32.398Z 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=6a3fd4b23d683ee2 -C extra-filename=-6a3fd4b23d683ee2 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11602024-11-23T00:26:32.399Z 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=0d46d01a7b9ad0f0 -C extra-filename=-0d46d01a7b9ad0f0 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11612024-11-23T00:26:32.400Z 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=3fe6dfdb6eba421b -C extra-filename=-3fe6dfdb6eba421b --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11622024-11-23T00:26:32.403Z 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=3f69f89131199318 -C extra-filename=-3f69f89131199318 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11632024-11-23T00:26:32.403Z 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=96275b1a01cd8295 -C extra-filename=-96275b1a01cd8295 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11642024-11-23T00:26:32.420Z 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=9ce76ede0a7b8013 -C extra-filename=-9ce76ede0a7b8013 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11652024-11-23T00:26:32.860Z 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=d8155e449c90bc53 -C extra-filename=-d8155e449c90bc53 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11662024-11-23T00:26:53.607Z 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=8be7702aadcd0add -C extra-filename=-8be7702aadcd0add --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11672024-11-23T00:26:54.028Z 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=c1214c63abb2b60d -C extra-filename=-c1214c63abb2b60d --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11682024-11-23T00:26:54.089Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ee7d13ff9789a2f7 -C extra-filename=-ee7d13ff9789a2f7 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11692024-11-23T00:26:55.757Z 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=31f2922094b6c3e0 -C extra-filename=-31f2922094b6c3e0 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11702024-11-23T00:26:55.887Z 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=b98ae98ad20ba303 -C extra-filename=-b98ae98ad20ba303 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11712024-11-23T00:26:58.255Z 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=453358ad702b4035 -C extra-filename=-453358ad702b4035 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11722024-11-23T00:26:59.689Z 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=6c106acce5baad61 -C extra-filename=-6c106acce5baad61 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11732024-11-23T00:27:14.384Z 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=4761197287c9e368 -C extra-filename=-4761197287c9e368 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11742024-11-23T00:27:17.918Z 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=20e38aef183fb3a6 -C extra-filename=-20e38aef183fb3a6 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11752024-11-23T00:27:20.683Z 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=7c1abb507034c5f1 -C extra-filename=-7c1abb507034c5f1 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11762024-11-23T00:27:20.765Z 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=442f6b407f2a1262 -C extra-filename=-442f6b407f2a1262 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11772024-11-23T00:27:21.910Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f4f14ba6793ad9fa -C extra-filename=-f4f14ba6793ad9fa --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11782024-11-23T00:27:21.964Z 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=0104add1e46573b2 -C extra-filename=-0104add1e46573b2 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11792024-11-23T00:27:22.247Z 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=b705949fb0b67182 -C extra-filename=-b705949fb0b67182 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11802024-11-23T00:27:23.439Z 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=02c3b075ab9c53c7 -C extra-filename=-02c3b075ab9c53c7 --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11812024-11-23T00:27:24.814Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4c917a7a8fad8b8f -C extra-filename=-4c917a7a8fad8b8f --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11822024-11-23T00:27:37.064Z 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=eeb45ebc16af985b -C extra-filename=-eeb45ebc16af985b --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-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out -L native=/usr/ssl-3/lib/amd64`
11832024-11-23T00:28:06.666Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 43s
11842024-11-23T00:28:06.710Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-e29742954929211e`
11852024-11-23T00:28:06.735Z
11862024-11-23T00:28:06.735Zrunning 104 tests
11872024-11-23T00:28:06.738Ztest api_description::test::test_endpoint_versions_matches ... ok
11882024-11-23T00:28:06.738Ztest api_description::test::test_endpoint_versions_range ... ok
11892024-11-23T00:28:06.738Ztest api_description::test::test_endpoint_versions_overlaps ... ok
11902024-11-23T00:28:06.738Ztest api_description::test::test_badpath4 - should panic ... ok
11912024-11-23T00:28:06.738Ztest api_description::test::test_tag_config_deserialize_old ... ok
11922024-11-23T00:28:06.738Ztest api_description::test::test_tags_need_one ... ok
11932024-11-23T00:28:06.738Ztest api_description::test::test_tags_too_many ... ok
11942024-11-23T00:28:06.738Ztest error::test::test_serialize_error_response_body ... ok
11952024-11-23T00:28:06.738Ztest api_description::test::test_badpath1 ... ok
11962024-11-23T00:28:06.738Ztest api_description::test::test_badpath3 ... ok
11972024-11-23T00:28:06.738Ztest api_description::test::test_badpath2 ... ok
11982024-11-23T00:28:06.738Ztest api_description::test::test_dup_names ... ok
11992024-11-23T00:28:06.738Ztest from_map::test::test_lone_literal ... ok
12002024-11-23T00:28:06.738Ztest api_description::test::test_tags_just_right ... ok
12012024-11-23T00:28:06.739Ztest extractor::metadata::test::test_metadata_flattened ... ok
12022024-11-23T00:28:06.739Ztest from_map::test::test_deep ... ok
12032024-11-23T00:28:06.739Ztest extractor::metadata::test::test_metadata_simple ... ok
12042024-11-23T00:28:06.739Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
12052024-11-23T00:28:06.739Ztest extractor::metadata::test::test_metadata_pagination ... ok
12062024-11-23T00:28:06.739Ztest from_map::test::test_missing_data1 ... ok
12072024-11-23T00:28:06.739Ztest from_map::test::test_missing_data2 ... ok
12082024-11-23T00:28:06.739Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
12092024-11-23T00:28:06.739Ztest from_map::test::test_types ... ok
12102024-11-23T00:28:06.744Ztest logging::test::test_config_bad_terminal_no_level ... ok
12112024-11-23T00:28:06.744Ztest logging::test::test_config_bad_file_no_level ... ok
12122024-11-23T00:28:06.744Ztest logging::test::test_config_bad_file_no_file ... ok
12132024-11-23T00:28:06.744Ztest logging::test::test_config_bad_terminal_bad_level ... ok
12142024-11-23T00:28:06.744Ztest logging::test::test_config_bad_log_mode ... ok
12152024-11-23T00:28:06.744Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
12162024-11-23T00:28:06.744Ztest logging::test::test_config_bad_file_bad_path_type ... ok
12172024-11-23T00:28:06.744Ztest pagination::test::test_pagination_schema ... ok
12182024-11-23T00:28:06.744Ztest pagination::test::test_results_page ... ok
12192024-11-23T00:28:06.744Ztest router::test::test_bad_path_segment2 - should panic ... ok
12202024-11-23T00:28:06.744Ztest router::test::test_bad_path_segment3 - should panic ... ok
12212024-11-23T00:28:06.744Znote: configured to log to "/tmp/dropshot-e29742954929211e.2025.file_dir/log.out"
12222024-11-23T00:28:06.744Ztest router::test::test_bad_path_segment1 - should panic ... ok
12232024-11-23T00:28:06.744Ztest pagination::test::test_page_token_serialization ... ok
12242024-11-23T00:28:06.744Ztest pagination::test::test_pagparams_parsing ... ok
12252024-11-23T00:28:06.744Ztest router::test::test_bad_path_segment4 - should panic ... ok
12262024-11-23T00:28:06.744Ztest logging::test::test_config_stderr_terminal ... ok
12272024-11-23T00:28:06.744Ztest router::test::test_duplicate_route1 - should panic ... ok
12282024-11-23T00:28:06.745Ztest router::test::test_bogus_regex - should panic ... ok
12292024-11-23T00:28:06.745Ztest router::test::test_duplicate_route2 - should panic ... ok
12302024-11-23T00:28:06.745Ztest router::test::test_duplicate_route3 - should panic ... ok
12312024-11-23T00:28:06.745Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
12322024-11-23T00:28:06.745Ztest router::test::test_duplicate_route_same_version - should panic ... ok
12332024-11-23T00:28:06.745Ztest router::test::test_duplicate_varname - should panic ... ok
12342024-11-23T00:28:06.745Ztest router::test::test_embedded_non_variable ... ok
12352024-11-23T00:28:06.745Ztest router::test::test_empty_variable ... ok
12362024-11-23T00:28:06.745Ztest router::test::test_iter ... ok
12372024-11-23T00:28:06.745Ztest router::test::test_iter2 ... ok
12382024-11-23T00:28:06.745Znote: configured to log to "/tmp/dropshot-e29742954929211e.2025.file_dir/log.out"
12392024-11-23T00:28:06.745Ztest router::test::test_error_cases ... ok
12402024-11-23T00:28:06.745Ztest router::test::test_iter_null ... ok
12412024-11-23T00:28:06.745Ztest router::test::test_inconsistent_varname - should panic ... ok
12422024-11-23T00:28:06.745Ztest router::test::test_literal_after_variable - should panic ... ok
12432024-11-23T00:28:06.745Ztest router::test::test_map ... ok
12442024-11-23T00:28:06.745Ztest router::test::test_map_bad_value ... ok
12452024-11-23T00:28:06.745Ztest router::test::test_map_bad_seq ... ok
12462024-11-23T00:28:06.745Ztest router::test::test_literal_after_regex - should panic ... ok
12472024-11-23T00:28:06.745Ztest router::test::test_path_segment ... ok
12482024-11-23T00:28:06.745Ztest router::test::test_more_after_regex - should panic ... ok
12492024-11-23T00:28:06.745Ztest router::test::test_segments ... ok
12502024-11-23T00:28:06.745Ztest router::test::test_router_versioned ... ok
12512024-11-23T00:28:06.745Ztest router::test::test_router_basic ... ok
12522024-11-23T00:28:06.745Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
12532024-11-23T00:28:06.745Ztest router::test::test_variable_after_literal - should panic ... ok
12542024-11-23T00:28:06.745Ztest router::test::test_variable_name_bad_end - should panic ... ok
12552024-11-23T00:28:06.745Ztest router::test::test_variable_name_bad_start - should panic ... ok
12562024-11-23T00:28:06.745Znote: configured to log to "/tmp/dropshot-e29742954929211e.2025.file_dir/log.out"
12572024-11-23T00:28:06.745Ztest router::test::test_variable_rename ... ok
12582024-11-23T00:28:06.745Ztest router::test::test_variable_name_empty - should panic ... ok
12592024-11-23T00:28:06.746Ztest router::test::test_variables_glob ... ok
12602024-11-23T00:28:06.746Ztest router::test::test_variables_multi ... ok
12612024-11-23T00:28:06.746Ztest router::test::test_variables_basic ... ok
12622024-11-23T00:28:06.746Ztest schema_util::test::test_additional_properties ... ok
12632024-11-23T00:28:06.746Ztest schema_util::test::test_empty_struct ... ok
12642024-11-23T00:28:06.746Ztest api_description::test::test_tags_set ... ok
12652024-11-23T00:28:06.746Ztest schema_util::test::test_bad_schema - should panic ... ok
12662024-11-23T00:28:06.746Ztest logging::test::test_config_file ... ok
12672024-11-23T00:28:06.746Ztest schema_util::test::test_extension_conversion ... ok
12682024-11-23T00:28:06.746Ztest schema_util::test::test_two_types - should panic ... ok
12692024-11-23T00:28:06.746Ztest schema_util::test::test_nullable ... ok
12702024-11-23T00:28:06.746Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
12712024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
12722024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
12732024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
12742024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_easy_cases ... ok
12752024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
12762024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
12772024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
12782024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
12792024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
12802024-11-23T00:28:06.746Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
12812024-11-23T00:28:06.746Ztest to_map::test::test_to_map_enum ... ok
12822024-11-23T00:28:06.746Ztest to_map::test::test_to_map_num ... ok
12832024-11-23T00:28:06.746Ztest to_map::test::test_to_map_seq ... ok
12842024-11-23T00:28:06.746Ztest to_map::test::test_to_map_valid ... ok
12852024-11-23T00:28:06.746Ztest to_map::test::test_to_map_vec ... ok
12862024-11-23T00:28:06.746Ztest type_util::tests::test_commented_ref ... ok
12872024-11-23T00:28:06.746Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
12882024-11-23T00:28:06.746Ztest type_util::tests::test_recursive_type - should panic ... ok
12892024-11-23T00:28:06.746Ztest type_util::tests::test_reflexive_type - should panic ... ok
12902024-11-23T00:28:06.746Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
12912024-11-23T00:28:06.747Ztest server::test::test_drop_server_without_close_okay ... ok
12922024-11-23T00:28:06.749Ztest server::test::test_server_run_then_close ... ok
12932024-11-23T00:28:06.749Ztest server::test::test_http_acceptor_happy_path ... ok
12942024-11-23T00:28:06.749Z
12952024-11-23T00:28:06.750Ztest result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
12962024-11-23T00:28:06.750Z
12972024-11-23T00:28:06.750Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-7c1abb507034c5f1`
12982024-11-23T00:28:06.755Z
12992024-11-23T00:28:06.755Zrunning 1 test
13002024-11-23T00:28:07.008Z Locking 1 package to latest compatible version
13012024-11-23T00:28:07.031Z Adding dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13022024-11-23T00:28:07.628Z Compiling proc-macro2 v1.0.89
13032024-11-23T00:28:07.628Z Compiling unicode-ident v1.0.12
13042024-11-23T00:28:07.630Z Compiling libc v0.2.164
13052024-11-23T00:28:07.630Z Checking cfg-if v1.0.0
13062024-11-23T00:28:07.631Z Compiling serde v1.0.215
13072024-11-23T00:28:07.631Z Compiling version_check v0.9.5
13082024-11-23T00:28:07.631Z Checking itoa v1.0.1
13092024-11-23T00:28:07.704Z Checking pin-project-lite v0.2.12
13102024-11-23T00:28:07.813Z Checking memchr v2.6.0
13112024-11-23T00:28:07.827Z Compiling autocfg v1.1.0
13122024-11-23T00:28:07.859Z Compiling thiserror v1.0.67
13132024-11-23T00:28:08.416Z Compiling log v0.4.17
13142024-11-23T00:28:08.650Z Checking once_cell v1.20.1
13152024-11-23T00:28:08.663Z Checking bytes v1.8.0
13162024-11-23T00:28:08.666Z Checking futures-core v0.3.31
13172024-11-23T00:28:08.809Z Compiling ryu v1.0.5
13182024-11-23T00:28:08.906Z Compiling parking_lot_core v0.9.4
13192024-11-23T00:28:09.041Z Compiling slab v0.4.9
13202024-11-23T00:28:09.168Z Checking smallvec v1.13.2
13212024-11-23T00:28:09.431Z Checking futures-sink v0.3.31
13222024-11-23T00:28:09.514Z Compiling cc v1.0.83
13232024-11-23T00:28:09.539Z Checking scopeguard v1.2.0
13242024-11-23T00:28:09.565Z Compiling serde_json v1.0.133
13252024-11-23T00:28:09.611Z Checking fnv v1.0.7
13262024-11-23T00:28:09.625Z Compiling quote v1.0.37
13272024-11-23T00:28:09.687Z Checking lock_api v0.4.6
13282024-11-23T00:28:09.730Z Checking http v1.1.0
13292024-11-23T00:28:09.965Z Checking futures-channel v0.3.31
13302024-11-23T00:28:09.990Z Compiling syn v2.0.87
13312024-11-23T00:28:10.009Z Checking getrandom v0.2.11
13322024-11-23T00:28:10.271Z Checking signal-hook-registry v1.4.0
13332024-11-23T00:28:10.331Z Checking socket2 v0.5.5
13342024-11-23T00:28:10.444Z Checking mio v0.8.11
13352024-11-23T00:28:10.447Z Checking parking_lot v0.12.1
13362024-11-23T00:28:10.542Z Checking num_cpus v1.13.0
13372024-11-23T00:28:10.814Z Checking futures-io v0.3.31
13382024-11-23T00:28:10.832Z Checking pin-utils v0.1.0
13392024-11-23T00:28:10.887Z Checking futures-task v0.3.31
13402024-11-23T00:28:10.977Z Checking rustls-pki-types v1.10.0
13412024-11-23T00:28:10.991Z Compiling httparse v1.8.0
13422024-11-23T00:28:11.041Z Checking equivalent v1.0.0
13432024-11-23T00:28:11.106Z Checking hashbrown v0.15.0
13442024-11-23T00:28:11.143Z Compiling ucd-trie v0.1.6
13452024-11-23T00:28:11.201Z Checking spin v0.9.8
13462024-11-23T00:28:11.558Z Checking tracing-core v0.1.32
13472024-11-23T00:28:11.665Z Checking untrusted v0.9.0
13482024-11-23T00:28:11.956Z Compiling typenum v1.14.0
13492024-11-23T00:28:11.970Z Compiling pkg-config v0.3.31
13502024-11-23T00:28:12.189Z Compiling vcpkg v0.2.15
13512024-11-23T00:28:12.262Z Checking tracing v0.1.40
13522024-11-23T00:28:12.276Z Checking atomic-waker v1.1.1
13532024-11-23T00:28:12.408Z Checking http-body v1.0.1
13542024-11-23T00:28:12.580Z Compiling generic-array v0.14.5
13552024-11-23T00:28:12.863Z Checking try-lock v0.2.3
13562024-11-23T00:28:12.928Z Compiling crossbeam-utils v0.8.15
13572024-11-23T00:28:13.011Z Checking want v0.3.0
13582024-11-23T00:28:13.078Z Compiling unicase v2.6.0
13592024-11-23T00:28:13.176Z Checking subtle v2.5.0
13602024-11-23T00:28:13.224Z Compiling ring v0.17.7
13612024-11-23T00:28:13.394Z Checking httpdate v1.0.1
13622024-11-23T00:28:13.452Z Compiling num-conv v0.1.0
13632024-11-23T00:28:13.596Z Compiling time-core v0.1.2
13642024-11-23T00:28:13.638Z Checking zeroize v1.7.0
13652024-11-23T00:28:13.749Z Checking powerfmt v0.2.0
13662024-11-23T00:28:13.783Z Compiling time-macros v0.2.18
13672024-11-23T00:28:14.048Z Checking deranged v0.3.11
13682024-11-23T00:28:14.334Z Checking bitflags v2.4.0
13692024-11-23T00:28:14.588Z Checking num_threads v0.1.3
13702024-11-23T00:28:14.613Z Checking byteorder v1.4.3
13712024-11-23T00:28:15.013Z Compiling openssl-sys v0.9.103
13722024-11-23T00:28:15.037Z Compiling slog v2.7.0
13732024-11-23T00:28:15.453Z Checking base64 v0.22.1
13742024-11-23T00:28:15.934Z Compiling usdt-impl v0.5.0
13752024-11-23T00:28:15.972Z Compiling openssl v0.10.66
13762024-11-23T00:28:16.048Z Checking foreign-types-shared v0.1.1
13772024-11-23T00:28:16.145Z Compiling semver v1.0.23
13782024-11-23T00:28:16.282Z Checking tower-service v0.3.1
13792024-11-23T00:28:16.336Z Checking openssl-probe v0.1.4
13802024-11-23T00:28:16.398Z Checking tinyvec_macros v0.1.0
13812024-11-23T00:28:16.483Z Checking percent-encoding v2.3.1
13822024-11-23T00:28:16.496Z Checking tinyvec v1.5.1
13832024-11-23T00:28:16.686Z Checking form_urlencoded v1.2.1
13842024-11-23T00:28:16.891Z Checking foreign-types v0.3.2
13852024-11-23T00:28:16.930Z Checking crypto-common v0.1.6
13862024-11-23T00:28:16.983Z Checking block-buffer v0.10.2
13872024-11-23T00:28:17.295Z Checking rand_core v0.6.3
13882024-11-23T00:28:17.383Z Compiling thread-id v4.0.0
13892024-11-23T00:28:17.480Z Compiling num-traits v0.2.14
13902024-11-23T00:28:17.574Z Compiling rustls v0.22.4
13912024-11-23T00:28:17.589Z Compiling rustls v0.23.13
13922024-11-23T00:28:17.744Z Compiling native-tls v0.2.12
13932024-11-23T00:28:17.798Z Checking time v0.3.36
13942024-11-23T00:28:17.834Z Checking plain v0.2.3
13952024-11-23T00:28:17.898Z Checking mime v0.3.16
13962024-11-23T00:28:17.903Z Checking ppv-lite86 v0.2.15
13972024-11-23T00:28:18.049Z Checking unicode-normalization v0.1.24
13982024-11-23T00:28:18.338Z Checking digest v0.10.7
13992024-11-23T00:28:18.677Z Checking rustls-pemfile v2.1.3
14002024-11-23T00:28:18.677Z Checking dirs-sys-next v0.1.2
14012024-11-23T00:28:18.677Z Checking rand_chacha v0.3.1
14022024-11-23T00:28:18.767Z Checking cpufeatures v0.2.2
14032024-11-23T00:28:18.805Z Checking unicode-bidi v0.3.15
14042024-11-23T00:28:18.861Z Checking pretty-hex v0.4.1
14052024-11-23T00:28:18.980Z Checking rand v0.8.4
14062024-11-23T00:28:18.996Z Checking sha1 v0.10.6
14072024-11-23T00:28:19.082Z Checking dirs-next v2.0.0
14082024-11-23T00:28:19.238Z Compiling mime_guess v2.0.5
14092024-11-23T00:28:19.447Z Checking rustls-webpki v0.102.8
14102024-11-23T00:28:19.461Z Checking idna v0.5.0
14112024-11-23T00:28:19.655Z Compiling serde_derive_internals v0.29.0
14122024-11-23T00:28:20.376Z Checking concurrent-queue v2.5.0
14132024-11-23T00:28:20.823Z Checking thread_local v1.1.4
14142024-11-23T00:28:20.849Z Compiling multer v3.1.0
14152024-11-23T00:28:20.890Z Checking encoding_rs v0.8.32
14162024-11-23T00:28:21.099Z Checking iana-time-zone v0.1.47
14172024-11-23T00:28:21.222Z Compiling paste v1.0.15
14182024-11-23T00:28:21.238Z Compiling rustix v0.38.40
14192024-11-23T00:28:21.908Z Checking parking v2.2.0
14202024-11-23T00:28:22.075Z Compiling schemars v0.8.21
14212024-11-23T00:28:22.219Z Checking winnow v0.6.18
14222024-11-23T00:28:22.502Z Checking match_cfg v0.1.0
14232024-11-23T00:28:22.590Z Compiling slog-async v2.8.0
14242024-11-23T00:28:23.244Z Compiling camino v1.1.9
14252024-11-23T00:28:23.320Z Checking hostname v0.3.1
14262024-11-23T00:28:23.446Z Checking event-listener v5.0.0
14272024-11-23T00:28:23.873Z Checking url v2.5.2
14282024-11-23T00:28:23.977Z Checking term v0.7.0
14292024-11-23T00:28:24.213Z Checking crossbeam-channel v0.5.1
14302024-11-23T00:28:24.409Z Checking webpki-roots v0.26.5
14312024-11-23T00:28:24.533Z Checking memmap v0.7.0
14322024-11-23T00:28:24.607Z Checking errno v0.3.8
14332024-11-23T00:28:24.664Z Checking is-terminal v0.4.12
14342024-11-23T00:28:24.742Z Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot)
14352024-11-23T00:28:24.758Z Checking unicode-width v0.1.9
14362024-11-23T00:28:24.774Z Compiling heck v0.5.0
14372024-11-23T00:28:24.778Z Checking lazy_static v1.5.0
14382024-11-23T00:28:24.894Z Checking unicode-segmentation v1.10.0
14392024-11-23T00:28:24.908Z Checking dyn-clone v1.0.4
14402024-11-23T00:28:24.959Z Checking take_mut v0.2.2
14412024-11-23T00:28:24.997Z Compiling anyhow v1.0.93
14422024-11-23T00:28:25.017Z Checking utf-8 v0.7.6
14432024-11-23T00:28:25.096Z Checking data-encoding v2.4.0
14442024-11-23T00:28:25.106Z Compiling buf-list v1.0.3
14452024-11-23T00:28:25.372Z Checking console v0.15.7
14462024-11-23T00:28:25.397Z Checking slog-term v2.9.1
14472024-11-23T00:28:25.505Z Checking newline-converter v0.3.0
14482024-11-23T00:28:25.884Z Checking event-listener-strategy v0.5.2
14492024-11-23T00:28:25.988Z Checking yasna v0.5.2
14502024-11-23T00:28:26.026Z Checking rustls-native-certs v0.7.0
14512024-11-23T00:28:26.074Z Checking pem v3.0.4
14522024-11-23T00:28:26.133Z Checking waitgroup v0.1.2
14532024-11-23T00:28:26.167Z Checking hostname v0.4.0
14542024-11-23T00:28:26.199Z Compiling serde_derive v1.0.215
14552024-11-23T00:28:26.265Z Compiling thiserror-impl v1.0.67
14562024-11-23T00:28:26.298Z Compiling tokio-macros v2.3.0
14572024-11-23T00:28:26.323Z Compiling futures-macro v0.3.31
14582024-11-23T00:28:26.377Z Compiling zerocopy-derive v0.7.32
14592024-11-23T00:28:26.846Z Compiling scroll_derive v0.12.0
14602024-11-23T00:28:26.995Z Compiling openssl-macros v0.1.1
14612024-11-23T00:28:27.445Z Compiling schemars_derive v0.8.21
14622024-11-23T00:28:28.773Z Checking tokio v1.38.1
14632024-11-23T00:28:29.031Z Checking scroll v0.12.0
14642024-11-23T00:28:29.230Z Checking futures-util v0.3.31
14652024-11-23T00:28:29.509Z Checking goblin v0.8.0
14662024-11-23T00:28:29.979Z Compiling zerocopy v0.7.32
14672024-11-23T00:28:31.477Z Compiling pest v2.7.6
14682024-11-23T00:28:33.878Z Compiling pest_meta v2.7.6
14692024-11-23T00:28:34.197Z Compiling async-stream-impl v0.3.6
14702024-11-23T00:28:34.270Z Checking tungstenite v0.24.0
14712024-11-23T00:28:34.316Z Checking http-body-util v0.1.2
14722024-11-23T00:28:34.468Z Checking futures-executor v0.3.31
14732024-11-23T00:28:34.699Z Checking futures v0.3.31
14742024-11-23T00:28:34.753Z Compiling async-trait v0.1.83
14752024-11-23T00:28:34.814Z Checking sync_wrapper v1.0.1
14762024-11-23T00:28:34.956Z Checking debug-ignore v1.0.5
14772024-11-23T00:28:34.990Z Checking http-range v0.1.4
14782024-11-23T00:28:35.101Z Compiling pest_generator v2.7.6
14792024-11-23T00:28:35.168Z Checking ipnet v2.10.0
14802024-11-23T00:28:35.201Z Checking simple-mermaid v0.1.1
14812024-11-23T00:28:35.295Z Checking similar v2.2.1
14822024-11-23T00:28:35.641Z Checking fastrand v2.1.1
14832024-11-23T00:28:35.917Z Checking tokio-util v0.7.7
14842024-11-23T00:28:35.945Z Checking tokio-rustls v0.25.0
14852024-11-23T00:28:36.010Z Checking tokio-native-tls v0.3.1
14862024-11-23T00:28:36.264Z Checking tokio-rustls v0.26.0
14872024-11-23T00:28:36.300Z Checking expectorate v1.1.0
14882024-11-23T00:28:36.340Z Checking async-stream v0.3.6
14892024-11-23T00:28:36.462Z Checking tempfile v3.14.0
14902024-11-23T00:28:36.522Z Checking tokio-tungstenite v0.24.0
14912024-11-23T00:28:36.647Z Checking rcgen v0.13.1
14922024-11-23T00:28:36.820Z Checking async-channel v2.3.1
14932024-11-23T00:28:37.182Z Checking subprocess v0.2.9
14942024-11-23T00:28:38.196Z Compiling pest_derive v2.7.6
14952024-11-23T00:28:39.266Z Compiling dtrace-parser v0.2.0
14962024-11-23T00:28:40.905Z Checking indexmap v2.6.0
14972024-11-23T00:28:40.905Z Checking toml_datetime v0.6.8
14982024-11-23T00:28:40.907Z Checking serde_spanned v0.6.7
14992024-11-23T00:28:40.907Z Checking uuid v1.11.0
15002024-11-23T00:28:40.907Z Checking chrono v0.4.38
15012024-11-23T00:28:40.907Z Checking serde_urlencoded v0.7.1
15022024-11-23T00:28:41.075Z Checking serde_path_to_error v0.1.16
15032024-11-23T00:28:41.550Z Compiling serde_tokenstream v0.2.2
15042024-11-23T00:28:42.024Z Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
15052024-11-23T00:28:42.063Z Checking h2 v0.4.6
15062024-11-23T00:28:42.063Z Checking toml_edit v0.22.20
15072024-11-23T00:28:42.471Z Checking dof v0.3.0
15082024-11-23T00:28:42.471Z Checking slog-json v2.6.1
15092024-11-23T00:28:42.473Z Checking openapiv3 v2.0.0
15102024-11-23T00:28:42.743Z Checking slog-bunyan v2.5.0
15112024-11-23T00:28:44.719Z Checking toml v0.8.19
15122024-11-23T00:28:45.393Z Compiling usdt-attr-macro v0.5.0
15132024-11-23T00:28:45.464Z Compiling usdt-macro v0.5.0
15142024-11-23T00:28:46.051Z Checking hyper v1.5.0
15152024-11-23T00:28:47.083Z Checking usdt v0.5.0
15162024-11-23T00:28:47.474Z Checking hyper-util v0.1.10
15172024-11-23T00:28:47.474Z Checking hyper-staticfile v0.10.1
15182024-11-23T00:28:48.486Z Checking hyper-rustls v0.27.3
15192024-11-23T00:28:48.486Z Checking hyper-tls v0.6.0
15202024-11-23T00:28:48.488Z Checking hyper-rustls v0.26.0
15212024-11-23T00:28:48.700Z Checking reqwest v0.12.9
15222024-11-23T00:28:50.998Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
15232024-11-23T00:28:51.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.26s
15242024-11-23T00:28:51.450Z
15252024-11-23T00:28:51.450Z
15262024-11-23T00:29:00.494Ztest tests/fail/bad_channel10.rs ... ok
15272024-11-23T00:29:00.494Ztest tests/fail/bad_channel11.rs ... ok
15282024-11-23T00:29:00.498Ztest tests/fail/bad_channel12.rs ... ok
15292024-11-23T00:29:00.498Ztest tests/fail/bad_channel13.rs ... ok
15302024-11-23T00:29:00.498Ztest tests/fail/bad_channel14.rs ... ok
15312024-11-23T00:29:00.498Ztest tests/fail/bad_channel15.rs ... ok
15322024-11-23T00:29:00.498Ztest tests/fail/bad_channel17.rs ... ok
15332024-11-23T00:29:00.498Ztest tests/fail/bad_channel18.rs ... ok
15342024-11-23T00:29:00.498Ztest tests/fail/bad_channel19.rs ... ok
15352024-11-23T00:29:00.498Ztest tests/fail/bad_channel1a.rs ... ok
15362024-11-23T00:29:00.498Ztest tests/fail/bad_channel1b.rs ... ok
15372024-11-23T00:29:00.499Ztest tests/fail/bad_channel2.rs ... ok
15382024-11-23T00:29:00.499Ztest tests/fail/bad_channel20.rs ... ok
15392024-11-23T00:29:00.499Ztest tests/fail/bad_channel21.rs ... ok
15402024-11-23T00:29:00.499Ztest tests/fail/bad_channel22.rs ... ok
15412024-11-23T00:29:00.500Ztest tests/fail/bad_channel23.rs ... ok
15422024-11-23T00:29:00.500Ztest tests/fail/bad_channel24.rs ... ok
15432024-11-23T00:29:00.500Ztest tests/fail/bad_channel25.rs ... ok
15442024-11-23T00:29:00.500Ztest tests/fail/bad_channel26.rs ... ok
15452024-11-23T00:29:00.500Ztest tests/fail/bad_channel27.rs ... ok
15462024-11-23T00:29:00.500Ztest tests/fail/bad_channel3.rs ... ok
15472024-11-23T00:29:00.500Ztest tests/fail/bad_channel4.rs ... ok
15482024-11-23T00:29:00.500Ztest tests/fail/bad_channel5.rs ... ok
15492024-11-23T00:29:00.500Ztest tests/fail/bad_channel6.rs ... ok
15502024-11-23T00:29:00.500Ztest tests/fail/bad_channel8.rs ... ok
15512024-11-23T00:29:00.500Ztest tests/fail/bad_channel9.rs ... ok
15522024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint1.rs ... ok
15532024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint10.rs ... ok
15542024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint11.rs ... ok
15552024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint12.rs ... ok
15562024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint13.rs ... ok
15572024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint14.rs ... ok
15582024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint15.rs ... ok
15592024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint16.rs ... ok
15602024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint17.rs ... ok
15612024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint18.rs ... ok
15622024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint19.rs ... ok
15632024-11-23T00:29:00.500Ztest tests/fail/bad_endpoint2.rs ... ok
15642024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint20.rs ... ok
15652024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint21.rs ... ok
15662024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint22.rs ... ok
15672024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint23.rs ... ok
15682024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint24.rs ... ok
15692024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint25.rs ... ok
15702024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint26.rs ... ok
15712024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint27.rs ... ok
15722024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint3.rs ... ok
15732024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint4.rs ... ok
15742024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint5.rs ... ok
15752024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint6.rs ... ok
15762024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint7.rs ... ok
15772024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint8.rs ... ok
15782024-11-23T00:29:00.501Ztest tests/fail/bad_endpoint9.rs ... ok
15792024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel10.rs ... ok
15802024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel11.rs ... ok
15812024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel12.rs ... ok
15822024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel13.rs ... ok
15832024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel14.rs ... ok
15842024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel15.rs ... ok
15852024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel17.rs ... ok
15862024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel18.rs ... ok
15872024-11-23T00:29:00.501Ztest tests/fail/bad_trait_channel19.rs ... ok
15882024-11-23T00:29:00.502Ztest tests/fail/bad_trait_channel1a.rs ... ok
15892024-11-23T00:29:00.502Ztest tests/fail/bad_trait_channel1b.rs ... ok
15902024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel2.rs ... ok
15912024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel20.rs ... ok
15922024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel21.rs ... ok
15932024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel22.rs ... ok
15942024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel23.rs ... ok
15952024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel24.rs ... ok
15962024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel25.rs ... ok
15972024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel26.rs ... ok
15982024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel3.rs ... ok
15992024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel4.rs ... ok
16002024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel5.rs ... ok
16012024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel6.rs ... ok
16022024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel8.rs ... ok
16032024-11-23T00:29:00.503Ztest tests/fail/bad_trait_channel9.rs ... ok
16042024-11-23T00:29:00.503Ztest tests/fail/bad_trait_endpoint1.rs ... ok
16052024-11-23T00:29:00.503Ztest tests/fail/bad_trait_endpoint10.rs ... ok
16062024-11-23T00:29:00.503Ztest tests/fail/bad_trait_endpoint11.rs ... ok
16072024-11-23T00:29:00.503Ztest tests/fail/bad_trait_endpoint12.rs ... ok
16082024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint13.rs ... ok
16092024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint14.rs ... ok
16102024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint15.rs ... ok
16112024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint16.rs ... ok
16122024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint17.rs ... ok
16132024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint18.rs ... ok
16142024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint19.rs ... ok
16152024-11-23T00:29:00.506Ztest tests/fail/bad_trait_endpoint2.rs ... ok
16162024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint20.rs ... ok
16172024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint21.rs ... ok
16182024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint22.rs ... ok
16192024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint23.rs ... ok
16202024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint24.rs ... ok
16212024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint25.rs ... ok
16222024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint26.rs ... ok
16232024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint27.rs ... ok
16242024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint3.rs ... ok
16252024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint4.rs ... ok
16262024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint5.rs ... ok
16272024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint6.rs ... ok
16282024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint7.rs ... ok
16292024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint8.rs ... ok
16302024-11-23T00:29:00.507Ztest tests/fail/bad_trait_endpoint9.rs ... ok
16312024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only1.rs ... ok
16322024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only10.rs ... ok
16332024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only11.rs ... ok
16342024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only12.rs ... ok
16352024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only13.rs ... ok
16362024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only14.rs ... ok
16372024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only15.rs ... ok
16382024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only16.rs ... ok
16392024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only17.rs ... ok
16402024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only18.rs ... ok
16412024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only19.rs ... ok
16422024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only2.rs ... ok
16432024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only20.rs ... ok
16442024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only21.rs ... ok
16452024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only22.rs ... ok
16462024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only3.rs ... ok
16472024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only4.rs ... ok
16482024-11-23T00:29:00.507Ztest tests/fail/bad_trait_only5.rs ... ok
16492024-11-23T00:29:00.508Ztest tests/fail/bad_trait_only6.rs ... ok
16502024-11-23T00:29:00.508Ztest tests/fail/bad_trait_only7.rs ... ok
16512024-11-23T00:29:00.508Ztest tests/fail/bad_trait_only8.rs ... ok
16522024-11-23T00:29:00.508Ztest tests/fail/bad_trait_only9.rs ... ok
16532024-11-23T00:29:00.508Ztest tests/fail/bad_version_backwards.rs ... ok
16542024-11-23T00:29:00.508Ztest tests/fail/unused_endpoint.rs ... ok
16552024-11-23T00:29:00.508Z
16562024-11-23T00:29:00.508Z
16572024-11-23T00:29:00.508Ztest fail ... ok
16582024-11-23T00:29:00.508Z
16592024-11-23T00:29:00.508Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 53.74s
16602024-11-23T00:29:00.508Z
16612024-11-23T00:29:00.508Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-f4f14ba6793ad9fa`
16622024-11-23T00:29:00.514Z
16632024-11-23T00:29:00.514Zrunning 72 tests
16642024-11-23T00:29:00.517Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
16652024-11-23T00:29:00.517Ztest api_trait::test_api_trait_basic ... ok
16662024-11-23T00:29:00.517Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
16672024-11-23T00:29:00.517Ztest api_trait::test_api_trait_with_complex_tags ... ok
16682024-11-23T00:29:00.517Ztest config::test_config_bad_bind_address_garbage ... ok
16692024-11-23T00:29:00.517Ztest config::test_config_bad_bind_address_port_too_small ... ok
16702024-11-23T00:29:00.517Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
16712024-11-23T00:29:00.517Ztest config::test_config_bad_bind_address_port_too_large ... ok
16722024-11-23T00:29:00.517Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
16732024-11-23T00:29:00.517Ztest config::test_config_deprecated_request_body_max_bytes ... ok
16742024-11-23T00:29:00.517Ztest config::test_valid_config_basic ... ok
16752024-11-23T00:29:00.517Ztest config::test_valid_config_empty ... ok
16762024-11-23T00:29:00.517Ztest config::test_valid_config_all_settings ... ok
16772024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-config_bind_address_https.2794.5.log"
16782024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_unversioned_servers_with_versioned_routes.2794.2.log"
16792024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-config_handler_task_mode_detached.2794.3.log"
16802024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-config_bind_address_https_buffer.2794.0.log"
16812024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-config_handler_task_mode_cancel.2794.1.log"
16822024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-config_bind_address_http.2794.4.log"
16832024-11-23T00:29:00.524Ztest config::test_unversioned_servers_with_versioned_routes ... ok
16842024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_302_found.2794.7.log"
16852024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_302_bogus.2794.6.log"
16862024-11-23T00:29:00.524Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_303_see_other.2794.8.log"
16872024-11-23T00:29:00.524Ztest config::test_config_handler_task_mode_cancel ... ok
16882024-11-23T00:29:00.524Ztest config::test_config_handler_task_mode_detached ... ok
16892024-11-23T00:29:00.524Ztest demo::test_302_bogus ... ok
16902024-11-23T00:29:00.525Ztest demo::test_302_found ... ok
16912024-11-23T00:29:00.525Ztest demo::test_303_see_other ... ok
16922024-11-23T00:29:00.529Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_307_temporary_redirect.2794.9.log"
16932024-11-23T00:29:00.529Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_delete_request.2794.10.log"
16942024-11-23T00:29:00.529Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo2json.2794.11.log"
16952024-11-23T00:29:00.529Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo1.2794.12.log"
16962024-11-23T00:29:00.529Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo2query.2794.13.log"
16972024-11-23T00:29:00.529Ztest config::test_config_bind_address_http ... ok
16982024-11-23T00:29:00.529Ztest demo::test_delete_request ... ok
16992024-11-23T00:29:00.529Ztest demo::test_307_temporary_redirect ... ok
17002024-11-23T00:29:00.529Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo2urlencoded.2794.14.log"
17012024-11-23T00:29:00.529Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo3json.2794.15.log"
17022024-11-23T00:29:00.529Ztest demo::test_demo1 ... ok
17032024-11-23T00:29:00.530Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo_path_param_string.2794.16.log"
17042024-11-23T00:29:00.532Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo_path_param_u32.2794.17.log"
17052024-11-23T00:29:00.532Ztest demo::test_demo3json ... ok
17062024-11-23T00:29:00.532Ztest demo::test_demo2query ... ok
17072024-11-23T00:29:00.532Ztest demo::test_demo2urlencoded ... ok
17082024-11-23T00:29:00.532Ztest demo::test_demo2json ... ok
17092024-11-23T00:29:00.534Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo_path_param_uuid.2794.18.log"
17102024-11-23T00:29:00.534Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_head_request.2794.19.log"
17112024-11-23T00:29:00.534Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_header_request.2794.20.log"
17122024-11-23T00:29:00.535Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-demo_websocket.2794.21.log"
17132024-11-23T00:29:00.535Ztest demo::test_demo_path_param_u32 ... ok
17142024-11-23T00:29:00.538Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-tet_raw_request.2794.22.log"
17152024-11-23T00:29:00.541Ztest demo::test_header_request ... ok
17162024-11-23T00:29:00.541Ztest demo::test_demo_path_param_uuid ... ok
17172024-11-23T00:29:00.541Ztest demo::test_raw_request ... ok
17182024-11-23T00:29:00.541Ztest demo::test_demo_websocket ... ok
17192024-11-23T00:29:00.541Ztest demo::test_head_request ... ok
17202024-11-23T00:29:00.541Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-graceful_shutdown_with_detached_handler.2794.23.log"
17212024-11-23T00:29:00.543Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_request_compat.2794.24.log"
17222024-11-23T00:29:00.543Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_streaming_body.2794.25.log"
17232024-11-23T00:29:00.543Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_untyped_body.2794.27.log"
17242024-11-23T00:29:00.543Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_request_remote_addr.2794.26.log"
17252024-11-23T00:29:00.543Ztest demo::test_demo_path_param_string ... ok
17262024-11-23T00:29:00.543Ztest demo::test_request_compat ... ok
17272024-11-23T00:29:00.543Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-multipart_client.2794.28.log"
17282024-11-23T00:29:00.543Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-multipart_client.2794.29.log"
17292024-11-23T00:29:00.547Ztest demo::test_request_remote_addr ... ok
17302024-11-23T00:29:00.547Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-multipart_client.2794.30.log"
17312024-11-23T00:29:00.547Ztest demo::test_streaming_body ... ok
17322024-11-23T00:29:00.547Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-multipart_client.2794.31.log"
17332024-11-23T00:29:00.547Ztest multipart::no_content_type ... ok
17342024-11-23T00:29:00.547Ztest multipart::missing_boundary ... ok
17352024-11-23T00:29:00.547Ztest demo::test_untyped_body ... ok
17362024-11-23T00:29:00.547Ztest multipart::test_multipart_client ... ok
17372024-11-23T00:29:00.547Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-pagination-basic.2794.32.log"
17382024-11-23T00:29:00.547Ztest multipart::weird_content_type ... ok
17392024-11-23T00:29:00.547Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-pagination-multiple-resources.2794.33.log"
17402024-11-23T00:29:00.547Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-pagination-multiple-sorts.2794.34.log"
17412024-11-23T00:29:00.547Ztest config::test_config_bind_address_https_buffer ... ok
17422024-11-23T00:29:00.550Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-basic.2794.35.log"
17432024-11-23T00:29:00.577Ztest openapi::test_openapi_fuller ... ok
17442024-11-23T00:29:00.579Ztest openapi::test_openapi ... ok
17452024-11-23T00:29:00.579Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-dictionary.2794.36.log"
17462024-11-23T00:29:00.580Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-empty.2794.37.log"
17472024-11-23T00:29:00.608Ztest pagination::test_paginate_empty ... ok
17482024-11-23T00:29:00.611Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-errors.2794.38.log"
17492024-11-23T00:29:00.644Ztest pagination::test_paginate_errors ... ok
17502024-11-23T00:29:00.646Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-extra_params.2794.39.log"
17512024-11-23T00:29:00.666Ztest pagination::test_paginate_extra_params ... ok
17522024-11-23T00:29:00.668Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-required_params.2794.40.log"
17532024-11-23T00:29:00.680Ztest pagination::test_paginate_basic ... ok
17542024-11-23T00:29:00.683Ztest pagination_schema::test_pagination_schema ... ok
17552024-11-23T00:29:00.685Ztest path_names::test_path_names ... ok
17562024-11-23T00:29:00.685Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_no_tls.2794.41.log"
17572024-11-23T00:29:00.688Ztest starter::test_no_tls ... ok
17582024-11-23T00:29:00.688Ztest pagination::test_paginate_with_required_params ... ok
17592024-11-23T00:29:00.688Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_with_tls.2794.42.log"
17602024-11-23T00:29:00.688Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-non_streaming_servers_do_not_use_transfer_encoding.2794.43.log"
17612024-11-23T00:29:00.695Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
17622024-11-23T00:29:00.697Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-streaming_server_buffered_client.2794.44.log"
17632024-11-23T00:29:00.732Ztest streaming::test_streaming_server_buffered_client ... ok
17642024-11-23T00:29:00.735Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-streaming_server_streaming_client.2794.45.log"
17652024-11-23T00:29:00.758Ztest streaming::test_streaming_server_streaming_client ... ok
17662024-11-23T00:29:00.760Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_server_is_http.2794.46.log"
17672024-11-23T00:29:00.765Ztest tls::test_server_is_http ... ok
17682024-11-23T00:29:00.767Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_server_is_https.2794.47.log"
17692024-11-23T00:29:01.037Ztest starter::test_with_tls ... ok
17702024-11-23T00:29:01.039Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_tls_aborted_negotiation.2794.48.log"
17712024-11-23T00:29:01.106Ztest tls::test_server_is_https ... ok
17722024-11-23T00:29:01.108Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_tls_certificate_loading.2794.49.log"
17732024-11-23T00:29:01.422Ztest tls::test_tls_certificate_loading ... ok
17742024-11-23T00:29:01.425Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_tls_only.2794.50.log"
17752024-11-23T00:29:01.675Ztest tls::test_tls_aborted_negotiation ... ok
17762024-11-23T00:29:01.678Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_tls_refresh_certificates.2794.51.log"
17772024-11-23T00:29:01.703Ztest config::test_config_bind_address_https ... ok
17782024-11-23T00:29:01.706Znote: configured to log to "/tmp/integration_tests-f4f14ba6793ad9fa-test_versions.2794.52.log"
17792024-11-23T00:29:01.754Ztest tls::test_tls_refresh_certificates ... ok
17802024-11-23T00:29:01.758Ztest versions::test_versions_openapi ... ok
17812024-11-23T00:29:01.761Ztest versions::test_versions_openapi_same_names ... ok
17822024-11-23T00:29:01.773Ztest tls::test_tls_only ... ok
17832024-11-23T00:29:01.785Ztest versions::test_versions ... ok
17842024-11-23T00:29:02.532Ztest pagination::test_example_basic ... ok
17852024-11-23T00:29:02.544Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
17862024-11-23T00:29:03.321Ztest pagination::test_paginate_dictionary ... ok
17872024-11-23T00:29:06.665Ztest pagination::test_example_multiple_sorts ... ok
17882024-11-23T00:29:07.131Ztest pagination::test_example_multiple_resources ... ok
17892024-11-23T00:29:07.132Z
17902024-11-23T00:29:07.132Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.62s
17912024-11-23T00:29:07.132Z
17922024-11-23T00:29:07.139Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-4c686e82bb4a6f1b`
17932024-11-23T00:29:07.151Z
17942024-11-23T00:29:07.151Zrunning 35 tests
17952024-11-23T00:29:07.159Ztest channel::tests::test_channel_operation_id ... ok
17962024-11-23T00:29:07.159Ztest channel::tests::test_channel_with_versions ... ok
17972024-11-23T00:29:07.161Ztest channel::tests::test_channel_with_unnamed_params ... ok
17982024-11-23T00:29:07.161Ztest doc::tests::test_extract_summary_description ... ok
17992024-11-23T00:29:07.161Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
18002024-11-23T00:29:07.162Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
18012024-11-23T00:29:07.162Ztest endpoint::tests::test_endpoint_bad_string ... ok
18022024-11-23T00:29:07.162Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
18032024-11-23T00:29:07.162Ztest endpoint::tests::test_endpoint_bad_versions ... ok
18042024-11-23T00:29:07.162Ztest endpoint::tests::test_endpoint_invalid_item ... ok
18052024-11-23T00:29:07.162Ztest endpoint::tests::test_endpoint_no_arguments ... ok
18062024-11-23T00:29:07.165Ztest endpoint::tests::test_endpoint_not_async ... ok
18072024-11-23T00:29:07.165Ztest channel::tests::test_channel_with_custom_params ... ok
18082024-11-23T00:29:07.165Ztest endpoint::tests::test_endpoint_basic ... ok
18092024-11-23T00:29:07.165Ztest endpoint::tests::test_endpoint_content_type ... ok
18102024-11-23T00:29:07.165Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
18112024-11-23T00:29:07.165Ztest api_trait::tests::test_api_trait_basic ... ok
18122024-11-23T00:29:07.165Ztest endpoint::tests::test_endpoint_pub_crate ... ok
18132024-11-23T00:29:07.165Ztest api_trait::tests::test_api_trait_operation_id ... ok
18142024-11-23T00:29:07.167Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
18152024-11-23T00:29:07.168Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
18162024-11-23T00:29:07.168Ztest endpoint::tests::test_endpoint_with_doc ... ok
18172024-11-23T00:29:07.168Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
18182024-11-23T00:29:07.170Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
18192024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_tags ... ok
18202024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
18212024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_query ... ok
18222024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
18232024-11-23T00:29:07.170Ztest syn_parsing::tests::test_busted_function ... ok
18242024-11-23T00:29:07.170Ztest params::tests::test_extract_rqctx_ty_param ... ok
18252024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
18262024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
18272024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
18282024-11-23T00:29:07.170Ztest endpoint::tests::test_operation_id ... ok
18292024-11-23T00:29:07.170Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
18302024-11-23T00:29:07.170Z
18312024-11-23T00:29:07.170Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
18322024-11-23T00:29:07.170Z
18332024-11-23T00:29:07.173Z Doc-tests dropshot
18342024-11-23T00:29:07.173Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-44de4445ca2d3ac2.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-6eb151b9f4708e63.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-bb29075d8d84cbca.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4a3d6362ff41ef16.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-eba5c021dfbc6832.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-6aa73faa6974090a.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-2c0efb55cb3f6046.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-60502bff6776fce3.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-d9f4e80a85954875.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-1f3c66a8a908d45e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-9a4c3ce592e382ca.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-02d5f3c5035ab2bf.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-1287208f2bd31c1b.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-0df88e78a726333b.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-477d6ccab42d4d03.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b96edb524bca03e2.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-590021f83181953c.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-ba807246aaca853b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a68d6ebf15dc3d2b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-dc11413479f56928.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-bc3134fe6bf965d1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2446c4af3436d9c6.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-24cca432df7c1b95.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f0f7fb4997a0e23a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-26aefe417c398a0a.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-10407e07c3e2835b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-8572c121d85cf64b.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d75d0b9dd2fdcce9.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-76ec4722d9c97e3b.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-f6a8661c372ccbf6.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-547b1c9e52109729.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a4b964f625b661c4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human`
18352024-11-23T00:29:07.699Z
18362024-11-23T00:29:07.699Zrunning 18 tests
18372024-11-23T00:29:07.702Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
18382024-11-23T00:29:07.702Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
18392024-11-23T00:29:14.364Ztest dropshot/src/error.rs - error::ErrorStatusCode::from_u16 (line 684) ... ok
18402024-11-23T00:29:14.364Ztest dropshot/src/lib.rs - (line 318) ... ignored
18412024-11-23T00:29:14.364Ztest dropshot/src/lib.rs - (line 346) ... ignored
18422024-11-23T00:29:14.434Ztest dropshot/src/error.rs - error::ClientErrorStatusCode::from_u16 (line 875) ... ok
18432024-11-23T00:29:14.504Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok
18442024-11-23T00:29:14.652Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok
18452024-11-23T00:29:14.685Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
18462024-11-23T00:29:15.137Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 146) ... ok
18472024-11-23T00:29:15.290Ztest dropshot/src/lib.rs - (line 110) ... ok
18482024-11-23T00:29:15.369Ztest dropshot/src/lib.rs - (line 189) ... ok
18492024-11-23T00:29:15.430Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
18502024-11-23T00:29:16.138Ztest dropshot/src/lib.rs - (line 396) ... ok
18512024-11-23T00:29:16.363Ztest dropshot/src/lib.rs - (line 659) ... ok
18522024-11-23T00:29:16.792Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
18532024-11-23T00:29:19.542Ztest dropshot/src/test_util.rs - test_util::LogContext (line 354) ... ok
18542024-11-23T00:29:21.097Ztest dropshot/src/lib.rs - (line 495) ... ok
18552024-11-23T00:29:21.100Z
18562024-11-23T00:29:21.100Ztest result: ok. 14 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 13.40s
18572024-11-23T00:29:21.100Z
18582024-11-23T00:29:21.120Z Doc-tests dropshot_endpoint
18592024-11-23T00:29:21.123Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-47f457921842bee1/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2dcbcbf35dd96067.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-795f6ee86fa8638d.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 semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-832fd0951551a020.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-14ada89081ec2820.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human`
18602024-11-23T00:29:21.342Z
18612024-11-23T00:29:21.342Zrunning 4 tests
18622024-11-23T00:29:21.345Ztest dropshot_endpoint/src/lib.rs - api_description (line 145) ... ignored
18632024-11-23T00:29:21.345Ztest dropshot_endpoint/src/lib.rs - api_description (line 206) ... ignored
18642024-11-23T00:29:21.345Ztest dropshot_endpoint/src/lib.rs - channel (line 75) ... ignored
18652024-11-23T00:29:21.345Ztest dropshot_endpoint/src/lib.rs - endpoint (line 30) ... ignored
18662024-11-23T00:29:21.345Z
18672024-11-23T00:29:21.345Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
18682024-11-23T00:29:21.345Z
18692024-11-23T00:29:21.370Z
18702024-11-23T00:29:21.373Zreal 2:58.291458424
18712024-11-23T00:29:21.373Zuser 15:02.783216455
18722024-11-23T00:29:21.373Zsys 3:00.434099938
18732024-11-23T00:29:21.373Ztrap 0.646933653
18742024-11-23T00:29:21.373Ztflt 0.673404126
18752024-11-23T00:29:21.373Zdflt 0.559034480
18762024-11-23T00:29:21.373Zkflt 0.000077288
18772024-11-23T00:29:21.373Zlock 35:30.877164607
18782024-11-23T00:29:21.373Zslp 1:15:42.313596295
18792024-11-23T00:29:21.373Zlat 46.331126329
18802024-11-23T00:29:21.373Zstop 1:20.225512026
18812024-11-23T00:29:21.373Zprocess exited: duration 357326 ms, exit code 0
 
18822024-11-23T00:29:21.379Zfound 0 output files