01HDZDMKFGBMXWH54KTEZRW6F0: build-and-test / illumos

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

Buildomat Job: 01HDZDMSJXZZFM22HPQ8QPZ45R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-30T04:34:41.500Zjob assigned to worker 01HDZDMVDFGDPDV5WAMZWC6FEM (queued for 2 m 37 s)
 
22023-10-30T04:34:42.034Zstarting task 0: "setup"
32023-10-30T04:34:42.480Z++ uname -s
42023-10-30T04:34:42.484Z+ kern=SunOS
52023-10-30T04:34:42.488Z+ case "$kern" in
62023-10-30T04:34:42.493Z+ groupadd -g 12345 build
72023-10-30T04:34:42.497Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-30T04:34:44.507Z+ zfs create -o mountpoint=/work rpool/work
92023-10-30T04:34:45.068Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-30T04:34:45.077Z+ home_fs=zfs
112023-10-30T04:34:45.489Z+ [[ zfs == autofs ]]
122023-10-30T04:34:45.495Z+ mkdir -p /home/build
132023-10-30T04:34:45.499Z+ chown build:build /home/build /work
142023-10-30T04:34:46.073Z+ chmod 0700 /home/build /work
152023-10-30T04:34:46.078Zprocess exited: duration 4037 ms, exit code 0
 
162023-10-30T04:34:46.086Zstarting task 1: "rust-toolchain"
172023-10-30T04:34:46.103Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-30T04:34:46.110Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192023-10-30T04:34:46.235Zinfo: downloading installer
202023-10-30T04:34:48.417Zwarning: it looks like you have an existing installation of Rust at:
212023-10-30T04:34:48.425Zwarning: /opt/ooce/bin
222023-10-30T04:34:48.837Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-30T04:34:48.842Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-30T04:34:48.849Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-30T04:34:48.854Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-30T04:34:48.861Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-30T04:34:48.865Zerror: cannot install while Rust is installed
282023-10-30T04:34:48.874Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-30T04:34:49.079Zinfo: profile set to 'default'
302023-10-30T04:34:49.082Zinfo: default host triple is x86_64-unknown-illumos
312023-10-30T04:34:49.085Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322023-10-30T04:34:49.270Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
332023-10-30T04:34:49.273Zinfo: downloading component 'cargo'
342023-10-30T04:34:50.514Zinfo: downloading component 'clippy'
352023-10-30T04:34:51.027Zinfo: downloading component 'rust-docs'
362023-10-30T04:34:52.033Zinfo: downloading component 'rust-std'
372023-10-30T04:34:54.495Zinfo: downloading component 'rustc'
382023-10-30T04:35:00.976Zinfo: downloading component 'rustfmt'
392023-10-30T04:35:01.564Zinfo: installing component 'cargo'
402023-10-30T04:35:03.390Zinfo: installing component 'clippy'
412023-10-30T04:35:03.934Zinfo: installing component 'rust-docs'
422023-10-30T04:35:06.826Zinfo: installing component 'rust-std'
432023-10-30T04:35:09.877Zinfo: installing component 'rustc'
442023-10-30T04:35:15.839Zinfo: installing component 'rustfmt'
452023-10-30T04:35:16.288Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462023-10-30T04:35:16.292Z
472023-10-30T04:35:16.427Z stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03)
482023-10-30T04:35:16.430Z
492023-10-30T04:35:16.432Z
502023-10-30T04:35:16.435ZRust is installed now. Great!
512023-10-30T04:35:16.438Z
522023-10-30T04:35:16.441ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-30T04:35:16.444Zenvironment variable. This has not been done automatically.
542023-10-30T04:35:16.447Z
552023-10-30T04:35:16.450ZTo configure your current shell, run:
562023-10-30T04:35:16.457Zsource "$HOME/.cargo/env"
572023-10-30T04:35:16.984Z+ rustc --version
582023-10-30T04:35:17.008Zrustc 1.73.0 (cc66ad468 2023-10-03)
592023-10-30T04:35:17.019Zprocess exited: duration 30612 ms, exit code 0
 
602023-10-30T04:35:17.043Zstarting task 2: "authentication"
612023-10-30T04:35:17.114Zprocess exited: duration 60 ms, exit code 0
 
622023-10-30T04:35:17.138Zstarting task 3: "clone repository"
632023-10-30T04:35:17.159Z+ mkdir -p /work/oxidecomputer/dropshot
642023-10-30T04:35:17.169Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
652023-10-30T04:35:17.546ZCloning into '/work/oxidecomputer/dropshot'...
662023-10-30T04:35:18.873Z+ cd /work/oxidecomputer/dropshot
672023-10-30T04:35:18.876Z+ [[ -n dependabot/cargo/async-channel-2.0.0 ]]
682023-10-30T04:35:18.879Z+ git fetch origin dependabot/cargo/async-channel-2.0.0
692023-10-30T04:35:19.218ZFrom https://github.com/oxidecomputer/dropshot
702023-10-30T04:35:19.222Z * branch dependabot/cargo/async-channel-2.0.0 -> FETCH_HEAD
712023-10-30T04:35:19.229Z+ git checkout -B dependabot/cargo/async-channel-2.0.0 remotes/origin/dependabot/cargo/async-channel-2.0.0
722023-10-30T04:35:19.241ZSwitched to a new branch 'dependabot/cargo/async-channel-2.0.0'
732023-10-30T04:35:19.250ZBranch 'dependabot/cargo/async-channel-2.0.0' set up to track remote branch 'dependabot/cargo/async-channel-2.0.0' from 'origin'.
742023-10-30T04:35:19.256Z+ git reset --hard 814bccee62198d52e5254cfea5aee22fc448fcad
752023-10-30T04:35:19.261ZHEAD is now at 814bcce Bump async-channel from 1.9.0 to 2.0.0
762023-10-30T04:35:19.271Zprocess exited: duration 2107 ms, exit code 0
 
772023-10-30T04:35:19.281Zstarting task 4: "build"
782023-10-30T04:35:19.293Z+ cargo --version
792023-10-30T04:35:19.300Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-10-30T04:35:19.515Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-10-30T04:35:19.531Zinfo: downloading component 'cargo'
822023-10-30T04:35:20.153Zinfo: downloading component 'clippy'
832023-10-30T04:35:20.401Zinfo: downloading component 'rust-docs'
842023-10-30T04:35:21.225Zinfo: downloading component 'rust-std'
852023-10-30T04:35:22.555Zinfo: downloading component 'rustc'
862023-10-30T04:35:26.297Zinfo: downloading component 'rustfmt'
872023-10-30T04:35:26.504Zinfo: installing component 'cargo'
882023-10-30T04:35:27.728Zinfo: installing component 'clippy'
892023-10-30T04:35:28.240Zinfo: installing component 'rust-docs'
902023-10-30T04:35:30.962Zinfo: installing component 'rust-std'
912023-10-30T04:35:33.667Zinfo: installing component 'rustc'
922023-10-30T04:35:39.941Zinfo: installing component 'rustfmt'
932023-10-30T04:35:40.534Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-10-30T04:35:40.958Z+ rustc --version
952023-10-30T04:35:40.967Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-10-30T04:35:40.975Z+ banner build
972023-10-30T04:35:40.984Z
982023-10-30T04:35:40.995Z ##### # # # # #####
992023-10-30T04:35:41.008Z # # # # # # # #
1002023-10-30T04:35:41.018Z ##### # # # # # #
1012023-10-30T04:35:41.026Z # # # # # # # #
1022023-10-30T04:35:41.039Z # # # # # # # #
1032023-10-30T04:35:41.047Z ##### #### # ###### #####
1042023-10-30T04:35:41.058Z
1052023-10-30T04:35:41.076Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1062023-10-30T04:35:41.090Z Updating crates.io index
1072023-10-30T04:35:41.995Z Downloading crates ...
1082023-10-30T04:35:42.290Z Downloaded basic-toml v0.1.1
1092023-10-30T04:35:42.309Z Downloaded toml_datetime v0.6.3
1102023-10-30T04:35:42.315Z Downloaded thiserror-impl v1.0.30
1112023-10-30T04:35:42.321Z Downloaded num_threads v0.1.3
1122023-10-30T04:35:42.327Z Downloaded match_cfg v0.1.0
1132023-10-30T04:35:42.335Z Downloaded iana-time-zone v0.1.47
1142023-10-30T04:35:42.343Z Downloaded scopeguard v1.1.0
1152023-10-30T04:35:42.350Z Downloaded tinyvec_macros v0.1.0
1162023-10-30T04:35:42.359Z Downloaded lazy_static v1.4.0
1172023-10-30T04:35:42.373Z Downloaded maplit v1.0.2
1182023-10-30T04:35:42.380Z Downloaded serde_urlencoded v0.7.1
1192023-10-30T04:35:42.386Z Downloaded tempfile v3.8.0
1202023-10-30T04:35:42.393Z Downloaded opaque-debug v0.2.3
1212023-10-30T04:35:42.399Z Downloaded slog-term v2.9.0
1222023-10-30T04:35:42.407Z Downloaded once_cell v1.13.1
1232023-10-30T04:35:42.413Z Downloaded newline-converter v0.3.0
1242023-10-30T04:35:42.419Z Downloaded pest_derive v2.1.0
1252023-10-30T04:35:42.426Z Downloaded generic-array v0.14.5
1262023-10-30T04:35:42.434Z Downloaded cfg-if v1.0.0
1272023-10-30T04:35:42.442Z Downloaded sha-1 v0.8.2
1282023-10-30T04:35:42.452Z Downloaded crossbeam-utils v0.8.15
1292023-10-30T04:35:42.458Z Downloaded atty v0.2.14
1302023-10-30T04:35:42.464Z Downloaded num-traits v0.2.14
1312023-10-30T04:35:42.472Z Downloaded tokio-macros v2.1.0
1322023-10-30T04:35:42.478Z Downloaded tower-service v0.3.1
1332023-10-30T04:35:42.485Z Downloaded spin v0.5.2
1342023-10-30T04:35:42.491Z Downloaded matches v0.1.9
1352023-10-30T04:35:42.497Z Downloaded usdt-macro v0.3.5
1362023-10-30T04:35:42.503Z Downloaded openssl-probe v0.1.4
1372023-10-30T04:35:42.511Z Downloaded http v0.2.9
1382023-10-30T04:35:42.517Z Downloaded crypto-common v0.1.6
1392023-10-30T04:35:42.523Z Downloaded thread-id v4.0.0
1402023-10-30T04:35:42.529Z Downloaded untrusted v0.7.1
1412023-10-30T04:35:42.535Z Downloaded block-padding v0.1.5
1422023-10-30T04:35:42.541Z Downloaded unicode-xid v0.2.2
1432023-10-30T04:35:42.549Z Downloaded dirs-next v2.0.0
1442023-10-30T04:35:42.559Z Downloaded fake-simd v0.1.2
1452023-10-30T04:35:42.608Z Downloaded byte-tools v0.3.1
1462023-10-30T04:35:42.623Z Downloaded signal-hook-registry v1.4.0
1472023-10-30T04:35:42.629Z Downloaded async-channel v2.0.0
1482023-10-30T04:35:42.637Z Downloaded event-listener-strategy v0.3.0
1492023-10-30T04:35:42.642Z Downloaded dirs-sys-next v0.1.2
1502023-10-30T04:35:42.650Z Downloaded parking v2.2.0
1512023-10-30T04:35:42.663Z Downloaded dtrace-parser v0.1.14
1522023-10-30T04:35:42.669Z Downloaded equivalent v1.0.0
1532023-10-30T04:35:42.676Z Downloaded async-stream-impl v0.3.5
1542023-10-30T04:35:42.684Z Downloaded autocfg v1.1.0
1552023-10-30T04:35:42.692Z Downloaded usdt-attr-macro v0.3.5
1562023-10-30T04:35:42.701Z Downloaded want v0.3.0
1572023-10-30T04:35:42.710Z Downloaded usdt v0.3.5
1582023-10-30T04:35:42.724Z Downloaded time-macros v0.2.3
1592023-10-30T04:35:42.732Z Downloaded parking_lot_core v0.9.4
1602023-10-30T04:35:42.739Z Downloaded lock_api v0.4.6
1612023-10-30T04:35:42.746Z Downloaded percent-encoding v2.3.0
1622023-10-30T04:35:42.756Z Downloaded socket2 v0.4.9
1632023-10-30T04:35:42.763Z Downloaded data-encoding v2.4.0
1642023-10-30T04:35:42.774Z Downloaded rand_chacha v0.3.1
1652023-10-30T04:35:42.785Z Downloaded zerocopy v0.3.0
1662023-10-30T04:35:42.796Z Downloaded rustls-native-certs v0.6.1
1672023-10-30T04:35:42.805Z Downloaded slog-json v2.6.1
1682023-10-30T04:35:42.814Z Downloaded tokio-tungstenite v0.20.1
1692023-10-30T04:35:42.826Z Downloaded multer v2.1.0
1702023-10-30T04:35:42.835Z Downloaded term v0.7.0
1712023-10-30T04:35:42.848Z Downloaded tokio-rustls v0.24.1
1722023-10-30T04:35:42.859Z Downloaded unicode-ident v1.0.0
1732023-10-30T04:35:42.867Z Downloaded typenum v1.14.0
1742023-10-30T04:35:42.875Z Downloaded crossbeam-channel v0.5.1
1752023-10-30T04:35:42.883Z Downloaded thread_local v1.1.4
1762023-10-30T04:35:42.892Z Downloaded slog v2.7.0
1772023-10-30T04:35:42.901Z Downloaded tracing v0.1.29
1782023-10-30T04:35:42.909Z Downloaded base64 v0.21.4
1792023-10-30T04:35:42.921Z Downloaded futures-channel v0.3.28
1802023-10-30T04:35:42.931Z Downloaded tokio-util v0.7.7
1812023-10-30T04:35:42.943Z Downloaded toml_edit v0.20.2
1822023-10-30T04:35:42.958Z Downloaded unicode-normalization v0.1.19
1832023-10-30T04:35:42.968Z Downloaded time v0.3.7
1842023-10-30T04:35:42.983Z Downloaded indexmap v2.0.2
1852023-10-30T04:35:42.997Z Downloaded hashbrown v0.14.1
1862023-10-30T04:35:43.007Z Downloaded rand v0.8.4
1872023-10-30T04:35:43.019Z Downloaded hyper v0.14.27
1882023-10-30T04:35:43.032Z Downloaded chrono v0.4.31
1892023-10-30T04:35:43.046Z Downloaded serde_json v1.0.107
1902023-10-30T04:35:43.462Z Downloaded h2 v0.3.17
1912023-10-30T04:35:43.466Z Downloaded winnow v0.5.15
1922023-10-30T04:35:43.471Z Downloaded tokio v1.32.0
1932023-10-30T04:35:43.475Z Downloaded syn v2.0.38
1942023-10-30T04:35:43.483Z Downloaded rustls v0.21.7
1952023-10-30T04:35:43.490Z Downloaded encoding_rs v0.8.32
1962023-10-30T04:35:43.504Z Downloaded rustix v0.38.19
1972023-10-30T04:35:43.515Z Downloaded syn v1.0.109
1982023-10-30T04:35:43.530Z Downloaded zerocopy-derive v0.2.0
1992023-10-30T04:35:43.544Z Downloaded libc v0.2.149
2002023-10-30T04:35:43.563Z Downloaded rustls-webpki v0.101.4
2012023-10-30T04:35:43.580Z Downloaded openapiv3 v2.0.0-rc.1
2022023-10-30T04:35:43.595Z Downloaded pest v2.1.3
2032023-10-30T04:35:43.606Z Downloaded futures-util v0.3.28
2042023-10-30T04:35:43.667Z Downloaded expectorate v1.1.0
2052023-10-30T04:35:43.679Z Downloaded ryu v1.0.5
2062023-10-30T04:35:43.686Z Downloaded version_check v0.9.4
2072023-10-30T04:35:43.699Z Downloaded serde v1.0.189
2082023-10-30T04:35:43.709Z Downloaded log v0.4.17
2092023-10-30T04:35:43.721Z Downloaded console v0.15.7
2102023-10-30T04:35:43.728Z Downloaded event-listener v3.0.1
2112023-10-30T04:35:43.733Z Downloaded bytes v1.5.0
2122023-10-30T04:35:43.740Z Downloaded rcgen v0.11.3
2132023-10-30T04:35:43.750Z Downloaded ppv-lite86 v0.2.15
2142023-10-30T04:35:43.765Z Downloaded uuid v1.4.1
2152023-10-30T04:35:43.776Z Downloaded smallvec v1.7.0
2162023-10-30T04:35:43.783Z Downloaded mio v0.8.8
2172023-10-30T04:35:43.807Z Downloaded futures v0.3.28
2182023-10-30T04:35:43.824Z Downloaded unicode-segmentation v1.10.0
2192023-10-30T04:35:43.836Z Downloaded slog-bunyan v2.4.0
2202023-10-30T04:35:43.844Z Downloaded futures-macro v0.3.28
2212023-10-30T04:35:43.862Z Downloaded cc v1.0.72
2222023-10-30T04:35:43.876Z Downloaded url v2.2.2
2232023-10-30T04:35:43.899Z Downloaded memchr v2.6.0
2242023-10-30T04:35:43.917Z Downloaded tungstenite v0.20.1
2252023-10-30T04:35:43.933Z Downloaded waitgroup v0.1.2
2262023-10-30T04:35:43.947Z Downloaded usdt-impl v0.3.5
2272023-10-30T04:35:43.967Z Downloaded try-lock v0.2.3
2282023-10-30T04:35:43.978Z Downloaded similar v2.2.1
2292023-10-30T04:35:44.397Z Downloaded schemars v0.8.13
2302023-10-30T04:35:44.404Z Downloaded proc-macro2 v1.0.69
2312023-10-30T04:35:44.416Z Downloaded yasna v0.5.2
2322023-10-30T04:35:44.424Z Downloaded unicode-bidi v0.3.7
2332023-10-30T04:35:44.428Z Downloaded quote v1.0.33
2342023-10-30T04:35:44.431Z Downloaded pest_meta v2.1.3
2352023-10-30T04:35:44.440Z Downloaded ucd-trie v0.1.3
2362023-10-30T04:35:44.445Z Downloaded socket2 v0.5.3
2372023-10-30T04:35:44.454Z Downloaded toml v0.8.2
2382023-10-30T04:35:44.466Z Downloaded serde_derive v1.0.189
2392023-10-30T04:35:44.475Z Downloaded parking_lot v0.12.1
2402023-10-30T04:35:44.486Z Downloaded async-trait v0.1.74
2412023-10-30T04:35:44.498Z Downloaded buf-list v1.0.3
2422023-10-30T04:35:44.509Z Downloaded paste v1.0.14
2432023-10-30T04:35:44.527Z Downloaded subprocess v0.2.9
2442023-10-30T04:35:44.534Z Downloaded trybuild v1.0.85
2452023-10-30T04:35:44.541Z Downloaded base64 v0.13.1
2462023-10-30T04:35:44.552Z Downloaded utf-8 v0.7.6
2472023-10-30T04:35:44.975Z Downloaded sha1 v0.10.6
2482023-10-30T04:35:44.978Z Downloaded camino v1.1.6
2492023-10-30T04:35:44.981Z Downloaded bitflags v2.4.0
2502023-10-30T04:35:44.988Z Downloaded atomic-waker v1.1.1
2512023-10-30T04:35:44.998Z Downloaded concurrent-queue v2.2.0
2522023-10-30T04:35:45.004Z Downloaded slog-async v2.8.0
2532023-10-30T04:35:45.006Z Downloaded rustls-pemfile v0.2.1
2542023-10-30T04:35:45.009Z Downloaded tracing-core v0.1.21
2552023-10-30T04:35:45.012Z Downloaded errno v0.3.1
2562023-10-30T04:35:45.015Z Downloaded rustls-pemfile v1.0.3
2572023-10-30T04:35:45.018Z Downloaded rand_core v0.6.3
2582023-10-30T04:35:45.020Z Downloaded form_urlencoded v1.2.0
2592023-10-30T04:35:45.023Z Downloaded spin v0.9.8
2602023-10-30T04:35:45.026Z Downloaded mime_guess v2.0.4
2612023-10-30T04:35:45.028Z Downloaded pin-utils v0.1.0
2622023-10-30T04:35:45.031Z Downloaded thiserror v1.0.30
2632023-10-30T04:35:45.034Z Downloaded pem v3.0.2
2642023-10-30T04:35:45.037Z Downloaded block-buffer v0.10.2
2652023-10-30T04:35:45.041Z Downloaded unicode-width v0.1.9
2662023-10-30T04:35:45.044Z Downloaded itoa v1.0.1
2672023-10-30T04:35:45.047Z Downloaded ring v0.16.20
2682023-10-30T04:35:45.050Z Downloaded glob v0.3.0
2692023-10-30T04:35:45.052Z Downloaded pin-project-lite v0.2.12
2702023-10-30T04:35:45.055Z Downloaded async-stream v0.3.5
2712023-10-30T04:35:45.059Z Downloaded serde_tokenstream v0.1.7
2722023-10-30T04:35:45.061Z Downloaded termcolor v1.1.2
2732023-10-30T04:35:45.064Z Downloaded pest_generator v2.1.3
2742023-10-30T04:35:45.067Z Downloaded getrandom v0.2.3
2752023-10-30T04:35:45.070Z Downloaded tinyvec v1.5.1
2762023-10-30T04:35:45.075Z Downloaded indexmap v1.9.3
2772023-10-30T04:35:45.079Z Downloaded hyper-rustls v0.24.1
2782023-10-30T04:35:45.082Z Downloaded unicase v2.6.0
2792023-10-30T04:35:45.085Z Downloaded block-buffer v0.7.3
2802023-10-30T04:35:45.087Z Downloaded debug-ignore v1.0.5
2812023-10-30T04:35:45.090Z Downloaded slab v0.4.5
2822023-10-30T04:35:45.093Z Downloaded hostname v0.3.1
2832023-10-30T04:35:45.096Z Downloaded serde_path_to_error v0.1.14
2842023-10-30T04:35:45.099Z Downloaded digest v0.8.1
2852023-10-30T04:35:45.102Z Downloaded mime v0.3.16
2862023-10-30T04:35:45.106Z Downloaded take_mut v0.2.2
2872023-10-30T04:35:45.109Z Downloaded serde_spanned v0.6.3
2882023-10-30T04:35:45.112Z Downloaded futures-io v0.3.28
2892023-10-30T04:35:45.115Z Downloaded num_cpus v1.13.0
2902023-10-30T04:35:45.118Z Downloaded idna v0.2.3
2912023-10-30T04:35:45.121Z Downloaded fnv v1.0.7
2922023-10-30T04:35:45.123Z Downloaded schemars_derive v0.8.13
2932023-10-30T04:35:45.128Z Downloaded serde_derive_internals v0.26.0
2942023-10-30T04:35:45.133Z Downloaded schema-derive v0.1.0
2952023-10-30T04:35:45.140Z Downloaded hyper-staticfile v0.9.5
2962023-10-30T04:35:45.146Z Downloaded httparse v1.8.0
2972023-10-30T04:35:45.159Z Downloaded futures-sink v0.3.28
2982023-10-30T04:35:45.166Z Downloaded cpufeatures v0.2.2
2992023-10-30T04:35:45.169Z Downloaded synstructure v0.12.6
3002023-10-30T04:35:45.172Z Downloaded serde_tokenstream v0.2.0
3012023-10-30T04:35:45.174Z Downloaded sct v0.7.0
3022023-10-30T04:35:45.177Z Downloaded schema v0.1.0
3032023-10-30T04:35:45.181Z Downloaded dyn-clone v1.0.4
3042023-10-30T04:35:45.184Z Downloaded httpdate v1.0.1
3052023-10-30T04:35:45.199Z Downloaded generic-array v0.12.4
3062023-10-30T04:35:45.202Z Downloaded futures-task v0.3.28
3072023-10-30T04:35:45.205Z Downloaded fastrand v2.0.0
3082023-10-30T04:35:45.208Z Downloaded http-range v0.1.4
3092023-10-30T04:35:45.218Z Downloaded http-body v0.4.3
3102023-10-30T04:35:45.225Z Downloaded futures-core v0.3.28
3112023-10-30T04:35:45.234Z Downloaded byteorder v1.4.3
3122023-10-30T04:35:45.241Z Downloaded hashbrown v0.12.1
3132023-10-30T04:35:45.249Z Downloaded futures-executor v0.3.28
3142023-10-30T04:35:45.254Z Downloaded dof v0.1.5
3152023-10-30T04:35:45.265Z Downloaded digest v0.10.7
3162023-10-30T04:35:45.276Z Compiling proc-macro2 v1.0.69
3172023-10-30T04:35:45.290Z Compiling unicode-ident v1.0.0
3182023-10-30T04:35:45.739Z Compiling libc v0.2.149
3192023-10-30T04:35:45.753Z Compiling cfg-if v1.0.0
3202023-10-30T04:35:45.771Z Compiling serde v1.0.189
3212023-10-30T04:35:46.193Z Compiling version_check v0.9.4
3222023-10-30T04:35:46.209Z Compiling itoa v1.0.1
3232023-10-30T04:35:46.224Z Compiling syn v1.0.109
3242023-10-30T04:35:46.234Z Running `/home/build/.rustup/toolchains/1.73.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.69/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"' -C metadata=69b40967ab414085 -C extra-filename=-69b40967ab414085 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-69b40967ab414085 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3252023-10-30T04:35:46.251Z Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0b948a440d6e6cfc -C extra-filename=-0b948a440d6e6cfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3262023-10-30T04:35:46.259Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/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"' -C metadata=28431d11cfc6a8b5 -C extra-filename=-28431d11cfc6a8b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-28431d11cfc6a8b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3272023-10-30T04:35:46.270Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=c11df5dea5d6d736 -C extra-filename=-c11df5dea5d6d736 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3282023-10-30T04:35:46.287Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-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 metadata=fae733ad98da9e43 -C extra-filename=-fae733ad98da9e43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3292023-10-30T04:35:46.301Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=ce55e35547adbacb -C extra-filename=-ce55e35547adbacb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3302023-10-30T04:35:46.307Z Running `/home/build/.rustup/toolchains/1.73.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.189/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"' -C metadata=42e6c8b8aae9853d -C extra-filename=-42e6c8b8aae9853d --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-42e6c8b8aae9853d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3312023-10-30T04:35:46.313Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/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="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="quote"' --cfg 'feature="visit"' -C metadata=e388fb586b262be4 -C extra-filename=-e388fb586b262be4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-e388fb586b262be4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3322023-10-30T04:35:46.322Z Compiling pin-project-lite v0.2.12
3332023-10-30T04:35:46.328Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=2c75aff93639b970 -C extra-filename=-2c75aff93639b970 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3342023-10-30T04:35:46.331Z Compiling futures-core v0.3.28
3352023-10-30T04:35:46.338Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/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="std"' -C metadata=64eccc787a105262 -C extra-filename=-64eccc787a105262 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-core-64eccc787a105262 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3362023-10-30T04:35:46.347Z Compiling ryu v1.0.5
3372023-10-30T04:35:46.354Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=c0b507a014962c01 -C extra-filename=-c0b507a014962c01 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-c0b507a014962c01 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3382023-10-30T04:35:46.362Z Compiling bytes v1.5.0
3392023-10-30T04:35:46.370Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4be5d46a90f9cdd7 -C extra-filename=-4be5d46a90f9cdd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3402023-10-30T04:35:46.382Z Compiling autocfg v1.1.0
3412023-10-30T04:35:46.387Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /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 -C metadata=0c839c319ce9e328 -C extra-filename=-0c839c319ce9e328 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3422023-10-30T04:35:46.394Z Compiling parking_lot_core v0.9.4
3432023-10-30T04:35:46.399Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=ce4f3a2c5dbdc453 -C extra-filename=-ce4f3a2c5dbdc453 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ce4f3a2c5dbdc453 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3442023-10-30T04:35:46.407Z Compiling serde_json v1.0.107
3452023-10-30T04:35:46.412Z Running `/home/build/.rustup/toolchains/1.73.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.107/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"' -C metadata=674a6dec588807da -C extra-filename=-674a6dec588807da --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-674a6dec588807da -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3462023-10-30T04:35:46.549Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-64eccc787a105262/build-script-build`
3472023-10-30T04:35:46.562Z Compiling log v0.4.17
3482023-10-30T04:35:46.573Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=ea88070691b4d288 -C extra-filename=-ea88070691b4d288 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ea88070691b4d288 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3492023-10-30T04:35:46.580Z Compiling futures-sink v0.3.28
3502023-10-30T04:35:46.589Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-c0b507a014962c01/build-script-build`
3512023-10-30T04:35:46.597Z Running `/home/build/.rustup/toolchains/1.73.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.28/src/lib.rs --error-format=json --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"' -C metadata=346086fb3507d8d7 -C extra-filename=-346086fb3507d8d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3522023-10-30T04:35:46.605Z Running `/home/build/.rustup/toolchains/1.73.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.28/src/lib.rs --error-format=json --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"' -C metadata=d8df4852d92e521a -C extra-filename=-d8df4852d92e521a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3532023-10-30T04:35:46.612Z Running `/work/oxidecomputer/dropshot/target/debug/build/syn-e388fb586b262be4/build-script-build`
3542023-10-30T04:35:46.617Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-42e6c8b8aae9853d/build-script-build`
3552023-10-30T04:35:46.624Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-69b40967ab414085/build-script-build`
3562023-10-30T04:35:46.632Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-28431d11cfc6a8b5/build-script-build`
3572023-10-30T04:35:46.654Z Compiling once_cell v1.13.1
3582023-10-30T04:35:46.666Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=9181be7a2db219b8 -C extra-filename=-9181be7a2db219b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
3592023-10-30T04:35:46.676Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=07639ba210996847 -C extra-filename=-07639ba210996847 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3602023-10-30T04:35:46.686Z Running `/home/build/.rustup/toolchains/1.73.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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=a40ddec8e65efb26 -C extra-filename=-a40ddec8e65efb26 --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-0b948a440d6e6cfc.rmeta --cap-lints allow --cfg wrap_proc_macro`
3612023-10-30T04:35:46.696Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --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"' -C metadata=e33e81a658bd6d2f -C extra-filename=-e33e81a658bd6d2f --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`
3622023-10-30T04:35:46.716Z Compiling futures-task v0.3.28
3632023-10-30T04:35:46.732Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/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="std"' -C metadata=cece4c10790c62f4 -C extra-filename=-cece4c10790c62f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-task-cece4c10790c62f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3642023-10-30T04:35:46.817Z Compiling futures-channel v0.3.28
3652023-10-30T04:35:46.830Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=a2839b85d44917a6 -C extra-filename=-a2839b85d44917a6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-channel-a2839b85d44917a6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3662023-10-30T04:35:46.975Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ce4f3a2c5dbdc453/build-script-build`
3672023-10-30T04:35:47.012Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-674a6dec588807da/build-script-build`
3682023-10-30T04:35:47.426Z Compiling cc v1.0.72
3692023-10-30T04:35:47.440Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=663e9a3fb51301f8 -C extra-filename=-663e9a3fb51301f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3702023-10-30T04:35:47.446Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-ea88070691b4d288/build-script-build`
3712023-10-30T04:35:47.458Z Compiling scopeguard v1.1.0
3722023-10-30T04:35:47.468Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-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 -C metadata=7b38b3fbb029c935 -C extra-filename=-7b38b3fbb029c935 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3732023-10-30T04:35:47.479Z Compiling smallvec v1.7.0
3742023-10-30T04:35:47.488Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-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 -C metadata=080afa930d30451e -C extra-filename=-080afa930d30451e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3752023-10-30T04:35:47.499Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-cece4c10790c62f4/build-script-build`
3762023-10-30T04:35:47.506Z Compiling futures-util v0.3.28
3772023-10-30T04:35:47.516Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/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="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"' -C metadata=770be0c74b0eeaa8 -C extra-filename=-770be0c74b0eeaa8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-util-770be0c74b0eeaa8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3782023-10-30T04:35:47.528Z Running `/home/build/.rustup/toolchains/1.73.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.28/src/lib.rs --error-format=json --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="std"' -C metadata=7a240e760200ba6b -C extra-filename=-7a240e760200ba6b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3792023-10-30T04:35:47.539Z Compiling lock_api v0.4.6
3802023-10-30T04:35:47.547Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=c02b224c46bf6c1c -C extra-filename=-c02b224c46bf6c1c --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-7b38b3fbb029c935.rmeta --cap-lints allow`
3812023-10-30T04:35:47.555Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-a2839b85d44917a6/build-script-build`
3822023-10-30T04:35:47.567Z Running `/home/build/.rustup/toolchains/1.73.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.28/src/lib.rs --error-format=json --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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=61e2bd1e7d57bc5e -C extra-filename=-61e2bd1e7d57bc5e --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-346086fb3507d8d7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --cap-lints allow`
3832023-10-30T04:35:47.726Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name log /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 -C metadata=60d5a23bb2b7875e -C extra-filename=-60d5a23bb2b7875e --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-c11df5dea5d6d736.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3842023-10-30T04:35:47.776Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-770be0c74b0eeaa8/build-script-build`
3852023-10-30T04:35:47.799Z Compiling ucd-trie v0.1.3
3862023-10-30T04:35:47.804Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8bcf405ea0ce4534 -C extra-filename=-8bcf405ea0ce4534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3872023-10-30T04:35:47.851Z Compiling futures-io v0.3.28
3882023-10-30T04:35:47.858Z Running `/home/build/.rustup/toolchains/1.73.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.28/src/lib.rs --error-format=json --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"' -C metadata=fe46d6f346ad03b7 -C extra-filename=-fe46d6f346ad03b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3892023-10-30T04:35:47.988Z Compiling quote v1.0.33
3902023-10-30T04:35:47.994Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --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"' -C metadata=a8405031a26970f0 -C extra-filename=-a8405031a26970f0 --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-a40ddec8e65efb26.rmeta --cap-lints allow`
3912023-10-30T04:35:48.009Z Compiling typenum v1.14.0
3922023-10-30T04:35:48.020Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=8556e651dcdc7da8 -C extra-filename=-8556e651dcdc7da8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-8556e651dcdc7da8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3932023-10-30T04:35:48.321Z Compiling lazy_static v1.4.0
3942023-10-30T04:35:48.334Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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 -C metadata=eec26516d559ec36 -C extra-filename=-eec26516d559ec36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3952023-10-30T04:35:48.411Z Compiling slab v0.4.5
3962023-10-30T04:35:48.420Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8bbe6faad47879bb -C extra-filename=-8bbe6faad47879bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3972023-10-30T04:35:48.482Z Compiling fnv v1.0.7
3982023-10-30T04:35:48.494Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /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"' -C metadata=fbb398e4ada8099f -C extra-filename=-fbb398e4ada8099f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3992023-10-30T04:35:48.640Z Compiling syn v2.0.38
4002023-10-30T04:35:48.653Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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 --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="quote"' --cfg 'feature="visit-mut"' -C metadata=d53793dfcaf138b5 -C extra-filename=-d53793dfcaf138b5 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-0b948a440d6e6cfc.rmeta --cap-lints allow`
4012023-10-30T04:35:48.796Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --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="quote"' --cfg 'feature="visit"' -C metadata=f7a9fe4f47b90103 -C extra-filename=-f7a9fe4f47b90103 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-0b948a440d6e6cfc.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
4022023-10-30T04:35:49.005Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=bb272f68043a141b -C extra-filename=-bb272f68043a141b --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-c11df5dea5d6d736.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-080afa930d30451e.rmeta --cap-lints allow`
4032023-10-30T04:35:49.232Z Compiling pin-utils v0.1.0
4042023-10-30T04:35:49.235Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=eb4d785c95a7ec59 -C extra-filename=-eb4d785c95a7ec59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4052023-10-30T04:35:49.332Z Compiling memchr v2.6.0
4062023-10-30T04:35:49.335Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=957b8ed3faa53e84 -C extra-filename=-957b8ed3faa53e84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072023-10-30T04:35:49.430Z Compiling http v0.2.9
4082023-10-30T04:35:49.435Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 -C metadata=959af26a97e12d62 -C extra-filename=-959af26a97e12d62 --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-4be5d46a90f9cdd7.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-fbb398e4ada8099f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce55e35547adbacb.rmeta --cap-lints allow`
4092023-10-30T04:35:49.558Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-8556e651dcdc7da8/build-script-main`
4102023-10-30T04:35:49.868Z Compiling parking_lot v0.12.1
4112023-10-30T04:35:49.871Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=d07ecd5c8b06c03b -C extra-filename=-d07ecd5c8b06c03b --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-c02b224c46bf6c1c.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-bb272f68043a141b.rmeta --cap-lints allow`
4122023-10-30T04:35:49.901Z Compiling socket2 v0.5.3
4132023-10-30T04:35:49.904Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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="all"' -C metadata=d4ccbbb60190abde -C extra-filename=-d4ccbbb60190abde --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
4142023-10-30T04:35:50.187Z Compiling num_cpus v1.13.0
4152023-10-30T04:35:50.190Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /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 -C metadata=ab854aeb5815d09d -C extra-filename=-ab854aeb5815d09d --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
4162023-10-30T04:35:50.336Z Compiling getrandom v0.2.3
4172023-10-30T04:35:50.339Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --cfg 'feature="std"' -C metadata=3d40c34b3dac1377 -C extra-filename=-3d40c34b3dac1377 --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-c11df5dea5d6d736.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --cap-lints allow`
4182023-10-30T04:35:50.506Z Compiling ring v0.16.20
4192023-10-30T04:35:50.517Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/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"' --cfg 'feature="once_cell"' -C metadata=7b279dafa8e309e0 -C extra-filename=-7b279dafa8e309e0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-7b279dafa8e309e0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-663e9a3fb51301f8.rlib --cap-lints allow`
4202023-10-30T04:35:50.966Z Compiling signal-hook-registry v1.4.0
4212023-10-30T04:35:50.976Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /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 -C metadata=13a953719611db92 -C extra-filename=-13a953719611db92 --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
4222023-10-30T04:35:51.694Z Compiling mio v0.8.8
4232023-10-30T04:35:51.704Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=0e48b7dc53d570c3 -C extra-filename=-0e48b7dc53d570c3 --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
4242023-10-30T04:35:51.719Z Compiling pest v2.1.3
4252023-10-30T04:35:51.725Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-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 -C metadata=ea9fdac771d9ac21 -C extra-filename=-ea9fdac771d9ac21 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8bcf405ea0ce4534.rmeta --cap-lints allow`
4262023-10-30T04:35:52.206Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-7b279dafa8e309e0/build-script-build`
4272023-10-30T04:35:52.604Z Compiling generic-array v0.14.5
4282023-10-30T04:35:52.613Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=8e417fa0f39e957e -C extra-filename=-8e417fa0f39e957e --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-8e417fa0f39e957e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow`
4292023-10-30T04:35:52.872Z Compiling crossbeam-utils v0.8.15
4302023-10-30T04:35:52.881Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=8e0a27b049ea2564 -C extra-filename=-8e0a27b049ea2564 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8e0a27b049ea2564 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312023-10-30T04:35:53.085Z Compiling maplit v1.0.2
4322023-10-30T04:35:53.110Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=953b6b91e95e654b -C extra-filename=-953b6b91e95e654b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332023-10-30T04:35:53.202Z Compiling byteorder v1.4.3
4342023-10-30T04:35:53.208Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=b7326ae98dd9cfb7 -C extra-filename=-b7326ae98dd9cfb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352023-10-30T04:35:53.584Z Compiling unicode-xid v0.2.2
4362023-10-30T04:35:53.597Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-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 --cfg 'feature="default"' -C metadata=93525710eada39fe -C extra-filename=-93525710eada39fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372023-10-30T04:35:53.770Z Compiling httparse v1.8.0
4382023-10-30T04:35:53.778Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=b77970aec04ec8ca -C extra-filename=-b77970aec04ec8ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-b77970aec04ec8ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392023-10-30T04:35:53.849Z Compiling pest_meta v2.1.3
4402023-10-30T04:35:53.860Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-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 metadata=8b2131a37faf9c33 -C extra-filename=-8b2131a37faf9c33 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern maplit=/work/oxidecomputer/dropshot/target/debug/deps/libmaplit-953b6b91e95e654b.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-ea9fdac771d9ac21.rmeta --cap-lints allow`
4412023-10-30T04:35:53.935Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8e0a27b049ea2564/build-script-build`
4422023-10-30T04:35:53.961Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-8e417fa0f39e957e/build-script-build`
4432023-10-30T04:35:54.377Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=c64471f045166306 -C extra-filename=-c64471f045166306 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442023-10-30T04:35:54.385Z Compiling spin v0.5.2
4452023-10-30T04:35:54.396Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 -C metadata=4521f8581486a4cd -C extra-filename=-4521f8581486a4cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462023-10-30T04:35:54.405Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-b77970aec04ec8ca/build-script-build`
4472023-10-30T04:35:54.414Z Compiling untrusted v0.7.1
4482023-10-30T04:35:54.431Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ee7ea99eca9f331b -C extra-filename=-ee7ea99eca9f331b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492023-10-30T04:35:54.452Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=7fdd0f21c6255015 -C extra-filename=-7fdd0f21c6255015 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4502023-10-30T04:35:54.467Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=a23caa753b453148 -C extra-filename=-a23caa753b453148 --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-c11df5dea5d6d736.rmeta --cap-lints allow`
4512023-10-30T04:35:54.578Z Compiling tracing-core v0.1.21
4522023-10-30T04:35:54.585Z Running `/home/build/.rustup/toolchains/1.73.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.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="lazy_static"' --cfg 'feature="std"' -C metadata=4a5de31224abf817 -C extra-filename=-4a5de31224abf817 --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-eec26516d559ec36.rmeta --cap-lints allow`
4532023-10-30T04:35:55.550Z Compiling indexmap v1.9.3
4542023-10-30T04:35:55.553Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=5840b9c66a908495 -C extra-filename=-5840b9c66a908495 --out-dir /work/oxidecomputer/dropshot/target/debug/build/indexmap-5840b9c66a908495 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow`
4552023-10-30T04:35:55.914Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /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"' -C metadata=ceb0115f274e317b -C extra-filename=-ceb0115f274e317b --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-c64471f045166306.rmeta --cap-lints allow --cfg relaxed_coherence`
4562023-10-30T04:35:56.043Z Compiling percent-encoding v2.3.0
4572023-10-30T04:35:56.046Z Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --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"' -C metadata=ab63210d481369bd -C extra-filename=-ab63210d481369bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582023-10-30T04:35:56.472Z Compiling num_threads v0.1.3
4592023-10-30T04:35:56.481Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /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 -C metadata=3d51610859bf3916 -C extra-filename=-3d51610859bf3916 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602023-10-30T04:35:56.590Z Compiling time-macros v0.2.3
4612023-10-30T04:35:56.604Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f8d2ecbaf58dd43a -C extra-filename=-f8d2ecbaf58dd43a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
4622023-10-30T04:35:56.615Z Compiling tinyvec_macros v0.1.0
4632023-10-30T04:35:56.620Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=4fefe2843be72bc1 -C extra-filename=-4fefe2843be72bc1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642023-10-30T04:35:56.657Z Compiling slog v2.7.0
4652023-10-30T04:35:56.664Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=63d12fdfd6b2ee93 -C extra-filename=-63d12fdfd6b2ee93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-63d12fdfd6b2ee93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662023-10-30T04:35:56.709Z Compiling tinyvec v1.5.1
4672023-10-30T04:35:56.712Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=87ef9fd3a59da254 -C extra-filename=-87ef9fd3a59da254 --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-4fefe2843be72bc1.rmeta --cap-lints allow`
4682023-10-30T04:35:57.316Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-63d12fdfd6b2ee93/build-script-build`
4692023-10-30T04:35:57.387Z Compiling form_urlencoded v1.2.0
4702023-10-30T04:35:57.392Z Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --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"' -C metadata=16ac820e36d48ef0 -C extra-filename=-16ac820e36d48ef0 --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-ab63210d481369bd.rmeta --cap-lints allow`
4712023-10-30T04:35:57.791Z Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-5840b9c66a908495/build-script-build`
4722023-10-30T04:35:57.810Z Compiling tracing v0.1.29
4732023-10-30T04:35:57.816Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.29/src/lib.rs --error-format=json --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"' -C metadata=f82307ce1ba8a483 -C extra-filename=-f82307ce1ba8a483 --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-c11df5dea5d6d736.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-4a5de31224abf817.rmeta --cap-lints allow`
4742023-10-30T04:35:57.863Z Compiling unicase v2.6.0
4752023-10-30T04:35:57.873Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=5a6295578c81e713 -C extra-filename=-5a6295578c81e713 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-5a6295578c81e713 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow`
4762023-10-30T04:35:58.291Z Compiling usdt-impl v0.3.5
4772023-10-30T04:35:58.295Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.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="asm"' -C metadata=3a412c79e16a3e0a -C extra-filename=-3a412c79e16a3e0a --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a412c79e16a3e0a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow`
4782023-10-30T04:35:58.476Z Compiling hashbrown v0.12.1
4792023-10-30T04:35:58.488Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="raw"' -C metadata=7b605e8fadbf2cd9 -C extra-filename=-7b605e8fadbf2cd9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802023-10-30T04:35:58.832Z Compiling paste v1.0.14
4812023-10-30T04:35:58.835Z Running `/home/build/.rustup/toolchains/1.73.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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=34ff99beb23c3dfe -C extra-filename=-34ff99beb23c3dfe --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-34ff99beb23c3dfe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822023-10-30T04:35:59.005Z Compiling synstructure v0.12.6
4832023-10-30T04:35:59.014Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.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"' --cfg 'feature="proc-macro"' -C metadata=652a5a7f7fb8d0a4 -C extra-filename=-652a5a7f7fb8d0a4 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --extern unicode_xid=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_xid-93525710eada39fe.rmeta --cap-lints allow`
4842023-10-30T04:35:59.285Z Compiling pest_generator v2.1.3
4852023-10-30T04:35:59.288Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-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 metadata=855a58c3ce19fa80 -C extra-filename=-855a58c3ce19fa80 --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-ea9fdac771d9ac21.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-8b2131a37faf9c33.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --cap-lints allow`
4862023-10-30T04:35:59.505Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-34ff99beb23c3dfe/build-script-build`
4872023-10-30T04:35:59.576Z Compiling unicode-normalization v0.1.19
4882023-10-30T04:35:59.579Z Running `/home/build/.rustup/toolchains/1.73.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.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2281b8a40041657f -C extra-filename=-2281b8a40041657f --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-87ef9fd3a59da254.rmeta --cap-lints allow`
4892023-10-30T04:36:00.148Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=710dc8c1142f6d14 -C extra-filename=-710dc8c1142f6d14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-7b605e8fadbf2cd9.rmeta --cap-lints allow --cfg has_std`
4902023-10-30T04:36:00.452Z Compiling time v0.3.7
4912023-10-30T04:36:00.468Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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="formatting"' --cfg 'feature="itoa"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=2c2d8088f43460d5 -C extra-filename=-2c2d8088f43460d5 --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-ce55e35547adbacb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-3d51610859bf3916.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-f8d2ecbaf58dd43a.so --cap-lints allow`
4922023-10-30T04:36:01.390Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a412c79e16a3e0a/build-script-build`
4932023-10-30T04:36:01.479Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-5a6295578c81e713/build-script-build`
4942023-10-30T04:36:01.549Z Compiling block-buffer v0.10.2
4952023-10-30T04:36:01.554Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=1661fb81ccf8d85e -C extra-filename=-1661fb81ccf8d85e --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-ceb0115f274e317b.rmeta --cap-lints allow`
4962023-10-30T04:36:01.687Z Compiling crypto-common v0.1.6
4972023-10-30T04:36:01.691Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=0ad4cb0de3519f9b -C extra-filename=-0ad4cb0de3519f9b --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-ceb0115f274e317b.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-c64471f045166306.rmeta --cap-lints allow`
4982023-10-30T04:36:01.771Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /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="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=ee1f43d93272d384 -C extra-filename=-ee1f43d93272d384 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
4992023-10-30T04:36:01.832Z Compiling rand_core v0.6.3
5002023-10-30T04:36:01.846Z Compiling thread-id v4.0.0
5012023-10-30T04:36:01.873Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=e6a36d9240bd58f6 -C extra-filename=-e6a36d9240bd58f6 --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-3d40c34b3dac1377.rmeta --cap-lints allow`
5022023-10-30T04:36:01.890Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /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 -C metadata=f620c1fa383d1cda -C extra-filename=-f620c1fa383d1cda --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
5032023-10-30T04:36:02.358Z Compiling num-traits v0.2.14
5042023-10-30T04:36:02.363Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=f9076953b1dd27df -C extra-filename=-f9076953b1dd27df --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-f9076953b1dd27df -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow`
5052023-10-30T04:36:02.366Z Compiling equivalent v1.0.0
5062023-10-30T04:36:02.371Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /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 -C metadata=35443198fe6253a8 -C extra-filename=-35443198fe6253a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072023-10-30T04:36:02.376Z Compiling unicode-bidi v0.3.7
5082023-10-30T04:36:02.379Z Running `/home/build/.rustup/toolchains/1.73.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.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="default"' --cfg 'feature="std"' -C metadata=23ee9ec6936b7863 -C extra-filename=-23ee9ec6936b7863 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092023-10-30T04:36:02.384Z Compiling ppv-lite86 v0.2.15
5102023-10-30T04:36:02.387Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=74dc7bc32da4eb44 -C extra-filename=-74dc7bc32da4eb44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112023-10-30T04:36:02.518Z Compiling rustls v0.21.7
5122023-10-30T04:36:02.525Z Running `/home/build/.rustup/toolchains/1.73.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.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=56fd093bdf8ccb62 -C extra-filename=-56fd093bdf8ccb62 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-56fd093bdf8ccb62 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132023-10-30T04:36:02.930Z Compiling try-lock v0.2.3
5142023-10-30T04:36:02.936Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /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 -C metadata=6c08eecd413f7d03 -C extra-filename=-6c08eecd413f7d03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152023-10-30T04:36:02.977Z Compiling matches v0.1.9
5162023-10-30T04:36:02.991Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=108912f31e141e5b -C extra-filename=-108912f31e141e5b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172023-10-30T04:36:03.059Z Compiling hashbrown v0.14.1
5182023-10-30T04:36:03.064Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="raw"' -C metadata=c2fcb806bd6d68e8 -C extra-filename=-c2fcb806bd6d68e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192023-10-30T04:36:03.105Z Compiling want v0.3.0
5202023-10-30T04:36:03.111Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=c7b73a0fe425706f -C extra-filename=-c7b73a0fe425706f --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-60d5a23bb2b7875e.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-6c08eecd413f7d03.rmeta --cap-lints allow`
5212023-10-30T04:36:03.532Z Compiling rand_chacha v0.3.1
5222023-10-30T04:36:03.535Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=67cd933a0a9fb8de -C extra-filename=-67cd933a0a9fb8de --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-74dc7bc32da4eb44.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e6a36d9240bd58f6.rmeta --cap-lints allow`
5232023-10-30T04:36:03.550Z Compiling idna v0.2.3
5242023-10-30T04:36:03.554Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 -C metadata=c74cb72b3d1c35fa -C extra-filename=-c74cb72b3d1c35fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-108912f31e141e5b.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-23ee9ec6936b7863.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2281b8a40041657f.rmeta --cap-lints allow`
5252023-10-30T04:36:03.776Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-f9076953b1dd27df/build-script-build`
5262023-10-30T04:36:04.141Z Compiling digest v0.10.7
5272023-10-30T04:36:04.145Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=9a0b437af8ab6ad8 -C extra-filename=-9a0b437af8ab6ad8 --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-1661fb81ccf8d85e.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-0ad4cb0de3519f9b.rmeta --cap-lints allow`
5282023-10-30T04:36:04.155Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /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 -C metadata=f7c2f7bc3173c28a -C extra-filename=-f7c2f7bc3173c28a --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`
5292023-10-30T04:36:04.617Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/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 metadata=fa4638fa82fccb75 -C extra-filename=-fa4638fa82fccb75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
5302023-10-30T04:36:04.679Z Compiling http-body v0.4.3
5312023-10-30T04:36:04.689Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.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 -C metadata=8e9507ac63a26ad5 -C extra-filename=-8e9507ac63a26ad5 --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-4be5d46a90f9cdd7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow`
5322023-10-30T04:36:04.852Z Compiling dirs-sys-next v0.1.2
5332023-10-30T04:36:04.856Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=a2c4b6e0914cde0e -C extra-filename=-a2c4b6e0914cde0e --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
5342023-10-30T04:36:05.172Z Compiling socket2 v0.4.9
5352023-10-30T04:36:05.178Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=c7539fdac2118825 -C extra-filename=-c7539fdac2118825 --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
5362023-10-30T04:36:05.498Z Compiling cpufeatures v0.2.2
5372023-10-30T04:36:05.501Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=0a5c5a17c546a2f2 -C extra-filename=-0a5c5a17c546a2f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382023-10-30T04:36:05.601Z Compiling mime v0.3.16
5392023-10-30T04:36:05.610Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /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 -C metadata=0f586a7f6f60064c -C extra-filename=-0f586a7f6f60064c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402023-10-30T04:36:06.034Z Compiling tower-service v0.3.1
5412023-10-30T04:36:06.041Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=3ef8e981454d9750 -C extra-filename=-3ef8e981454d9750 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422023-10-30T04:36:06.152Z Compiling httpdate v1.0.1
5432023-10-30T04:36:06.155Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=9e353e4af56df266 -C extra-filename=-9e353e4af56df266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442023-10-30T04:36:06.372Z Compiling base64 v0.21.4
5452023-10-30T04:36:06.375Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=bdd3f1f9b896a1ed -C extra-filename=-bdd3f1f9b896a1ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462023-10-30T04:36:06.540Z Compiling sha1 v0.10.6
5472023-10-30T04:36:06.543Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=f90ade9fc8a34cdc -C extra-filename=-f90ade9fc8a34cdc --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-c11df5dea5d6d736.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0a5c5a17c546a2f2.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-9a0b437af8ab6ad8.rmeta --cap-lints allow`
5482023-10-30T04:36:06.612Z Compiling dirs-next v2.0.0
5492023-10-30T04:36:06.616Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=d296ab17f38f0f93 -C extra-filename=-d296ab17f38f0f93 --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-c11df5dea5d6d736.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-a2c4b6e0914cde0e.rmeta --cap-lints allow`
5502023-10-30T04:36:06.648Z Compiling url v2.2.2
5512023-10-30T04:36:06.651Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 -C metadata=79fc8b2f1acafc15 -C extra-filename=-79fc8b2f1acafc15 --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-16ac820e36d48ef0.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-c74cb72b3d1c35fa.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-108912f31e141e5b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --cap-lints allow`
5522023-10-30T04:36:06.874Z Compiling mime_guess v2.0.4
5532023-10-30T04:36:06.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.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="rev-mappings"' -C metadata=81e116adb133c29c -C extra-filename=-81e116adb133c29c --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-81e116adb133c29c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-f7c2f7bc3173c28a.rlib --cap-lints allow`
5542023-10-30T04:36:06.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits /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 -C metadata=5a122e7171c81e59 -C extra-filename=-5a122e7171c81e59 --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`
5552023-10-30T04:36:07.116Z Compiling rand v0.8.4
5562023-10-30T04:36:07.123Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=f90717b5aed2ceac -C extra-filename=-f90717b5aed2ceac --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-e33e81a658bd6d2f.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-67cd933a0a9fb8de.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e6a36d9240bd58f6.rmeta --cap-lints allow`
5572023-10-30T04:36:07.567Z Compiling serde_derive_internals v0.26.0
5582023-10-30T04:36:07.571Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.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 metadata=10e4c69f708de8ed -C extra-filename=-10e4c69f708de8ed --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --cap-lints allow`
5592023-10-30T04:36:07.655Z Compiling serde_derive v1.0.189
5602023-10-30T04:36:07.659Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.189/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"' -C metadata=eda79cf0874952a9 -C extra-filename=-eda79cf0874952a9 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow`
5612023-10-30T04:36:08.684Z Compiling futures-macro v0.3.28
5622023-10-30T04:36:08.699Z Running `/home/build/.rustup/toolchains/1.73.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.28/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 metadata=91b7bcf971982e67 -C extra-filename=-91b7bcf971982e67 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow`
5632023-10-30T04:36:09.547Z Compiling tokio-macros v2.1.0
5642023-10-30T04:36:09.556Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 -C metadata=0a64eaa5134c2054 -C extra-filename=-0a64eaa5134c2054 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow`
5652023-10-30T04:36:09.648Z Compiling concurrent-queue v2.2.0
5662023-10-30T04:36:09.660Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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 --cfg 'feature="std"' -C metadata=965cdcb699bd87c3 -C extra-filename=-965cdcb699bd87c3 --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-a23caa753b453148.rmeta --cap-lints allow`
5672023-10-30T04:36:09.767Z Compiling thread_local v1.1.4
5682023-10-30T04:36:09.777Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=e7492363ce9fe96f -C extra-filename=-e7492363ce9fe96f --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-07639ba210996847.rmeta --cap-lints allow`
5692023-10-30T04:36:10.165Z Compiling multer v2.1.0
5702023-10-30T04:36:10.171Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.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"' -C metadata=1c3141f47fd1a996 -C extra-filename=-1c3141f47fd1a996 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-1c3141f47fd1a996 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow`
5712023-10-30T04:36:10.679Z Compiling async-trait v0.1.74
5722023-10-30T04:36:10.689Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d42c8244ba4791ca -C extra-filename=-d42c8244ba4791ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-d42c8244ba4791ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732023-10-30T04:36:10.715Z Compiling match_cfg v0.1.0
5742023-10-30T04:36:10.723Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /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"' -C metadata=7f476ccad1f8f02d -C extra-filename=-7f476ccad1f8f02d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752023-10-30T04:36:10.867Z Compiling base64 v0.13.1
5762023-10-30T04:36:10.877Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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="default"' --cfg 'feature="std"' -C metadata=aed7e64df9d89be5 -C extra-filename=-aed7e64df9d89be5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772023-10-30T04:36:11.155Z Compiling parking v2.2.0
5782023-10-30T04:36:11.161Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=a009df30ccc78168 -C extra-filename=-a009df30ccc78168 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792023-10-30T04:36:11.476Z Compiling slog-async v2.8.0
5802023-10-30T04:36:11.480Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=2e2ca300e12df2d5 -C extra-filename=-2e2ca300e12df2d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-2e2ca300e12df2d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5812023-10-30T04:36:11.749Z Compiling rustix v0.38.19
5822023-10-30T04:36:11.762Z Running `/home/build/.rustup/toolchains/1.73.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.19/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="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=b9330cf1af05f8cd -C extra-filename=-b9330cf1af05f8cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-b9330cf1af05f8cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5832023-10-30T04:36:11.884Z Compiling schemars v0.8.13
5842023-10-30T04:36:11.894Z Running `/home/build/.rustup/toolchains/1.73.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.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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=99f1aeca29868997 -C extra-filename=-99f1aeca29868997 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-99f1aeca29868997 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852023-10-30T04:36:11.991Z Running `/home/build/.rustup/toolchains/1.73.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.28/src/lib.rs --error-format=json --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="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"' -C metadata=1f3974887a8c07f9 -C extra-filename=-1f3974887a8c07f9 --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-61e2bd1e7d57bc5e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-fe46d6f346ad03b7.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-91b7bcf971982e67.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a240e760200ba6b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-957b8ed3faa53e84.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-eb4d785c95a7ec59.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8bbe6faad47879bb.rmeta --cap-lints allow`
5862023-10-30T04:36:12.105Z Compiling tokio v1.32.0
5872023-10-30T04:36:12.109Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.0/src/lib.rs --error-format=json --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"' --cfg 'feature="windows-sys"' -C metadata=3d6a2726b5aa5565 -C extra-filename=-3d6a2726b5aa5565 --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-4be5d46a90f9cdd7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0e48b7dc53d570c3.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-ab854aeb5815d09d.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-d07ecd5c8b06c03b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-13a953719611db92.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-d4ccbbb60190abde.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-0a64eaa5134c2054.so --cap-lints allow`
5882023-10-30T04:36:12.227Z Compiling camino v1.1.6
5892023-10-30T04:36:12.230Z Running `/home/build/.rustup/toolchains/1.73.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.6/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"' -C metadata=61b51bd6a5dc2d6a -C extra-filename=-61b51bd6a5dc2d6a --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-61b51bd6a5dc2d6a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902023-10-30T04:36:12.463Z Compiling iana-time-zone v0.1.47
5912023-10-30T04:36:12.474Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=9cef4509476ecbc4 -C extra-filename=-9cef4509476ecbc4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922023-10-30T04:36:12.783Z Compiling winnow v0.5.15
5932023-10-30T04:36:12.791Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=28c0827498e9527b -C extra-filename=-28c0827498e9527b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942023-10-30T04:36:13.094Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-61b51bd6a5dc2d6a/build-script-build`
5952023-10-30T04:36:13.171Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-b9330cf1af05f8cd/build-script-build`
5962023-10-30T04:36:13.241Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-99f1aeca29868997/build-script-build`
5972023-10-30T04:36:13.264Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-2e2ca300e12df2d5/build-script-build`
5982023-10-30T04:36:13.330Z Compiling rustls-pemfile v0.2.1
5992023-10-30T04:36:13.345Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-0.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 -C metadata=9bca548a6a0c95f2 -C extra-filename=-9bca548a6a0c95f2 --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-aed7e64df9d89be5.rmeta --cap-lints allow`
6002023-10-30T04:36:13.358Z Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-d42c8244ba4791ca/build-script-build`
6012023-10-30T04:36:13.411Z Compiling event-listener v3.0.1
6022023-10-30T04:36:13.427Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.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="parking"' --cfg 'feature="std"' -C metadata=b61daa6a349e3f42 -C extra-filename=-b61daa6a349e3f42 --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-965cdcb699bd87c3.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-a009df30ccc78168.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow`
6032023-10-30T04:36:14.182Z Compiling hostname v0.3.1
6042023-10-30T04:36:14.187Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /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"' -C metadata=f3676c720d9dd0cc -C extra-filename=-f3676c720d9dd0cc --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-e33e81a658bd6d2f.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-7f476ccad1f8f02d.rmeta --cap-lints allow`
6052023-10-30T04:36:14.359Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-1c3141f47fd1a996/build-script-build`
6062023-10-30T04:36:14.431Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-81e116adb133c29c/build-script-build`
6072023-10-30T04:36:14.459Z Compiling async-stream-impl v0.3.5
6082023-10-30T04:36:14.464Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2a68e80a20af041b -C extra-filename=-2a68e80a20af041b --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow`
6092023-10-30T04:36:14.479Z Compiling term v0.7.0
6102023-10-30T04:36:14.486Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=7259f80d84ce180a -C extra-filename=-7259f80d84ce180a --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-d296ab17f38f0f93.rmeta --cap-lints allow`
6112023-10-30T04:36:14.896Z Compiling thiserror-impl v1.0.30
6122023-10-30T04:36:14.904Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.30/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 metadata=3647fcad6412db34 -C extra-filename=-3647fcad6412db34 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern proc_macro --cap-lints allow`
6132023-10-30T04:36:15.479Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=dad057245c837b5f -C extra-filename=-dad057245c837b5f --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-07639ba210996847.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-4521f8581486a4cd.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ee7ea99eca9f331b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out -l static=ring-core -l static=ring-test`
6142023-10-30T04:36:16.727Z Compiling zerocopy-derive v0.2.0
6152023-10-30T04:36:16.763Z Running `/home/build/.rustup/toolchains/1.73.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.2.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 -C metadata=198267127a5cab06 -C extra-filename=-198267127a5cab06 --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-a40ddec8e65efb26.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-652a5a7f7fb8d0a4.rlib --extern proc_macro --cap-lints allow`
6162023-10-30T04:36:17.612Z Compiling pest_derive v2.1.0
6172023-10-30T04:36:18.040Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.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 -C metadata=cb2015427ae1804e -C extra-filename=-cb2015427ae1804e --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-ea9fdac771d9ac21.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-855a58c3ce19fa80.rlib --extern proc_macro --cap-lints allow`
6182023-10-30T04:36:19.243Z Compiling rustls-webpki v0.101.4
6192023-10-30T04:36:19.246Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.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="std"' -C metadata=a3ec5842407c4078 -C extra-filename=-a3ec5842407c4078 --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-dad057245c837b5f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ee7ea99eca9f331b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
6202023-10-30T04:36:19.344Z Compiling sct v0.7.0
6212023-10-30T04:36:19.354Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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 -C metadata=dd786ab2d1172da9 -C extra-filename=-dd786ab2d1172da9 --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-dad057245c837b5f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ee7ea99eca9f331b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
6222023-10-30T04:36:19.889Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-56fd093bdf8ccb62/build-script-build`
6232023-10-30T04:36:19.909Z Compiling schemars_derive v0.8.13
6242023-10-30T04:36:19.926Z Running `/home/build/.rustup/toolchains/1.73.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.13/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 metadata=1820dfe860a3d3ed -C extra-filename=-1820dfe860a3d3ed --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-10e4c69f708de8ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern proc_macro --cap-lints allow`
6252023-10-30T04:36:20.105Z Compiling zerocopy v0.3.0
6262023-10-30T04:36:20.109Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 -C metadata=1defed269caa5af7 -C extra-filename=-1defed269caa5af7 --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-b7326ae98dd9cfb7.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-198267127a5cab06.so --cap-lints allow`
6272023-10-30T04:36:20.118Z Compiling thiserror v1.0.30
6282023-10-30T04:36:20.121Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2f0dc9bfbade29d1 -C extra-filename=-2f0dc9bfbade29d1 --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-3647fcad6412db34.so --cap-lints allow`
6292023-10-30T04:36:20.312Z Compiling dtrace-parser v0.1.14
6302023-10-30T04:36:20.315Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.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 -C metadata=91b9fa7b606ff5a5 -C extra-filename=-91b9fa7b606ff5a5 --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-ea9fdac771d9ac21.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-cb2015427ae1804e.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f0dc9bfbade29d1.rmeta --cap-lints allow`
6312023-10-30T04:36:20.413Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.189/src/lib.rs --error-format=json --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"' -C metadata=e16f1b79e6efb3ee -C extra-filename=-e16f1b79e6efb3ee --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-eda79cf0874952a9.so --cap-lints allow`
6322023-10-30T04:36:21.487Z Compiling dof v0.1.5
6332023-10-30T04:36:21.491Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fdeed49861ef402b -C extra-filename=-fdeed49861ef402b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f0dc9bfbade29d1.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1defed269caa5af7.rmeta --cap-lints allow`
6342023-10-30T04:36:22.239Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=98ca6aa43a4f2618 -C extra-filename=-98ca6aa43a4f2618 --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-60d5a23bb2b7875e.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-dad057245c837b5f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-a3ec5842407c4078.rmeta --extern sct=/work/oxidecomputer/dropshot/target/debug/deps/libsct-dd786ab2d1172da9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
6352023-10-30T04:36:22.744Z Compiling futures-executor v0.3.28
6362023-10-30T04:36:22.756Z Running `/home/build/.rustup/toolchains/1.73.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.28/src/lib.rs --error-format=json --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"' -C metadata=0293c00629483f6c -C extra-filename=-0293c00629483f6c --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-346086fb3507d8d7.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a240e760200ba6b.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --cap-lints allow`
6372023-10-30T04:36:23.215Z Compiling crossbeam-channel v0.5.1
6382023-10-30T04:36:23.221Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=ca55fcfef3d47968 -C extra-filename=-ca55fcfef3d47968 --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-c11df5dea5d6d736.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-a23caa753b453148.rmeta --cap-lints allow`
6392023-10-30T04:36:23.239Z Compiling atty v0.2.14
6402023-10-30T04:36:23.250Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-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 -C metadata=ab4285e7c258fe85 -C extra-filename=-ab4285e7c258fe85 --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
6412023-10-30T04:36:23.408Z Compiling errno v0.3.1
6422023-10-30T04:36:23.412Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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"' -C metadata=cdd4bcf3e0ca5027 -C extra-filename=-cdd4bcf3e0ca5027 --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
6432023-10-30T04:36:23.736Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
6442023-10-30T04:36:23.744Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 dropshot/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="usdt"' --cfg 'feature="usdt-probes"' -C metadata=292a29ae857fd5fc -C extra-filename=-292a29ae857fd5fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-292a29ae857fd5fc -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-fae733ad98da9e43.rlib`
6452023-10-30T04:36:23.784Z Compiling encoding_rs v0.8.32
6462023-10-30T04:36:23.797Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=0116b60ea0bb959d -C extra-filename=-0116b60ea0bb959d --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-c11df5dea5d6d736.rmeta --cap-lints allow`
6472023-10-30T04:36:24.057Z Compiling buf-list v1.0.3
6482023-10-30T04:36:24.062Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=0b73da0fd3268eb5 -C extra-filename=-0b73da0fd3268eb5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-0b73da0fd3268eb5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492023-10-30T04:36:24.307Z Compiling unicode-segmentation v1.10.0
6502023-10-30T04:36:24.316Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=560e036cd614538d -C extra-filename=-560e036cd614538d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512023-10-30T04:36:24.910Z Compiling unicode-width v0.1.9
6522023-10-30T04:36:24.929Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /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"' -C metadata=6f77e11a2eca2987 -C extra-filename=-6f77e11a2eca2987 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6532023-10-30T04:36:25.124Z Compiling atomic-waker v1.1.1
6542023-10-30T04:36:25.142Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=6de8dee7b33f103d -C extra-filename=-6de8dee7b33f103d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6552023-10-30T04:36:25.599Z Compiling tokio-util v0.7.7
6562023-10-30T04:36:25.602Z Running `/home/build/.rustup/toolchains/1.73.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="tracing"' -C metadata=26e0d90006999766 -C extra-filename=-26e0d90006999766 --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-4be5d46a90f9cdd7.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-f82307ce1ba8a483.rmeta --cap-lints allow`
6572023-10-30T04:36:25.606Z Compiling dyn-clone v1.0.4
6582023-10-30T04:36:25.609Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=12e4f17c8cf2d00c -C extra-filename=-12e4f17c8cf2d00c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6592023-10-30T04:36:25.612Z Compiling utf-8 v0.7.6
6602023-10-30T04:36:25.615Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /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 -C metadata=1f175124047e0797 -C extra-filename=-1f175124047e0797 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6612023-10-30T04:36:25.618Z Compiling openssl-probe v0.1.4
6622023-10-30T04:36:25.621Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /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 -C metadata=46d8a56abfa4a116 -C extra-filename=-46d8a56abfa4a116 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6632023-10-30T04:36:25.664Z Compiling spin v0.9.8
6642023-10-30T04:36:25.667Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /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="spin_mutex"' -C metadata=8e4b6921f9c38de1 -C extra-filename=-8e4b6921f9c38de1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6652023-10-30T04:36:25.981Z Compiling trybuild v1.0.85
6662023-10-30T04:36:25.986Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=4f31741ead697b7f -C extra-filename=-4f31741ead697b7f --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-4f31741ead697b7f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6672023-10-30T04:36:26.033Z Compiling data-encoding v2.4.0
6682023-10-30T04:36:26.037Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=806664bf088a3cb2 -C extra-filename=-806664bf088a3cb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6692023-10-30T04:36:26.184Z Compiling take_mut v0.2.2
6702023-10-30T04:36:26.195Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /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 -C metadata=6830ae3bee1b04c0 -C extra-filename=-6830ae3bee1b04c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6712023-10-30T04:36:26.386Z Compiling bitflags v2.4.0
6722023-10-30T04:36:26.392Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=79076c812c910d61 -C extra-filename=-79076c812c910d61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6732023-10-30T04:36:26.610Z Compiling h2 v0.3.17
6742023-10-30T04:36:26.615Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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 -C metadata=be3d950960df7319 -C extra-filename=-be3d950960df7319 --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-4be5d46a90f9cdd7.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-fbb398e4ada8099f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-710dc8c1142f6d14.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8bbe6faad47879bb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-26e0d90006999766.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-f82307ce1ba8a483.rmeta --cap-lints allow`
6752023-10-30T04:36:27.058Z Compiling tungstenite v0.20.1
6762023-10-30T04:36:27.062Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.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="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=48b4b4727682fad9 -C extra-filename=-48b4b4727682fad9 --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-b7326ae98dd9cfb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-806664bf088a3cb2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7fdd0f21c6255015.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f90717b5aed2ceac.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f0dc9bfbade29d1.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-79fc8b2f1acafc15.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-1f175124047e0797.rmeta --cap-lints allow`
6772023-10-30T04:36:27.387Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=547b128bc53a13a3 -C extra-filename=-547b128bc53a13a3 --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-79076c812c910d61.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-cdd4bcf3e0ca5027.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6782023-10-30T04:36:30.521Z Running `/home/build/.rustup/toolchains/1.73.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.107/src/lib.rs --error-format=json --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"' -C metadata=b9d1980e6d0cccd8 -C extra-filename=-b9d1980e6d0cccd8 --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-ce55e35547adbacb.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-9181be7a2db219b8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow --cfg limb_width_64`
6792023-10-30T04:36:31.080Z Compiling indexmap v2.0.2
6802023-10-30T04:36:31.091Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=ff6b72581a34e4a0 -C extra-filename=-ff6b72581a34e4a0 --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-35443198fe6253a8.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-c2fcb806bd6d68e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow`
6812023-10-30T04:36:31.096Z Compiling serde_tokenstream v0.1.7
6822023-10-30T04:36:31.107Z Running `/home/build/.rustup/toolchains/1.73.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.1.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 metadata=8e9e265fdcd5571a -C extra-filename=-8e9e265fdcd5571a --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-a40ddec8e65efb26.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --cap-lints allow`
6832023-10-30T04:36:31.148Z Compiling toml_datetime v0.6.3
6842023-10-30T04:36:31.155Z Running `/home/build/.rustup/toolchains/1.73.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.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="serde"' -C metadata=4d64ae313f7e223c -C extra-filename=-4d64ae313f7e223c --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-e16f1b79e6efb3ee.rmeta --cap-lints allow`
6852023-10-30T04:36:32.278Z Compiling serde_tokenstream v0.2.0
6862023-10-30T04:36:32.282Z Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0a90c1bcbf24b9e7 -C extra-filename=-0a90c1bcbf24b9e7 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rmeta --cap-lints allow`
6872023-10-30T04:36:32.285Z Compiling serde_spanned v0.6.3
6882023-10-30T04:36:32.313Z Running `/home/build/.rustup/toolchains/1.73.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.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="serde"' -C metadata=bbbea74316420f26 -C extra-filename=-bbbea74316420f26 --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-e16f1b79e6efb3ee.rmeta --cap-lints allow`
6892023-10-30T04:36:32.325Z Compiling uuid v1.4.1
6902023-10-30T04:36:32.757Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=1b8a20ccd8d7c22d -C extra-filename=-1b8a20ccd8d7c22d --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-3d40c34b3dac1377.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow`
6912023-10-30T04:36:32.767Z Compiling chrono v0.4.31
6922023-10-30T04:36:32.780Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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 --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=996d8c87b29cbf9e -C extra-filename=-996d8c87b29cbf9e --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-9cef4509476ecbc4.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-5a122e7171c81e59.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow`
6932023-10-30T04:36:33.201Z Compiling tokio-rustls v0.24.1
6942023-10-30T04:36:33.214Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.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="logging"' --cfg 'feature="tls12"' -C metadata=3c8075fe2b0d8329 -C extra-filename=-3c8075fe2b0d8329 --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-98ca6aa43a4f2618.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
6952023-10-30T04:36:33.228Z Compiling toml_edit v0.20.2
6962023-10-30T04:36:33.245Z Running `/home/build/.rustup/toolchains/1.73.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.20.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="serde"' -C metadata=65ed3ce395e1121a -C extra-filename=-65ed3ce395e1121a --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-ff6b72581a34e4a0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-bbbea74316420f26.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-4d64ae313f7e223c.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-28c0827498e9527b.rmeta --cap-lints allow`
6972023-10-30T04:36:33.294Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
6982023-10-30T04:36:33.304Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 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 -C metadata=2e7bd3a038d7026e -C extra-filename=-2e7bd3a038d7026e --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro`
6992023-10-30T04:36:33.390Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.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="asm"' -C metadata=84237d689c9d7a5c -C extra-filename=-84237d689c9d7a5c --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-b7326ae98dd9cfb7.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-fdeed49861ef402b.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-91b9fa7b606ff5a5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f0dc9bfbade29d1.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-f620c1fa383d1cda.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7002023-10-30T04:36:35.643Z Compiling hyper v0.14.27
7012023-10-30T04:36:35.658Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --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="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=ab0f0d068f97f276 -C extra-filename=-ab0f0d068f97f276 --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-4be5d46a90f9cdd7.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-61e2bd1e7d57bc5e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-be3d950960df7319.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8e9507ac63a26ad5.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7fdd0f21c6255015.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9e353e4af56df266.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce55e35547adbacb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c7539fdac2118825.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-3ef8e981454d9750.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-f82307ce1ba8a483.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-c7b73a0fe425706f.rmeta --cap-lints allow`
7022023-10-30T04:36:37.144Z Compiling usdt-macro v0.3.5
7032023-10-30T04:36:37.148Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=a98dd79257427d5e -C extra-filename=-a98dd79257427d5e --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-91b9fa7b606ff5a5.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8e9e265fdcd5571a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-84237d689c9d7a5c.rlib --extern proc_macro --cap-lints allow`
7042023-10-30T04:36:39.218Z Compiling usdt-attr-macro v0.3.5
7052023-10-30T04:36:39.222Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=09f4f65a25228c0c -C extra-filename=-09f4f65a25228c0c --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-91b9fa7b606ff5a5.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8e9e265fdcd5571a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-84237d689c9d7a5c.rlib --extern proc_macro --cap-lints allow`
7062023-10-30T04:36:39.834Z Compiling slog-json v2.6.1
7072023-10-30T04:36:39.837Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=c97ee27be1d243f1 -C extra-filename=-c97ee27be1d243f1 --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-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --cap-lints allow`
7082023-10-30T04:36:39.864Z Compiling toml v0.8.2
7092023-10-30T04:36:39.867Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="display"' --cfg 'feature="parse"' -C metadata=7fa467ce3897cf89 -C extra-filename=-7fa467ce3897cf89 --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-e16f1b79e6efb3ee.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-bbbea74316420f26.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-4d64ae313f7e223c.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-65ed3ce395e1121a.rmeta --cap-lints allow`
7102023-10-30T04:36:39.914Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=0e1c0a304540233f -C extra-filename=-0e1c0a304540233f --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-996d8c87b29cbf9e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-12e4f17c8cf2d00c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-1820dfe860a3d3ed.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7112023-10-30T04:36:40.114Z Compiling openapiv3 v2.0.0-rc.1
7122023-10-30T04:36:40.119Z Running `/home/build/.rustup/toolchains/1.73.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-rc.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="skip_serializing_defaults"' -C metadata=b6ddad0df0b6ec73 -C extra-filename=-b6ddad0df0b6ec73 --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-ff6b72581a34e4a0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --cap-lints allow`
7132023-10-30T04:36:40.428Z Compiling slog-bunyan v2.4.0
7142023-10-30T04:36:40.438Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.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 -C metadata=4f5abc1fb03b52f1 -C extra-filename=-4f5abc1fb03b52f1 --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-f3676c720d9dd0cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --cap-lints allow`
7152023-10-30T04:36:40.692Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' -C metadata=1a382088dc468058 -C extra-filename=-1a382088dc468058 --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-e16f1b79e6efb3ee.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
7162023-10-30T04:36:41.283Z Compiling serde_urlencoded v0.7.1
7172023-10-30T04:36:41.295Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=4211228eabdb794b -C extra-filename=-4211228eabdb794b --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-16ac820e36d48ef0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce55e35547adbacb.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-9181be7a2db219b8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow`
7182023-10-30T04:36:42.118Z Compiling serde_path_to_error v0.1.14
7192023-10-30T04:36:42.132Z Running `/home/build/.rustup/toolchains/1.73.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.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 -C metadata=6df5b6b99021385a -C extra-filename=-6df5b6b99021385a --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-ce55e35547adbacb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow`
7202023-10-30T04:36:42.202Z Compiling usdt v0.3.5
7212023-10-30T04:36:42.215Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.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="asm"' --cfg 'feature="dtrace-parser"' -C metadata=856124a088aeb0e9 -C extra-filename=-856124a088aeb0e9 --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-91b9fa7b606ff5a5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-09f4f65a25228c0c.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-84237d689c9d7a5c.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-a98dd79257427d5e.so --cap-lints allow`
7222023-10-30T04:36:42.626Z Compiling basic-toml v0.1.1
7232023-10-30T04:36:42.661Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-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 -C metadata=9e8eb5ae54e6646e -C extra-filename=-9e8eb5ae54e6646e --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-e16f1b79e6efb3ee.rmeta --cap-lints allow`
7242023-10-30T04:36:42.795Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.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"' -C metadata=e0a4082197caad69 -C extra-filename=-e0a4082197caad69 --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-4be5d46a90f9cdd7.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-0116b60ea0bb959d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7fdd0f21c6255015.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-957b8ed3faa53e84.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-0f586a7f6f60064c.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-8e4b6921f9c38de1.rmeta --cap-lints allow`
7252023-10-30T04:36:43.101Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-4f31741ead697b7f/build-script-build`
7262023-10-30T04:36:43.125Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /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"' -C metadata=31a1358f775650d9 -C extra-filename=-31a1358f775650d9 --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-ca55fcfef3d47968.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-6830ae3bee1b04c0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-e7492363ce9fe96f.rmeta --cap-lints allow --cfg integer128`
7272023-10-30T04:36:43.573Z Compiling rustls-native-certs v0.6.1
7282023-10-30T04:36:43.576Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.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 -C metadata=abd02ee07ecf85d7 -C extra-filename=-abd02ee07ecf85d7 --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-46d8a56abfa4a116.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9bca548a6a0c95f2.rmeta --cap-lints allow`
7292023-10-30T04:36:44.332Z Compiling newline-converter v0.3.0
7302023-10-30T04:36:44.341Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=ff62e9869d4657c4 -C extra-filename=-ff62e9869d4657c4 --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-560e036cd614538d.rmeta --cap-lints allow`
7312023-10-30T04:36:44.542Z Compiling waitgroup v0.1.2
7322023-10-30T04:36:44.547Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=910ca8f06dae82ef -C extra-filename=-910ca8f06dae82ef --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-6de8dee7b33f103d.rmeta --cap-lints allow`
7332023-10-30T04:36:44.796Z Compiling console v0.15.7
7342023-10-30T04:36:44.800Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=89db1524daaef9d8 -C extra-filename=-89db1524daaef9d8 --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-eec26516d559ec36.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-6f77e11a2eca2987.rmeta --cap-lints allow`
7352023-10-30T04:36:44.880Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-0b73da0fd3268eb5/build-script-build`
7362023-10-30T04:36:44.944Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-292a29ae857fd5fc/build-script-build`
7372023-10-30T04:36:45.018Z Compiling slog-term v2.9.0
7382023-10-30T04:36:45.028Z Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e510164b58419924 -C extra-filename=-e510164b58419924 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atty=/work/oxidecomputer/dropshot/target/debug/deps/libatty-ab4285e7c258fe85.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-7259f80d84ce180a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-e7492363ce9fe96f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --cap-lints allow`
7392023-10-30T04:36:45.417Z Compiling futures v0.3.28
7402023-10-30T04:36:45.421Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/src/lib.rs --error-format=json --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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=2b3adc891f4b8d54 -C extra-filename=-2b3adc891f4b8d54 --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-61e2bd1e7d57bc5e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-0293c00629483f6c.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-fe46d6f346ad03b7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a240e760200ba6b.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --cap-lints allow`
7412023-10-30T04:36:45.560Z Compiling async-stream v0.3.5
7422023-10-30T04:36:45.563Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.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 -C metadata=f594c4d9add87ecb -C extra-filename=-f594c4d9add87ecb --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-2a68e80a20af041b.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow`
7432023-10-30T04:36:46.163Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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="rev-mappings"' -C metadata=44fa21adf32cfd72 -C extra-filename=-44fa21adf32cfd72 --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-0f586a7f6f60064c.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-f7c2f7bc3173c28a.rmeta --cap-lints allow`
7442023-10-30T04:36:46.586Z Compiling event-listener-strategy v0.3.0
7452023-10-30T04:36:46.606Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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="std"' -C metadata=6de6d4297f037184 -C extra-filename=-6de6d4297f037184 --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-b61daa6a349e3f42.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow`
7462023-10-30T04:36:46.893Z Running `/home/build/.rustup/toolchains/1.73.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.74/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 metadata=2f72e632a4c23116 -C extra-filename=-2f72e632a4c23116 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow`
7472023-10-30T04:36:47.080Z Compiling pem v3.0.2
7482023-10-30T04:36:47.088Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0c4f4eee4002a33 -C extra-filename=-b0c4f4eee4002a33 --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-bdd3f1f9b896a1ed.rmeta --cap-lints allow`
7492023-10-30T04:36:47.118Z Compiling rustls-pemfile v1.0.3
7502023-10-30T04:36:47.124Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-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 -C metadata=feba68b62241615e -C extra-filename=-feba68b62241615e --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-bdd3f1f9b896a1ed.rmeta --cap-lints allow`
7512023-10-30T04:36:47.776Z Compiling yasna v0.5.2
7522023-10-30T04:36:47.783Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=261699e6dbd39ecf -C extra-filename=-261699e6dbd39ecf --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-2c2d8088f43460d5.rmeta --cap-lints allow`
7532023-10-30T04:36:47.866Z Compiling termcolor v1.1.2
7542023-10-30T04:36:47.870Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=860259fc4abfb525 -C extra-filename=-860259fc4abfb525 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7552023-10-30T04:36:47.874Z Compiling fastrand v2.0.0
7562023-10-30T04:36:47.877Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35aaa36b21fb2fc1 -C extra-filename=-35aaa36b21fb2fc1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572023-10-30T04:36:48.535Z Compiling similar v2.2.1
7582023-10-30T04:36:48.538Z Running `/home/build/.rustup/toolchains/1.73.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"' -C metadata=2ff970b7ab48fbe8 -C extra-filename=-2ff970b7ab48fbe8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592023-10-30T04:36:48.803Z Compiling glob v0.3.0
7602023-10-30T04:36:48.806Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /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 -C metadata=1851b3d1057bb43e -C extra-filename=-1851b3d1057bb43e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7612023-10-30T04:36:49.208Z Compiling debug-ignore v1.0.5
7622023-10-30T04:36:49.218Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /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 -C metadata=4e9b523ff338df6e -C extra-filename=-4e9b523ff338df6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632023-10-30T04:36:49.336Z Compiling http-range v0.1.4
7642023-10-30T04:36:49.339Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=2f3863b6f2537084 -C extra-filename=-2f3863b6f2537084 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7652023-10-30T04:36:49.392Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=45668e1840ed869a -C extra-filename=-45668e1840ed869a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern basic_toml=/work/oxidecomputer/dropshot/target/debug/deps/libbasic_toml-9e8eb5ae54e6646e.rmeta --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-1851b3d1057bb43e.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-07639ba210996847.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-eda79cf0874952a9.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-860259fc4abfb525.rmeta --cap-lints allow`
7662023-10-30T04:36:49.626Z Compiling hyper-staticfile v0.9.5
7672023-10-30T04:36:49.636Z Running `/home/build/.rustup/toolchains/1.73.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.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 -C debuginfo=2 -C metadata=b4394d8612a55181 -C extra-filename=-b4394d8612a55181 --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-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-2f3863b6f2537084.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9e353e4af56df266.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f90717b5aed2ceac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-79fc8b2f1acafc15.rmeta --cap-lints allow`
7682023-10-30T04:36:49.948Z Compiling expectorate v1.1.0
7692023-10-30T04:36:49.968Z Compiling rcgen v0.11.3
7702023-10-30T04:36:49.986Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=d311c163f4e4f99f -C extra-filename=-d311c163f4e4f99f --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-89db1524daaef9d8.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-ff62e9869d4657c4.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-2ff970b7ab48fbe8.rmeta --cap-lints allow`
7712023-10-30T04:36:50.416Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.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="pem"' -C metadata=d103d03967e2c2ba -C extra-filename=-d103d03967e2c2ba --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-b0c4f4eee4002a33.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-dad057245c837b5f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-261699e6dbd39ecf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7722023-10-30T04:36:50.432Z Compiling tempfile v3.8.0
7732023-10-30T04:36:50.436Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=f85056b54722829d -C extra-filename=-f85056b54722829d --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-c11df5dea5d6d736.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-35aaa36b21fb2fc1.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-547b128bc53a13a3.rmeta --cap-lints allow`
7742023-10-30T04:36:50.715Z Compiling async-channel v2.0.0
7752023-10-30T04:36:50.719Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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="default"' --cfg 'feature="std"' -C metadata=f87484b94c81767f -C extra-filename=-f87484b94c81767f --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-965cdcb699bd87c3.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-b61daa6a349e3f42.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-6de6d4297f037184.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow`
7762023-10-30T04:36:50.925Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=ca8016d5d372438b -C extra-filename=-ca8016d5d372438b --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-4be5d46a90f9cdd7.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
7772023-10-30T04:36:51.109Z Compiling hyper-rustls v0.24.1
7782023-10-30T04:36:51.119Z Running `/home/build/.rustup/toolchains/1.73.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.24.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="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=e1555e3c28e6eb9a -C extra-filename=-e1555e3c28e6eb9a --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-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-abd02ee07ecf85d7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7792023-10-30T04:36:51.339Z Compiling tokio-tungstenite v0.20.1
7802023-10-30T04:36:51.345Z Running `/home/build/.rustup/toolchains/1.73.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.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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=24af3c78761d9f5c -C extra-filename=-24af3c78761d9f5c --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-1f3974887a8c07f9.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-48b4b4727682fad9.rmeta --cap-lints allow`
7812023-10-30T04:36:51.362Z Compiling subprocess v0.2.9
7822023-10-30T04:36:51.368Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=54adae222a059b1a -C extra-filename=-54adae222a059b1a --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-e33e81a658bd6d2f.rmeta --cap-lints allow`
7832023-10-30T04:36:51.746Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7964b611c8e6646a -C extra-filename=-7964b611c8e6646a --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-f594c4d9add87ecb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7842023-10-30T04:36:51.893Z Compiling schema-derive v0.1.0
7852023-10-30T04:36:51.896Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=0193d57b9664c231 -C extra-filename=-0193d57b9664c231 --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-fa4638fa82fccb75.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow`
7862023-10-30T04:36:54.869Z Compiling schema v0.1.0
7872023-10-30T04:36:54.872Z Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=815c6e2b2234e9b5 -C extra-filename=-815c6e2b2234e9b5 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-0193d57b9664c231.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rmeta --cap-lints allow`
7882023-10-30T04:36:54.995Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 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 --test -C metadata=d34b557c213fd4a5 -C extra-filename=-d34b557c213fd4a5 --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-815c6e2b2234e9b5.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro`
7892023-10-30T04:36:58.660Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=3c8cf817a5e54d7a -C extra-filename=-3c8cf817a5e54d7a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7902023-10-30T04:37:02.736Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fa58cd1b54b75da1 -C extra-filename=-fa58cd1b54b75da1 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7912023-10-30T04:37:02.752Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dbc9df11553e2c86 -C extra-filename=-dbc9df11553e2c86 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7922023-10-30T04:37:03.171Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=267786b5f6fa7988 -C extra-filename=-267786b5f6fa7988 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7932023-10-30T04:37:03.192Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2018 dropshot/tests/test_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e38d6e66b94f0052 -C extra-filename=-e38d6e66b94f0052 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7942023-10-30T04:37:03.217Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=49c03b15d91f63f9 -C extra-filename=-49c03b15d91f63f9 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7952023-10-30T04:37:03.237Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=156fe0581e9e2b5b -C extra-filename=-156fe0581e9e2b5b --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7962023-10-30T04:37:03.251Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=0938bd9f819d46f6 -C extra-filename=-0938bd9f819d46f6 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7972023-10-30T04:37:30.764Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=3f20634de956bd9c -C extra-filename=-3f20634de956bd9c --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7982023-10-30T04:37:36.368Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7f7dc298729c7d71 -C extra-filename=-7f7dc298729c7d71 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
7992023-10-30T04:37:36.796Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2018 dropshot/tests/test_streaming.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e52e2eab15ba5fde -C extra-filename=-e52e2eab15ba5fde --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8002023-10-30T04:37:39.627Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ee6b11fbd88ca635 -C extra-filename=-ee6b11fbd88ca635 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8012023-10-30T04:37:40.272Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=99d5127808dc7da0 -C extra-filename=-99d5127808dc7da0 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8022023-10-30T04:37:44.998Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b6082691a698ec13 -C extra-filename=-b6082691a698ec13 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8032023-10-30T04:37:47.316Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=96e645f312580c98 -C extra-filename=-96e645f312580c98 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8042023-10-30T04:38:05.811Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b07357de99e26ed8 -C extra-filename=-b07357de99e26ed8 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8052023-10-30T04:38:11.374Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2018 dropshot/tests/test_path_names.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d4d578c555c00a80 -C extra-filename=-d4d578c555c00a80 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8062023-10-30T04:38:13.257Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=cf8cadc0a557a4e4 -C extra-filename=-cf8cadc0a557a4e4 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8072023-10-30T04:38:16.028Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=97b8ecb973f132bb -C extra-filename=-97b8ecb973f132bb --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8082023-10-30T04:38:16.071Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2018 dropshot/tests/test_tls.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=455e29bc3b4a3bd3 -C extra-filename=-455e29bc3b4a3bd3 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8092023-10-30T04:38:24.799Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=60ac0dd1bea421b5 -C extra-filename=-60ac0dd1bea421b5 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8102023-10-30T04:38:25.657Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2018 dropshot/tests/test_config.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bac58d9bfec42edf -C extra-filename=-bac58d9bfec42edf --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8112023-10-30T04:38:30.334Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4bde20eae5da0982 -C extra-filename=-4bde20eae5da0982 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8122023-10-30T04:38:44.995Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=39abc3b239f55bb4 -C extra-filename=-39abc3b239f55bb4 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8132023-10-30T04:38:46.476Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2018 dropshot/tests/test_pagination.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=936c1e8767c1e283 -C extra-filename=-936c1e8767c1e283 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8142023-10-30T04:38:51.749Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2018 dropshot/tests/test_pagination_schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d27889ba3d7967c7 -C extra-filename=-d27889ba3d7967c7 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8152023-10-30T04:38:54.949Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c145749d60492077 -C extra-filename=-c145749d60492077 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8162023-10-30T04:38:55.912Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2018 dropshot/tests/test_openapi.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=efffe98c7bcb20f9 -C extra-filename=-efffe98c7bcb20f9 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8172023-10-30T04:39:01.761Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=90f54a0e25be13b8 -C extra-filename=-90f54a0e25be13b8 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
8182023-10-30T04:39:41.382Z Finished dev [unoptimized + debuginfo] target(s) in 4m 00s
8192023-10-30T04:39:41.542Z
8202023-10-30T04:39:41.546Zreal 4:00.700462203
8212023-10-30T04:39:41.548Zuser 25:19.804627969
8222023-10-30T04:39:41.551Zsys 3:13.842411619
8232023-10-30T04:39:41.554Ztrap 1.320527256
8242023-10-30T04:39:41.557Ztflt 7.945167091
8252023-10-30T04:39:41.559Zdflt 10.381864992
8262023-10-30T04:39:41.562Zkflt 0.043645379
8272023-10-30T04:39:41.565Zlock 58:38.707523144
8282023-10-30T04:39:41.568Zslp 1:36:31.474501950
8292023-10-30T04:39:41.571Zlat 1:24.666344304
8302023-10-30T04:39:41.573Zstop 30.681475368
8312023-10-30T04:39:41.576Z+ banner test
8322023-10-30T04:39:41.579Z
8332023-10-30T04:39:41.581Z ##### ###### #### #####
8342023-10-30T04:39:41.584Z # # # #
8352023-10-30T04:39:41.587Z # ##### #### #
8362023-10-30T04:39:41.589Z # # # #
8372023-10-30T04:39:41.592Z # # # # #
8382023-10-30T04:39:41.595Z # ###### #### #
8392023-10-30T04:39:41.597Z
8402023-10-30T04:39:41.600Z+ ptime -m cargo test --all-features --locked --verbose
8412023-10-30T04:39:41.957Z Fresh unicode-ident v1.0.0
8422023-10-30T04:39:41.960Z Fresh cfg-if v1.0.0
8432023-10-30T04:39:41.963Z Fresh version_check v0.9.4
8442023-10-30T04:39:41.966Z Fresh itoa v1.0.1
8452023-10-30T04:39:41.969Z Fresh proc-macro2 v1.0.69
8462023-10-30T04:39:41.972Z Fresh pin-project-lite v0.2.12
8472023-10-30T04:39:41.975Z Fresh bytes v1.5.0
8482023-10-30T04:39:41.978Z Fresh quote v1.0.33
8492023-10-30T04:39:41.981Z Fresh libc v0.2.149
8502023-10-30T04:39:41.984Z Fresh autocfg v1.1.0
8512023-10-30T04:39:41.987Z Fresh once_cell v1.13.1
8522023-10-30T04:39:41.990Z Fresh futures-sink v0.3.28
8532023-10-30T04:39:41.993Z Fresh syn v2.0.38
8542023-10-30T04:39:41.996Z Fresh syn v1.0.109
8552023-10-30T04:39:41.998Z Fresh futures-core v0.3.28
8562023-10-30T04:39:42.001Z Fresh ryu v1.0.5
8572023-10-30T04:39:42.004Z Fresh serde_derive v1.0.189
8582023-10-30T04:39:42.007Z Fresh smallvec v1.7.0
8592023-10-30T04:39:42.010Z Fresh cc v1.0.72
8602023-10-30T04:39:42.013Z Fresh serde v1.0.189
8612023-10-30T04:39:42.015Z Fresh scopeguard v1.1.0
8622023-10-30T04:39:42.018Z Fresh parking_lot_core v0.9.4
8632023-10-30T04:39:42.021Z Fresh log v0.4.17
8642023-10-30T04:39:42.024Z Fresh futures-channel v0.3.28
8652023-10-30T04:39:42.027Z Fresh futures-task v0.3.28
8662023-10-30T04:39:42.033Z Fresh serde_json v1.0.107
8672023-10-30T04:39:42.036Z Fresh lock_api v0.4.6
8682023-10-30T04:39:42.039Z Fresh futures-macro v0.3.28
8692023-10-30T04:39:42.041Z Fresh thiserror-impl v1.0.30
8702023-10-30T04:39:42.044Z Fresh memchr v2.6.0
8712023-10-30T04:39:42.049Z Fresh slab v0.4.5
8722023-10-30T04:39:42.053Z Fresh futures-io v0.3.28
8732023-10-30T04:39:42.056Z Fresh lazy_static v1.4.0
8742023-10-30T04:39:42.059Z Fresh fnv v1.0.7
8752023-10-30T04:39:42.062Z Fresh pin-utils v0.1.0
8762023-10-30T04:39:42.065Z Fresh ucd-trie v0.1.3
8772023-10-30T04:39:42.068Z Fresh thiserror v1.0.30
8782023-10-30T04:39:42.071Z Fresh parking_lot v0.12.1
8792023-10-30T04:39:42.074Z Fresh futures-util v0.3.28
8802023-10-30T04:39:42.076Z Fresh pest v2.1.3
8812023-10-30T04:39:42.079Z Fresh http v0.2.9
8822023-10-30T04:39:42.082Z Fresh tokio-macros v2.1.0
8832023-10-30T04:39:42.085Z Fresh signal-hook-registry v1.4.0
8842023-10-30T04:39:42.088Z Fresh num_cpus v1.13.0
8852023-10-30T04:39:42.091Z Fresh socket2 v0.5.3
8862023-10-30T04:39:42.094Z Fresh mio v0.8.8
8872023-10-30T04:39:42.097Z Fresh getrandom v0.2.3
8882023-10-30T04:39:42.099Z Fresh byteorder v1.4.3
8892023-10-30T04:39:42.102Z Fresh maplit v1.0.2
8902023-10-30T04:39:42.105Z Fresh unicode-xid v0.2.2
8912023-10-30T04:39:42.108Z Fresh synstructure v0.12.6
8922023-10-30T04:39:42.111Z Fresh tokio v1.32.0
8932023-10-30T04:39:42.113Z Fresh pest_meta v2.1.3
8942023-10-30T04:39:42.117Z Fresh typenum v1.14.0
8952023-10-30T04:39:42.119Z Fresh spin v0.5.2
8962023-10-30T04:39:42.122Z Fresh untrusted v0.7.1
8972023-10-30T04:39:42.125Z Fresh pest_generator v2.1.3
8982023-10-30T04:39:42.128Z Fresh crossbeam-utils v0.8.15
8992023-10-30T04:39:42.131Z Fresh zerocopy-derive v0.2.0
9002023-10-30T04:39:42.133Z Fresh generic-array v0.14.5
9012023-10-30T04:39:42.136Z Fresh httparse v1.8.0
9022023-10-30T04:39:42.139Z Fresh tracing-core v0.1.21
9032023-10-30T04:39:42.142Z Fresh ring v0.16.20
9042023-10-30T04:39:42.144Z Fresh time-macros v0.2.3
9052023-10-30T04:39:42.149Z Fresh num_threads v0.1.3
9062023-10-30T04:39:42.152Z Fresh tinyvec_macros v0.1.0
9072023-10-30T04:39:42.154Z Fresh percent-encoding v2.3.0
9082023-10-30T04:39:42.157Z Fresh zerocopy v0.3.0
9092023-10-30T04:39:42.160Z Fresh tinyvec v1.5.1
9102023-10-30T04:39:42.163Z Fresh form_urlencoded v1.2.0
9112023-10-30T04:39:42.166Z Fresh time v0.3.7
9122023-10-30T04:39:42.168Z Fresh pest_derive v2.1.0
9132023-10-30T04:39:42.171Z Fresh tracing v0.1.29
9142023-10-30T04:39:42.174Z Fresh hashbrown v0.12.1
9152023-10-30T04:39:42.177Z Fresh dtrace-parser v0.1.14
9162023-10-30T04:39:42.180Z Fresh tokio-util v0.7.7
9172023-10-30T04:39:42.182Z Fresh unicode-normalization v0.1.19
9182023-10-30T04:39:42.185Z Fresh slog v2.7.0
9192023-10-30T04:39:42.188Z Fresh paste v1.0.14
9202023-10-30T04:39:42.191Z Fresh indexmap v1.9.3
9212023-10-30T04:39:42.194Z Fresh dof v0.1.5
9222023-10-30T04:39:42.196Z Fresh crypto-common v0.1.6
9232023-10-30T04:39:42.199Z Fresh block-buffer v0.10.2
9242023-10-30T04:39:42.202Z Fresh rand_core v0.6.3
9252023-10-30T04:39:42.205Z Fresh thread-id v4.0.0
9262023-10-30T04:39:42.207Z Fresh matches v0.1.9
9272023-10-30T04:39:42.210Z Fresh equivalent v1.0.0
9282023-10-30T04:39:42.213Z Fresh hashbrown v0.14.1
9292023-10-30T04:39:42.216Z Fresh try-lock v0.2.3
9302023-10-30T04:39:42.218Z Fresh unicode-bidi v0.3.7
9312023-10-30T04:39:42.221Z Fresh ppv-lite86 v0.2.15
9322023-10-30T04:39:42.224Z Fresh usdt-impl v0.3.5
9332023-10-30T04:39:42.227Z Fresh rand_chacha v0.3.1
9342023-10-30T04:39:42.230Z Fresh indexmap v2.0.2
9352023-10-30T04:39:42.232Z Fresh want v0.3.0
9362023-10-30T04:39:42.235Z Fresh idna v0.2.3
9372023-10-30T04:39:42.238Z Fresh unicase v2.6.0
9382023-10-30T04:39:42.240Z Fresh digest v0.10.7
9392023-10-30T04:39:42.243Z Fresh h2 v0.3.17
9402023-10-30T04:39:42.246Z Fresh rustls-webpki v0.101.4
9412023-10-30T04:39:42.249Z Fresh sct v0.7.0
9422023-10-30T04:39:42.252Z Fresh http-body v0.4.3
9432023-10-30T04:39:42.255Z Fresh serde_tokenstream v0.2.0
9442023-10-30T04:39:42.257Z Fresh serde_tokenstream v0.1.7
9452023-10-30T04:39:42.260Z Fresh socket2 v0.4.9
9462023-10-30T04:39:42.263Z Fresh dirs-sys-next v0.1.2
9472023-10-30T04:39:42.266Z Fresh tower-service v0.3.1
9482023-10-30T04:39:42.268Z Fresh base64 v0.21.4
9492023-10-30T04:39:42.271Z Fresh cpufeatures v0.2.2
9502023-10-30T04:39:42.274Z Fresh mime v0.3.16
9512023-10-30T04:39:42.277Z Fresh httpdate v1.0.1
9522023-10-30T04:39:42.280Z Fresh rustls v0.21.7
9532023-10-30T04:39:42.283Z Fresh sha1 v0.10.6
9542023-10-30T04:39:42.285Z Fresh dirs-next v2.0.0
9552023-10-30T04:39:42.288Z Fresh hyper v0.14.27
9562023-10-30T04:39:42.291Z Fresh url v2.2.2
9572023-10-30T04:39:42.293Z Fresh rand v0.8.4
9582023-10-30T04:39:42.296Z Fresh num-traits v0.2.14
9592023-10-30T04:39:42.299Z Fresh concurrent-queue v2.2.0
9602023-10-30T04:39:42.302Z Fresh toml_datetime v0.6.3
9612023-10-30T04:39:42.304Z Fresh serde_spanned v0.6.3
9622023-10-30T04:39:42.307Z Fresh serde_derive_internals v0.26.0
9632023-10-30T04:39:42.311Z Fresh thread_local v1.1.4
9642023-10-30T04:39:42.313Z Fresh base64 v0.13.1
9652023-10-30T04:39:42.316Z Fresh parking v2.2.0
9662023-10-30T04:39:42.319Z Fresh winnow v0.5.15
9672023-10-30T04:39:42.321Z Fresh iana-time-zone v0.1.47
9682023-10-30T04:39:42.324Z Fresh match_cfg v0.1.0
9692023-10-30T04:39:42.327Z Fresh rustls-pemfile v0.2.1
9702023-10-30T04:39:42.330Z Fresh chrono v0.4.31
9712023-10-30T04:39:42.332Z Fresh hostname v0.3.1
9722023-10-30T04:39:42.335Z Fresh toml_edit v0.20.2
9732023-10-30T04:39:42.338Z Fresh event-listener v3.0.1
9742023-10-30T04:39:42.341Z Fresh schemars_derive v0.8.13
9752023-10-30T04:39:42.344Z Fresh term v0.7.0
9762023-10-30T04:39:42.347Z Fresh tokio-rustls v0.24.1
9772023-10-30T04:39:42.350Z Fresh usdt-attr-macro v0.3.5
9782023-10-30T04:39:42.352Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
9792023-10-30T04:39:42.355Z Fresh usdt-macro v0.3.5
9802023-10-30T04:39:42.358Z Fresh slog-json v2.6.1
9812023-10-30T04:39:42.361Z Fresh crossbeam-channel v0.5.1
9822023-10-30T04:39:42.363Z Fresh uuid v1.4.1
9832023-10-30T04:39:42.366Z Fresh futures-executor v0.3.28
9842023-10-30T04:39:42.369Z Fresh async-stream-impl v0.3.5
9852023-10-30T04:39:42.372Z Fresh atty v0.2.14
9862023-10-30T04:39:42.374Z Fresh errno v0.3.1
9872023-10-30T04:39:42.377Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 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 metadata=97b4825bbd92df61 -C extra-filename=-97b4825bbd92df61 --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro`
9882023-10-30T04:39:42.381Z Fresh encoding_rs v0.8.32
9892023-10-30T04:39:42.384Z Fresh unicode-segmentation v1.10.0
9902023-10-30T04:39:42.389Z Fresh dyn-clone v1.0.4
9912023-10-30T04:39:42.392Z Fresh utf-8 v0.7.6
9922023-10-30T04:39:42.395Z Fresh unicode-width v0.1.9
9932023-10-30T04:39:42.398Z Fresh data-encoding v2.4.0
9942023-10-30T04:39:42.401Z Fresh spin v0.9.8
9952023-10-30T04:39:42.404Z Fresh take_mut v0.2.2
9962023-10-30T04:39:42.406Z Fresh openssl-probe v0.1.4
9972023-10-30T04:39:42.409Z Fresh bitflags v2.4.0
9982023-10-30T04:39:42.412Z Fresh atomic-waker v1.1.1
9992023-10-30T04:39:42.415Z Fresh slog-async v2.8.0
10002023-10-30T04:39:42.417Z Fresh multer v2.1.0
10012023-10-30T04:39:42.609Z Fresh rustix v0.38.19
10022023-10-30T04:39:42.612Z Fresh console v0.15.7
10032023-10-30T04:39:42.615Z Fresh rustls-native-certs v0.6.1
10042023-10-30T04:39:42.618Z Fresh waitgroup v0.1.2
10052023-10-30T04:39:42.621Z Fresh tungstenite v0.20.1
10062023-10-30T04:39:42.623Z Fresh schemars v0.8.13
10072023-10-30T04:39:42.626Z Fresh newline-converter v0.3.0
10082023-10-30T04:39:42.629Z Fresh slog-bunyan v2.4.0
10092023-10-30T04:39:42.633Z Fresh slog-term v2.9.0
10102023-10-30T04:39:42.636Z Fresh async-stream v0.3.5
10112023-10-30T04:39:42.638Z Fresh futures v0.3.28
10122023-10-30T04:39:42.641Z Fresh usdt v0.3.5
10132023-10-30T04:39:42.644Z Fresh mime_guess v2.0.4
10142023-10-30T04:39:42.646Z Fresh async-trait v0.1.74
10152023-10-30T04:39:42.649Z Fresh event-listener-strategy v0.3.0
10162023-10-30T04:39:42.652Z Fresh toml v0.8.2
10172023-10-30T04:39:42.655Z Fresh camino v1.1.6
10182023-10-30T04:39:42.657Z Fresh pem v3.0.2
10192023-10-30T04:39:42.660Z Fresh rustls-pemfile v1.0.3
10202023-10-30T04:39:42.663Z Fresh openapiv3 v2.0.0-rc.1
10212023-10-30T04:39:42.666Z Fresh yasna v0.5.2
10222023-10-30T04:39:42.668Z Fresh serde_urlencoded v0.7.1
10232023-10-30T04:39:42.671Z Fresh serde_path_to_error v0.1.14
10242023-10-30T04:39:42.674Z Fresh basic-toml v0.1.1
10252023-10-30T04:39:42.677Z Fresh debug-ignore v1.0.5
10262023-10-30T04:39:42.679Z Fresh glob v0.3.0
10272023-10-30T04:39:42.682Z Fresh termcolor v1.1.2
10282023-10-30T04:39:42.685Z Fresh http-range v0.1.4
10292023-10-30T04:39:42.687Z Fresh fastrand v2.0.0
10302023-10-30T04:39:42.690Z Fresh similar v2.2.1
10312023-10-30T04:39:42.693Z Fresh trybuild v1.0.85
10322023-10-30T04:39:42.696Z Fresh tempfile v3.8.0
10332023-10-30T04:39:42.698Z Fresh expectorate v1.1.0
10342023-10-30T04:39:42.701Z Fresh hyper-staticfile v0.9.5
10352023-10-30T04:39:42.704Z Fresh rcgen v0.11.3
10362023-10-30T04:39:42.707Z Fresh async-channel v2.0.0
10372023-10-30T04:39:42.711Z Fresh buf-list v1.0.3
10382023-10-30T04:39:42.713Z Fresh tokio-tungstenite v0.20.1
10392023-10-30T04:39:42.716Z Fresh hyper-rustls v0.24.1
10402023-10-30T04:39:42.719Z Fresh subprocess v0.2.9
10412023-10-30T04:39:42.722Z Fresh schema-derive v0.1.0
10422023-10-30T04:39:42.725Z Fresh schema v0.1.0
10432023-10-30T04:39:43.884Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
10442023-10-30T04:39:43.887Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=715f5d1f6c241a5a -C extra-filename=-715f5d1f6c241a5a --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-f594c4d9add87ecb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10452023-10-30T04:39:43.891Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=3d92531b5ec750d0 -C extra-filename=-3d92531b5ec750d0 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10462023-10-30T04:39:53.188Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c07f4010d56ca876 -C extra-filename=-c07f4010d56ca876 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10472023-10-30T04:39:53.192Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2018 dropshot/tests/test_openapi.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7474a390112f163f -C extra-filename=-7474a390112f163f --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10482023-10-30T04:39:53.198Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8892c1cd31a2ad12 -C extra-filename=-8892c1cd31a2ad12 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10492023-10-30T04:39:53.202Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=365ef5e48782ee64 -C extra-filename=-365ef5e48782ee64 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10502023-10-30T04:39:53.207Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e5667fca369a77ff -C extra-filename=-e5667fca369a77ff --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10512023-10-30T04:39:53.212Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=31b96ab8a1f9ebd7 -C extra-filename=-31b96ab8a1f9ebd7 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10522023-10-30T04:39:53.221Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2fd0b8076a048b8b -C extra-filename=-2fd0b8076a048b8b --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10532023-10-30T04:40:21.181Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7ea7f508575c4af9 -C extra-filename=-7ea7f508575c4af9 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10542023-10-30T04:40:29.637Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ebcb2df72db0ceda -C extra-filename=-ebcb2df72db0ceda --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10552023-10-30T04:40:29.719Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2018 dropshot/tests/test_config.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7f60205d784cab31 -C extra-filename=-7f60205d784cab31 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10562023-10-30T04:40:30.208Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2018 dropshot/tests/test_pagination.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=77831129fa92e5ca -C extra-filename=-77831129fa92e5ca --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10572023-10-30T04:40:30.487Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=08ea11f10c8c4dd9 -C extra-filename=-08ea11f10c8c4dd9 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10582023-10-30T04:40:32.045Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7acf4eaa1380f500 -C extra-filename=-7acf4eaa1380f500 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10592023-10-30T04:40:32.051Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c18299a6b5b8e7c0 -C extra-filename=-c18299a6b5b8e7c0 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10602023-10-30T04:40:46.501Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2018 dropshot/tests/test_streaming.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=632759c52a43dec2 -C extra-filename=-632759c52a43dec2 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10612023-10-30T04:40:57.878Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9e44c92cd91d25e8 -C extra-filename=-9e44c92cd91d25e8 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10622023-10-30T04:41:07.807Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=26c75ad55176aba5 -C extra-filename=-26c75ad55176aba5 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10632023-10-30T04:41:08.551Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2018 dropshot/tests/test_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=1ddec660745771a0 -C extra-filename=-1ddec660745771a0 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10642023-10-30T04:41:13.099Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7900fe48f6c71510 -C extra-filename=-7900fe48f6c71510 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10652023-10-30T04:41:19.834Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2018 dropshot/tests/test_tls.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=703c256c8ce2dc3a -C extra-filename=-703c256c8ce2dc3a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10662023-10-30T04:41:28.193Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=5f1a7dcaf67bba47 -C extra-filename=-5f1a7dcaf67bba47 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10672023-10-30T04:41:34.680Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=1ddf2513317a314d -C extra-filename=-1ddf2513317a314d --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10682023-10-30T04:41:40.131Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4a0e1bb301ea48bd -C extra-filename=-4a0e1bb301ea48bd --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10692023-10-30T04:41:44.287Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=84915016ff2b6d62 -C extra-filename=-84915016ff2b6d62 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10702023-10-30T04:41:44.642Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2018 dropshot/tests/test_pagination_schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7123ff5f9bea6dda -C extra-filename=-7123ff5f9bea6dda --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10712023-10-30T04:41:48.509Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2018 dropshot/tests/test_path_names.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=408e762255093e73 -C extra-filename=-408e762255093e73 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10722023-10-30T04:42:02.816Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=543b60b151842c70 -C extra-filename=-543b60b151842c70 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10732023-10-30T04:42:03.754Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=60bc98fbc060cf50 -C extra-filename=-60bc98fbc060cf50 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out`
10742023-10-30T04:42:34.690Z Finished test [unoptimized + debuginfo] target(s) in 2m 53s
10752023-10-30T04:42:34.712Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-3d92531b5ec750d0`
10762023-10-30T04:42:34.722Z
10772023-10-30T04:42:34.725Zrunning 94 tests
10782023-10-30T04:42:34.728Ztest api_description::test::test_badpath4 - should panic ... ok
10792023-10-30T04:42:34.731Ztest api_description::test::test_tags_need_one ... ok
10802023-10-30T04:42:34.734Ztest api_description::test::test_badpath1 ... ok
10812023-10-30T04:42:34.737Ztest api_description::test::test_badpath3 ... ok
10822023-10-30T04:42:34.740Ztest api_description::test::test_badpath2 ... ok
10832023-10-30T04:42:34.743Ztest api_description::test::test_dup_names ... ok
10842023-10-30T04:42:34.746Ztest api_description::test::test_tags_just_right ... ok
10852023-10-30T04:42:34.749Ztest api_description::test::test_tags_too_many ... ok
10862023-10-30T04:42:34.753Ztest error::test::test_serialize_error_response_body ... ok
10872023-10-30T04:42:34.756Ztest from_map::test::test_lone_literal ... ok
10882023-10-30T04:42:34.759Ztest extractor::metadata::test::test_metadata_simple ... ok
10892023-10-30T04:42:34.762Ztest extractor::metadata::test::test_metadata_flattened ... ok
10902023-10-30T04:42:34.765Ztest from_map::test::test_deep ... ok
10912023-10-30T04:42:34.768Ztest extractor::metadata::test::test_metadata_pagination ... ok
10922023-10-30T04:42:34.771Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
10932023-10-30T04:42:34.774Ztest from_map::test::test_missing_data1 ... ok
10942023-10-30T04:42:34.777Ztest from_map::test::test_missing_data2 ... ok
10952023-10-30T04:42:34.780Ztest from_map::test::test_types ... ok
10962023-10-30T04:42:34.783Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
10972023-10-30T04:42:34.786Ztest logging::test::test_config_bad_terminal_no_level ... ok
10982023-10-30T04:42:34.789Ztest logging::test::test_config_bad_file_no_level ... ok
10992023-10-30T04:42:34.792Ztest logging::test::test_config_bad_terminal_bad_level ... ok
11002023-10-30T04:42:34.794Ztest logging::test::test_config_bad_file_no_file ... ok
11012023-10-30T04:42:34.797Ztest logging::test::test_config_bad_log_mode ... ok
11022023-10-30T04:42:34.801Ztest logging::test::test_config_bad_file_bad_path_type ... ok
11032023-10-30T04:42:34.804Ztest pagination::test::test_pagination_schema ... ok
11042023-10-30T04:42:34.814Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
11052023-10-30T04:42:34.818Ztest pagination::test::test_results_page ... ok
11062023-10-30T04:42:34.821Ztest pagination::test::test_pagparams_parsing ... ok
11072023-10-30T04:42:34.825Ztest pagination::test::test_page_token_serialization ... ok
11082023-10-30T04:42:34.829Ztest router::test::test_bad_path_segment1 - should panic ... ok
11092023-10-30T04:42:34.836Ztest router::test::test_bad_path_segment3 - should panic ... ok
11102023-10-30T04:42:34.840Ztest logging::test::test_config_stderr_terminal ... ok
11112023-10-30T04:42:34.845Ztest router::test::test_bad_path_segment4 - should panic ... ok
11122023-10-30T04:42:34.848Ztest router::test::test_bogus_regex - should panic ... ok
11132023-10-30T04:42:34.854Ztest router::test::test_duplicate_route1 - should panic ... ok
11142023-10-30T04:42:34.860Ztest router::test::test_bad_path_segment2 - should panic ... ok
11152023-10-30T04:42:34.866Ztest router::test::test_duplicate_route2 - should panic ... ok
11162023-10-30T04:42:34.871Ztest router::test::test_duplicate_route3 - should panic ... ok
11172023-10-30T04:42:34.874Ztest router::test::test_duplicate_varname - should panic ... ok
11182023-10-30T04:42:34.880Ztest api_description::test::test_tags_set ... ok
11192023-10-30T04:42:34.887Ztest router::test::test_embedded_non_variable ... ok
11202023-10-30T04:42:34.892Ztest router::test::test_empty_variable ... ok
11212023-10-30T04:42:34.895Ztest router::test::test_error_cases ... ok
11222023-10-30T04:42:34.903Ztest router::test::test_inconsistent_varname - should panic ... ok
11232023-10-30T04:42:34.917Ztest router::test::test_iter_null ... ok
11242023-10-30T04:42:34.960Ztest router::test::test_iter ... ok
11252023-10-30T04:42:34.966Ztest router::test::test_literal_after_regex - should panic ... ok
11262023-10-30T04:42:34.970Ztest router::test::test_literal_after_variable - should panic ... ok
11272023-10-30T04:42:34.973Ztest router::test::test_iter2 ... ok
11282023-10-30T04:42:34.976Ztest router::test::test_map_bad_seq ... ok
11292023-10-30T04:42:34.979Ztest router::test::test_map ... ok
11302023-10-30T04:42:34.982Ztest router::test::test_map_bad_value ... ok
11312023-10-30T04:42:34.985Ztest router::test::test_more_after_regex - should panic ... ok
11322023-10-30T04:42:34.988Ztest router::test::test_path_segment ... ok
11332023-10-30T04:42:34.996Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
11342023-10-30T04:42:34.999Ztest router::test::test_router_basic ... ok
11352023-10-30T04:42:35.002Ztest router::test::test_variable_after_literal - should panic ... ok
11362023-10-30T04:42:35.005Ztest router::test::test_variable_name_bad_end - should panic ... ok
11372023-10-30T04:42:35.008Ztest router::test::test_segments ... ok
11382023-10-30T04:42:35.011Ztest router::test::test_variable_name_empty - should panic ... ok
11392023-10-30T04:42:35.014Ztest router::test::test_variable_name_bad_start - should panic ... ok
11402023-10-30T04:42:35.017Ztest router::test::test_variable_rename ... ok
11412023-10-30T04:42:35.021Ztest router::test::test_variables_glob ... ok
11422023-10-30T04:42:35.437Ztest router::test::test_variables_basic ... ok
11432023-10-30T04:42:35.441Ztest router::test::test_variables_multi ... ok
11442023-10-30T04:42:35.444Ztest logging::test::test_config_file ... ok
11452023-10-30T04:42:35.447Ztest schema_util::test::test_additional_properties ... ok
11462023-10-30T04:42:35.454Ztest schema_util::test::test_empty_struct ... ok
11472023-10-30T04:42:35.459Ztest schema_util::test::test_nullable ... ok
11482023-10-30T04:42:35.462Ztest schema_util::test::test_bad_schema - should panic ... ok
11492023-10-30T04:42:35.465Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
11502023-10-30T04:42:35.470Ztest test_util::test::test_bunyan_easy_cases ... ok
11512023-10-30T04:42:35.475Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
11522023-10-30T04:42:35.492Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-ebcb2df72db0ceda`
11532023-10-30T04:42:35.496Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
11542023-10-30T04:42:35.499Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
11552023-10-30T04:42:35.503Ztest schema_util::test::test_two_types - should panic ... ok
11562023-10-30T04:42:35.508Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
11572023-10-30T04:42:35.514Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
11582023-10-30T04:42:35.518Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
11592023-10-30T04:42:35.522Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
11602023-10-30T04:42:35.529Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
11612023-10-30T04:42:35.537Ztest to_map::test::test_to_map_seq ... ok
11622023-10-30T04:42:35.541Ztest to_map::test::test_to_map_enum ... ok
11632023-10-30T04:42:35.545Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
11642023-10-30T04:42:35.548Ztest to_map::test::test_to_map_num ... ok
11652023-10-30T04:42:35.551Ztest type_util::tests::test_reflexive_type - should panic ... ok
11662023-10-30T04:42:35.553Ztest to_map::test::test_to_map_vec ... ok
11672023-10-30T04:42:35.556Ztest type_util::tests::test_recursive_type - should panic ... ok
11682023-10-30T04:42:35.559Ztest type_util::tests::test_commented_ref ... ok
11692023-10-30T04:42:35.562Ztest to_map::test::test_to_map_valid ... ok
11702023-10-30T04:42:35.565Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
11712023-10-30T04:42:35.568Ztest server::test::test_drop_server_without_close_okay ... ok
11722023-10-30T04:42:35.575Ztest server::test::test_server_run_then_close ... ok
11732023-10-30T04:42:35.578Z
11742023-10-30T04:42:35.581Ztest result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
11752023-10-30T04:42:35.584Z
11762023-10-30T04:42:35.587Z
11772023-10-30T04:42:35.589Zrunning 1 test
11782023-10-30T04:42:35.592Z Compiling proc-macro2 v1.0.69
11792023-10-30T04:42:35.595Z Compiling unicode-ident v1.0.0
11802023-10-30T04:42:35.598Z Compiling libc v0.2.149
11812023-10-30T04:42:35.601Z Checking cfg-if v1.0.0
11822023-10-30T04:42:35.604Z Compiling version_check v0.9.4
11832023-10-30T04:42:35.607Z Compiling serde v1.0.189
11842023-10-30T04:42:35.610Z Compiling syn v1.0.109
11852023-10-30T04:42:35.613Z Checking itoa v1.0.1
11862023-10-30T04:42:35.616Z Checking pin-project-lite v0.2.12
11872023-10-30T04:42:35.644Z Compiling ryu v1.0.5
11882023-10-30T04:42:35.663Z Compiling futures-core v0.3.28
11892023-10-30T04:42:35.705Z Checking bytes v1.5.0
11902023-10-30T04:42:36.448Z Compiling serde_json v1.0.107
11912023-10-30T04:42:36.542Z Compiling autocfg v1.1.0
11922023-10-30T04:42:36.605Z Compiling log v0.4.17
11932023-10-30T04:42:36.654Z Compiling ucd-trie v0.1.3
11942023-10-30T04:42:37.307Z Checking futures-sink v0.3.28
11952023-10-30T04:42:37.318Z Compiling futures-task v0.3.28
11962023-10-30T04:42:37.321Z Compiling parking_lot_core v0.9.4
11972023-10-30T04:42:37.329Z Compiling unicode-xid v0.2.2
11982023-10-30T04:42:37.332Z Compiling futures-channel v0.3.28
11992023-10-30T04:42:37.342Z Compiling pest v2.1.3
12002023-10-30T04:42:37.547Z Checking smallvec v1.7.0
12012023-10-30T04:42:37.822Z Checking once_cell v1.13.1
12022023-10-30T04:42:37.829Z Compiling futures-util v0.3.28
12032023-10-30T04:42:37.877Z Compiling quote v1.0.33
12042023-10-30T04:42:38.115Z Compiling cc v1.0.72
12052023-10-30T04:42:38.193Z Compiling maplit v1.0.2
12062023-10-30T04:42:38.228Z Checking scopeguard v1.1.0
12072023-10-30T04:42:38.797Z Checking lock_api v0.4.6
12082023-10-30T04:42:38.806Z Compiling syn v2.0.38
12092023-10-30T04:42:39.405Z Checking slab v0.4.5
12102023-10-30T04:42:39.468Z Compiling typenum v1.14.0
12112023-10-30T04:42:39.519Z Checking lazy_static v1.4.0
12122023-10-30T04:42:39.676Z Compiling pest_meta v2.1.3
12132023-10-30T04:42:39.767Z Checking fnv v1.0.7
12142023-10-30T04:42:39.820Z Checking futures-io v0.3.28
12152023-10-30T04:42:39.986Z Checking pin-utils v0.1.0
12162023-10-30T04:42:40.114Z Checking memchr v2.6.0
12172023-10-30T04:42:40.118Z Checking http v0.2.9
12182023-10-30T04:42:40.649Z Checking parking_lot v0.12.1
12192023-10-30T04:42:41.194Z Checking signal-hook-registry v1.4.0
12202023-10-30T04:42:41.543Z Checking mio v0.8.8
12212023-10-30T04:42:41.595Z Checking socket2 v0.5.3
12222023-10-30T04:42:41.998Z Checking getrandom v0.2.3
12232023-10-30T04:42:42.317Z Checking num_cpus v1.13.0
12242023-10-30T04:42:42.325Z Compiling generic-array v0.14.5
12252023-10-30T04:42:42.337Z Compiling crossbeam-utils v0.8.15
12262023-10-30T04:42:42.454Z Compiling httparse v1.8.0
12272023-10-30T04:42:42.953Z Compiling usdt-impl v0.3.5
12282023-10-30T04:42:43.258Z Compiling unicase v2.6.0
12292023-10-30T04:42:43.322Z Checking untrusted v0.7.1
12302023-10-30T04:42:43.392Z Compiling ring v0.16.20
12312023-10-30T04:42:43.541Z Checking spin v0.5.2
12322023-10-30T04:42:43.822Z Checking tracing-core v0.1.21
12332023-10-30T04:42:44.455Z Compiling indexmap v1.9.3
12342023-10-30T04:42:44.612Z Checking num_threads v0.1.3
12352023-10-30T04:42:44.740Z Compiling time-macros v0.2.3
12362023-10-30T04:42:44.776Z Compiling byteorder v1.4.3
12372023-10-30T04:42:45.581Z Checking percent-encoding v2.3.0
12382023-10-30T04:42:45.753Z Compiling slog v2.7.0
12392023-10-30T04:42:45.868Z Checking tinyvec_macros v0.1.0
12402023-10-30T04:42:45.982Z Checking tinyvec v1.5.1
12412023-10-30T04:42:46.584Z Checking form_urlencoded v1.2.0
12422023-10-30T04:42:46.778Z Checking tracing v0.1.29
12432023-10-30T04:42:48.045Z Checking hashbrown v0.12.1
12442023-10-30T04:42:48.229Z Checking unicode-normalization v0.1.19
12452023-10-30T04:42:49.477Z Checking time v0.3.7
12462023-10-30T04:42:49.831Z Compiling synstructure v0.12.6
12472023-10-30T04:42:50.113Z Compiling pest_generator v2.1.3
12482023-10-30T04:42:50.491Z Compiling thread-id v4.0.0
12492023-10-30T04:42:51.036Z Checking block-buffer v0.10.2
12502023-10-30T04:42:51.039Z Checking crypto-common v0.1.6
12512023-10-30T04:42:51.136Z Checking rand_core v0.6.3
12522023-10-30T04:42:51.194Z Compiling num-traits v0.2.14
12532023-10-30T04:42:51.237Z Checking hashbrown v0.14.1
12542023-10-30T04:42:51.757Z Checking ppv-lite86 v0.2.15
12552023-10-30T04:42:51.828Z Checking matches v0.1.9
12562023-10-30T04:42:51.932Z Checking unicode-bidi v0.3.7
12572023-10-30T04:42:52.527Z Compiling rustls v0.21.7
12582023-10-30T04:42:52.905Z Checking equivalent v1.0.0
12592023-10-30T04:42:52.913Z Checking try-lock v0.2.3
12602023-10-30T04:42:53.040Z Checking rand_chacha v0.3.1
12612023-10-30T04:42:53.044Z Checking idna v0.2.3
12622023-10-30T04:42:53.076Z Checking want v0.3.0
12632023-10-30T04:42:53.783Z Checking digest v0.10.7
12642023-10-30T04:42:54.185Z Checking http-body v0.4.3
12652023-10-30T04:42:54.248Z Checking socket2 v0.4.9
12662023-10-30T04:42:54.426Z Checking dirs-sys-next v0.1.2
12672023-10-30T04:42:54.575Z Checking base64 v0.21.4
12682023-10-30T04:42:54.618Z Checking tower-service v0.3.1
12692023-10-30T04:42:54.623Z Checking rustls-webpki v0.101.4
12702023-10-30T04:42:54.651Z Checking sct v0.7.0
12712023-10-30T04:42:54.750Z Checking cpufeatures v0.2.2
12722023-10-30T04:42:54.916Z Checking mime v0.3.16
12732023-10-30T04:42:54.923Z Checking httpdate v1.0.1
12742023-10-30T04:42:54.947Z Checking sha1 v0.10.6
12752023-10-30T04:42:55.270Z Checking dirs-next v2.0.0
12762023-10-30T04:42:55.341Z Checking url v2.2.2
12772023-10-30T04:42:55.386Z Compiling mime_guess v2.0.4
12782023-10-30T04:42:55.623Z Checking rand v0.8.4
12792023-10-30T04:42:56.585Z Compiling serde_derive_internals v0.26.0
12802023-10-30T04:42:57.612Z Checking concurrent-queue v2.2.0
12812023-10-30T04:42:58.049Z Checking thread_local v1.1.4
12822023-10-30T04:42:58.110Z Compiling multer v2.1.0
12832023-10-30T04:42:58.177Z Checking match_cfg v0.1.0
12842023-10-30T04:42:58.281Z Checking parking v2.2.0
12852023-10-30T04:42:58.443Z Compiling paste v1.0.14
12862023-10-30T04:42:58.498Z Compiling camino v1.1.6
12872023-10-30T04:42:58.667Z Compiling async-trait v0.1.74
12882023-10-30T04:42:59.392Z Compiling rustix v0.38.19
12892023-10-30T04:42:59.650Z Checking base64 v0.13.1
12902023-10-30T04:42:59.678Z Checking iana-time-zone v0.1.47
12912023-10-30T04:42:59.802Z Compiling serde_derive v1.0.189
12922023-10-30T04:42:59.928Z Compiling futures-macro v0.3.28
12932023-10-30T04:43:00.320Z Compiling tokio-macros v2.1.0
12942023-10-30T04:43:00.873Z Compiling schemars v0.8.13
12952023-10-30T04:43:01.197Z Checking winnow v0.5.15
12962023-10-30T04:43:01.491Z Compiling slog-async v2.8.0
12972023-10-30T04:43:02.743Z Checking rustls-pemfile v0.2.1
12982023-10-30T04:43:02.914Z Compiling async-stream-impl v0.3.5
12992023-10-30T04:43:03.267Z Checking event-listener v3.0.1
13002023-10-30T04:43:03.863Z Checking hostname v0.3.1
13012023-10-30T04:43:04.181Z Checking tokio v1.32.0
13022023-10-30T04:43:04.474Z Checking term v0.7.0
13032023-10-30T04:43:04.503Z Checking crossbeam-channel v0.5.1
13042023-10-30T04:43:05.234Z Checking atty v0.2.14
13052023-10-30T04:43:05.381Z Checking errno v0.3.1
13062023-10-30T04:43:05.610Z Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot)
13072023-10-30T04:43:05.715Z Checking encoding_rs v0.8.32
13082023-10-30T04:43:06.150Z Compiling buf-list v1.0.3
13092023-10-30T04:43:06.154Z Checking take_mut v0.2.2
13102023-10-30T04:43:06.269Z Checking data-encoding v2.4.0
13112023-10-30T04:43:06.337Z Checking dyn-clone v1.0.4
13122023-10-30T04:43:06.479Z Checking bitflags v2.4.0
13132023-10-30T04:43:06.612Z Compiling thiserror-impl v1.0.30
13142023-10-30T04:43:06.864Z Compiling zerocopy-derive v0.2.0
13152023-10-30T04:43:07.114Z Compiling pest_derive v2.1.0
13162023-10-30T04:43:07.303Z Compiling schemars_derive v0.8.13
13172023-10-30T04:43:09.196Z Checking openssl-probe v0.1.4
13182023-10-30T04:43:09.376Z Checking unicode-width v0.1.9
13192023-10-30T04:43:09.578Z Checking spin v0.9.8
13202023-10-30T04:43:09.752Z Checking unicode-segmentation v1.10.0
13212023-10-30T04:43:09.795Z Checking atomic-waker v1.1.1
13222023-10-30T04:43:10.060Z Checking utf-8 v0.7.6
13232023-10-30T04:43:10.336Z Checking waitgroup v0.1.2
13242023-10-30T04:43:10.505Z Checking console v0.15.7
13252023-10-30T04:43:10.878Z Checking newline-converter v0.3.0
13262023-10-30T04:43:11.063Z Checking rustls-native-certs v0.6.1
13272023-10-30T04:43:11.757Z Compiling zerocopy v0.3.0
13282023-10-30T04:43:12.899Z Checking async-stream v0.3.5
13292023-10-30T04:43:13.084Z Checking slog-term v2.9.0
13302023-10-30T04:43:13.262Z Checking futures-executor v0.3.28
13312023-10-30T04:43:13.587Z Checking futures v0.3.28
13322023-10-30T04:43:13.719Z Checking event-listener-strategy v0.3.0
13332023-10-30T04:43:14.219Z Checking rustls-pemfile v1.0.3
13342023-10-30T04:43:14.234Z Checking pem v3.0.2
13352023-10-30T04:43:14.468Z Checking yasna v0.5.2
13362023-10-30T04:43:14.523Z Compiling thiserror v1.0.30
13372023-10-30T04:43:14.717Z Compiling dtrace-parser v0.1.14
13382023-10-30T04:43:14.759Z Compiling dof v0.1.5
13392023-10-30T04:43:15.518Z Checking tokio-util v0.7.7
13402023-10-30T04:43:15.997Z Checking tokio-rustls v0.24.1
13412023-10-30T04:43:16.415Z Checking tungstenite v0.20.1
13422023-10-30T04:43:16.478Z Checking http-range v0.1.4
13432023-10-30T04:43:16.521Z Checking similar v2.2.1
13442023-10-30T04:43:16.578Z Checking fastrand v2.0.0
13452023-10-30T04:43:16.690Z Checking h2 v0.3.17
13462023-10-30T04:43:16.696Z Checking debug-ignore v1.0.5
13472023-10-30T04:43:16.861Z Checking rcgen v0.11.3
13482023-10-30T04:43:17.037Z Checking tempfile v3.8.0
13492023-10-30T04:43:17.576Z Checking async-channel v2.0.0
13502023-10-30T04:43:17.662Z Checking expectorate v1.1.0
13512023-10-30T04:43:17.860Z Checking tokio-tungstenite v0.20.1
13522023-10-30T04:43:18.052Z Checking subprocess v0.2.9
13532023-10-30T04:43:21.442Z Checking hyper v0.14.27
13542023-10-30T04:43:23.486Z Checking indexmap v2.0.2
13552023-10-30T04:43:23.491Z Checking toml_datetime v0.6.3
13562023-10-30T04:43:23.495Z Checking serde_spanned v0.6.3
13572023-10-30T04:43:23.498Z Checking chrono v0.4.31
13582023-10-30T04:43:23.501Z Checking uuid v1.4.1
13592023-10-30T04:43:23.888Z Checking serde_path_to_error v0.1.14
13602023-10-30T04:43:24.260Z Checking serde_urlencoded v0.7.1
13612023-10-30T04:43:24.890Z Compiling serde_tokenstream v0.1.7
13622023-10-30T04:43:24.906Z Compiling serde_tokenstream v0.2.0
13632023-10-30T04:43:25.234Z Checking toml_edit v0.20.2
13642023-10-30T04:43:25.723Z Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
13652023-10-30T04:43:25.870Z Checking slog-json v2.6.1
13662023-10-30T04:43:25.874Z Checking openapiv3 v2.0.0-rc.1
13672023-10-30T04:43:26.233Z Checking slog-bunyan v2.4.0
13682023-10-30T04:43:27.131Z Checking hyper-rustls v0.24.1
13692023-10-30T04:43:27.233Z Checking hyper-staticfile v0.9.5
13702023-10-30T04:43:28.857Z Checking toml v0.8.2
13712023-10-30T04:43:29.980Z Compiling usdt-macro v0.3.5
13722023-10-30T04:43:29.984Z Compiling usdt-attr-macro v0.3.5
13732023-10-30T04:43:32.113Z Checking usdt v0.3.5
13742023-10-30T04:43:34.768Ztest fail has been running for over 60 seconds
13752023-10-30T04:43:36.008Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13762023-10-30T04:43:36.081Z Finished dev [unoptimized + debuginfo] target(s) in 1m 01s
13772023-10-30T04:43:36.138Z
13782023-10-30T04:43:36.140Z
13792023-10-30T04:43:36.940Ztest tests/fail/bad_endpoint1.rs ... ok
13802023-10-30T04:43:37.900Ztest tests/fail/bad_endpoint10.rs ... ok
13812023-10-30T04:43:38.615Ztest tests/fail/bad_endpoint11.rs ... ok
13822023-10-30T04:43:39.476Ztest tests/fail/bad_endpoint12.rs ... ok
13832023-10-30T04:43:40.422Ztest tests/fail/bad_endpoint13.rs ... ok
13842023-10-30T04:43:41.179Ztest tests/fail/bad_endpoint14.rs ... ok
13852023-10-30T04:43:42.092Ztest tests/fail/bad_endpoint15.rs ... ok
13862023-10-30T04:43:42.780Ztest tests/fail/bad_endpoint16.rs ... ok
13872023-10-30T04:43:43.710Ztest tests/fail/bad_endpoint17.rs ... ok
13882023-10-30T04:43:44.634Ztest tests/fail/bad_endpoint18.rs ... ok
13892023-10-30T04:43:45.575Ztest tests/fail/bad_endpoint19.rs ... ok
13902023-10-30T04:43:46.460Ztest tests/fail/bad_endpoint2.rs ... ok
13912023-10-30T04:43:47.346Ztest tests/fail/bad_endpoint3.rs ... ok
13922023-10-30T04:43:48.210Ztest tests/fail/bad_endpoint4.rs ... ok
13932023-10-30T04:43:49.080Ztest tests/fail/bad_endpoint5.rs ... ok
13942023-10-30T04:43:50.000Ztest tests/fail/bad_endpoint6.rs ... ok
13952023-10-30T04:43:50.870Ztest tests/fail/bad_endpoint7.rs ... ok
13962023-10-30T04:43:52.022Ztest tests/fail/bad_endpoint8.rs ... ok
13972023-10-30T04:43:52.471Ztest tests/fail/bad_endpoint9.rs ... ok
13982023-10-30T04:43:53.215Ztest tests/fail/unused_endpoint.rs ... ok
13992023-10-30T04:43:53.219Z
14002023-10-30T04:43:53.222Z
14012023-10-30T04:43:53.225Ztest fail ... ok
14022023-10-30T04:43:53.228Z
14032023-10-30T04:43:53.230Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 78.46s
14042023-10-30T04:43:53.234Z
14052023-10-30T04:43:53.237Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-7f60205d784cab31`
14062023-10-30T04:43:53.277Z
14072023-10-30T04:43:53.280Zrunning 10 tests
14082023-10-30T04:43:53.307Ztest test_config_bad_bind_address_garbage ... ok
14092023-10-30T04:43:53.310Ztest test_config_bad_bind_address_port_too_small ... ok
14102023-10-30T04:43:53.313Ztest test_config_bad_request_body_max_bytes_too_large ... ok
14112023-10-30T04:43:53.316Ztest test_config_bad_request_body_max_bytes_negative ... ok
14122023-10-30T04:43:53.319Ztest test_config_bad_bind_address_port_too_large ... ok
14132023-10-30T04:43:53.382Ztest test_config_handler_task_mode_detached ... ok
14142023-10-30T04:43:53.385Ztest test_config_handler_task_mode_cancel ... ok
14152023-10-30T04:43:53.388Ztest test_config_bind_address_http ... ok
14162023-10-30T04:43:53.391Ztest test_config_bind_address_https ... ok
14172023-10-30T04:43:53.394Ztest test_config_bind_address_https_buffer ... ok
14182023-10-30T04:43:53.397Z
14192023-10-30T04:43:53.399Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
14202023-10-30T04:43:53.402Z
14212023-10-30T04:43:53.405Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-1ddec660745771a0`
14222023-10-30T04:43:53.407Z
14232023-10-30T04:43:53.410Zrunning 21 tests
14242023-10-30T04:43:53.439Ztest test_delete_request ... ok
14252023-10-30T04:43:53.442Ztest test_302_found ... ok
14262023-10-30T04:43:53.445Ztest test_demo1 ... ok
14272023-10-30T04:43:53.448Ztest test_302_bogus ... ok
14282023-10-30T04:43:53.452Ztest test_303_see_other ... ok
14292023-10-30T04:43:53.456Ztest test_307_temporary_redirect ... ok
14302023-10-30T04:43:53.461Ztest test_demo_path_param_u32 ... ok
14312023-10-30T04:43:53.465Ztest test_demo_path_param_uuid ... ok
14322023-10-30T04:43:53.469Ztest test_demo3json ... ok
14332023-10-30T04:43:53.473Ztest test_demo2query ... ok
14342023-10-30T04:43:53.476Ztest test_demo_websocket ... ok
14352023-10-30T04:43:53.479Ztest test_demo2urlencoded ... ok
14362023-10-30T04:43:53.484Ztest test_demo2json ... ok
14372023-10-30T04:43:53.491Ztest test_head_request ... ok
14382023-10-30T04:43:53.498Ztest test_demo_path_param_string ... ok
14392023-10-30T04:43:53.503Ztest test_request_remote_addr ... ok
14402023-10-30T04:43:53.509Ztest test_header_request ... ok
14412023-10-30T04:43:53.516Ztest test_request_compat ... ok
14422023-10-30T04:43:53.521Ztest test_streaming_body ... ok
14432023-10-30T04:43:53.526Ztest test_raw_request ... ok
14442023-10-30T04:43:53.534Ztest test_untyped_body ... ok
14452023-10-30T04:43:53.542Z
14462023-10-30T04:43:53.548Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
14472023-10-30T04:43:53.553Z
14482023-10-30T04:43:53.559Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-543b60b151842c70`
14492023-10-30T04:43:53.566Z
14502023-10-30T04:43:53.575Zrunning 1 test
14512023-10-30T04:43:55.477Ztest test_graceful_shutdown_with_detached_handler ... ok
14522023-10-30T04:43:55.480Z
14532023-10-30T04:43:55.483Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
14542023-10-30T04:43:55.486Z
14552023-10-30T04:43:55.490Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-2fd0b8076a048b8b`
14562023-10-30T04:43:55.493Z
14572023-10-30T04:43:55.496Zrunning 4 tests
14582023-10-30T04:43:55.506Ztest missing_boundary ... ok
14592023-10-30T04:43:55.509Ztest no_content_type ... ok
14602023-10-30T04:43:55.512Ztest weird_content_type ... ok
14612023-10-30T04:43:55.514Ztest test_multipart_client ... ok
14622023-10-30T04:43:55.517Z
14632023-10-30T04:43:55.520Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14642023-10-30T04:43:55.523Z
14652023-10-30T04:43:55.526Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-7474a390112f163f`
14662023-10-30T04:43:55.528Z
14672023-10-30T04:43:55.533Zrunning 2 tests
14682023-10-30T04:43:55.536Ztest test_openapi_fuller ... ok
14692023-10-30T04:43:55.539Ztest test_openapi ... ok
14702023-10-30T04:43:55.542Z
14712023-10-30T04:43:55.545Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
14722023-10-30T04:43:55.547Z
14732023-10-30T04:43:55.550Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-77831129fa92e5ca`
14742023-10-30T04:43:55.553Z
14752023-10-30T04:43:55.556Zrunning 9 tests
14762023-10-30T04:43:55.574Ztest test_paginate_extra_params ... ok
14772023-10-30T04:43:55.577Ztest test_paginate_empty ... ok
14782023-10-30T04:43:55.579Ztest test_paginate_errors ... ok
14792023-10-30T04:43:55.582Ztest test_paginate_with_required_params ... ok
14802023-10-30T04:43:55.634Ztest test_paginate_basic ... ok
14812023-10-30T04:43:57.025Ztest test_example_basic ... ok
14822023-10-30T04:43:57.320Ztest test_paginate_dictionary ... ok
14832023-10-30T04:44:00.657Ztest test_example_multiple_sorts ... ok
14842023-10-30T04:44:01.141Ztest test_example_multiple_resources ... ok
14852023-10-30T04:44:01.150Z
14862023-10-30T04:44:01.153Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.60s
14872023-10-30T04:44:01.156Z
14882023-10-30T04:44:01.160Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-7123ff5f9bea6dda`
14892023-10-30T04:44:01.163Z
14902023-10-30T04:44:01.166Zrunning 1 test
14912023-10-30T04:44:01.171Ztest test_pagination_schema ... ok
14922023-10-30T04:44:01.175Z
14932023-10-30T04:44:01.179Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
14942023-10-30T04:44:01.183Z
14952023-10-30T04:44:01.188Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-408e762255093e73`
14962023-10-30T04:44:01.193Z
14972023-10-30T04:44:01.197Zrunning 1 test
14982023-10-30T04:44:01.201Ztest test_path_names ... ok
14992023-10-30T04:44:01.206Z
15002023-10-30T04:44:01.210Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15012023-10-30T04:44:01.215Z
15022023-10-30T04:44:01.222Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-632759c52a43dec2`
15032023-10-30T04:44:01.227Z
15042023-10-30T04:44:01.232Zrunning 3 tests
15052023-10-30T04:44:01.238Ztest test_non_streaming_servers_do_not_use_transfer_encoding ... ok
15062023-10-30T04:44:01.265Ztest test_streaming_server_streaming_client ... ok
15072023-10-30T04:44:01.270Ztest test_streaming_server_buffered_client ... ok
15082023-10-30T04:44:01.276Z
15092023-10-30T04:44:01.282Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
15102023-10-30T04:44:01.285Z
15112023-10-30T04:44:01.288Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-703c256c8ce2dc3a`
15122023-10-30T04:44:01.291Z
15132023-10-30T04:44:01.294Zrunning 6 tests
15142023-10-30T04:44:01.298Ztest test_server_is_http ... ok
15152023-10-30T04:44:01.301Ztest test_tls_certificate_loading ... ok
15162023-10-30T04:44:01.304Ztest test_server_is_https ... ok
15172023-10-30T04:44:01.308Ztest test_tls_aborted_negotiation ... ok
15182023-10-30T04:44:01.311Ztest test_tls_only ... ok
15192023-10-30T04:44:01.314Ztest test_tls_refresh_certificates ... ok
15202023-10-30T04:44:01.319Z
15212023-10-30T04:44:01.322Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
15222023-10-30T04:44:01.325Z
15232023-10-30T04:44:01.328Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-d34b557c213fd4a5`
15242023-10-30T04:44:01.331Z
15252023-10-30T04:44:01.334Zrunning 15 tests
15262023-10-30T04:44:01.337Ztest tests::test_endpoint_bad_string ... ok
15272023-10-30T04:44:01.341Ztest tests::test_endpoint_bad_metadata ... ok
15282023-10-30T04:44:01.344Ztest tests::test_endpoint_invalid_item ... ok
15292023-10-30T04:44:01.347Ztest syn_parsing::tests::test_busted_function ... ok
15302023-10-30T04:44:01.359Ztest tests::test_endpoint_bad_context_receiver ... ok
15312023-10-30T04:44:01.363Ztest tests::test_endpoint_no_arguments ... ok
15322023-10-30T04:44:01.366Ztest tests::test_endpoint_not_async ... ok
15332023-10-30T04:44:01.369Ztest tests::test_endpoint_context_fully_qualified_names ... ok
15342023-10-30T04:44:01.374Ztest tests::test_endpoint_content_type ... ok
15352023-10-30T04:44:01.377Ztest tests::test_extract_summary_description ... ok
15362023-10-30T04:44:01.380Ztest tests::test_endpoint_basic ... ok
15372023-10-30T04:44:01.383Ztest tests::test_endpoint_with_doc ... ok
15382023-10-30T04:44:01.386Ztest tests::test_endpoint_pub_crate ... ok
15392023-10-30T04:44:01.391Ztest tests::test_endpoint_with_query ... ok
15402023-10-30T04:44:01.395Ztest tests::test_endpoint_with_tags ... ok
15412023-10-30T04:44:01.400Z
15422023-10-30T04:44:01.404Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15432023-10-30T04:44:01.408Z
15442023-10-30T04:44:01.412Z Doc-tests dropshot
15452023-10-30T04:44:01.416Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --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=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human`
15462023-10-30T04:44:02.128Z
15472023-10-30T04:44:02.138Zrunning 13 tests
15482023-10-30T04:44:02.145Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
15492023-10-30T04:44:02.148Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
15502023-10-30T04:44:02.151Ztest dropshot/src/lib.rs - (line 187) ... ignored
15512023-10-30T04:44:02.155Ztest dropshot/src/lib.rs - (line 210) ... ignored
15522023-10-30T04:44:02.503Ztest dropshot/src/lib.rs - (line 44) - compile ... ok
15532023-10-30T04:44:04.413Ztest dropshot/src/lib.rs - (line 260) ... ok
15542023-10-30T04:44:04.637Ztest dropshot/src/lib.rs - (line 470) ... ok
15552023-10-30T04:44:04.801Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok
15562023-10-30T04:44:08.874Ztest dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok
15572023-10-30T04:44:09.607Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 345) ... ok
15582023-10-30T04:44:09.611Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 320) ... ok
15592023-10-30T04:44:10.717Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
15602023-10-30T04:44:10.971Ztest dropshot/src/lib.rs - (line 118) ... ok
15612023-10-30T04:44:10.977Z
15622023-10-30T04:44:10.979Ztest result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 8.85s
15632023-10-30T04:44:10.982Z
15642023-10-30T04:44:11.004Z Doc-tests dropshot_endpoint
15652023-10-30T04:44:11.007Z Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --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=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-815c6e2b2234e9b5.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro -C embed-bitcode=no --error-format human`
15662023-10-30T04:44:11.205Z
15672023-10-30T04:44:11.213Zrunning 2 tests
15682023-10-30T04:44:11.636Ztest dropshot_endpoint/src/lib.rs - channel (line 155) ... ignored
15692023-10-30T04:44:11.651Ztest dropshot_endpoint/src/lib.rs - endpoint (line 101) ... ignored
15702023-10-30T04:44:11.658Z
15712023-10-30T04:44:11.664Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
15722023-10-30T04:44:11.669Z
15732023-10-30T04:44:11.672Z
15742023-10-30T04:44:11.675Zreal 4:29.680946611
15752023-10-30T04:44:11.678Zuser 24:21.312431661
15762023-10-30T04:44:11.680Zsys 3:29.922286242
15772023-10-30T04:44:11.683Ztrap 1.246894758
15782023-10-30T04:44:11.686Ztflt 0.397148113
15792023-10-30T04:44:11.689Zdflt 0.670930109
15802023-10-30T04:44:11.691Zkflt 0.000106213
15812023-10-30T04:44:11.695Zlock 1:03:22.707194877
15822023-10-30T04:44:11.699Zslp 1:36:35.597823848
15832023-10-30T04:44:11.702Zlat 1:24.622435631
15842023-10-30T04:44:11.704Zstop 20.386232390
15852023-10-30T04:44:11.707Zprocess exited: duration 531969 ms, exit code 0
 
15862023-10-30T04:44:11.713Zfound 0 output files